File: /var/www/vhosts/creativefellows.nl/nec.creativefellows.nl/BU 17072025/db.sql
-- phpMyAdmin SQL Dump
-- version 4.9.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:8889
-- Gegenereerd op: 18 mrt 2021 om 16:43
-- Serverversie: 5.7.32
-- PHP-versie: 7.3.24
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
--
-- Database: `cassette3_nec_oabw`
--
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `bestellingen`
--
CREATE TABLE `bestellingen` (
`bestelling_id` int(10) NOT NULL,
`klant_id` int(10) NOT NULL,
`order_id` varchar(25) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`datum` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`totaal` float NOT NULL,
`bezorgkosten` float NOT NULL,
`type_betaling` varchar(25) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`verzending` int(1) NOT NULL,
`opmerkingen` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`voltooid` int(1) NOT NULL,
`betaald` int(1) NOT NULL DEFAULT '0',
`status` int(1) NOT NULL DEFAULT '0',
`ideal_trans_id` varchar(250) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`tav` varchar(250) NOT NULL,
`straat` varchar(250) NOT NULL,
`huisnummer` varchar(250) NOT NULL,
`postcode` varchar(250) NOT NULL,
`plaats` varchar(250) NOT NULL,
`land` varchar(250) NOT NULL,
`in_archief` int(1) NOT NULL,
`html` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `bestellingen_producten`
--
CREATE TABLE `bestellingen_producten` (
`bp_id` int(10) NOT NULL,
`uid` int(10) NOT NULL,
`bestelling_id` int(10) NOT NULL,
`aantal` int(10) NOT NULL,
`prijs` float NOT NULL,
`totaal` float NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `categories`
--
CREATE TABLE `categories` (
`category_id` int(10) NOT NULL,
`sectie_id` int(10) NOT NULL,
`naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`position` int(1) NOT NULL DEFAULT '0',
`sub_of` int(10) NOT NULL DEFAULT '0',
`zichtbaar` int(1) NOT NULL DEFAULT '1',
`active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `categories`
--
INSERT INTO `categories` (`category_id`, `sectie_id`, `naam`, `url`, `position`, `sub_of`, `zichtbaar`, `active`) VALUES
(1, 1, 'Access', '', 0, 0, 1, 0),
(2, 1, 'Applications', '', 1, 0, 1, 1),
(3, 1, 'Communications', '', 0, 0, 1, 1),
(4, 1, 'Endpoints', '', 2, 0, 1, 1),
(5, 1, 'Networking', '', 5, 0, 1, 1),
(6, 1, 'Servers', '', 3, 0, 0, 1),
(7, 1, 'Management Software', '', 6, 0, 1, 1),
(8, 1, 'Storage', '', 4, 0, 1, 1),
(9, 1, 'SBC Gateways', '', 0, 5, 1, 1),
(10, 1, 'Gateways', '', 0, 5, 0, 1),
(11, 1, 'UC&C', '', 0, 2, 1, 1),
(12, 1, 'Contact Center', '', 2, 2, 1, 1),
(13, 1, 'Operator', '', 4, 2, 1, 1),
(14, 1, 'Messaging', '', 6, 2, 1, 1),
(15, 1, 'Emergency Notification', '', 8, 2, 1, 1),
(16, 1, 'Call Recording', '', 10, 2, 1, 1),
(17, 1, 'Biometrics', '', 12, 2, 0, 1),
(18, 1, 'Industry specific', '', 14, 2, 0, 1),
(19, 1, 'SMB Phone Systems', '', 1, 3, 1, 1),
(20, 1, 'Enterprise Platforms', '', 3, 3, 1, 1),
(21, 1, 'Software Based Platforms', '', 5, 3, 1, 1),
(22, 1, 'Desktop Phones', '', 0, 4, 1, 1),
(23, 1, 'DECT Handsets', '', 1, 4, 1, 1),
(24, 1, 'Softphones', '', 3, 4, 1, 1),
(25, 1, 'Thin Client Terminals', '', 4, 4, 1, 1),
(26, 1, 'Wireless Infrastructure', '', 0, 5, 1, 1),
(27, 1, 'SDN for Enterprise', '', 0, 5, 1, 1),
(28, 1, 'Cloudstore', '', 0, 83, 1, 0),
(29, 1, 'Industry Standard Servers', '', 0, 6, 1, 1),
(30, 1, 'Scalable Modular Servers', '', 0, 6, 1, 0),
(31, 1, 'Management Administration', '', 0, 7, 1, 1),
(32, 1, 'Business Continuity & Disaster Recovery', '', 0, 7, 1, 1),
(33, 1, 'Server Management', '', 0, 7, 0, 1),
(34, 1, 'System Management', '', 0, 7, 1, 1),
(35, 1, 'Expense Management', '', 0, 7, 1, 1),
(36, 1, 'Call Management', '', 0, 7, 1, 1),
(37, 1, 'Virtualization Management', '', 0, 7, 0, 1),
(38, 1, 'Data Management', '', 0, 8, 0, 1),
(39, 1, 'Storage Management', '', 4, 8, 1, 1),
(40, 1, 'Software Assurance', '', 0, 7, 1, 1),
(41, 1, 'IP Phones', '', 0, 22, 1, 1),
(42, 1, 'Digital Phones', '', 0, 22, 1, 1),
(43, 1, 'Analogue Phones', '', 0, 22, 1, 1),
(44, 1, 'WiFi Handsets', '', 2, 4, 1, 1),
(45, 16, 'Contact center', '', 0, 0, 1, 1),
(46, 16, 'Customer cases', '', 0, 0, 1, 1),
(47, 16, 'video', '', 0, 0, 1, 1),
(48, 10, 'showcase', '', 0, 0, 0, 1),
(49, 11, 'Legal', '', 0, 0, 0, 1),
(50, 2, 'Healthcare', '', 5, 0, 1, 1),
(51, 2, 'Finance', '', 3, 0, 1, 1),
(52, 2, 'Government', '', 4, 0, 1, 1),
(53, 2, 'Education', '', 0, 0, 1, 1),
(54, 2, 'Hospitality', '', 6, 0, 1, 1),
(55, 2, 'Manufacturing', '', 7, 0, 1, 1),
(56, 2, 'Retail', '', 9, 0, 1, 1),
(57, 2, 'Small and Medium Business', '', 10, 0, 1, 1),
(58, 2, 'Utilities', '', 11, 0, 0, 0),
(59, 2, 'Miscellaneous', '', 12, 0, 0, 0),
(60, 2, 'Customer Experiences', '', 13, 0, 0, 1),
(61, 16, 'pdf', '', 0, 0, 1, 1),
(62, 1, 'SAP HANA Offering', '', 0, 6, 1, 0),
(63, 11, 'Enterprise Drivers', '', 0, 0, 0, 1),
(64, 5, 'Find a Partner', '', 0, 0, 1, 1),
(65, 5, 'Solution Partners', '', 1, 0, 0, 1),
(66, 5, 'Become a Business Partner', '', 2, 0, 1, 1),
(67, 5, 'Partner Portal Login', '', 3, 0, 1, 1),
(68, 16, 'links', '', 0, 0, 1, 1),
(69, 19, 'Press releases', '', 1, 0, 1, 1),
(70, 19, 'Reports and Whitepapers', '', 2, 0, 1, 1),
(71, 19, 'Press archive', '', 3, 0, 1, 1),
(72, 18, 'EULA', '', 0, 0, 1, 0),
(73, 18, 'EULA', '', 0, 0, 1, 0),
(74, 16, 'whitepapers', '', 0, 0, 1, 1),
(75, 19, 'Blogs', '', 0, 0, 1, 1),
(76, 1, '', '', 1, 0, 1, 0),
(77, 1, 'Toll Fraud', '', 0, 0, 1, 0),
(78, 1, 'test', '', 0, 0, 1, 0),
(79, 1, 'test', '', 0, 0, 1, 0),
(80, 1, 'test', '', 0, 0, 1, 0),
(81, 1, 'Toll Fraud', '', 16, 2, 0, 1),
(82, 1, 'WebRTC', '', 18, 2, 0, 1),
(83, 1, 'Cloud', '', 7, 0, 1, 0),
(88, 1, 'InReports', '', 20, 2, 0, 1),
(84, 1, 'Cloud Platform for Iaas', '', 0, 83, 1, 1),
(85, 1, 'UC Connector', '', 22, 2, 1, 1),
(86, 1, 'High Availability', '', 6, 8, 1, 1),
(87, 1, 'InReports', '', 0, 0, 1, 0),
(89, 19, 'Homepage', '', 4, 0, 0, 1),
(90, 1, 'Clock change instructions', '', 0, 0, 1, 0),
(91, 1, 'clock', '', 0, 0, 1, 0),
(92, 1, 'InGuard Toll Fraud Defence', '', 0, 0, 1, 0),
(93, 18, 'Brochures - Sheets Downloads', '', 0, 0, 1, 0),
(94, 10, 'Trending topics', '', 0, 0, 0, 1),
(95, 1, 'HYDRAstor', '', 0, 39, 1, 1),
(96, 1, 'M-Series Storage Disk Arrays', '', 0, 39, 1, 1),
(97, 1, 'NEC Information Assessment System', '', 0, 39, 1, 1),
(98, 1, 'Tape Storage', '', 0, 39, 1, 1),
(99, 10, 'introduction', '', 0, 0, 0, 0),
(100, 1, 'Smart Storage Solution', '', 2, 8, 0, 1),
(101, 2, 'Defense', '', 2, 0, 0, 1),
(102, 1, 'uMobility (FMC)', '', 0, 2, 1, 0),
(106, 1, 'ST500 Smart Mobile Extension', '', 0, 19, 1, 0),
(105, 1, 'Slim Tower Servers', '', 0, 29, 1, 0),
(107, 1, 'iS3000 ', '', 0, 20, 1, 0),
(108, 1, 'iS3000 transition', '', 0, 0, 1, 0),
(109, 1, 'iS3000', '', 7, 3, 0, 1),
(110, 1, 'GT210 SIP phone', '', 0, 0, 1, 0),
(111, 1, 'GT210 SIP phone', '', 0, 0, 1, 0),
(112, 1, 'IP Terminals', '', 0, 110, 1, 1),
(113, 1, 'Smart Value Server Bundles', '', 0, 29, 1, 0),
(114, 16, 'Storage bundles', '', 0, 0, 1, 1),
(115, 1, 'VM Backup Appliance', '', 0, 39, 1, 0),
(116, 1, 'HyperConverged Infrastructure', '', 0, 8, 0, 1),
(117, 1, 'Smart Workspace', '', 24, 2, 1, 1),
(118, 2, 'Estate Agents', '', 1, 0, 1, 1),
(119, 1, 'SD-WAN', '', 0, 5, 0, 1),
(120, 2, 'Mining', '', 0, 0, 1, 0),
(121, 1, 'Data Protection Appliance', '', 0, 8, 1, 1),
(122, 1, 'Integration Platform', '', 26, 2, 1, 1),
(123, 1, 'UNIVERGE DT530', '', 0, 42, 1, 1),
(124, 1, 'InApps', '', 28, 2, 1, 1),
(125, 1, 'Mobile extension', '', 31, 2, 1, 1),
(126, 1, 'UNIVERGE SV9000', '', 9, 3, 0, 1),
(127, 1, 'SIP Phones', '', 0, 22, 1, 1),
(128, 1, 'IP Phones', '', 0, 0, 1, 0),
(129, 26, 'sv9100', '', 0, 0, 1, 1),
(130, 26, 'SL2100', '', 0, 0, 1, 1),
(131, 26, 'UNIVERGE-3C', '', 0, 0, 1, 1),
(132, 2, 'Marine and Cruiseline', '', 8, 0, 1, 1),
(133, 1, 'Remote Working', '', 0, 3, 1, 1),
(134, 1, 'Smartphone Applications', '', 33, 2, 1, 1),
(135, 18, 'ultracare test', 'ultracare-test', 0, 0, 1, 0),
(136, 18, 'Support', 'support', 0, 0, 1, 0),
(137, 1, 'Meeting Center', '', 30, 2, 0, 1),
(139, 11, 'Code of Conduct', 'code-of-conduct', 0, 0, 1, 1),
(138, 1, 'Cloud Based Platforms', '/products/UNIVERGE-BLUE-1415', 0, 3, 1, 1),
(140, 16, 'manuals', 'manuals', 0, 0, 1, 1),
(141, 5, 'Panasonic reseller', 'panasonic-reseller', 0, 0, 0, 1),
(144, 1, 'Network Operation Engine', '', 0, 5, 1, 1);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `choice_options`
--
CREATE TABLE `choice_options` (
`choice_id` int(10) UNSIGNED NOT NULL,
`field_id` mediumint(8) UNSIGNED NOT NULL,
`choice` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`value` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Gegevens worden geëxporteerd voor tabel `choice_options`
--
INSERT INTO `choice_options` (`choice_id`, `field_id`, `choice`, `value`) VALUES
(65, 15, 'Infosheet', 'Infosheet'),
(64, 15, 'Report', 'Report'),
(24, 59, 'hide related content', '1'),
(63, 15, 'infographic', 'infographic'),
(61, 15, 'video', 'video'),
(23, 24, 'hide contact', '1'),
(25, 62, 'show form inline', '1'),
(62, 15, 'link', 'link'),
(59, 15, 'whitepaper', 'whitepaper'),
(36, 66, 'text-top', 'text-top'),
(37, 66, 'text-bottom', 'text-bottom'),
(38, 68, 'light-text', 'light-text'),
(39, 68, 'dark-text', 'dark-text'),
(40, 88, 'resize image', '1'),
(41, 92, 'default', '1'),
(42, 92, 'blue', '2'),
(43, 93, 'Hide contact panel', '1'),
(60, 15, 'salessheet', 'salessheet'),
(58, 15, 'brochure', 'brochure'),
(57, 15, 'datasheet', 'datasheet'),
(56, 15, 'case study', 'case study'),
(66, 15, 'manual', 'manual');
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `comments`
--
CREATE TABLE `comments` (
`comment_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`datetime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`posted_by` varchar(250) NOT NULL,
`comment` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `custom_css`
--
CREATE TABLE `custom_css` (
`custom_id` int(10) NOT NULL,
`css_class` varchar(250) NOT NULL,
`css` text NOT NULL,
`active` int(1) NOT NULL DEFAULT '1',
`position` int(10) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Gegevens worden geëxporteerd voor tabel `custom_css`
--
INSERT INTO `custom_css` (`custom_id`, `css_class`, `css`, `active`, `position`) VALUES
(1, 'has-devider-after', '', 1, 0),
(4, 'headers-orange', '', 1, 0),
(5, 'single-line', '', 1, 0),
(6, 'vertical-align-middle', '', 1, 0),
(7, 'headers-blue', '', 1, 0),
(8, 'panel-grey10', '', 1, 0),
(9, 'related-content', '', 1, 0),
(10, 'whitepaper-downloads', '', 1, 0),
(11, 'xl-quote', '', 1, 0),
(12, 'panel-events', '', 1, 0),
(13, 'hex-icons', '', 1, 0),
(14, 'zinfi-full-page', '', 1, 0),
(15, 'partner-reasons', '', 1, 0),
(16, 'vertical-align-middle vertical-align-middle__last-item', '', 1, 0),
(17, 'trending-topics', '', 1, 0),
(18, 'latest-news', '', 1, 0),
(19, 'rows-devider-bottom', '', 1, 0),
(20, 'row-no-border', '', 1, 0);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `entry_categories`
--
CREATE TABLE `entry_categories` (
`entry_category_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`category_id` int(10) NOT NULL,
`sectie_id` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Gegevens worden geëxporteerd voor tabel `entry_categories`
--
INSERT INTO `entry_categories` (`entry_category_id`, `unique_id`, `category_id`, `sectie_id`) VALUES
(7254, 1, 9, 1),
(310, 16, 17, 1),
(309, 15, 17, 1),
(7272, 14, 16, 1),
(4312, 13, 15, 1),
(4487, 12, 15, 1),
(7, 11, 14, 1),
(4927, 10, 14, 1),
(397, 9, 14, 1),
(975, 8, 14, 1),
(6835, 7, 13, 1),
(495, 6, 12, 1),
(483, 5, 12, 1),
(6903, 4, 11, 1),
(7242, 3, 20, 1),
(496, 2, 10, 1),
(409, 17, 18, 1),
(3789, 18, 19, 1),
(7217, 19, 19, 1),
(478, 20, 21, 1),
(6048, 21, 20, 1),
(23, 22, 20, 0),
(1600, 23, 20, 1),
(29, 24, 21, 1),
(31, 25, 21, 1),
(6855, 26, 41, 1),
(6856, 27, 42, 1),
(5490, 28, 43, 1),
(7139, 29, 23, 1),
(1728, 30, 44, 1),
(7248, 31, 24, 1),
(40, 32, 24, 0),
(7249, 33, 25, 1),
(6836, 34, 26, 1),
(360, 35, 26, 1),
(3957, 36, 26, 1),
(7255, 37, 27, 1),
(1281, 38, 27, 1),
(1250, 39, 27, 1),
(998, 40, 28, 1),
(604, 41, 9, 1),
(606, 42, 9, 1),
(607, 43, 9, 1),
(608, 44, 9, 1),
(421, 45, 10, 1),
(308, 46, 17, 1),
(59, 47, 19, 0),
(7259, 48, 20, 1),
(61, 49, 20, 0),
(62, 50, 20, 0),
(6168, 51, 20, 1),
(7245, 52, 20, 1),
(3261, 53, 41, 1),
(6469, 54, 41, 1),
(6466, 55, 41, 1),
(6217, 56, 42, 1),
(5486, 57, 42, 1),
(70, 58, 22, 0),
(71, 59, 22, 0),
(7048, 60, 23, 1),
(6845, 61, 23, 1),
(2616, 62, 23, 1),
(6840, 63, 23, 1),
(6844, 64, 23, 1),
(239, 65, 23, 1),
(350, 66, 44, 1),
(351, 67, 44, 1),
(1739, 68, 44, 1),
(81, 69, 26, 0),
(82, 70, 26, 0),
(83, 71, 26, 0),
(84, 72, 26, 0),
(4749, 73, 27, 1),
(86, 74, 27, 0),
(4761, 75, 27, 1),
(88, 76, 27, 0),
(89, 77, 27, 0),
(90, 78, 27, 0),
(4760, 79, 27, 1),
(4748, 80, 27, 1),
(93, 81, 28, 0),
(94, 82, 28, 0),
(1257, 83, 29, 1),
(3978, 84, 29, 1),
(4768, 85, 29, 1),
(1276, 86, 29, 1),
(2054, 87, 29, 1),
(3707, 88, 29, 1),
(3030, 89, 29, 1),
(6702, 1378, 124, 1),
(103, 91, 29, 0),
(474, 92, 30, 1),
(473, 93, 30, 1),
(7256, 94, 31, 1),
(1850, 95, 32, 1),
(4441, 96, 33, 1),
(109, 97, 33, 0),
(5958, 98, 34, 1),
(5830, 99, 35, 1),
(7133, 100, 36, 1),
(788, 101, 37, 1),
(2561, 102, 38, 1),
(7252, 103, 39, 1),
(3367, 104, 96, 1),
(3375, 105, 96, 1),
(3376, 106, 96, 1),
(3377, 107, 96, 1),
(3378, 108, 96, 1),
(3379, 109, 96, 1),
(6654, 110, 96, 1),
(3278, 111, 39, 1),
(5255, 112, 95, 1),
(5319, 113, 11, 1),
(7049, 114, 12, 1),
(5317, 115, 14, 1),
(429, 116, 15, 1),
(312, 119, 18, 1),
(7258, 120, 19, 1),
(7243, 3, 21, 1),
(186, 121, 21, 0),
(7247, 122, 22, 1),
(6467, 123, 41, 1),
(5511, 124, 41, 1),
(6387, 1251, 61, 0),
(5667, 126, 42, 1),
(6533, 1338, 61, 16),
(501, 127, 26, 1),
(3968, 128, 29, 1),
(1067, 354, 47, 16),
(6676, 129, 40, 1),
(3790, 151, 19, 1),
(464, 152, 45, 16),
(463, 153, 45, 16),
(465, 154, 46, 16),
(466, 155, 46, 16),
(467, 156, 46, 16),
(676, 157, 47, 16),
(688, 159, 48, 10),
(689, 160, 48, 10),
(2051, 161, 48, 10),
(517, 165, 49, 11),
(515, 166, 49, 11),
(4239, 167, 49, 11),
(6733, 168, 50, 2),
(7267, 171, 56, 2),
(6105, 172, 61, 0),
(5080, 173, 61, 0),
(6793, 174, 61, 16),
(6794, 175, 61, 16),
(6795, 176, 61, 16),
(534, 177, 61, 0),
(7236, 178, 61, 16),
(6171, 179, 61, 0),
(2210, 180, 61, 16),
(2208, 181, 61, 16),
(4931, 182, 61, 16),
(7051, 183, 61, 0),
(5637, 184, 61, 0),
(4903, 185, 61, 0),
(550, 186, 61, 16),
(1957, 187, 61, 16),
(546, 188, 61, 0),
(554, 189, 61, 16),
(2399, 190, 61, 16),
(5611, 191, 61, 0),
(7052, 192, 61, 0),
(2231, 193, 61, 16),
(4241, 194, 61, 0),
(6958, 195, 61, 0),
(3701, 196, 61, 0),
(6959, 197, 61, 0),
(6956, 198, 61, 0),
(1247, 199, 61, 16),
(2299, 200, 61, 16),
(1890, 201, 61, 16),
(790, 202, 61, 16),
(572, 203, 61, 0),
(573, 204, 61, 0),
(1981, 206, 61, 16),
(2187, 207, 62, 1),
(659, 209, 63, 11),
(630, 210, 63, 11),
(635, 211, 63, 11),
(693, 212, 63, 11),
(649, 213, 63, 11),
(694, 214, 63, 11),
(648, 215, 63, 11),
(695, 216, 63, 11),
(653, 217, 63, 11),
(658, 218, 63, 11),
(7264, 219, 54, 2),
(6061, 220, 46, 16),
(677, 221, 47, 16),
(6662, 222, 61, 0),
(7244, 3, 11, 1),
(692, 223, 48, 0),
(696, 150, 64, 5),
(697, 137, 64, 5),
(698, 136, 64, 5),
(699, 141, 64, 5),
(700, 142, 64, 5),
(701, 143, 64, 5),
(702, 144, 64, 5),
(703, 145, 64, 5),
(704, 146, 64, 5),
(705, 147, 64, 5),
(706, 148, 64, 5),
(707, 149, 64, 5),
(708, 140, 64, 5),
(709, 139, 64, 5),
(710, 138, 64, 5),
(711, 130, 64, 5),
(712, 133, 64, 5),
(713, 134, 64, 5),
(714, 131, 64, 5),
(715, 135, 64, 5),
(716, 132, 64, 5),
(730, 224, 65, 5),
(7186, 226, 66, 5),
(4598, 227, 67, 5),
(7268, 228, 57, 2),
(3918, 1141, 64, 5),
(7260, 230, 53, 2),
(4335, 231, 61, 0),
(759, 232, 68, 16),
(762, 233, 68, 16),
(4521, 234, 68, 0),
(769, 235, 68, 16),
(780, 236, 68, 16),
(1243, 237, 68, 16),
(771, 238, 68, 16),
(773, 239, 68, 16),
(782, 240, 68, 16),
(784, 241, 68, 16),
(1891, 242, 68, 16),
(792, 243, 68, 16),
(794, 244, 68, 16),
(797, 245, 68, 16),
(2101, 246, 68, 16),
(2103, 247, 68, 16),
(2102, 248, 68, 16),
(2100, 249, 68, 16),
(1837, 250, 68, 16),
(811, 251, 46, 16),
(5772, 252, 46, 16),
(5730, 253, 46, 16),
(5762, 254, 46, 16),
(5805, 255, 46, 16),
(5783, 256, 46, 16),
(5766, 257, 46, 16),
(5763, 258, 46, 16),
(5808, 259, 46, 0),
(5767, 260, 46, 16),
(5791, 261, 46, 16),
(5764, 262, 46, 16),
(5813, 263, 46, 16),
(5757, 264, 46, 16),
(5800, 265, 46, 16),
(5759, 266, 46, 16),
(5736, 267, 46, 16),
(5776, 268, 46, 16),
(5744, 269, 46, 16),
(5787, 270, 46, 16),
(5731, 271, 46, 16),
(5799, 272, 46, 16),
(5733, 273, 46, 16),
(6298, 274, 46, 16),
(5771, 275, 46, 16),
(5810, 276, 46, 16),
(5761, 277, 46, 16),
(5765, 278, 46, 16),
(5785, 279, 46, 16),
(5748, 280, 46, 16),
(5746, 281, 46, 16),
(5784, 282, 46, 16),
(5792, 283, 46, 16),
(5740, 284, 46, 16),
(5735, 285, 46, 16),
(5788, 286, 46, 16),
(5682, 287, 46, 0),
(5814, 288, 46, 16),
(5828, 289, 46, 0),
(5795, 290, 46, 16),
(5789, 291, 46, 16),
(5742, 292, 46, 16),
(5768, 293, 46, 16),
(5747, 294, 46, 16),
(5796, 295, 46, 16),
(5743, 296, 46, 16),
(5769, 297, 46, 16),
(5737, 298, 46, 16),
(5729, 299, 46, 16),
(5815, 300, 46, 16),
(5775, 301, 46, 16),
(5739, 302, 46, 16),
(5774, 303, 46, 16),
(5745, 304, 46, 16),
(5750, 305, 46, 16),
(5777, 306, 46, 16),
(5782, 307, 46, 16),
(5817, 308, 46, 16),
(5780, 309, 46, 16),
(5797, 310, 46, 16),
(5798, 311, 46, 16),
(5816, 312, 46, 16),
(5781, 313, 46, 16),
(5801, 314, 46, 16),
(5681, 315, 46, 0),
(5770, 316, 46, 16),
(5753, 317, 46, 16),
(5778, 318, 46, 16),
(5677, 319, 46, 0),
(6900, 320, 46, 0),
(5786, 321, 46, 16),
(5752, 322, 46, 16),
(5803, 323, 46, 16),
(5712, 324, 46, 0),
(885, 325, 46, 16),
(5755, 326, 46, 16),
(5741, 327, 46, 16),
(5734, 328, 46, 16),
(5756, 329, 46, 16),
(5790, 330, 46, 16),
(5802, 331, 46, 16),
(5809, 332, 46, 16),
(5751, 333, 46, 16),
(5793, 334, 46, 16),
(5806, 335, 46, 16),
(5812, 336, 46, 0),
(5779, 337, 46, 16),
(5794, 338, 46, 16),
(5804, 339, 46, 16),
(5732, 340, 46, 16),
(5758, 341, 46, 16),
(5728, 342, 46, 16),
(5727, 343, 46, 16),
(5726, 344, 46, 16),
(5725, 345, 46, 16),
(5724, 346, 46, 16),
(5723, 347, 46, 16),
(5722, 348, 46, 16),
(5706, 349, 46, 16),
(5705, 350, 46, 16),
(7262, 351, 51, 2),
(1019, 352, 47, 16),
(1246, 353, 47, 16),
(1069, 355, 71, 19),
(3048, 970, 71, 19),
(3089, 985, 94, 10),
(1072, 358, 71, 19),
(1073, 359, 71, 19),
(2969, 964, 94, 0),
(1075, 361, 71, 19),
(1076, 362, 71, 19),
(2970, 965, 94, 0),
(1078, 364, 71, 19),
(3669, 966, 94, 10),
(1080, 366, 71, 19),
(3749, 987, 69, 19),
(1082, 368, 71, 19),
(6615, 968, 61, 0),
(4084, 969, 61, 0),
(1085, 371, 71, 19),
(3430, 962, 94, 10),
(1087, 373, 71, 19),
(1629, 374, 71, 19),
(2879, 375, 71, 19),
(1090, 376, 71, 19),
(1091, 377, 71, 19),
(1092, 378, 71, 19),
(1093, 379, 71, 19),
(1094, 380, 71, 19),
(1095, 381, 71, 19),
(1096, 382, 71, 19),
(1097, 383, 71, 19),
(1630, 384, 71, 19),
(1099, 385, 71, 19),
(1100, 386, 71, 19),
(1101, 387, 71, 19),
(1102, 388, 71, 19),
(1103, 389, 71, 19),
(1104, 390, 71, 19),
(1105, 391, 71, 19),
(1106, 392, 71, 19),
(1107, 393, 71, 19),
(2910, 394, 71, 19),
(1109, 395, 71, 19),
(1110, 396, 71, 19),
(1111, 397, 71, 19),
(2880, 398, 71, 19),
(1113, 399, 71, 19),
(1114, 400, 71, 19),
(1115, 401, 71, 19),
(1116, 402, 71, 19),
(1117, 403, 71, 19),
(2881, 404, 71, 19),
(1119, 405, 71, 19),
(2909, 406, 71, 19),
(1121, 407, 71, 19),
(2911, 408, 71, 19),
(1123, 409, 71, 19),
(1124, 410, 71, 19),
(1125, 411, 71, 19),
(1126, 412, 71, 19),
(1127, 413, 71, 19),
(1128, 414, 71, 19),
(1632, 415, 71, 19),
(1130, 416, 71, 19),
(1131, 417, 71, 19),
(1628, 418, 71, 19),
(1133, 419, 71, 19),
(1134, 420, 71, 19),
(2875, 421, 71, 19),
(1136, 422, 71, 19),
(1137, 423, 71, 19),
(1631, 424, 71, 19),
(1139, 425, 71, 19),
(1307, 426, 71, 19),
(1141, 427, 71, 19),
(1142, 428, 71, 19),
(1143, 429, 71, 19),
(1144, 430, 71, 19),
(1145, 431, 71, 19),
(1146, 432, 71, 19),
(1147, 433, 71, 19),
(1148, 434, 71, 19),
(1149, 435, 71, 19),
(1150, 436, 71, 19),
(2874, 437, 71, 19),
(1152, 438, 71, 19),
(1153, 439, 71, 19),
(1154, 440, 71, 19),
(1155, 441, 71, 19),
(1309, 442, 71, 19),
(1157, 443, 71, 19),
(1158, 444, 71, 19),
(1159, 445, 71, 19),
(1306, 446, 71, 19),
(1161, 447, 71, 19),
(1308, 448, 71, 19),
(1163, 449, 71, 19),
(1164, 450, 71, 19),
(1165, 451, 71, 19),
(1166, 452, 71, 19),
(1167, 453, 71, 19),
(1168, 454, 71, 19),
(1169, 455, 71, 19),
(1170, 456, 71, 19),
(1171, 457, 71, 19),
(1172, 458, 71, 19),
(1173, 459, 71, 19),
(1174, 460, 71, 19),
(1175, 461, 71, 19),
(1176, 462, 71, 19),
(1177, 463, 71, 19),
(1178, 464, 71, 19),
(2876, 465, 71, 19),
(1310, 466, 71, 19),
(1181, 467, 71, 19),
(1182, 468, 71, 19),
(2878, 469, 71, 19),
(1184, 470, 71, 19),
(1185, 471, 71, 19),
(2877, 472, 71, 19),
(1187, 473, 71, 19),
(1188, 474, 71, 19),
(1189, 475, 71, 19),
(1190, 476, 71, 19),
(1191, 477, 71, 19),
(1192, 478, 71, 19),
(1193, 479, 71, 19),
(1194, 480, 70, 19),
(6338, 481, 70, 19),
(2319, 482, 70, 19),
(2320, 483, 70, 19),
(2321, 484, 70, 19),
(2322, 485, 70, 19),
(1200, 486, 70, 19),
(2323, 487, 70, 19),
(2326, 488, 70, 19),
(2330, 489, 70, 19),
(1944, 490, 70, 19),
(2329, 491, 70, 19),
(2328, 492, 70, 19),
(2332, 493, 70, 19),
(1946, 494, 70, 19),
(2887, 356, 71, 19),
(2894, 357, 71, 19),
(2896, 495, 71, 19),
(2897, 496, 71, 19),
(2893, 360, 71, 19),
(2898, 497, 71, 19),
(2892, 363, 71, 19),
(2891, 365, 71, 19),
(2899, 498, 71, 19),
(2890, 367, 71, 19),
(2889, 369, 71, 19),
(2888, 370, 71, 19),
(2895, 372, 71, 19),
(2900, 499, 71, 19),
(2901, 500, 71, 19),
(2902, 501, 71, 19),
(1239, 502, 47, 16),
(1241, 503, 47, 16),
(1639, 504, 46, 16),
(1289, 505, 61, 0),
(1314, 506, 61, 0),
(1316, 507, 61, 0),
(1317, 508, 61, 0),
(1319, 509, 61, 0),
(2468, 510, 61, 16),
(1324, 511, 64, 5),
(1995, 512, 64, 5),
(1884, 513, 64, 5),
(6931, 514, 64, 5),
(1963, 515, 64, 5),
(1867, 516, 64, 5),
(1882, 517, 64, 5),
(6715, 518, 64, 5),
(6292, 519, 64, 5),
(2776, 520, 64, 0),
(2603, 521, 64, 5),
(1627, 522, 64, 5),
(1966, 523, 64, 5),
(1337, 524, 64, 5),
(6291, 525, 64, 5),
(1339, 526, 64, 5),
(2279, 527, 64, 5),
(3820, 528, 64, 5),
(1342, 529, 64, 5),
(2855, 530, 64, 0),
(1968, 531, 64, 5),
(2017, 532, 64, 5),
(3153, 533, 64, 0),
(4795, 534, 64, 5),
(2356, 535, 64, 5),
(2584, 536, 64, 5),
(3154, 537, 64, 0),
(2059, 538, 64, 5),
(1970, 539, 64, 5),
(2536, 540, 64, 5),
(2423, 541, 64, 5),
(1355, 542, 64, 5),
(2004, 543, 64, 5),
(1357, 544, 64, 5),
(6321, 545, 64, 0),
(1817, 546, 64, 5),
(1816, 547, 64, 5),
(2559, 548, 64, 5),
(2835, 549, 64, 0),
(1814, 550, 64, 5),
(2495, 551, 64, 5),
(6326, 552, 64, 0),
(1810, 553, 64, 5),
(1807, 554, 64, 5),
(6322, 555, 64, 0),
(5163, 556, 64, 5),
(1803, 557, 64, 5),
(2563, 558, 64, 5),
(1372, 559, 64, 5),
(2174, 560, 64, 5),
(2058, 561, 64, 5),
(2803, 562, 64, 0),
(2770, 563, 64, 0),
(3962, 564, 64, 0),
(2085, 565, 64, 5),
(6304, 566, 64, 5),
(2077, 567, 64, 5),
(1381, 568, 64, 5),
(1382, 569, 64, 5),
(1383, 570, 64, 5),
(7078, 571, 64, 0),
(2493, 572, 64, 5),
(1386, 573, 64, 5),
(7162, 574, 64, 5),
(3160, 575, 64, 0),
(1389, 576, 64, 5),
(1390, 577, 64, 5),
(4083, 578, 64, 5),
(1392, 579, 64, 5),
(1977, 580, 64, 5),
(1394, 581, 64, 5),
(1395, 582, 64, 5),
(1396, 583, 64, 5),
(1397, 584, 64, 5),
(1398, 585, 64, 5),
(1399, 586, 64, 5),
(1400, 587, 64, 5),
(1401, 588, 64, 5),
(1402, 589, 64, 5),
(3159, 590, 64, 0),
(4142, 591, 64, 5),
(1863, 592, 64, 5),
(1406, 593, 64, 5),
(6323, 594, 64, 0),
(7125, 595, 64, 5),
(1994, 596, 64, 5),
(4583, 597, 64, 5),
(7144, 598, 64, 5),
(6330, 599, 64, 0),
(1413, 600, 64, 5),
(1414, 601, 64, 5),
(1415, 602, 64, 5),
(1416, 603, 64, 5),
(1417, 604, 64, 5),
(1418, 605, 64, 5),
(2417, 606, 64, 5),
(1420, 607, 64, 5),
(1992, 608, 64, 5),
(1997, 609, 64, 5),
(1423, 610, 64, 5),
(1424, 611, 64, 5),
(1993, 612, 64, 5),
(1998, 613, 64, 5),
(1991, 614, 64, 5),
(3936, 615, 64, 0),
(4206, 616, 64, 5),
(6327, 617, 64, 0),
(1431, 618, 64, 5),
(2024, 619, 64, 5),
(4031, 620, 64, 0),
(1434, 621, 64, 5),
(1435, 622, 64, 5),
(1436, 623, 64, 5),
(1961, 624, 64, 5),
(4766, 625, 64, 5),
(1439, 626, 64, 5),
(1615, 627, 64, 5),
(1955, 628, 64, 5),
(1442, 629, 64, 5),
(7214, 630, 64, 0),
(7216, 631, 64, 0),
(4204, 632, 64, 5),
(2743, 633, 64, 5),
(2008, 634, 64, 5),
(6717, 635, 64, 0),
(1965, 636, 64, 5),
(1973, 637, 64, 5),
(1451, 638, 64, 5),
(1452, 639, 64, 5),
(4433, 640, 64, 5),
(4439, 641, 64, 5),
(1886, 642, 64, 5),
(2025, 643, 64, 5),
(1881, 644, 64, 5),
(1458, 645, 64, 5),
(1865, 646, 64, 5),
(1460, 647, 64, 5),
(1461, 648, 64, 5),
(1732, 649, 64, 5),
(2173, 650, 64, 5),
(1464, 651, 64, 5),
(6009, 652, 64, 0),
(1724, 653, 64, 5),
(6309, 654, 64, 0),
(2834, 655, 64, 5),
(3167, 656, 64, 0),
(6272, 657, 64, 0),
(1733, 658, 64, 5),
(2081, 659, 64, 5),
(1735, 660, 64, 5),
(1751, 661, 64, 5),
(2717, 662, 64, 5),
(3161, 663, 64, 0),
(1747, 664, 64, 5),
(1746, 665, 64, 5),
(2490, 666, 64, 5),
(2491, 667, 64, 5),
(1971, 668, 64, 5),
(2006, 669, 64, 5),
(1483, 670, 64, 5),
(1484, 671, 64, 5),
(2021, 672, 64, 5),
(1738, 673, 64, 5),
(1736, 674, 64, 5),
(4147, 675, 64, 5),
(7121, 676, 64, 5),
(1712, 677, 64, 5),
(7208, 678, 64, 0),
(1678, 679, 64, 5),
(4767, 680, 64, 5),
(1675, 681, 64, 5),
(1672, 682, 64, 5),
(1671, 683, 64, 5),
(2398, 684, 64, 5),
(1498, 685, 64, 5),
(1668, 686, 64, 5),
(1666, 687, 64, 5),
(1664, 688, 64, 5),
(4145, 689, 64, 5),
(1661, 690, 64, 5),
(2418, 691, 64, 5),
(2419, 692, 64, 5),
(6345, 693, 64, 0),
(1689, 694, 64, 5),
(1508, 695, 64, 5),
(4202, 696, 64, 5),
(2805, 697, 64, 0),
(2809, 698, 64, 0),
(2806, 699, 64, 5),
(1513, 700, 64, 5),
(1705, 701, 64, 5),
(1709, 702, 64, 5),
(1635, 703, 64, 5),
(2094, 704, 64, 5),
(4018, 705, 64, 0),
(4578, 706, 64, 5),
(6320, 707, 64, 0),
(4024, 708, 64, 0),
(2650, 709, 64, 5),
(4238, 710, 64, 5),
(5845, 711, 64, 5),
(1525, 712, 64, 5),
(1787, 713, 64, 5),
(2080, 714, 64, 5),
(1785, 715, 64, 5),
(1784, 716, 64, 5),
(2089, 717, 64, 5),
(2070, 718, 64, 5),
(1861, 719, 64, 5),
(1780, 720, 64, 5),
(6332, 721, 64, 0),
(1778, 722, 64, 5),
(1776, 723, 64, 5),
(3917, 724, 64, 0),
(1538, 725, 64, 5),
(1539, 726, 64, 5),
(1791, 727, 64, 5),
(6293, 728, 64, 5),
(1542, 729, 64, 5),
(2001, 730, 64, 5),
(1862, 731, 64, 5),
(1545, 732, 64, 5),
(1546, 733, 64, 5),
(1547, 734, 64, 5),
(1548, 735, 64, 5),
(1549, 736, 64, 5),
(1550, 737, 64, 5),
(1974, 738, 64, 5),
(1797, 739, 64, 5),
(2535, 740, 64, 5),
(3135, 741, 64, 0),
(1794, 742, 64, 5),
(1774, 743, 64, 5),
(1773, 744, 64, 5),
(1772, 745, 64, 5),
(1761, 746, 64, 5),
(1760, 747, 64, 5),
(2531, 748, 64, 5),
(1758, 749, 64, 5),
(1757, 750, 64, 5),
(1756, 751, 64, 5),
(3165, 752, 64, 0),
(1566, 753, 64, 5),
(2884, 754, 64, 0),
(1754, 755, 64, 5),
(1569, 756, 64, 5),
(4034, 757, 64, 5),
(1753, 758, 64, 5),
(1752, 759, 64, 5),
(2028, 760, 64, 5),
(1763, 761, 64, 5),
(4033, 762, 64, 5),
(1771, 763, 64, 5),
(1769, 764, 64, 5),
(2695, 765, 64, 5),
(1767, 766, 64, 5),
(4032, 767, 64, 5),
(2027, 768, 64, 5),
(1582, 769, 64, 5),
(1766, 770, 64, 5),
(2489, 771, 64, 5),
(1585, 772, 64, 5),
(1586, 773, 64, 5),
(1587, 774, 64, 5),
(2492, 775, 64, 5),
(1589, 776, 64, 5),
(1750, 777, 64, 5),
(7163, 808, 64, 5),
(5704, 778, 46, 16),
(1834, 781, 74, 0),
(5703, 780, 46, 16),
(4118, 782, 61, 0),
(7134, 783, 60, 2),
(1914, 785, 74, 0),
(6337, 786, 74, 16),
(1921, 787, 74, 0),
(1923, 788, 74, 0),
(1925, 789, 74, 0),
(1933, 790, 74, 16),
(2325, 791, 74, 16),
(2327, 792, 74, 16),
(2331, 793, 74, 16),
(2333, 794, 74, 16),
(1943, 795, 74, 0),
(1945, 796, 74, 0),
(1947, 797, 64, 0),
(2031, 799, 74, 16),
(2036, 800, 61, 16),
(2039, 801, 47, 0),
(2043, 802, 61, 16),
(2044, 803, 61, 16),
(2050, 804, 74, 16),
(2046, 805, 61, 0),
(2105, 809, 75, 19),
(2123, 810, 75, 19),
(2138, 811, 75, 19),
(2125, 812, 75, 19),
(2131, 813, 75, 19),
(2142, 814, 75, 19),
(2124, 815, 75, 19),
(2143, 816, 75, 19),
(2144, 817, 75, 19),
(4849, 818, 75, 19),
(2139, 819, 75, 19),
(2129, 820, 75, 19),
(2146, 821, 75, 19),
(2147, 822, 75, 19),
(2141, 823, 75, 19),
(2148, 824, 75, 19),
(2149, 825, 75, 19),
(2150, 826, 75, 19),
(5721, 827, 46, 16),
(5700, 828, 46, 16),
(5701, 829, 46, 16),
(2163, 830, 68, 16),
(2165, 831, 68, 16),
(3491, 832, 64, 5),
(2182, 833, 61, 0),
(2184, 834, 47, 16),
(2186, 835, 61, 0),
(2195, 836, 64, 5),
(2196, 837, 64, 5),
(2201, 838, 64, 5),
(3145, 839, 64, 0),
(2886, 840, 71, 19),
(3047, 970, 69, 19),
(2224, 842, 2, 1),
(2220, 841, 2, 0),
(2227, 843, 2, 1),
(2740, 844, 61, 16),
(3240, 845, 61, 0),
(2564, 846, 81, 1),
(2249, 847, 82, 1),
(5983, 1326, 124, 1),
(2254, 849, 61, 0),
(2256, 850, 68, 16),
(3920, 851, 85, 1),
(3010, 852, 61, 0),
(2269, 853, 47, 16),
(3155, 854, 64, 0),
(2274, 855, 61, 16),
(3551, 856, 71, 19),
(2290, 857, 61, 16),
(2291, 858, 61, 16),
(2288, 859, 61, 16),
(2289, 860, 61, 16),
(3513, 961, 61, 0),
(7253, 866, 86, 1),
(3726, 867, 61, 0),
(2313, 869, 61, 16),
(2314, 870, 61, 16),
(2682, 871, 48, 10),
(2342, 872, 74, 16),
(2335, 873, 74, 0),
(2336, 874, 74, 0),
(2337, 875, 74, 0),
(2338, 876, 74, 0),
(4193, 877, 74, 16),
(2525, 878, 74, 16),
(2343, 879, 70, 19),
(2345, 880, 70, 19),
(2347, 881, 70, 19),
(2349, 882, 70, 19),
(2351, 883, 70, 19),
(4194, 884, 70, 19),
(2527, 885, 70, 19),
(2363, 886, 61, 0),
(2738, 887, 64, 5),
(2371, 888, 64, 5),
(3036, 889, 61, 0),
(2956, 960, 64, 5),
(2414, 892, 47, 16),
(3177, 953, 69, 19),
(2412, 894, 61, 16),
(5698, 895, 46, 16),
(2424, 896, 74, 0),
(2431, 897, 70, 19),
(2434, 898, 48, 10),
(2443, 899, 64, 5),
(3808, 1108, 100, 1),
(3786, 900, 88, 1),
(3175, 952, 69, 19),
(2908, 901, 71, 19),
(2907, 893, 71, 19),
(2905, 861, 71, 19),
(2906, 890, 71, 19),
(3657, 1055, 94, 10),
(3019, 972, 61, 16),
(3020, 971, 61, 16),
(2885, 904, 71, 19),
(2510, 905, 90, 1),
(2537, 907, 61, 0),
(2524, 906, 19, 1),
(2557, 908, 64, 5),
(2551, 909, 64, 0),
(2576, 911, 64, 5),
(2587, 912, 64, 5),
(2691, 913, 64, 5),
(2595, 914, 61, 0),
(3168, 918, 71, 19),
(2914, 915, 71, 19),
(5920, 917, 61, 0),
(3259, 1005, 94, 10),
(3173, 935, 69, 19),
(2672, 919, 61, 16),
(2649, 920, 64, 5),
(2648, 921, 64, 5),
(3171, 926, 71, 19),
(3169, 922, 71, 19),
(4368, 1003, 61, 0),
(3170, 923, 71, 19),
(5697, 924, 46, 16),
(5079, 925, 64, 0),
(6611, 1002, 61, 0),
(3244, 1004, 61, 16),
(2688, 927, 48, 10),
(6610, 1001, 61, 0),
(3172, 928, 71, 19),
(2697, 929, 64, 5),
(3945, 1143, 2, 1),
(4602, 931, 61, 0),
(2718, 932, 70, 19),
(2711, 933, 74, 16),
(3190, 1000, 94, 10),
(3174, 935, 71, 19),
(4342, 936, 61, 0),
(4327, 937, 61, 0),
(2728, 940, 61, 0),
(2736, 941, 48, 0),
(2751, 942, 70, 19),
(2745, 943, 74, 0),
(2763, 944, 48, 10),
(5205, 945, 61, 0),
(3037, 946, 61, 0),
(6159, 947, 61, 0),
(2778, 949, 64, 5),
(3050, 951, 71, 19),
(3049, 951, 69, 19),
(5696, 999, 46, 16),
(3176, 952, 71, 19),
(3186, 998, 94, 10),
(3178, 953, 71, 19),
(2812, 954, 64, 5),
(2817, 955, 75, 19),
(6609, 956, 61, 0),
(2843, 957, 64, 5),
(2882, 958, 61, 16),
(2872, 959, 61, 16),
(3021, 973, 61, 16),
(3017, 974, 61, 16),
(3016, 975, 61, 16),
(3029, 976, 74, 16),
(6663, 977, 61, 0),
(3054, 978, 94, 10),
(3056, 979, 94, 10),
(3517, 980, 69, 19),
(3518, 980, 71, 19),
(3544, 1054, 89, 19),
(3519, 981, 69, 19),
(3520, 981, 71, 19),
(3543, 1054, 71, 19),
(3521, 982, 69, 19),
(3522, 982, 71, 19),
(3542, 1054, 69, 19),
(3068, 983, 64, 5),
(3523, 984, 69, 19),
(3524, 984, 71, 19),
(3882, 1009, 71, 19),
(3666, 986, 94, 10),
(3750, 987, 71, 19),
(7147, 1068, 61, 0),
(3105, 988, 64, 5),
(3752, 989, 69, 19),
(3753, 989, 71, 19),
(3775, 967, 94, 10),
(3754, 990, 69, 19),
(3755, 990, 71, 19),
(3774, 963, 94, 10),
(3756, 991, 69, 19),
(3757, 991, 71, 19),
(4658, 1154, 69, 19),
(3118, 992, 64, 5),
(4045, 994, 64, 5),
(3773, 995, 64, 5),
(3152, 996, 64, 5),
(3431, 997, 69, 19),
(3432, 997, 71, 19),
(3437, 1038, 64, 5),
(3254, 1006, 94, 10),
(5428, 1007, 61, 0),
(5630, 1008, 61, 16),
(3881, 1009, 69, 19),
(4216, 1063, 71, 19),
(4207, 1043, 69, 19),
(4215, 1063, 69, 19),
(3884, 1010, 71, 19),
(3381, 1012, 48, 10),
(3670, 1013, 94, 10),
(5258, 1014, 95, 1),
(3325, 1015, 95, 1),
(3326, 1016, 95, 1),
(3433, 1017, 95, 1),
(3341, 1018, 95, 1),
(3340, 1019, 95, 1),
(3342, 1020, 95, 1),
(3345, 1021, 95, 1),
(3380, 1022, 96, 1),
(3386, 1023, 61, 16),
(7265, 1024, 55, 2),
(3397, 1025, 61, 0),
(5718, 1026, 46, 16),
(5773, 1027, 46, 16),
(6726, 1028, 46, 0),
(5720, 1029, 46, 16),
(5719, 1030, 46, 16),
(5707, 1031, 46, 16),
(5694, 1032, 46, 16),
(5695, 1033, 46, 16),
(5692, 1034, 46, 16),
(3818, 1035, 97, 1),
(3429, 1036, 68, 16),
(3512, 1039, 61, 0),
(3840, 1040, 61, 0),
(6690, 1041, 64, 5),
(6329, 1042, 64, 0),
(4208, 1043, 71, 19),
(4765, 1234, 64, 5),
(3883, 1010, 69, 19),
(3472, 1044, 48, 10),
(3643, 1045, 94, 10),
(3458, 1046, 94, 0),
(3475, 1047, 94, 10),
(3940, 1048, 64, 5),
(3497, 1049, 98, 1),
(3494, 1050, 68, 0),
(3495, 1051, 61, 0),
(3809, 1052, 61, 16),
(4209, 1053, 69, 19),
(4210, 1053, 71, 19),
(6390, 1235, 61, 16),
(3640, 1056, 64, 5),
(6955, 1057, 61, 0),
(4662, 1167, 69, 19),
(4212, 1059, 71, 19),
(4660, 1166, 69, 19),
(4214, 1060, 71, 19),
(3745, 1061, 48, 10),
(7224, 1062, 19, 1),
(3799, 1110, 100, 1),
(3810, 1112, 100, 1),
(3803, 1114, 100, 1),
(3812, 1119, 101, 2),
(7034, 1239, 64, 5),
(4653, 1124, 71, 19),
(3815, 798, 65, 5),
(3834, 1129, 64, 5),
(4789, 1238, 75, 19),
(4655, 1131, 71, 19),
(3847, 1132, 15, 1),
(4101, 1133, 15, 0),
(5230, 1241, 71, 19),
(4657, 1134, 71, 19),
(6655, 1135, 61, 0),
(4211, 1059, 69, 19),
(4652, 1124, 69, 19),
(4656, 1134, 69, 19),
(4654, 1131, 69, 19),
(4213, 1060, 69, 19),
(3903, 1138, 61, 16),
(3905, 1139, 61, 0),
(3906, 1140, 61, 0),
(7263, 229, 52, 2),
(3943, 1142, 64, 5),
(3948, 1144, 102, 1),
(3960, 1145, 64, 5),
(3992, 1148, 61, 16),
(7148, 1375, 61, 0),
(6665, 1376, 61, 0),
(3993, 1149, 61, 0),
(3995, 1150, 61, 0),
(3996, 1151, 61, 0),
(4001, 1152, 61, 16),
(4005, 1153, 61, 16),
(5214, 1237, 71, 19),
(4659, 1154, 71, 19),
(4012, 1155, 74, 0),
(4533, 1156, 61, 0),
(4023, 1157, 64, 0),
(4037, 1158, 48, 10),
(4041, 1159, 48, 10),
(4750, 1160, 27, 1),
(4061, 1161, 61, 16),
(4067, 1162, 61, 16),
(6346, 1163, 64, 0),
(6843, 1164, 61, 0),
(4103, 1165, 89, 0),
(4661, 1166, 71, 19),
(5213, 1237, 69, 19),
(4781, 1236, 96, 1),
(4663, 1167, 71, 19),
(4108, 1168, 89, 0),
(4109, 1169, 89, 0),
(4152, 1170, 61, 16),
(4154, 1171, 61, 16),
(4173, 1172, 94, 10),
(4916, 1173, 94, 10),
(6572, 1174, 94, 10),
(5040, 1175, 94, 10),
(4169, 1176, 94, 10),
(7239, 1177, 94, 10),
(4175, 1178, 64, 5),
(4664, 1179, 69, 19),
(4665, 1179, 71, 19),
(4944, 1180, 61, 0),
(4666, 1182, 69, 19),
(4324, 1183, 61, 0),
(4326, 1184, 61, 0),
(4338, 1185, 61, 0),
(7054, 1186, 61, 0),
(4313, 1187, 61, 16),
(4667, 1181, 69, 19),
(4746, 1233, 61, 16),
(5223, 1188, 69, 19),
(4759, 1232, 61, 16),
(4336, 1189, 106, 0),
(5691, 1190, 46, 16),
(4346, 1191, 109, 1),
(4440, 1192, 64, 5),
(4364, 1193, 64, 5),
(5225, 1194, 69, 19),
(4787, 1231, 61, 16),
(4814, 1195, 71, 19),
(4681, 1230, 61, 16),
(5690, 1196, 46, 16),
(6354, 1197, 46, 16),
(5301, 1198, 61, 0),
(6060, 1337, 61, 16),
(7193, 1200, 61, 16),
(4422, 1201, 75, 19),
(4446, 1202, 61, 16),
(5688, 1203, 46, 16),
(4478, 1205, 61, 16),
(6331, 1206, 64, 0),
(5390, 1207, 75, 19),
(7271, 1303, 122, 1),
(5415, 1306, 42, 1),
(5389, 1208, 75, 19),
(4510, 1209, 61, 16),
(5687, 1210, 46, 16),
(5686, 1211, 46, 16),
(5237, 1284, 89, 19),
(5227, 1212, 69, 19),
(5685, 1213, 46, 16),
(6340, 1214, 61, 16),
(6674, 1377, 61, 0),
(4557, 1216, 114, 16),
(4554, 1217, 114, 16),
(4555, 1218, 114, 16),
(4556, 1219, 114, 16),
(6275, 1280, 61, 0),
(6656, 1281, 61, 0),
(5166, 1282, 64, 5),
(5234, 1249, 71, 19),
(5210, 1221, 71, 19),
(6954, 1222, 64, 5),
(4593, 1223, 64, 5),
(5211, 1224, 69, 19),
(5212, 1224, 71, 19),
(5232, 1270, 71, 19),
(7251, 1225, 121, 1),
(4613, 1226, 61, 0),
(5229, 1241, 69, 19),
(4816, 1227, 71, 19),
(4621, 1228, 61, 16),
(4800, 1229, 69, 19),
(5215, 1240, 69, 19),
(5216, 1240, 71, 19),
(5228, 1212, 71, 19),
(4801, 1229, 71, 19),
(4815, 1227, 69, 19),
(5209, 1221, 69, 19),
(5226, 1194, 71, 19),
(4813, 1195, 69, 19),
(5056, 1275, 61, 16),
(5313, 1243, 117, 1),
(5044, 1244, 61, 0),
(5045, 1245, 61, 0),
(6142, 1246, 61, 0),
(4858, 1247, 64, 5),
(7213, 1248, 64, 0),
(5224, 1188, 71, 19),
(5233, 1249, 69, 19),
(4897, 1252, 89, 19),
(4896, 1252, 69, 19),
(5219, 1253, 69, 19),
(5220, 1253, 71, 19),
(6902, 1254, 118, 2),
(6522, 1298, 41, 1),
(5222, 1264, 71, 19),
(5221, 1264, 69, 19),
(7024, 1265, 61, 0),
(7025, 1266, 61, 0),
(4968, 1269, 119, 1),
(5231, 1270, 69, 19),
(5684, 1271, 46, 16),
(5026, 1272, 61, 16),
(5023, 1273, 89, 0),
(5024, 1273, 71, 0),
(5025, 1273, 69, 0),
(5027, 1274, 116, 0),
(5251, 1242, 116, 1),
(5074, 1276, 69, 19),
(5075, 1276, 71, 19),
(5076, 1276, 89, 19),
(6798, 1278, 23, 1),
(6826, 1299, 41, 1),
(5169, 1283, 89, 0),
(5170, 1283, 71, 0),
(5171, 1283, 69, 0),
(6799, 1279, 23, 1),
(5988, 1297, 75, 19),
(6887, 1305, 19, 1),
(5235, 1284, 69, 19),
(5236, 1284, 71, 19),
(6114, 1285, 69, 19),
(7240, 1286, 94, 10),
(5254, 1287, 61, 16),
(6848, 1288, 61, 0),
(5262, 1289, 94, 10),
(6100, 1290, 94, 10),
(5683, 1291, 46, 16),
(5280, 1292, 61, 16),
(5652, 1293, 61, 16),
(5299, 1294, 64, 5),
(6523, 1300, 41, 1),
(6452, 1301, 41, 1),
(5386, 1302, 89, 0),
(5387, 1302, 71, 0),
(5388, 1302, 69, 0),
(6534, 1307, 61, 16),
(6539, 1308, 61, 0),
(5446, 1309, 61, 16),
(5645, 1310, 61, 16),
(7053, 1311, 61, 0),
(6054, 1312, 61, 16),
(5664, 1313, 42, 1),
(5493, 1314, 64, 5),
(5592, 1315, 124, 1),
(7046, 1316, 124, 1),
(7206, 1317, 124, 1),
(5582, 1318, 124, 1),
(5585, 1319, 124, 1),
(7135, 1320, 134, 1),
(5599, 1321, 69, 0),
(5639, 1322, 126, 1),
(7218, 19, 126, 1),
(6169, 51, 126, 1),
(7246, 52, 126, 1),
(5827, 1323, 89, 19),
(5826, 1323, 71, 19),
(5825, 1323, 69, 19),
(5841, 1325, 89, 19),
(5840, 1325, 71, 19),
(5839, 1325, 69, 19),
(5965, 1327, 61, 16),
(5984, 1328, 89, 0),
(5985, 1328, 69, 0),
(5995, 1329, 117, 1),
(5994, 1330, 61, 0),
(6884, 1331, 19, 1),
(6147, 1333, 127, 1),
(6953, 1199, 127, 1),
(6535, 1334, 127, 1),
(6474, 1335, 127, 1),
(6528, 1336, 127, 1),
(6538, 125, 127, 1),
(6536, 1339, 61, 16),
(6141, 1340, 89, 19),
(6140, 1340, 71, 19),
(6139, 1340, 69, 19),
(6152, 1341, 127, 0),
(6156, 1342, 69, 19),
(6157, 1342, 71, 19),
(6158, 1342, 89, 19),
(6163, 1343, 61, 0),
(6178, 1344, 129, 26),
(6181, 1346, 130, 26),
(6183, 1345, 131, 26),
(6952, 1199, 41, 1),
(6223, 1348, 64, 0),
(6244, 1351, 47, 16),
(6383, 1350, 61, 0),
(6541, 1349, 41, 1),
(6268, 1352, 46, 16),
(6265, 1353, 89, 0),
(6266, 1353, 69, 0),
(6267, 1354, 46, 0),
(6299, 1355, 69, 19),
(6300, 1355, 89, 19),
(6274, 1356, 61, 0),
(6290, 1357, 64, 5),
(6333, 1359, 64, 0),
(6350, 1360, 69, 19),
(6351, 1360, 71, 19),
(6352, 1360, 89, 19),
(6391, 1361, 75, 19),
(6394, 1362, 69, 19),
(6395, 1362, 89, 19),
(6397, 1363, 89, 0),
(6398, 1363, 69, 0),
(7266, 1364, 132, 2),
(6404, 1365, 89, 0),
(6405, 1365, 71, 0),
(6406, 1365, 69, 0),
(6407, 1366, 89, 0),
(6408, 1366, 71, 0),
(6409, 1366, 69, 0),
(6412, 1367, 89, 0),
(6413, 1367, 71, 0),
(6414, 1367, 69, 0),
(6471, 1368, 127, 1),
(6537, 1369, 127, 1),
(6540, 1370, 41, 1),
(6711, 1371, 69, 0),
(6713, 1382, 20, 1),
(6653, 1372, 75, 19),
(6602, 1373, 75, 19),
(6613, 1374, 89, 0),
(6614, 1374, 69, 0),
(6700, 1379, 61, 16),
(6703, 1380, 61, 16),
(6709, 1381, 89, 0),
(6710, 1381, 69, 0),
(6719, 1383, 46, 16),
(6720, 1384, 46, 0),
(6740, 1385, 89, 0),
(6741, 1385, 71, 0),
(6742, 1385, 69, 0),
(6743, 1386, 69, 0),
(7269, 1388, 133, 1),
(6805, 1389, 75, 19),
(7047, 1390, 125, 1),
(6769, 1391, 68, 0),
(6775, 1392, 61, 16),
(6776, 1393, 61, 16),
(6780, 1394, 64, 5),
(7234, 1395, 61, 16),
(6782, 1396, 61, 0),
(6796, 1397, 61, 0),
(6824, 1398, 64, 5),
(6807, 1399, 64, 0),
(6808, 1400, 64, 0),
(6896, 1401, 75, 19),
(6830, 1402, 69, 19),
(6831, 1402, 71, 19),
(6832, 1402, 89, 19),
(6833, 1403, 69, 0),
(6838, 1404, 61, 16),
(6857, 1405, 68, 16),
(6860, 1406, 64, 5),
(6871, 1407, 124, 1),
(6870, 1408, 124, 1),
(6868, 1409, 61, 0),
(6869, 1410, 61, 0),
(6879, 1411, 75, 19),
(7270, 1388, 19, 1),
(7223, 1062, 3, 1),
(6904, 1412, 46, 16),
(6912, 1413, 75, 19),
(6913, 1414, 75, 0),
(7241, 1415, 138, 1),
(6932, 1417, 11, 0),
(6988, 1418, 69, 19),
(6989, 1418, 71, 19),
(6990, 1418, 89, 19),
(6976, 1419, 137, 1),
(6981, 1420, 69, 19),
(6982, 1420, 89, 19),
(7042, 1421, 89, 19),
(7041, 1421, 69, 19),
(7038, 1422, 75, 19),
(7027, 1423, 61, 0),
(7043, 1424, 68, 0),
(7056, 1425, 89, 0),
(7057, 1425, 69, 0),
(7070, 1426, 66, 5),
(7071, 1428, 89, 0),
(7072, 1428, 69, 0),
(7077, 1429, 64, 0),
(7079, 1430, 89, 0),
(7080, 1430, 71, 0),
(7081, 1430, 69, 0),
(7088, 1431, 139, 11),
(7087, 1432, 61, 16),
(7095, 1433, 89, 19),
(7094, 1433, 69, 19),
(7096, 1434, 89, 0),
(7097, 1434, 69, 0),
(7106, 1435, 47, 16),
(7107, 1436, 47, 16),
(7108, 1437, 47, 16),
(7109, 1438, 47, 16),
(7110, 1439, 47, 0),
(7117, 1440, 89, 19),
(7116, 1440, 69, 19),
(7124, 1441, 64, 5),
(7126, 1442, 47, 0),
(7127, 1443, 47, 0),
(7130, 1444, 61, 16),
(7132, 1445, 47, 0),
(7137, 1446, 140, 16),
(7143, 1447, 64, 5),
(7154, 1448, 141, 5),
(7192, 1449, 144, 1),
(7164, 1450, 89, 0),
(7165, 1450, 69, 0),
(7168, 1451, 61, 16),
(7169, 1452, 68, 0),
(7172, 1453, 89, 0),
(7173, 1453, 71, 0),
(7174, 1453, 69, 0),
(7176, 1454, 61, 16),
(7177, 1455, 61, 0),
(7187, 1456, 46, 0),
(7195, 1457, 94, 10),
(7207, 1458, 94, 10);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `entry_choices`
--
CREATE TABLE `entry_choices` (
`entry_choice_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`choice_id` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `entry_links`
--
CREATE TABLE `entry_links` (
`entry_link_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`link_type` int(1) NOT NULL,
`value` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`label` varchar(250) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `entry_posities`
--
CREATE TABLE `entry_posities` (
`entry_positie_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`positie_id` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Gegevens worden geëxporteerd voor tabel `entry_posities`
--
INSERT INTO `entry_posities` (`entry_positie_id`, `unique_id`, `positie_id`) VALUES
(506, 167, 3),
(481, 165, 3),
(479, 166, 3),
(510, 162, 3),
(509, 783, 3),
(508, 783, 1);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `entry_tags`
--
CREATE TABLE `entry_tags` (
`entry_tag_id` int(10) UNSIGNED NOT NULL,
`unique_id` int(10) NOT NULL,
`entry_id` int(10) UNSIGNED NOT NULL,
`template_id` int(10) NOT NULL,
`tag_id` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `field_types`
--
CREATE TABLE `field_types` (
`field_id` mediumint(8) UNSIGNED NOT NULL,
`name` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`form_element` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`datatype` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`description` varchar(250) NOT NULL,
`in_group` int(1) NOT NULL DEFAULT '0',
`in_formgenerator` int(1) NOT NULL DEFAULT '0',
`in_template` int(1) NOT NULL DEFAULT '0',
`in_dragdrop` int(1) NOT NULL DEFAULT '0',
`html` text NOT NULL,
`wrap` int(1) NOT NULL DEFAULT '1',
`position` int(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Gegevens worden geëxporteerd voor tabel `field_types`
--
INSERT INTO `field_types` (`field_id`, `name`, `form_element`, `datatype`, `description`, `in_group`, `in_formgenerator`, `in_template`, `in_dragdrop`, `html`, `wrap`, `position`) VALUES
(1, 'Input', 'text', 'varchar(250)', 'Tekstveld', 0, 1, 1, 0, '', 0, 0),
(5, 'Text', 'textarea', 'text', 'Tekstveld (multiline)', 1, 1, 1, 0, '', 0, 0),
(6, 'Image', 'image', 'tinytext', 'Foto', 1, 0, 1, 0, '', 0, 0),
(11, 'Tags', 'tag', 'text', 'Tags', 0, 0, 1, 0, '', 0, 0),
(12, 'Entry links', 'link', 'varchar(250)', 'Links', 0, 0, 1, 0, '', 0, 0),
(22, 'shop', 'shop', 'varchar(250)', 'Shop', 0, 0, 0, 0, '', 0, 0),
(25, 'Group', 'field_group', 'veld groep', 'Group', 0, 0, 0, 1, '<div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div>', 0, 0),
(3, 'autocomplete', 'autocomplete', 'int(10)', 'Autocomplete', 0, 0, 1, 0, '', 0, 0),
(24, 'checkbox', 'checkbox', 'int(10)', 'Checkbox', 0, 1, 1, 0, '', 0, 0),
(28, 'select', 'select', 'varchar(250)', 'Select', 0, 1, 1, 0, '', 0, 0),
(29, 'Files', 'files', 'text', 'Files', 1, 0, 1, 0, '', 0, 0),
(30, 'Date', 'datepicker', 'varchar(250)', 'Date', 0, 0, 1, 0, '', 0, 0),
(31, 'radio', 'radio', 'int(10)', 'Radio', 0, 1, 1, 0, '', 0, 0),
(32, 'Form group', 'formgroup', 'varchar(250)', 'Form group', 0, 1, 0, 0, '', 0, 0),
(33, 'form', 'form', 'int(10)', 'form', 0, 0, 1, 0, '', 0, 0),
(34, 'em', 'em', 'varchar(250)', 'em', 0, 0, 1, 0, '', 0, 0),
(35, 'share', 'share', 'text', 'share', 0, 0, 1, 0, '<span class=\'st_facebook_hcount\' displayText=\'Facebook\'></span>\r\n <span class=\'st_twitter_hcount\' displayText=\'Tweet\'></span>\r\n <span class=\'st_linkedin_hcount\' displayText=\'LinkedIn\'></span>\r\n <span class=\'st_googleplus_hcount\' displayText=\'Google +\'></span>\r\n <span class=\'st_email_hcount\' displayText=\'Email\'></span>', 0, 0),
(36, 'cols', 'cols', 'text', 'cols', 0, 0, 1, 0, '', 0, 0),
(37, 'Color', 'colorpicker', 'varchar(250)', 'color', 0, 0, 1, 0, '', 0, 0),
(38, 'code', 'code', 'text', 'code', 0, 0, 0, 0, '', 0, 0),
(39, '1-column', '1-column', 'text', '1-column', 0, 0, 0, 1, '<div class=\"page-row\"><div class=\"grid-container\"> \r\n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\r\n \r\n <div class=\"small-12 cell\">\r\n <div class=\"column-wrapper\">\r\n <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h1>\r\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n</div>\r\n</div>\r\n', 0, 0),
(40, '2-column', '2-column', 'text', '2-column', 0, 0, 0, 1, '<div class=\"page-row\"> \r\n<div class=\"grid-container\"> \r\n<div class=\"grid-x grid-padding-x\">\r\n \r\n <div class=\"small-12 medium-6 cell\">\r\n <div class=\"column-wrapper\">\r\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\r\n </div>\r\n </div>\r\n <div class=\"small-12 medium-6 cell\">\r\n <div class=\"column-wrapper\">\r\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\r\n </div>\r\n </div>\r\n \r\n</div>\r\n</div>\r\n</div>', 0, 0),
(67, '5-column', '5-column', 'text', '5-column', 0, 0, 0, 1, '<div class=\"grid-container\"> \r\n<div class=\"grid-x grid-padding-x small-up-1 medium-up-5\">\r\n<div class=\"cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n\r\n<div class=\"cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 0, 0),
(51, 'Custom code', 'custom', 'custom', 'custom', 0, 0, 0, 1, '<div class=\"custom-code\"></div>\r\n', 0, 0),
(56, 'img', 'img', 'img-sub', 'img', 0, 0, 0, 0, ' <div class=\"image-full-width\">\n \n <div class=\"foreground hrzntl-spacer\">\n <div class=\"inner-wrapper\">\n \n <div class=\"col24\">\n <div style=\"\" class=\"column-wrapper\"><p>CLick to edit</p></div>\n </div>\n \n </div>\n </div>\n\n <div class=\"column-wrapper background\" edittype=\"image\"><img src=\"http://placehold.it/1200x300&text=IMAGE\"></div>\n</div>\n', 0, 0),
(42, '3-column', '3-column', 'text', '3-column', 0, 0, 0, 1, '<div class=\"page-row\">\r\n<div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 0, 0),
(41, '4-column', '4-column', 'text', '4-column', 0, 0, 0, 1, '<div class=\"page-row\"> \r\n<div class=\"grid-container\"> \r\n<div class=\"grid-x grid-padding-x\">\r\n \r\n <div class=\"small-12 medium-6 large-3 cell\">\r\n <div class=\"column-wrapper\">\r\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\r\n </div>\r\n </div>\r\n <div class=\"small-12 medium-6 large-3 cell\">\r\n <div class=\"column-wrapper\">\r\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\r\n </div>\r\n </div>\r\n\r\n <div class=\"small-12 medium-6 large-3 cell\">\r\n <div class=\"column-wrapper\">\r\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\r\n </div>\r\n </div>\r\n <div class=\"small-12 medium-6 large-3 cell\">\r\n <div class=\"column-wrapper\">\r\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\r\n </div>\r\n </div>\r\n \r\n</div>\r\n</div>\r\n</div>', 0, 0),
(44, 'devider', 'devider', 'text', 'devider', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x hr-devider\">\r\n<div class=\"medium-12 cell\">\r\n<hr/>\r\n</div>\r\n</div>', 0, 0),
(45, 'spacer', 'spacer', 'spacer', 'spacer', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<div class=\"column-wrapper\" edittype=\"spacer\"><div class=\"default-spacer\"></div></div>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n', 0, 0),
(46, 'dragdrop', 'dragdrop', 'text', 'dragdrop', 0, 0, 1, 0, '', 0, 0),
(48, '2-column-centered', '2-column-centered', 'text', '2-column-centered', 0, 0, 0, 0, '<div class=\"col8 offset4\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col8\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n', 0, 0),
(49, '3-column-centered', '3-column-centered', 'text', '3-column-centered', 0, 0, 0, 0, '<div class=\"col6 offset3\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col6\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col6\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>', 0, 0),
(50, '1-column-centered', '1-column-centered', 'text', '1-column-centered', 0, 0, 0, 0, '<div class=\"col16 offset4\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>', 0, 0),
(54, 'showcase', 'showcase', 'showcase\r\n', 'showcase', 0, 0, 0, 0, '<div class=\"image-showcase\">\r\n <div class=\"case-foreground\" edittype=\"textarea\">\r\n <div class=\"column-wrapper\" edittype=\"showcase-text\">\r\n <h1>heading 1</h1>\r\n <p>text goes here</p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"column-wrapper case-background\" edittype=\"showcase-image\">\r\n <img src=\"http://placehold.it/1200x500&text=background\">\r\n </div>\r\n</div>', 0, 0),
(55, '1-2-column', '1-2-column', 'text', '2-column', 0, 0, 0, 0, '<div class=\"col8\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col16\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>', 0, 0),
(57, 'item-links', 'item-links', 'category-link', 'item-links', 0, 0, 0, 0, '<div class=\"col6\">\r\n <div class=\"column-wrapper\" edittype=\"textarea\">\r\n <p>Room for image</p>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col18\">\r\n <div class=\"column-wrapper\" edittype=\"textarea\">\r\n <p>Room for text</p>\r\n </div>\r\n</div>', 0, 0),
(58, '2-1-column', '2-1-column', 'text', '2-1-column', 0, 0, 0, 0, '<div class=\"col16\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col8\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>', 0, 0),
(59, 'geboortedatum', 'geboortedatum', 'varchar(250)', 'geboortedatum', 0, 1, 1, 0, '', 0, 0),
(60, 'upload', 'upload', 'varchar(250)', 'upload', 0, 1, 1, 0, '', 0, 0),
(61, '6-column', '6-column', 'text', '6-column', 0, 0, 0, 0, '<div class=\"col4\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col4\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col4\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col4\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col4\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col4\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n</div>\r\n</div>\r\n', 0, 0),
(62, 'button', 'button', 'text', 'button', 0, 0, 0, 0, '<div class=\"col24\">\r\n<div class=\"column-wrapper\">\r\n<p class=\"page-cta\"><a href=\"\" class=\"button primary full-width\">TRY THEN BUY – CLICK HERE FOR A FREE 90-DAY TRIAL</a></p>\r\n</div>\r\n</div>', 0, 0),
(63, '2-row-1-column-2-column', '2-row-1-column-2-column', 'text', '1-column', 0, 0, 0, 0, '<div class=\"col24\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n<div class=\"col12\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n</div>\r\n</div>\r\n<div class=\"col12\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n</div>\r\n</div>', 0, 0),
(64, 'tabs', 'tabs', 'text', 'tabs', 0, 0, 0, 0, '<div class=\"\">\r\n <div class=\"column-wrapper\">\r\n\r\n <div class=\"tab-navigation\">\r\n \r\n <ul class=\"\">\r\n <li class=\"col6\"><a href=\"#tabs-1\">Header</a></li>\r\n <li class=\"col6\"><a href=\"#tabs-2\">Header</a></li>\r\n <li class=\"col6\"><a href=\"#tabs-3\">Header</a></li>\r\n <li class=\"col6\"><a href=\"#tabs-4\">Header</a></li>\r\n </ul>\r\n \r\n <div class=\"col24 sub-grid\" id=\"tabs-1\">\r\n <div class=\"col12\">\r\n <h2>Redefining the Rules <br />of Engagement</h2> \r\n <p>What does it take to succeed in today’s fast moving business environment? Success depends on a responsive workforce outfitted with adaptive solutions for anytime, anywhere access.</p>\r\n <p><a href=\"\" class=\"primary-link\"><i class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\r\n </div>\r\n <div class=\"col9 offset3 vert-offset-1\">\r\n <img src=\"images/business-agility.jpg\" alt=\"\" />\r\n </div>\r\n </div>\r\n \r\n <div class=\"col24 sub-grid\" id=\"tabs-2\">\r\n <div class=\"col12\">\r\n <h2>Collaborative<br />Communities</h2> \r\n <p>Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante..</p>\r\n <p><a href=\"\" class=\"primary-link\"><i class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\r\n </div>\r\n <div class=\"col9 offset3 vert-offset-1\">\r\n <img src=\"http://placehold.it/397x260/e8e8e8/e8e8e8\" alt=\"\" />\r\n </div>\r\n </div>\r\n \r\n <div class=\"col24 sub-grid\" id=\"tabs-3\">\r\n <div class=\"col12\">\r\n <h2>Fostering alliances across and beyond boundaries</h2> \r\n <p>Cultivating a collaborative atmosphere has never been more vital.Responsiveness depends on simple yet specific techniques that promote openness and transparency to achieve a dynamic and informed work environment.</p>\r\n <p><a href=\"\" class=\"primary-link\"><i class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\r\n </div>\r\n <div class=\"col9 offset3 vert-offset-1\">\r\n <img src=\"images/collaborative-communities.jpg\" alt=\"\" />\r\n </div>\r\n </div>\r\n \r\n <div class=\"col24 sub-grid\" id=\"tabs-4\">\r\n <div class=\"col12\">\r\n <h2>Assured Services</h2> \r\n <p>Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante..</p>\r\n <p><a href=\"\" class=\"primary-link\"><i class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\r\n </div>\r\n <div class=\"col9 offset3 vert-offset-1\">\r\n <img src=\"http://placehold.it/397x260/e8e8e8/e8e8e8\" alt=\"\" />\r\n </div>\r\n </div>\r\n \r\n </div>\r\n \r\n </div>\r\n</div>', 0, 0),
(65, '5-column', '5-column', 'text', '5-column', 0, 0, 0, 0, '\r\n<div class=\"col4-5\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col4-5\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col4-5\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col4-5\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col4-5\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>', 0, 0),
(66, '4-column-centered', '4-column-centered', 'text', '4-column-centered', 0, 0, 0, 0, '<div class=\"col4 offset4\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col4\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col4\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col4\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\r\n\r\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\r\n</div>\r\n</div>\r\n', 0, 0);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `forms`
--
CREATE TABLE `forms` (
`form_id` int(10) NOT NULL,
`form_name` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`form_mail_id` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`form_response` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`field_response` int(10) NOT NULL DEFAULT '0',
`unique_id` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`active` int(1) NOT NULL DEFAULT '0',
`form_desc` text COLLATE utf8_unicode_ci NOT NULL,
`button_label` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`custom_handler` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`locked` int(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `forms`
--
INSERT INTO `forms` (`form_id`, `form_name`, `form_mail_id`, `form_response`, `field_response`, `unique_id`, `active`, `form_desc`, `button_label`, `custom_handler`, `locked`) VALUES
(2, 'Submit a question', '', 'ronald.schapendonk@emea.nec.com, evelyne.van.der.leer@emea.nec.com, jim.eagers@emea.nec.com', 13, '51cc25b8e9f7d', 1, '<h3>Form succesfully sent</h3>\r\n\r\n<p>Thank you for your request. An NEC representative will contact you shortly.</p>\r\n', 'Submit Form', '', 0),
(5, 'Become a business partner', '', 'ronald.schapendonk@emea.nec.com, evelyne.van.der.leer@emea.nec.com', 0, '51d3ea04a35a4', 1, '<p>Form successfully sent</p>\r\n', 'Submit form', '', 0),
(6, 'Download Smart Enterprise Trends 2014', '', 'ronald.schapendonk@emea.nec.com, evelyne.van.der.leer@emea.nec.com', 0, '52a633c3ab246', 2, '<h2>Thank you for filling out the form</h2>\r\n\r\n<p><strong>Please download the <a href=\"http://www.nec-enterprise.com/content/files/NEC_Smart_Enterprise_2014_UK_A5.pdf\">NEC Smart Enterprise Trends for 2014</a>.</strong></p>\r\n', '', '', 0),
(7, 'Become a business partner (UK)', 'Comms Business Website Leads', 'marketing@neci.co.uk', 0, '5321a769589c3', 2, '<h3>Form succesfully sent</h3>\r\n\r\n<p>Thank you for your request. An NEC representative will contact you shortly.</p>\r\n', '', '', 0),
(8, 'NEC Smart CX Data Server', '', 'ronald.schapendonk@emea.nec.com', 0, '5321c07e32853', 2, '<p><strong><span style=\"font-size:16px;\">Thank you for filling out the form. We invite you to download:</span></strong></p>\r\n\r\n<ul style=\"margin-left:15px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;\">\r\n <li><a href=\"http://www.nec-enterprise.com/content/files/e-shots/NEC-Test-Report-by-Principled-Technologies.pdf\" target=\"_blank\"><span style=\"color:#0075BF;\">Full Test Report by Principled Technologies</span></a></li>\r\n <li><a href=\"https://www.youtube.com/watch?v=vmWV9or3-Lw&feature=youtu.be\" target=\"_blank\"><span style=\"color:#0075BF;\">Video on the Benefits of Consolidation</span></a></li>\r\n <li><a href=\"http://www.nec-enterprise.com/content/files/e-shots/NEC-Analyst-Aberdeen-Group.pdf\" target=\"_blank\"><span style=\"color:#0075BF;\">Analyst Insight by the Aberdeen Group</span></a></li>\r\n <li><a href=\"http://www.nec-enterprise.com/content/files/e-shots/NEC-Solution-Brief-by-ESG.pdf\" target=\"_blank\"><span style=\"color:#0075BF;\">Solution Brief by ESG</span></a></li>\r\n</ul>\r\n', '', '', 0),
(9, 'Complete this form for your free download', 'Free Whitepaper Download: The UK Contact Center Decision Makers Guide', 'marketing@neci.co.uk', 0, '533d065095c58', 2, '<h2>Thank you for completing the form</h2>\r\n\r\n<p><strong>You can now <a href=\"http://www.nec-enterprise.com/content/files/misc/The-UK-Contact-Centre-Decision-Makers-Guide-2013.pdf\">download the UK’s Contact Centre Decision Makers Guide</a> - the major annual report studying the performance, operations and technology in this arena.</strong></p>\r\n\r\n<ul>\r\n <li>Comprehensive guide and insights to this unique industry</li>\r\n <li>257 pages of the latest trends</li>\r\n <li>In collaboration with our partners Enghouse Interactive – Platinum Sponsors of this report</li>\r\n</ul>\r\n', '', '', 0),
(10, 'Welcome to NEC!', 'NEC Showcase 2014', 'bas@creativefellows.nl,marketing@neci.co.uk', 0, '53561b46d1ce4', 2, '', '', '', 0),
(11, 'Download the Risk of Toll Fraud infographic here', 'Toll Fraud', 'marketing@neci.co.uk, ronald.schapendonk@emea.nec.com', 0, '54f5af2d041de', 2, '<h3>Form succesfully sent</h3>\r\n\r\n<p><a href=\"http://www.nec-enterprise.com/content/files/NEC%20Infographic%20Toll%20Fraude.pdf\">Download Toll-Fraud Infographic</a></p>\r\n', '', '', 0),
(12, 'Free Whitepaper: Achieving Higher Availability in UC', 'Achieving Higher Availability in UC', 'marketing@neci.co.uk, ronald.schapendonk@emea.nec.com', 0, '562f9c830c702', 2, '<h2>Thank you for filling out the form</h2>\r\n\r\n<p>Please download the <a class=\"pdf\" href=\"http://www.nec-enterprise.com/content/files/Whitepapers/UC/NEC-WP_Achieving_High_Availability_UC.pdf\" target=\"_top\">Achieving High Availability UC</a><strong>.</strong></p>\r\n', '', '', 0),
(20, 'Your Free 90-Day HYDRAstor VA Trial', '', 'ronald.schapendonk@emea.nec.com', 0, '593678e4ce98e', 1, '<h3>Form succesfully sent</h3>\r\n\r\n<p>Thank you for your request. An NEC representative will contact you shortly.</p>\r\n', 'Request Now!', '', 0),
(14, 'Gitex 2019 registration', '', 'ronald.schapendonk@emea.nec.com', 0, '57c7cea1254ff', 1, '<h2 style=\"text-align: center;\">Form succesfully sent</h2>\r\n', 'Submit', '', 0),
(15, 'NEC Smart Marketing Portal Webinar ', '', 'jim.eagers@emea.nec.com', 0, '57f3becc3b345', 1, '', 'Submit', '', 0),
(16, 'Infosecurity, Storage Expo and The Tooling Event', '', 'ronald.schapendonk@emea.nec.com', 0, '5804deeda4edf', 1, '<h3>Formulier verstuurd</h3>\r\n', 'Registreer', '', 0),
(17, 'UNIVERGE SV9100 Questionnaire', '', 'ronald.schapendonk@emea.nec.com, jim.eagers@emea.nec.com', 0, '5829b7274ff83', 1, '<h3 class=\"nec-orange\" style=\"text-align: center;\">Form successfully sent</h3>\r\n', 'Submit', '', 0),
(18, 'Smart Rewards Registration', '', 'Ronald.Schapendonk@emea.nec.com', 0, '5835b8a19011c', 1, '<h3 class=\"nec-orange\" style=\"text-align: center;\">Form successfully sent</h3>\r\n', 'Register now!', '', 0),
(19, 'Smart Rewards Confirmation', '', 'Ronald.Schapendonk@emea.nec.com', 0, '58809b957e875', 1, '<h2>Form successfully sent</h2>\r\n', 'Submit', '', 0),
(21, 'Hosted vs On-premises communications Presentation', '', 'hospitality@emea.nec.com', 0, '5943bb834c439', 1, '<h3 class=\"nec-blue\">Form succesfully sent</h3>\r\n\r\n<p><a class=\"button primary\" href=\"https://www.nec-enterprise.com/e-shots/Hospitality-Cloud-vs-On-premise.pdf\">Download the Hosted vs On-Premises Communications Presentation.</a></p>\r\n', 'Submit', '', 0),
(22, 'SL2100 France', '', 'Ronald.Schapendonk@EMEA.NEC.COM', 0, '599d8699323a0', 1, '<h2 style=\"text-align: center;\">Merci pour votre enregistrement, nous serons heureux de vous accueillir le 21 Septembre.</h2>\r\n', 'Register', '', 0),
(23, 'Meet the Expert at GITEX 2017', '', 'ronald.schapendonk@emea.nec.com,Costas.Solomou@emea.nec.com', 0, '59b7e5023d804', 1, '<h3>Form succesfully sent.</h3>\r\n', 'Request Now!', '', 0),
(24, 'ISDN Migration', '', 'jim.eagers@emea.nec.com, bas@creativefellows.nl', 0, '5de4cfc1bf365', 1, '<h1 style=\"text-align: center;\">Form succesfully sent</h1>\r\n\r\n<p style=\"text-align: center;\">Thank you for your request. An NEC representative will contact you shortly.</p>\r\n', 'Submit Form', '', 0);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `form_elements`
--
CREATE TABLE `form_elements` (
`form_element_id` int(10) NOT NULL,
`unique_id` varchar(25) CHARACTER SET latin1 NOT NULL DEFAULT '',
`field_id` int(10) NOT NULL DEFAULT '0',
`name` varchar(250) CHARACTER SET latin1 NOT NULL DEFAULT '',
`description` text CHARACTER SET latin1 NOT NULL,
`class` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`position` int(10) NOT NULL DEFAULT '0',
`value` int(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `form_elements`
--
INSERT INTO `form_elements` (`form_element_id`, `unique_id`, `field_id`, `name`, `description`, `class`, `position`, `value`) VALUES
(13, '51cc25b8e9f7d', 1, 'E-mail address', '', 'email', 3, 1),
(12, '51cc25b8e9f7d', 1, 'Company', '', 'company', 4, 1),
(10, '51cc25b8e9f7d', 1, 'First name', '', 'firstname', 2, 1),
(21, '51cc25b8e9f7d', 28, 'Area of interest', '', 'product', 8, 1),
(14, '51cc25b8e9f7d', 1, 'Phone number', '', 'phone', 6, 1),
(22, '51d3ea04a35a4', 1, 'Company name', '', 'company', 1, 1),
(23, '51d3ea04a35a4', 1, 'Company website', '', 'www', 2, 1),
(24, '51d3ea04a35a4', 1, 'Address', '', 'address', 3, 0),
(25, '51d3ea04a35a4', 1, 'Zipcode', '', 'zip', 4, 0),
(84, '51d3ea04a35a4', 1, 'City', '', 'city', 5, 1),
(27, '51d3ea04a35a4', 1, 'Country', '', 'country', 6, 1),
(28, '51d3ea04a35a4', 32, 'Contact Information', '', '', 7, 0),
(83, '51d3ea04a35a4', 1, 'Job Title', '', 'firstname', 9, 1),
(31, '51d3ea04a35a4', 1, 'Telephone', '', 'phone', 10, 1),
(32, '51d3ea04a35a4', 1, 'E-mail', '', 'email', 11, 1),
(33, '51d3ea04a35a4', 32, 'How did you hear about NEC?', '', 'product', 12, 0),
(34, '51d3ea04a35a4', 28, 'How did you hear about NEC?', '', 'product', 13, 1),
(35, '51d3ea04a35a4', 32, 'Company profile', '', '', 0, 0),
(36, '51d3ea04a35a4', 5, 'Comments', '', 'no-icon', 15, 0),
(37, '521319ae7fa82', 1, 'fdsafdsa', 'fdsa', '', 1, 0),
(38, '52a633c3ab246', 1, 'Name', '', '', 1, 1),
(39, '52a633c3ab246', 1, 'E-mail', '', '', 2, 1),
(40, '5321a769589c3', 1, 'Company name', '', '', 1, 1),
(41, '5321a769589c3', 1, 'Company website', '', '', 2, 1),
(42, '5321a769589c3', 1, 'Address', '', '', 3, 0),
(43, '5321a769589c3', 1, 'Post Code', '', '', 4, 0),
(44, '5321a769589c3', 1, 'Country', '', '', 5, 1),
(45, '5321a769589c3', 32, 'Company profile', '', '', 0, 0),
(46, '5321a769589c3', 32, 'Contact Information', '', '', 6, 0),
(47, '5321a769589c3', 1, 'Primary contact', '', '', 7, 1),
(48, '5321a769589c3', 1, 'Job title ', '', '', 8, 0),
(49, '5321a769589c3', 1, 'Telephone', '', '', 9, 1),
(50, '5321a769589c3', 1, 'E-mail', '', '', 10, 1),
(51, '5321c07e32853', 1, 'Name', '', '', 1, 1),
(52, '5321c07e32853', 1, 'E-mail', '', '', 2, 1),
(53, '51cc25b8e9f7d', 1, 'Country', '', 'country', 5, 1),
(54, '533d065095c58', 1, 'Name', '', '', 1, 1),
(55, '533d065095c58', 1, 'E-mail', '', '', 2, 1),
(56, '533d065095c58', 1, 'Job Title', '', '', 3, 1),
(57, '533d065095c58', 1, 'Company', '', '', 4, 1),
(58, '533d065095c58', 1, 'Country', '', '', 5, 1),
(59, '533d065095c58', 1, 'Telephone', '', '', 6, 1),
(60, '533d065095c58', 1, 'Website', '', '', 7, 1),
(61, '533d065095c58', 24, 'Are you', '', '', 8, 1),
(62, '533d065095c58', 1, 'No. of agents', '', '', 9, 0),
(63, '533d065095c58', 5, 'Further questions or requirements', '', '', 10, 0),
(64, '53561b46d1ce4', 1, 'Name', '', '', 1, 1),
(65, '53561b46d1ce4', 1, 'Company', '', '', 2, 1),
(66, '53561b46d1ce4', 1, 'Email', '', '', 3, 1),
(67, '53561b46d1ce4', 1, 'Website', '', '', 4, 0),
(68, '53561b46d1ce4', 1, 'Country', '', '', 5, 1),
(69, '53561b46d1ce4', 24, 'Area of interest', '', '', 6, 0),
(70, '53561b46d1ce4', 1, 'Other interests', '', '', 7, 0),
(71, '53561b46d1ce4', 5, 'Questions or Notes', '', '', 8, 0),
(72, '54f5af2d041de', 1, 'Name', '', '', 1, 1),
(73, '54f5af2d041de', 1, 'E-mail', '', '', 2, 1),
(74, '54f5af2d041de', 1, 'Country', '', '', 3, 1),
(75, '54f5af2d041de', 1, 'Telephone contact', '', '', 4, 1),
(76, '54f5af2d041de', 1, 'Company name', '', '', 5, 1),
(77, '54f5af2d041de', 1, 'Company address', '', '', 6, 1),
(78, '562f9c830c702', 1, 'Name', '', '', 0, 1),
(79, '562f9c830c702', 1, 'E-mail', '', '', 1, 1),
(80, '562f9c830c702', 1, 'Country', '', '', 3, 1),
(81, '562f9c830c702', 1, 'Company', '', '', 2, 1),
(86, '51d3ea04a35a4', 1, 'Primary Contact (Name)', '', 'fullname', 8, 1),
(87, '51cc25b8e9f7d', 1, 'Last name', '', 'lastname', 1, 0),
(88, '51cc25b8e9f7d', 5, 'Information', 'Please provide explanation so your inquiry can be addressed appropriately', 'no-icon', 10, 1),
(89, '51cc25b8e9f7d', 32, 'Please tell us about yourself', '', '', 0, 0),
(90, '51cc25b8e9f7d', 32, 'Interested in a specific NEC solution', '', '', 7, 0),
(91, '51cc25b8e9f7d', 32, 'Please provide explanation so your inquiry can be addressed appropriately', '', '', 9, 0),
(92, '51d3ea04a35a4', 32, 'Additional information', '', '', 14, 0),
(94, '51d3ea04a35a4', 24, 'Share information', '', '', 16, 1),
(95, '51cc25b8e9f7d', 24, 'Promotional resources', '', '', 11, 0),
(96, '57c7cea1254ff', 1, 'Name', '', '', 0, 1),
(97, '57c7cea1254ff', 1, 'Company', '', '', 2, 1),
(98, '57c7cea1254ff', 1, 'E-mail', '', '', 3, 1),
(99, '57c7cea1254ff', 1, 'Phone number', '', '', 4, 1),
(100, '57c7cea1254ff', 1, 'Country', '', '', 5, 1),
(101, '57c7cea1254ff', 1, 'Job title', '', '', 1, 1),
(102, '57f3becc3b345', 1, 'First name ', '', '', 1, 1),
(103, '57f3becc3b345', 1, 'Surname ', '', '', 2, 1),
(104, '57f3becc3b345', 1, 'Company ', '', '', 3, 1),
(105, '57f3becc3b345', 1, 'Country', '', '', 4, 1),
(106, '57f3becc3b345', 1, 'Mobile Number ', '', '', 5, 1),
(107, '57f3becc3b345', 1, 'Email address ', '', '', 6, 1),
(108, '5804deeda4edf', 1, 'Naam', '', '', 1, 1),
(109, '5804deeda4edf', 1, 'Bedrijfsnaam', '', '', 2, 1),
(110, '5804deeda4edf', 1, 'E-mail', '', '', 3, 0),
(111, '5804deeda4edf', 1, 'Aantal kaarten', '', '', 4, 1),
(112, '5804deeda4edf', 1, 'Telefoon', '', '', 5, 0),
(113, '5829b7274ff83', 1, 'Name', '', '', 1, 1),
(114, '5829b7274ff83', 1, 'E-mail', '', '', 2, 1),
(115, '5829b7274ff83', 1, 'Company', '', '', 3, 1),
(116, '5829b7274ff83', 5, 'Key approaches', ' Provide 5 key approaches to sell the SV9100 vs Hosted', '', 4, 0),
(117, '5829b7274ff83', 5, 'Customer proof points', 'Can you provide any real-life customer proof points to back any of these up?', '', 5, 0),
(118, '5835b8a19011c', 1, 'Your name', '', '', 0, 1),
(119, '5835b8a19011c', 1, 'Email address', '', '', 1, 1),
(120, '5835b8a19011c', 1, 'Company', '', '', 2, 1),
(121, '5835b8a19011c', 32, 'Register your new NEC proposals', '', '', 3, 0),
(122, '5835b8a19011c', 1, 'Name customer', '', '', 4, 0),
(123, '5835b8a19011c', 1, 'ZIP code', '', '', 5, 0),
(124, '5835b8a19011c', 1, 'Value proposal', 'Value proposal in NEC Prophix (WBPP and/or special pricing)', '', 7, 0),
(125, '5835b8a19011c', 1, 'Decision data', 'Expected date of decision customer', '', 8, 1),
(146, '593678e4ce98e', 1, 'Last Name', '', '', 2, 1),
(136, '58809b957e875', 32, 'Results of your NEC project', '', '', 4, 0),
(135, '58809b957e875', 1, 'Company', '', '', 3, 1),
(132, '5835b8a19011c', 1, 'Country', 'Country', '', 6, 1),
(133, '58809b957e875', 1, 'Your name', '', '', 1, 1),
(134, '58809b957e875', 1, 'Email address', '', '', 2, 1),
(145, '593678e4ce98e', 1, 'First name', '', '', 1, 1),
(138, '58809b957e875', 1, 'Why lost', 'If lost, why was this project lost?', '', 9, 0),
(139, '58809b957e875', 32, 'Personal Information', '', '', 0, 0),
(140, '58809b957e875', 1, ' PO number', ' PO number', '', 6, 0),
(141, '58809b957e875', 1, 'Value of won project', 'Value of won project', '', 7, 0),
(143, '58809b957e875', 1, 'Name Customer', '', '', 5, 0),
(147, '593678e4ce98e', 1, 'E-mail', '', '', 3, 1),
(148, '593678e4ce98e', 1, 'Job Title', '', '', 4, 1),
(149, '593678e4ce98e', 1, 'Company Name', '', '', 5, 1),
(150, '593678e4ce98e', 1, 'Phone Number', '', '', 6, 1),
(151, '593678e4ce98e', 1, 'Address', '', '', 7, 1),
(152, '593678e4ce98e', 1, 'City', '', '', 8, 1),
(153, '593678e4ce98e', 1, 'Zip Code', '', '', 9, 1),
(154, '593678e4ce98e', 32, 'NEC Software License Agreement', '', '', 10, 0),
(155, '593678e4ce98e', 32, 'Please tell us about yourself', '', '', 0, 0),
(156, '593678e4ce98e', 24, 'NEC Software License Agreement', '', '', 11, 1),
(157, '5943bb834c439', 1, 'Name', '', '', 1, 1),
(158, '5943bb834c439', 1, 'E-mail', '', '', 2, 1),
(159, '599d8699323a0', 1, 'Nom', '', '', 1, 1),
(160, '599d8699323a0', 1, 'Prénom', '', '', 2, 1),
(161, '599d8699323a0', 1, 'Société', '', '', 3, 1),
(162, '599d8699323a0', 1, 'Adresse Email', '', '', 4, 1),
(163, '599d8699323a0', 1, 'No de Téléphone', '', '', 5, 1),
(164, '59b7e5023d804', 1, 'Name', '', '', 1, 1),
(165, '59b7e5023d804', 1, 'E-mail address', '', '', 2, 1),
(166, '59b7e5023d804', 1, 'Company', '', '', 3, 1),
(167, '59b7e5023d804', 1, 'Country', '', '', 4, 1),
(168, '59b7e5023d804', 1, 'Phone number', '', '', 5, 1),
(170, '59b7e5023d804', 5, 'Question', '', '', 7, 0),
(171, '51cc25b8e9f7d', 24, 'Privacy and Cookie Policy', '', '', 12, 1),
(172, '5de4cfc1bf365', 32, 'Please tell us about yourself', '', '', 1, 0),
(173, '5de4cfc1bf365', 1, 'Name', '', 'firstname', 2, 1),
(174, '5de4cfc1bf365', 1, 'E-mail address', '', 'email', 3, 1),
(175, '5de4cfc1bf365', 1, 'Company', '', 'company', 4, 1),
(176, '5de4cfc1bf365', 1, 'Country', '', 'country', 5, 1),
(177, '5de4cfc1bf365', 1, 'Phone number', '', 'phone', 6, 1),
(178, '5de4cfc1bf365', 1, 'Name of NEC Provider / Installer', '', 'partner', 7, 1),
(179, '5de4cfc1bf365', 5, 'information', 'Please provide explanation so your inquiry can be addressed appropriately', '', 8, 0),
(180, '5de4cfc1bf365', 24, 'Privacy and Cookie Policy', '', '', 9, 1);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `form_elements_options`
--
CREATE TABLE `form_elements_options` (
`form_option_id` int(10) NOT NULL,
`form_element_id` int(10) NOT NULL,
`value` varchar(250) CHARACTER SET latin1 NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `form_elements_options`
--
INSERT INTO `form_elements_options` (`form_option_id`, `form_element_id`, `value`) VALUES
(17, 10, 'undefined'),
(129, 21, '- Mobile Clients & Extension'),
(128, 21, '- VoIP Telephony'),
(25, 12, 'undefined'),
(26, 13, 'undefined'),
(27, 14, 'undefined'),
(121, 89, 'undefined'),
(126, 21, 'Remote Working'),
(44, 22, 'undefined'),
(45, 23, 'undefined'),
(46, 24, 'undefined'),
(47, 25, 'undefined'),
(116, 84, 'undefined'),
(49, 27, 'undefined'),
(50, 28, 'undefined'),
(115, 83, 'undefined'),
(53, 31, 'undefined'),
(54, 32, 'undefined'),
(55, 33, 'undefined'),
(56, 34, '-- Make a choice --'),
(57, 34, 'End customer'),
(58, 34, 'Consultant'),
(59, 34, 'Competitor'),
(60, 34, 'A website'),
(61, 34, 'Search Engine'),
(62, 35, 'undefined'),
(63, 36, 'undefined'),
(64, 37, 'undefined'),
(65, 38, 'undefined'),
(66, 39, 'undefined'),
(67, 40, 'undefined'),
(68, 41, 'undefined'),
(69, 42, 'undefined'),
(70, 43, 'undefined'),
(71, 44, 'undefined'),
(72, 45, 'undefined'),
(73, 46, 'undefined'),
(74, 47, 'undefined'),
(75, 48, 'undefined'),
(76, 49, 'undefined'),
(77, 50, 'undefined'),
(78, 51, 'undefined'),
(79, 52, 'undefined'),
(80, 53, 'undefined'),
(81, 54, 'undefined'),
(82, 55, 'undefined'),
(83, 56, 'undefined'),
(84, 57, 'undefined'),
(85, 58, 'undefined'),
(86, 59, 'undefined'),
(87, 60, 'undefined'),
(88, 61, 'Contact centre'),
(89, 61, 'Reseller'),
(90, 61, 'Other'),
(91, 62, 'undefined'),
(92, 63, 'undefined'),
(93, 64, 'undefined'),
(94, 65, 'undefined'),
(95, 66, 'undefined'),
(96, 67, 'undefined'),
(97, 68, 'undefined'),
(98, 69, 'Unified Communication & Collaboration'),
(99, 69, 'Servers'),
(100, 69, 'Virtual Desktops'),
(102, 70, 'undefined'),
(103, 71, 'undefined'),
(104, 72, 'undefined'),
(105, 73, 'undefined'),
(106, 74, 'undefined'),
(107, 75, 'undefined'),
(108, 76, 'undefined'),
(109, 77, 'undefined'),
(110, 78, 'undefined'),
(111, 79, 'undefined'),
(112, 80, 'undefined'),
(113, 81, 'undefined'),
(118, 86, 'undefined'),
(119, 87, 'undefined'),
(120, 88, 'undefined'),
(122, 90, 'undefined'),
(123, 91, 'undefined'),
(127, 21, '- Video Conferencing'),
(125, 21, '-- Select --'),
(130, 21, 'Applications'),
(131, 21, '- UC&C'),
(132, 21, '- Contact Center'),
(134, 94, ' I allow NEC to where applicable share the provided information with NEC Group Companies worldwide (incl. outside the EEA) for the purpose of responding to my inquiry'),
(135, 21, '- Operator'),
(136, 21, '- Messaging'),
(137, 21, '- Emergency Notification'),
(138, 21, '- Call Recording'),
(139, 21, 'Communications'),
(140, 21, '- SMB Phone Systems'),
(141, 21, '- Enterprise Platforms'),
(142, 21, '- Software Based Platforms'),
(143, 21, 'Endpoints'),
(144, 21, '- Desktop Terminals'),
(145, 21, '- DECT Handsets'),
(146, 21, '- WiFi Handsets'),
(147, 21, '- Softphones'),
(148, 21, '- Thin Client Terminals'),
(149, 21, 'Servers'),
(150, 21, '- Industry Standard Servers'),
(151, 21, '- SAP HANA'),
(152, 21, 'Storage'),
(153, 21, '- Data Management'),
(154, 21, '- Storage Management'),
(155, 21, 'Networking'),
(156, 21, '- Session Border Controllers'),
(157, 21, '- Gateways'),
(158, 21, '- Wireless Infrastructure'),
(159, 21, '- SDN for Enterprise'),
(160, 21, '- Cloudstore'),
(161, 21, 'Management Software'),
(162, 21, '- Management Administration'),
(163, 21, '- Business Continuity and Disaster Recovery'),
(164, 21, '- Server Management'),
(165, 95, 'I want to receive promotional information related to NEC products and services'),
(166, 96, 'undefined'),
(167, 97, 'undefined'),
(168, 98, 'undefined'),
(169, 99, 'undefined'),
(170, 100, 'undefined'),
(171, 101, 'undefined'),
(172, 102, 'undefined'),
(173, 103, 'undefined'),
(174, 104, 'undefined'),
(175, 105, 'undefined'),
(176, 106, 'undefined'),
(177, 107, 'undefined'),
(178, 108, 'undefined'),
(179, 109, 'undefined'),
(180, 110, 'undefined'),
(181, 111, 'undefined'),
(182, 112, 'undefined'),
(183, 113, 'undefined'),
(184, 114, 'undefined'),
(185, 115, 'undefined'),
(186, 116, 'undefined'),
(187, 117, 'undefined'),
(188, 118, 'undefined'),
(189, 119, 'undefined'),
(190, 120, 'undefined'),
(191, 121, 'undefined'),
(192, 122, 'undefined'),
(193, 123, 'undefined'),
(194, 124, 'undefined'),
(195, 125, 'undefined'),
(206, 135, 'undefined'),
(205, 134, 'undefined'),
(204, 133, 'undefined'),
(203, 132, 'undefined'),
(217, 145, 'undefined'),
(207, 136, 'undefined'),
(210, 138, 'undefined'),
(211, 139, 'undefined'),
(212, 140, 'undefined'),
(213, 141, 'undefined'),
(215, 143, 'undefined'),
(218, 146, 'undefined'),
(219, 147, 'undefined'),
(220, 148, 'undefined'),
(221, 149, 'undefined'),
(222, 150, 'undefined'),
(223, 151, 'undefined'),
(224, 152, 'undefined'),
(225, 153, 'undefined'),
(226, 154, 'undefined'),
(227, 155, 'undefined'),
(228, 156, 'I acknowledge that I have read <a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/hydrastor/NEC_NS_HYDRASTOR_SLA.pdf\" target=\"_blank\">this agreement</a>, understand it, and agree to be bound by its terms and conditions.'),
(229, 157, 'undefined'),
(230, 158, 'undefined'),
(231, 159, 'undefined'),
(232, 160, 'undefined'),
(233, 161, 'undefined'),
(234, 162, 'undefined'),
(235, 163, 'undefined'),
(236, 164, 'undefined'),
(237, 165, 'undefined'),
(238, 166, 'undefined'),
(239, 167, 'undefined'),
(240, 168, 'undefined'),
(242, 170, 'undefined'),
(243, 171, 'By submitting my application, I agree to the NEC <a href=\"https://www.nec-enterprise.com/Why-NEC/Privacy-Policy-166\" target=\"_blank\">Privacy and Cookies Policy</a>.'),
(244, 21, '- System Management'),
(245, 172, 'undefined'),
(246, 173, 'undefined'),
(247, 174, 'undefined'),
(248, 175, 'undefined'),
(249, 176, 'undefined'),
(250, 177, 'undefined'),
(251, 178, 'undefined'),
(252, 179, 'undefined'),
(253, 180, 'By submitting my application, I agree to the NEC <a href=\"https://www.nec-enterprise.com/Why-NEC/Privacy-Policy-166\" target=\"_blank\">Privacy and Cookies Policy</a>.'),
(254, 21, '- Expense Management'),
(255, 21, '- Call Management'),
(256, 21, '- Software Assurance'),
(257, 21, 'Other');
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `form_response`
--
CREATE TABLE `form_response` (
`form_response_id` int(10) NOT NULL,
`uid` varchar(250) NOT NULL,
`form_id` int(10) NOT NULL,
`field_id` int(10) NOT NULL,
`value` text NOT NULL,
`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`status` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `instellingen`
--
CREATE TABLE `instellingen` (
`id` int(10) NOT NULL,
`bedrijfsnaam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`adres` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`postcode_woonplaats` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`telefoon` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`bank` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`bank_iban` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`bank_bic` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`kvk` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`btw` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`master_email` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`website` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`postbus` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`postbus_postcode_plaats` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`facebook_url` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`twitter_url` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`pinterest_url` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`items_per_pagina` int(10) NOT NULL DEFAULT '20',
`ideal` int(1) NOT NULL DEFAULT '0',
`factuur` int(1) NOT NULL DEFAULT '0',
`automatische_incasso` int(1) NOT NULL DEFAULT '0',
`administratie_kosten` float NOT NULL DEFAULT '0',
`verzendkosten` float NOT NULL DEFAULT '0',
`prefix_order_nummer` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '2013',
`order_nummer` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
`btw_percentage` float NOT NULL DEFAULT '21',
`logo` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`ideal_type` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'basic',
`webshop` int(1) NOT NULL DEFAULT '0',
`html_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`standaard_kleur` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '#000000',
`css` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`custom_header` text COLLATE utf8_unicode_ci NOT NULL,
`custom_footer` text COLLATE utf8_unicode_ci NOT NULL,
`custom_sidebar` text COLLATE utf8_unicode_ci NOT NULL,
`toon_menu` int(1) NOT NULL DEFAULT '1',
`sticky_footer` int(1) NOT NULL DEFAULT '1',
`payoff` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`typekit` text COLLATE utf8_unicode_ci NOT NULL,
`google_analitics` text COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `instellingen`
--
INSERT INTO `instellingen` (`id`, `bedrijfsnaam`, `adres`, `postcode_woonplaats`, `telefoon`, `bank`, `bank_iban`, `bank_bic`, `kvk`, `btw`, `master_email`, `website`, `postbus`, `postbus_postcode_plaats`, `facebook_url`, `twitter_url`, `pinterest_url`, `items_per_pagina`, `ideal`, `factuur`, `automatische_incasso`, `administratie_kosten`, `verzendkosten`, `prefix_order_nummer`, `order_nummer`, `btw_percentage`, `logo`, `ideal_type`, `webshop`, `html_title`, `standaard_kleur`, `css`, `custom_header`, `custom_footer`, `custom_sidebar`, `toon_menu`, `sticky_footer`, `payoff`, `typekit`, `google_analitics`) VALUES
(1, 'NEC Enterprise Solutions', 'Olympia 4', '1213 NT Hilversum', ' 31 35 6899111', '', '', '', '', '', 'contact.hq@emea.nec.com', 'www.nec-enterprise.com', '', '', '', '', '', 20, 1, 1, 0, 0, 0, '1300', '188', 21, 'clientdata/logo-printgarden.png', 'basic', 0, 'Empowering the Smart Enterprise', '#004277', 'isochips.css', '<p><a href=\"http://www.bisonoffices.nl\" target=\"_blank\"><img alt=\"\" src=\"/cassette3_db_select/content/bisonapartments/images/bison-offices-logo.png\" style=\"width: 96px; height: 29px;\" /></a> | <a href=\"http://www.bisonshopping.nl\" target=\"_blank\"><img alt=\"\" src=\"/cassette3_db_select/content/bisonapartments/images/bison-shopping.png\" style=\"width: 100px; height: 29px;\" /></a> | <a href=\"113-Contact\">Contact</a></p> ', '', '', 1, 1, 'A global leader providing Communication & IT Solutions to small, medium & large businesses. Phone systems, video collaboration, home working, contact centers and more.', '', '<script> (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,\'script\',\'https://www.google-analytics.com/analytics.js\',\'ga\'); ga(\'create\', \'UA-42361457-1\', \'auto\'); ga(\'send\', \'pageview\'); </script>');
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `klanten`
--
CREATE TABLE `klanten` (
`klant_id` int(11) NOT NULL,
`type_klant` int(1) NOT NULL DEFAULT '1',
`bedrijfsnaam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`kvk` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`btw` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`telefoon` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`email` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`wachtwoord` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
`aanhef` int(1) NOT NULL,
`voornaam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`tussenvoegsel` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`achternaam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`straat` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`huisnummer` int(10) NOT NULL,
`postcode` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
`plaats` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`land` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`nieuwsbrief` int(1) NOT NULL DEFAULT '0',
`ideal` int(1) NOT NULL DEFAULT '1',
`factuur` int(1) NOT NULL DEFAULT '0',
`incasso` int(1) NOT NULL DEFAULT '0',
`administratiekosten` int(1) NOT NULL DEFAULT '1',
`gevonden` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`saldo` float NOT NULL,
`datum_aanmelding` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`status` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `languages`
--
CREATE TABLE `languages` (
`language_id` int(10) NOT NULL,
`name` varchar(100) NOT NULL,
`locale` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Gegevens worden geëxporteerd voor tabel `languages`
--
INSERT INTO `languages` (`language_id`, `name`, `locale`) VALUES
(0, 'en', 'en'),
(1, 'nl', 'nl'),
(2, 'it', 'it');
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `link_data`
--
CREATE TABLE `link_data` (
`link_data_id` int(10) NOT NULL,
`name` varchar(255) NOT NULL,
`find` varchar(255) NOT NULL,
`template` text NOT NULL,
`entry` int(10) NOT NULL DEFAULT '0',
`section` int(10) NOT NULL,
`category` int(10) NOT NULL,
`position` int(10) NOT NULL DEFAULT '0',
`repeat_items` int(10) NOT NULL DEFAULT '0',
`active` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Gegevens worden geëxporteerd voor tabel `link_data`
--
INSERT INTO `link_data` (`link_data_id`, `name`, `find`, `template`, `entry`, `section`, `category`, `position`, `repeat_items`, `active`) VALUES
(1, 'Blue Solutions', '{blue_solutions}', '<div class=\"small-3 cell \">\n<div class=\"callout\" data-equalizer-watch>\n<img src=\"images/icon-education.png\" alt=\"\">\n<h4>{name}</h4>\n<p>{lead}<a href=\"{link}\" class=\"overlay-link\">More</a></p>\n</div>\n</div>', 0, 10, 94, 0, 1, 0),
(2, 'Blue Reasons', '{blue_reasons}', '<div class=\"reason-detail hide\" id=\"reason-{uid}\">\n{description}\n</div>', 0, 11, 3, 0, 1, 0),
(3, 'Resources', '{resources}', '<div class=\"small-12 medium-6 large-3 cell\"><div class=\"card\">\n<div class=\"card-image\">\n<img src=\"{src}\">\n</div>\n<div class=\"card-section\">\n<h4>{title}</h4>\n<p>{description}</p>\n<a href=\"{pdf}\">Learn More</a>\n</div>\n</div>\n</div>', 0, 15, 17, 0, 1, 0),
(4, 'Phones', '{phones_blue}', '<div class=\"cell small-12 medium-3 text-left already-visible\" data-filter=\"{supplier}\">\n <div class=\"flipping-card\">\n \n <div class=\"flipping-card__side flipping-card__side--front\">\n <div class=\"flipping-card__description\">\n <img alt=\"\" src=\"{image}\" />\n <h4><strong>{name}</strong>{label_short}</h4>\n </div>\n </div>\n\n <div class=\"flipping-card__side flipping-card__side--back\">\n <div class=\"flipping-card__description\">{description}</div>\n </div>\n \n </div>\n</div>', 0, 19, 36, 0, 1, 0),
(5, 'Trending topics', '{trending_topics}', '<div class=\"cell small-4\">\n<div class=\"related-item related-item__trending-topic\">\n\n<span class=\"image-wrapper\"><img src=\"{image}\" class=\"\" alt=\"\"></span>\n<div class=\"text-wrapper\">\n<h4>{title}<i class=\"fa fa-arrow-circle-right float-right\"></i></h4>\n<p>{lead}</p>\n</div>\n<a href=\"https://www.nec-enterprise.com/products/SMB-Phone-Systems\" class=\"hidden-button\"></a>\n\n</div>\n</div>', 0, 10, 94, 0, 6, 1),
(6, 'Latest news', '{latest_news}', '<li><a href=\"newsroom/Press-releases/NEC-holds-no-1-position-for-6-years-in-a-row-as-worldwide-leader-in-the-Small-and-Medium-Sized-Business-Call-Control-PBX-IP-PBX-market-1453\"><strong>16 Dec 2020</strong> {title}</a></li>', 0, 19, 89, 0, 6, 1);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `link_data_fields`
--
CREATE TABLE `link_data_fields` (
`link_data_field_id` int(10) NOT NULL,
`template_data_id` int(10) NOT NULL,
`template` varchar(255) NOT NULL,
`field` varchar(255) NOT NULL,
`intro` int(1) NOT NULL DEFAULT '0',
`array` int(1) NOT NULL DEFAULT '0',
`index` int(10) NOT NULL DEFAULT '0',
`function` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
`active` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Gegevens worden geëxporteerd voor tabel `link_data_fields`
--
INSERT INTO `link_data_fields` (`link_data_field_id`, `template_data_id`, `template`, `field`, `intro`, `array`, `index`, `function`, `active`) VALUES
(1, 1, '{name}', 'title', 0, 0, 0, '0', 1),
(2, 1, '{lead}', 'lead', 0, 0, 0, '0', 1),
(3, 1, '{link}', 'entry_link', 0, 0, 0, '0', 1),
(4, 2, '{title}', 'name', 0, 0, 0, '0', 1),
(5, 2, '{description}', 'text', 0, 0, 0, '0', 1),
(6, 2, '{uid}', 'uid', 0, 0, 0, '0', 1),
(7, 3, '{src}', 'image', 0, 1, 0, '0', 1),
(8, 3, '{title}', 'filename', 0, 0, 0, '0', 1),
(9, 3, '{description}', 'description', 0, 0, 0, '0', 1),
(10, 3, '{pdf}', 'file_upload', 0, 1, 0, '0', 1),
(11, 4, '{name}', 'name', 0, 0, 0, '0', 1),
(12, 4, '{label_short}', 'label_short', 0, 0, 0, '0', 1),
(13, 4, '{image}', 'image', 0, 1, 0, '0', 1),
(14, 4, '{description}', 'description', 0, 0, 0, '0', 1),
(15, 4, '{supplier}', 'supplier', 0, 0, 0, '0', 1),
(16, 5, '{title}', 'title', 0, 0, 0, '0', 1),
(17, 5, '{lead}', 'subtitle', 0, 0, 0, '0', 1),
(18, 5, '{image}', 'image', 0, 0, 0, '0', 1),
(19, 6, '{title}', 'title', 0, 0, 0, '0', 1);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `page_redirects`
--
CREATE TABLE `page_redirects` (
`redirect_id` int(10) NOT NULL,
`old_url` text CHARACTER SET latin1 NOT NULL,
`new_url` text CHARACTER SET latin1 NOT NULL,
`position` int(10) NOT NULL DEFAULT '0',
`active` int(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `page_redirects`
--
INSERT INTO `page_redirects` (`redirect_id`, `old_url`, `new_url`, `position`, `active`) VALUES
(3, '/News', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(4, '/about-nec', 'https://www.nec-enterprise.com/Why-NEC', 0, 0),
(5, '/Blog', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(6, '/How-to-buy', 'https://www.nec-enterprise.com/Contact-us', 0, 0),
(7, '/News', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(8, '/News/Press-archive', 'https://www.nec-enterprise.com/newsroom/Press-archive', 0, 0),
(10, '/Products/Business-Mobility', 'https://www.nec-enterprise.com/products/Wireless-Infrastructure', 0, 0),
(11, '/Products/Communications-Platforms-for-SMB', 'https://www.nec-enterprise.com/products/SMB-Phone-Systems', 0, 0),
(13, '/Products/Mobility', 'https://www.nec-enterprise.com/products/Wireless-Infrastructure', 0, 0),
(14, '/Products/Phones-and-Handsets', 'https://www.nec-enterprise.com/products/endpoints', 0, 0),
(15, '/Products/Servers', 'https://www.nec-enterprise.com/products/Industry-Standard-Servers', 0, 0),
(16, '/Products/Unified-Communications-and-Collaboration', 'https://www.nec-enterprise.com/products/UC-C', 0, 0),
(18, '/Support/Downloads', 'https:/www.nec-enterprise.com/support', 0, 0),
(19, '/Support/Support-Communication-Platforms', 'https:/www.nec-enterprise.com/support', 0, 0),
(20, '/Support/Support-IT-Platforms', 'https:/www.nec-enterprise.com/support', 0, 0),
(22, '/About-NEC/About-NEC-Enterprise-Solutions', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(23, '/about-nec/About-NEC-Enterprise-Solutions', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(24, '/About-NEC/Careers', 'https://www.nec-enterprise.com/Contact-us', 0, 0),
(25, '/about-nec/Contact-us', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(26, '/About-NEC/Contact-us', 'https://www.nec-enterprise.com/Contact-us', 0, 0),
(27, '/About-NEC/Environment', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(28, '/about-nec/Environment', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(29, '/Blog', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(30, '/Blog/Latest-Posts', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(31, '/Blog/UCC', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(32, '/How-to-buy', 'https://www.nec-enterprise.com/Contact-us', 0, 0),
(33, '/How-to-buy/Communications', 'https://www.nec-enterprise.com/Contact-us', 0, 0),
(34, '/News', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(35, '/News/Blog', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(36, '/News/Events-and-Tradeshows', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(37, '/News/Full-Circle-Magazine', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(38, '/News/Latest-press-releases', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(39, '/News/Press-archive', 'https://www.nec-enterprise.com/newsroom/Press-archive', 0, 0),
(40, '/News/Whitepapers', 'https://www.nec-enterprise.com/newsroom/Whitepapers', 0, 0),
(42, '/other/Become-a-partner', 'https://www.nec-enterprise.com/partners/Become-a-Business-Partner', 0, 0),
(44, '/Products/Alarm-Management-and-Mobilisation', 'https://www.nec-enterprise.com/products/Emergency-Notification', 0, 0),
(45, '/Products/Business-ConneCT', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(46, '/Products/Business-Mobility', 'https://www.nec-enterprise.com/products/Wireless-Infrastructure', 0, 0),
(47, '/Products/Business-Mobility/DECT-handsets', 'https://www.nec-enterprise.com/products/DECT-Handsets', 0, 0),
(48, '/Products/Business-Mobility/Fixed-Mobile-Convergence', 'https://www.nec-enterprise.com/products/Fixed-Mobile-Convergence-36', 0, 0),
(49, '/Products/Business-Mobility/IP-DECT', 'https://www.nec-enterprise.com/products/DECT-S-IP-DECT-34', 0, 0),
(50, '/Products/Communications-Platforms-for-Enterprises', 'https://www.nec-enterprise.com/products/Enterprise-Platforms', 0, 0),
(51, '/Products/Communications-Platforms-for-SMB', 'https://www.nec-enterprise.com/products/SMB-Phone-Systems', 0, 0),
(52, '/Products/Communications-Platforms-for-SMB/MyCalls', 'https://www.nec-enterprise.com/products/Call-Management-100', 0, 0),
(53, '/Products/Communications-Platforms-for-SMB/SL1000-1100-Communication-System', 'https://www.nec-enterprise.com/products/SL1000-18', 0, 0),
(54, '/Products/Communications-Platforms-for-SMB/UNIVERGE-SV9100', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(56, '/Products/Infrastructure-Software', 'https://www.nec-enterprise.com/products/Management-Administration', 0, 0),
(57, '/Products/Infrastructure-Software/MasterScope', 'https://www.nec-enterprise.com/products/Management-Administration', 0, 0),
(58, '/Products/IP-DECT', 'https://www.nec-enterprise.com/products/DECT-S-IP-DECT-34', 0, 0),
(60, '/Products/Management-Systems', 'https://www.nec-enterprise.com/products/System-Management', 0, 0),
(61, '/Products/Mobility', 'https://www.nec-enterprise.com/products/Fixed-Mobile-Convergence-36', 0, 0),
(62, '/Products/Mobility/Fixed-Mobile-Convergence', 'https://www.nec-enterprise.com/products/Fixed-Mobile-Convergence-36', 0, 0),
(63, '/Products/MyCalls', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(65, '/Products/Phones-and-Handsets', 'https://www.nec-enterprise.com/products/endpoints', 0, 0),
(66, '/Products/Phones-and-Handsets/DECT-handsets', 'https://www.nec-enterprise.com/products/DECT-Handsets', 0, 0),
(67, '/Products/Phones-and-Handsets/Softphones', 'https://www.nec-enterprise.com/products/Softphones', 0, 0),
(68, '/Products/Servers', 'https://www.nec-enterprise.com/products/Industry-Standard-Servers', 0, 0),
(69, '/Products/Servers/Smart-CX-Data-Server', 'https://www.nec-enterprise.com/products/Scalable-Enterprise-Servers-87', 0, 0),
(70, '/Products/Storage', 'https://www.nec-enterprise.com/products/Storage-Management', 0, 0),
(71, '/Products/UC-Desktop-Suite', 'https://www.nec-enterprise.com/products/UC-C', 0, 0),
(72, '/Products/UCB', 'https://www.nec-enterprise.com/products/UC-C', 0, 0),
(73, '/Products/Unified-Communications-and-Collaboration', 'https://www.nec-enterprise.com/products/UC-C', 0, 0),
(74, '/Products/Unified-Communications-and-Collaboration/Business-ConneCT', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(75, '/Products/Unified-Communications-and-Collaboration/MyCalls', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(76, '/Products/Unified-Messaging', 'https://www.nec-enterprise.com/products/Messaging', 0, 0),
(77, '/Products/UNIVERGE-SV8100', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(79, '/Support/Downloads', 'https:/www.nec-enterprise.com/support', 0, 0),
(80, '/Support/Downloads/Downloads-English', 'https:/www.nec-enterprise.com/support', 0, 0),
(81, '/Support/SIP-Certification-Service-Providers', 'https:/www.nec-enterprise.com/support', 0, 0),
(82, '/Support/Support-Communication-Platforms', 'https:/www.nec-enterprise.com/support', 0, 0),
(83, '/Support/Support-Communication-Platforms/Clock-change-instructions', 'https:/www.nec-enterprise.com/support', 0, 0),
(84, '/Support/Support-IT-Platforms', 'https:/www.nec-enterprise.com/support', 0, 0),
(85, '/Support/Support-IT-Platforms/Licence-Agreements', 'https://www.nec-enterprise.com/Support/-IT-Platforms-Licence-Agreements-807', 0, 0),
(87, '/About-NEC/About-NEC-Enterprise-Solutions', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(88, '/about-nec/About-NEC-Enterprise-Solutions', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(89, '/About-NEC/About-NEC-Enterprise-Solutions/Careers-151', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(90, '/about-nec/About-NEC-Enterprise-Solutions/Careers-151', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(91, '/About-NEC/About-NEC-Enterprise-Solutions/Contact-us-152', 'https://www.nec-enterprise.com/Contact-us', 0, 0),
(92, '/about-nec/About-NEC-Enterprise-Solutions/Contact-us-152', 'https://www.nec-enterprise.com/Contact-us', 0, 0),
(93, '/About-NEC/About-NEC-Enterprise-Solutions/NEC-Enterprise-Solutions-147', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(94, '/About-NEC/Careers', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(95, '/about-nec/Careers', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(96, '/About-NEC/Careers/NEC-Enterprise-Solutions-Vacancies-748', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(97, '/About-NEC/Contact-us', 'https://www.nec-enterprise.com/Contact-us', 0, 0),
(98, '/about-nec/Contact-us/Contact-form-465', 'https://www.nec-enterprise.com/Contact-us', 0, 0),
(100, '/About-NEC/Environment', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(101, '/about-nec/Environment', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(102, '/About-NEC/Environment/Green-policy-148', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(103, '/about-nec/Environment/Green-policy-148', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(104, '/About-NEC/Environment/Sustainability-News-158', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(105, '/about-nec/Environment/Sustainability-News-158', 'https:/www.nec-enterprise.com/Why-NEC', 0, 0),
(106, '/about-nec/Privacy-Policy', 'https://www.nec-enterprise.com/Why-NEC/Privacy-Policy-166', 0, 0),
(107, '/about-nec/Terms-of-use', 'https://www.nec-enterprise.com/Why-NEC/Terms-of-use-165', 0, 0),
(109, '/Blog', 'https://www.nec-enterprise.com/newsroom/Blogs', 0, 0),
(110, '/Blog/-How-will-the-Internet-of-Things-be-Strategic-to-the-Enterprise-839', 'https://www.nec-enterprise.com/newsroom/Blogs/How-will-the-Internet-of-Things-be-Strategic-to-the-Enterprise-810', 0, 0),
(111, '/Blog/3-Questions-Answered-about-IT-Modernization-in-Government-857', 'https://www.nec-enterprise.com/newsroom/Blogs/3-Questions-Answered-about-IT-Modernization-in-Government-813', 0, 0),
(112, '/Blog/3-Tips-for-Avoiding-Network-Downtime-in-Hotels-789', 'https://www.nec-enterprise.com/newsroom/Blogs/3-Tips-for-Avoiding-Network-Downtime-in-Hotels-817', 0, 0),
(113, '/Blog/7-Reasons-to-Consider-Cloud-based-Unified-Communications-Services-648', 'https://www.nec-enterprise.com/newsroom/Blogs/7-Reasons-to-Consider-Cloud-based-Unified-Communications-Services-825', 0, 0),
(114, '/Blog/BYOD-and-BYOA-The-State-of-Mobility-Adoption-752', 'https://www.nec-enterprise.com/newsroom/Blogs/BYOD-and-BYOA-The-State-of-Mobility-Adoption-822', 0, 0),
(115, '/Blog/Can-Teams-Collaborate-Effectively-While-Working-Remotely-807', 'https://www.nec-enterprise.com/newsroom/Blogs/Can-Teams-Collaborate-Effectively-While-Working-Remotely-819', 0, 0),
(116, '/Blog/Contact-Center-Metrics-The-Importance-of-First-Call-Resolution-803', 'https://www.nec-enterprise.com/newsroom/Blogs/Contact-Center-Metrics-The-Importance-of-First-Call-Resolution-821', 0, 0),
(117, '/Blog/Empowering-the-Smart-Enterprise-993', 'https://www.nec-enterprise.com/newsroom/Blogs/Empowering-the-Smart-Enterprise-811', 0, 0),
(118, '/Blog/Government-accreditation-of-NEC-s-UNIVERGE-3C-platform-opens-many-doors-946', 'https://www.nec-enterprise.com/newsroom/Blogs/Government-accreditation-of-NEC-s-UNIVERGE-3C-platform-opens-many-doors-812', 0, 0),
(119, '/Blog/How-Secure-is-the-Cloud-Your-Questions-Answered-813', 'https://www.nec-enterprise.com/newsroom/Blogs/How-Secure-is-the-Cloud-Your-Questions-Answered-814', 0, 0),
(120, '/Blog/IT-Convergence-Key-Technology-Trends-that-are-driving-Smart-Enterprises-to-Modernize-towards-converged-IT-infrastructure-653', 'https://www.nec-enterprise.com/newsroom/Blogs/IT-Convergence-Key-Technology-Trends-that-are-driving-Smart-Enterprises-to-Modernize-towards-converged-IT-infrastructure-823', 0, 0),
(122, '/Blog/Latest-Posts/3-Questions-Answered-about-IT-Modernization-in-Government-857', 'https://www.nec-enterprise.com/newsroom/Blogs/3-Questions-Answered-about-IT-Modernization-in-Government-813', 0, 0),
(123, '/Blog/Latest-Posts/Can-Teams-Collaborate-Effectively-While-Working-Remotely-807', 'https://www.nec-enterprise.com/newsroom/Blogs/Can-Teams-Collaborate-Effectively-While-Working-Remotely-819', 0, 0),
(124, '/Blog/Latest-Posts/Contact-Center-Metrics-The-Importance-of-First-Call-Resolution-803', 'https://www.nec-enterprise.com/newsroom/Blogs/Contact-Center-Metrics-The-Importance-of-First-Call-Resolution-821', 0, 0),
(125, '/Blog/Latest-Posts/Empowering-the-Smart-Enterprise-993', 'https://www.nec-enterprise.com/newsroom/Blogs/Empowering-the-Smart-Enterprise-811', 0, 0),
(126, '/Blog/Latest-Posts/Government-accreditation-of-NEC-s-UNIVERGE-3C-platform-opens-many-doors-946', 'https://www.nec-enterprise.com/newsroom/Blogs/Government-accreditation-of-NEC-s-UNIVERGE-3C-platform-opens-many-doors-812', 0, 0),
(127, '/Blog/Latest-Posts/NEC-Resource-Center-How-to-Choose-a-Cloud-or-SaaS-Vendor-845', 'https://www.nec-enterprise.com/newsroom/Blogs/NEC-Resource-Center-How-to-Choose-a-Cloud-or-SaaS-Vendor-816', 0, 0),
(128, '/Blog/Latest-Posts/Selling-Tips-from-NEC-932', 'https://www.nec-enterprise.com/newsroom/Blogs/Selling-Tips-from-NEC-815', 0, 0),
(129, '/Blog/Latest-Posts/What-does-WebRTC-do-for-the-Enterprise-829', 'https://www.nec-enterprise.com/newsroom/Blogs/What-does-WebRTC-do-for-the-Enterprise-818', 0, 0),
(130, '/Blog/Making-Mobile-People-More-Productive-549', 'https://www.nec-enterprise.com/newsroom/Blogs/Making-Mobile-People-More-Productive-826', 0, 0),
(131, '/Blog/NEC-Ranks-Highest-in-Customer-Service-Trust-and-Technology-778', 'https://www.nec-enterprise.com/newsroom/Blogs/NEC-Ranks-Highest-in-Customer-Service-Trust-and-Technology-820', 0, 0),
(132, '/Blog/NEC-Resource-Center-How-to-Choose-a-Cloud-or-SaaS-Vendor-845', 'https://www.nec-enterprise.com/newsroom/Blogs/NEC-Resource-Center-How-to-Choose-a-Cloud-or-SaaS-Vendor-816', 0, 0),
(133, '/Blog/Selling-Tips-from-NEC-932', '/Blog/Latest-Posts/Selling-Tips-from-NEC-932', 0, 0),
(135, '/Blog/UCC/7-Reasons-to-Consider-Cloud-based-Unified-Communications-Services-648', 'https://www.nec-enterprise.com/newsroom/Blogs/7-Reasons-to-Consider-Cloud-based-Unified-Communications-Services-825', 0, 0),
(136, '/Blog/UCC/Can-Teams-Collaborate-Effectively-While-Working-Remotely-807', 'https://www.nec-enterprise.com/newsroom/Blogs/Can-Teams-Collaborate-Effectively-While-Working-Remotely-819', 0, 0),
(137, '/Blog/What-does-WebRTC-do-for-the-Enterprise-829', 'https://www.nec-enterprise.com/newsroom/Blogs/What-does-WebRTC-do-for-the-Enterprise-818', 0, 0),
(138, '/Blog/What-to-look-for-when-creating-a-Unified-Communications-RFP-700', 'https://www.nec-enterprise.com/newsroom/Blogs/What-to-look-for-when-creating-a-Unified-Communications-RFP-824', 0, 0),
(140, '/How-to-buy/Communications/Submit-a-question-487', 'https://www.nec-enterprise.com/Contact-us', 0, 0),
(141, '/How-to-buy/Find-a-partner', 'https://www.nec-enterprise.com/Contact-us', 0, 0),
(142, '/How-to-buy/NEC-Enterprise-Solutions', 'https://www.nec-enterprise.com/Contact-us', 0, 0),
(144, '/News/Blog', 'https://www.nec-enterprise.com/newsroom/Blogs', 0, 0),
(145, '/News/Blog/-How-will-the-Internet-of-Things-be-Strategic-to-the-Enterprise-839', 'https://www.nec-enterprise.com/newsroom/Blogs/How-will-the-Internet-of-Things-be-Strategic-to-the-Enterprise-810', 0, 0),
(146, '/News/Blog/3-Questions-Answered-about-IT-Modernization-in-Government-857', 'https://www.nec-enterprise.com/newsroom/Blogs/3-Questions-Answered-about-IT-Modernization-in-Government-813', 0, 0),
(147, '/News/Blog/3-Tips-for-Avoiding-Network-Downtime-in-Hotels-789', 'https://www.nec-enterprise.com/newsroom/Blogs/3-Tips-for-Avoiding-Network-Downtime-in-Hotels-817', 0, 0),
(148, '/News/Blog/7-Reasons-to-Consider-Cloud-based-Unified-Communications-Services-648', 'https://www.nec-enterprise.com/newsroom/Blogs/7-Reasons-to-Consider-Cloud-based-Unified-Communications-Services-825', 0, 0),
(149, '/News/Blog/BYOD-and-BYOA-The-State-of-Mobility-Adoption-752', 'https://www.nec-enterprise.com/newsroom/Blogs/BYOD-and-BYOA-The-State-of-Mobility-Adoption-822', 0, 0),
(150, '/News/Blog/Can-Teams-Collaborate-Effectively-While-Working-Remotely-807', 'https://www.nec-enterprise.com/newsroom/Blogs/Can-Teams-Collaborate-Effectively-While-Working-Remotely-819', 0, 0),
(151, '/News/Blog/Contact-Center-Metrics-The-Importance-of-First-Call-Resolution-803', 'https://www.nec-enterprise.com/newsroom/Blogs/Contact-Center-Metrics-The-Importance-of-First-Call-Resolution-821', 0, 0),
(152, '/News/Blog/Empowering-the-Smart-Enterprise-993', 'https://www.nec-enterprise.com/newsroom/Blogs/Empowering-the-Smart-Enterprise-811', 0, 0),
(153, '/News/Blog/Government-accreditation-of-NEC-s-UNIVERGE-3C-platform-opens-many-doors-946', 'https://www.nec-enterprise.com/newsroom/Blogs/Government-accreditation-of-NEC-s-UNIVERGE-3C-platform-opens-many-doors-812', 0, 0),
(154, '/News/Blog/How-Secure-is-the-Cloud-Your-Questions-Answered-813', 'https://www.nec-enterprise.com/newsroom/Blogs/How-Secure-is-the-Cloud-Your-Questions-Answered-814', 0, 0),
(155, '/News/Blog/IT-Convergence-Key-Technology-Trends-that-are-driving-Smart-Enterprises-to-Modernize-towards-converged-IT-infrastructure-653', 'https://www.nec-enterprise.com/newsroom/Blogs/IT-Convergence-Key-Technology-Trends-that-are-driving-Smart-Enterprises-to-Modernize-towards-converged-IT-infrastructure-823', 0, 0),
(156, '/News/Blog/Making-Mobile-People-More-Productive-549', 'https://www.nec-enterprise.com/newsroom/Blogs/Making-Mobile-People-More-Productive-826', 0, 0),
(157, '/News/Blog/NEC-Ranks-Highest-in-Customer-Service-Trust-and-Technology-778', 'https://www.nec-enterprise.com/newsroom/Blogs/NEC-Ranks-Highest-in-Customer-Service-Trust-and-Technology-820', 0, 0),
(158, '/News/Blog/NEC-Resource-Center-How-to-Choose-a-Cloud-or-SaaS-Vendor-845', 'https://www.nec-enterprise.com/newsroom/Blogs/NEC-Resource-Center-How-to-Choose-a-Cloud-or-SaaS-Vendor-816', 0, 0),
(159, '/News/Blog/Selling-Tips-from-NEC-932', 'https://www.nec-enterprise.com/newsroom/Blogs/Selling-Tips-from-NEC-815', 0, 0),
(160, '/News/Blog/What-does-WebRTC-do-for-the-Enterprise-829', 'https://www.nec-enterprise.com/newsroom/Blogs/What-does-WebRTC-do-for-the-Enterprise-818', 0, 0),
(161, '/News/Blog/What-to-look-for-when-creating-a-Unified-Communications-RFP-700', 'https://www.nec-enterprise.com/newsroom/Blogs/What-to-look-for-when-creating-a-Unified-Communications-RFP-824', 0, 0),
(163, '/News/Latest-press-releases', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(321, '/News/Whitepapers', 'https://www.nec-enterprise.com/newsroom/Whitepapers', 0, 0),
(322, '/News/Whitepapers/Achieving-Higher-Availability-in-UC-948', 'https://www.nec-enterprise.com/newsroom/Whitepapers/Achieving-Higher-Availability-in-UC-484', 0, 0),
(323, '/News/Whitepapers/Empowering-the-Millennial-WorkStyle-with-UC-C-481', 'https://www.nec-enterprise.com/newsroom/Whitepapers/Empowering-the-Millennial-WorkStyle-with-UC-C-488', 0, 0),
(324, '/News/Whitepapers/Enterprise-Connect-Premises-vs-Cloud-based-Telephony-UC-RFP-Review-954', 'https://www.nec-enterprise.com/newsroom/Whitepapers/Enterprise-Connect-Premises-vs-Cloud-based-Telephony-UC-RFP-Review-483', 0, 0),
(325, '/News/Whitepapers/Fault-Tolerance-ease-of-set-up-comparison-NEC-hardware-based-FT-vs-software-based-FT-986', 'https://www.nec-enterprise.com/newsroom/Whitepapers/Fault-Tolerance-ease-of-set-up-comparison-NEC-hardware-based-FT-vs-software-based-FT-482', 0, 0),
(326, '/News/Whitepapers/Improving-Healthcare-Delivery-with-Role-Enabled-Communications-495', 'https://www.nec-enterprise.com/newsroom/Whitepapers/Improving-Healthcare-Delivery-with-Role-Enabled-Communications-493', 0, 0),
(327, '/News/Whitepapers/Mobility-enables-true-Unified-Communications-498', 'https://www.nec-enterprise.com/newsroom/Whitepapers/Mobility-enables-true-Unified-Communications-490', 0, 0),
(328, '/News/Whitepapers/NEC-Vision-for-Social-Value-Creation-1024', 'https://www.nec-enterprise.com/newsroom/Whitepapers/NEC-Vision-for-Social-Value-Creation-481', 0, 0),
(329, '/News/Whitepapers/Optimizing-the-Higher-Education-Data-Center-484', 'https://www.nec-enterprise.com/newsroom/Whitepapers/Optimizing-the-Higher-Education-Data-Center-489', 0, 0),
(330, '/News/Whitepapers/Public-vs-Private-Cloud-499', 'https://www.nec-enterprise.com/newsroom/Whitepapers/Public-vs-Private-Cloud-491', 0, 0),
(331, '/News/Whitepapers/Selecting-the-Right-UC-Solution-in-the-Adaptive-IT-Era-949', 'https://www.nec-enterprise.com/newsroom/Whitepapers/Selecting-the-Right-UC-Solution-in-the-Adaptive-IT-Era-485', 0, 0),
(333, '/News/Whitepapers/Top-5-Reasons-Why-you-need-a-Cloud-Offering-500', 'https://www.nec-enterprise.com/newsroom/Whitepapers/Top-5-Reasons-Why-you-need-a-Cloud-Offering-494', 0, 0),
(334, '/News/Whitepapers/Unified-Communications-underpins-an-agile-workforce-468', 'https://www.nec-enterprise.com/newsroom/Whitepapers/Unified-Communications-underpins-an-agile-workforce-492', 0, 0),
(335, '/News/Whitepapers/What-to-look-for-when-creating-a-Unified-Communications-RFP-701', 'https://www.nec-enterprise.com/newsroom/Whitepapers/What-to-look-for-when-creating-a-Unified-Communications-RFP-487', 0, 0),
(337, '/other/Become-a-partner', 'https://www.nec-enterprise.com/partners/Become-a-Business-Partner', 0, 0),
(338, '/other/Become-a-partner/Computer-Based-Training-for-the-SL1100-just-99-657', 'https://www.nec-enterprise.com/partners/Become-a-Business-Partner', 0, 0),
(339, '/other/Become-a-partner/Cost-effective-and-powerful-communications-for-SOHO-s-and-small-business-654', 'https://www.nec-enterprise.com/partners/Become-a-Business-Partner', 0, 0),
(340, '/other/Become-a-partner/NEC-Premium-Sponsor-of-the-F1-Sauber-team-656', 'https://www.nec-enterprise.com/partners/Become-a-Business-Partner', 0, 0),
(341, '/other/Become-a-partner/NEC-s-award-winning-UC-C-solution-655', 'https://www.nec-enterprise.com/partners/Become-a-Business-Partner', 0, 0),
(342, '/other/Contact-Centre-whitepaper', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(343, '/other/Contact-Centre-whitepaper/Free-Whitepaper-675', 'https://www.nec-enterprise.com/newsroom/Whitepapers', 0, 0),
(345, '/Partners/Find-a-partner/Partner-Locator-466', 'https://www.nec-enterprise.com/partners/Find-a-partner', 0, 0),
(346, '/Partners/Partner-Login', 'https://www.nec-enterprise.com/partners/Partner-Portal-Login', 0, 0),
(349, '/Products/MyCalls-Call-Centre-632', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(350, '/Products/Alarm-Management-and-Mobilisation', 'https://www.nec-enterprise.com/products/Emergency-Notification', 0, 0),
(351, '/Products/Alarm-Management-and-Mobilisation/MobiBox-910', 'https://www.nec-enterprise.com/products/Emergency-Notification', 0, 0),
(352, '/Products/Alarm-Management-and-Mobilisation/MobiBox-910?show=features', 'https://www.nec-enterprise.com/products/Emergency-Notification', 0, 0),
(353, '/Products/Alarm-Management-and-Mobilisation/MobiBox-910?show=specifications', 'https://www.nec-enterprise.com/products/Emergency-Notification', 0, 0),
(354, '/Products/Business-ConneCT/Business-ConneCT-260', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(355, '/Products/Business-ConneCT/Business-ConneCT-Contact-Center-49', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(356, '/Products/Business-ConneCT/Business-ConneCT-Contact-Center-49?show=features', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(357, '/Products/Business-ConneCT/Business-ConneCT-Employee-50', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(358, '/Products/Business-ConneCT/Business-ConneCT-Employee-50?show=features', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(359, '/Products/Business-ConneCT/Business-ConneCT-Operator-11', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(360, '/Products/Business-ConneCT/Business-ConneCT-Operator-11?show=features', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(361, '/Products/Business-ConneCT/Business-ConneCT-UCC-Employee-74', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(362, '/Products/Business-ConneCT/Business-ConneCT-UCC-Employee-74?show=features', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(363, '/Products/Business-Mobility', 'https://www.nec-enterprise.com/products/Fixed-Mobile-Convergence-36', 0, 0),
(364, '/Products/Business-Mobility/DECT', 'https://www.nec-enterprise.com/products/Fixed-Mobile-Convergence-36', 0, 0),
(365, '/Products/Business-Mobility/DECT-handsets', 'https://www.nec-enterprise.com/products/Fixed-Mobile-Convergence-36', 0, 0),
(366, '/Products/Business-Mobility/DECT-handsets/DECT-handset-G266-79', 'https://www.nec-enterprise.com/products/DECT-handset-G266-60', 0, 0),
(367, '/Products/Business-Mobility/DECT-handsets/DECT-handset-G266-79?show=features', 'https://www.nec-enterprise.com/products/DECT-handset-G266-60', 0, 0),
(368, '/Products/Business-Mobility/DECT-handsets/DECT-handset-G266-79?show=specifications', 'https://www.nec-enterprise.com/products/DECT-handset-G266-60', 0, 0),
(369, '/Products/Business-Mobility/DECT-handsets/DECT-handset-G566-78', 'https://www.nec-enterprise.com/products/DECT-handset-G566-61', 0, 0),
(370, '/Products/Business-Mobility/DECT-handsets/DECT-handset-G566-78?show=features', 'https://www.nec-enterprise.com/products/DECT-handset-G566-61', 0, 0),
(371, '/Products/Business-Mobility/DECT-handsets/DECT-handset-G566-78?show=specifications', 'https://www.nec-enterprise.com/products/DECT-handset-G566-61', 0, 0),
(372, '/Products/Business-Mobility/DECT-handsets/DECT-handset-G966-702', 'https://www.nec-enterprise.com/products/DECTWiFi-handset-G966-62', 0, 0),
(373, '/Products/Business-Mobility/DECT-handsets/DECT-handset-G966-702?show=features', 'https://www.nec-enterprise.com/products/DECTWiFi-handset-G966-62', 0, 0),
(374, '/Products/Business-Mobility/DECT-handsets/DECT-handset-G966-702?show=specifications', 'https://www.nec-enterprise.com/products/DECTWiFi-handset-G966-62', 0, 0),
(375, '/Products/Business-Mobility/DECT-handsets/DECT-handset-I766-898', 'https://www.nec-enterprise.com/products/DECT-handset-I766-63', 0, 0),
(376, '/Products/Business-Mobility/DECT-handsets/DECT-handset-I766-898?show=features', 'https://www.nec-enterprise.com/products/DECT-handset-I766-63', 0, 0),
(377, '/Products/Business-Mobility/DECT-handsets/DECT-handset-I766-898?show=specifications', 'https://www.nec-enterprise.com/products/DECT-handset-I766-63', 0, 0),
(378, '/Products/Business-Mobility/DECT-handsets/DECT-Messenger-M166-917', 'https://www.nec-enterprise.com/products/DECT-Communicator-M166-64', 0, 0),
(379, '/Products/Business-Mobility/Fixed-Mobile-Convergence', 'https://www.nec-enterprise.com/products/Fixed-Mobile-Convergence-36', 0, 0),
(380, '/Products/Business-Mobility/Fixed-Mobile-Convergence/uMobility-76', 'https://www.nec-enterprise.com/products/Fixed-Mobile-Convergence-36', 0, 0),
(381, '/Products/Business-Mobility/Fixed-Mobile-Convergence/uMobility-76?show=features', 'https://www.nec-enterprise.com/products/Fixed-Mobile-Convergence-36', 0, 0),
(382, '/Products/Business-Mobility/IP-DECT', 'https://www.nec-enterprise.com/products/DECT-S-IP-DECT-34', 0, 0),
(383, '/Products/Business-Mobility/IP-DECT?show=features', 'https://www.nec-enterprise.com/products/DECT-S-IP-DECT-34', 0, 0),
(384, '/Products/Business-Mobility/IP-DECT/IP-DECT-Access-Points-AP400-275', 'https://www.nec-enterprise.com/products/DECT-S-IP-DECT-34', 0, 0),
(385, '/Products/Business-Mobility/Mobile-Extension', 'https://www.nec-enterprise.com/products/Wireless-Infrastructure', 0, 0),
(386, '/Products/Business-Mobility/uMobility-Direct-Dialler', 'https://www.nec-enterprise.com/products/Wireless-Infrastructure', 0, 0),
(387, '/Products/Business-Mobility/uMobility-Direct-Dialler?show=features', 'https://www.nec-enterprise.com/products/Wireless-Infrastructure', 0, 0),
(388, '/Products/Communications-Platforms-for-Enterprises', 'https://www.nec-enterprise.com/products/Enterprise-Platforms', 0, 0),
(389, '/Products/Communications-Platforms-for-Enterprises/Communications-Platforms-for-Enterprises-35', 'https://www.nec-enterprise.com/products/Enterprise-Platforms', 0, 0),
(390, '/Products/Communications-Platforms-for-Enterprises/UNIVERGE-3C-169', 'https://www.nec-enterprise.com/products/UNIVERGE-3C-3', 0, 0),
(391, '/Products/Communications-Platforms-for-Enterprises/UNIVERGE-3C-169?show=features', 'https://www.nec-enterprise.com/products/UNIVERGE-3C-3', 0, 0),
(392, '/Products/Communications-Platforms-for-Enterprises/UNIVERGE-SIP-Net-iS3000-38', 'https://www.nec-enterprise.com/products/SIP-Net-21', 0, 0),
(393, '/Products/Communications-Platforms-for-Enterprises/UNIVERGE-SV9300-788', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9300-51', 0, 0),
(394, '/Products/Communications-Platforms-for-Enterprises/UNIVERGE-SV9500-755', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9500-52', 0, 0),
(396, '/Products/Communications-Platforms-for-SMB/Mobile-Extension', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(397, '/Products/Communications-Platforms-for-SMB/MyCalls', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(398, '/Products/Communications-Platforms-for-SMB/MyCalls-Call-Recording', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(399, '/Products/Communications-Platforms-for-SMB/MyCalls-Call-Recording?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(400, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Agent-Control-871', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(401, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Agent-Control-871?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(402, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Application-Activation-539', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(403, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Basic-863', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(404, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Basic-863?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(405, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Call-Centre-870', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(406, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Call-Centre-870?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(407, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Call-Manager-864', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(408, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Call-Manager-864?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(409, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Call-Recording-869', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(410, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Call-Recording-869?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(411, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Desktop-867', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(412, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Desktop-867?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(413, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Desktop-Lite-868', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(414, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Desktop-Lite-868?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(415, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Enterprise-865', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(416, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Enterprise-865?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(417, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Operator-Console-866', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(418, '/Products/Communications-Platforms-for-SMB/MyCalls/MyCalls-Operator-Console-866?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(419, '/Products/Communications-Platforms-for-SMB/MyCalls/What-s-new-with-MyCalls-916', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(420, '/Products/Communications-Platforms-for-SMB/MyCalls/What-s-new-with-MyCalls-916?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(421, '/Products/Communications-Platforms-for-SMB/SL1000-1100-Communication-System', 'https://www.nec-enterprise.com/products/SL1000-18', 0, 0),
(422, '/Products/Communications-Platforms-for-SMB/SL1000-1100-Communication-System-72', 'https://www.nec-enterprise.com/products/SL1000-18', 0, 0),
(423, '/Products/Communications-Platforms-for-SMB/SL1000-1100-Communication-System/Mobile-Extension-874', 'https://www.nec-enterprise.com/products/SL1000-18', 0, 0),
(424, '/Products/Communications-Platforms-for-SMB/SL1000-1100-Communication-System/MyCalls-Call-Recording-869', 'https://www.nec-enterprise.com/products/SL1000-18', 0, 0),
(425, '/Products/Communications-Platforms-for-SMB/SL1000-1100-Communication-System/MyCalls-Call-Recording-869?show=features', 'https://www.nec-enterprise.com/products/SL1000-18', 0, 0),
(426, '/Products/Communications-Platforms-for-SMB/SL1000-1100-Communication-System/Toll-Fraud-876', 'https://www.nec-enterprise.com/products/SL1000-18', 0, 0),
(427, '/Products/Communications-Platforms-for-SMB/SMB-Communication-Platforms-34', 'https://www.nec-enterprise.com/products/SMB-Phone-Systems', 0, 0),
(428, '/Products/Communications-Platforms-for-SMB/Toll-Fraud', 'https://www.nec-enterprise.com/documents?id=182&hash=00a028fdea8cc26ec04ee642af097816535888c014d58676a951b7bcf08ac487', 0, 0),
(429, '/Products/Communications-Platforms-for-SMB/uMobility-Direct-Dialler', 'https://www.nec-enterprise.com/products/Fixed-Mobile-Convergence-36', 0, 0),
(430, '/Products/Communications-Platforms-for-SMB/uMobility-Direct-Dialler?show=features', 'https://www.nec-enterprise.com/products/Fixed-Mobile-Convergence-36', 0, 0),
(431, '/Products/Communications-Platforms-for-SMB/UNIVERGE-SV9100', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(432, '/Products/Communications-Platforms-for-SMB/UNIVERGE-SV9100?show=features', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(433, '/Products/Communications-Platforms-for-SMB/UNIVERGE-SV9100/Mobile-Extension-874', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(434, '/Products/Communications-Platforms-for-SMB/UNIVERGE-SV9100/MyCalls-Call-Recording-869', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(435, '/Products/Communications-Platforms-for-SMB/UNIVERGE-SV9100/MyCalls-Call-Recording-869?show=features', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(436, '/Products/Communications-Platforms-for-SMB/UNIVERGE-SV9100/Toll-Fraud-876', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(437, '/Products/Communications-Platforms-for-SMB/UNIVERGE-SV9100/WebRTC-1001', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(438, '/Products/Communications-Platforms-for-SMB/UNIVERGE-SV9100/WebRTC-1001?show=features', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(439, '/Products/Contact-Centers', 'https://www.nec-enterprise.com/products/Contact-Center', 0, 0),
(440, '/Products/Contact-Centres', 'https://www.nec-enterprise.com/products/Contact-Center', 0, 0),
(441, '/Products/Desktop-Virtualization', 'https://www.nec-enterprise.com/Why-NEC/Smart-Workspace-214', 0, 0),
(442, '/Products/Digital-Terminals/Digital-Phones-43', 'https://www.nec-enterprise.com/products/Digital-Terminals', 0, 0),
(443, '/Products/Enterprise-Communication-Platforms', 'https://www.nec-enterprise.com/products/Enterprise-Platforms', 0, 0),
(444, '/Products/Gateway-and-Session-Border-Control', 'https://www.nec-enterprise.com/products/SBC-Gateways', 0, 0),
(445, '/Products/Gateway-and-Session-Border-Control?show=features', 'https://www.nec-enterprise.com/products/SBC-Gateways', 0, 0),
(446, '/Products/Infrastructure-Software', 'https://www.nec-enterprise.com/products/SDN-for-Enterprise', 0, 0),
(447, '/Products/Infrastructure-Software/EXPRESSCLUSTER-X-520', 'https://www.nec-enterprise.com/products/EXPRESSCLUSTER-95', 0, 0),
(448, '/Products/Infrastructure-Software/MasterScope', 'https://www.nec-enterprise.com/products/Management-Administration', 0, 0),
(449, '/Products/Infrastructure-Software/MasterScope/NEC-SigmaSystemCenter-545', 'https://www.nec-enterprise.com/products/Management-Administration', 0, 0),
(450, '/Products/Infrastructure-Software/MasterScope/NEC-SigmaSystemCenter-545?show=features', 'https://www.nec-enterprise.com/products/Management-Administration', 0, 0),
(451, '/Products/Infrastructure-Software/MasterScope/NEC-SigmaSystemCenter-545?show=specifications', 'https://www.nec-enterprise.com/products/Management-Administration', 0, 0),
(452, '/Products/Infrastructure-Software/MasterScope/Network-Manager-544', 'https://www.nec-enterprise.com/products/Management-Administration', 0, 0),
(453, '/Products/Infrastructure-Software/MasterScope/SystemManager-543', 'https://www.nec-enterprise.com/products/Management-Administration', 0, 0),
(454, '/Products/Infrastructure-Software/MasterScope/SystemManager-543?show=features', 'https://www.nec-enterprise.com/products/Management-Administration', 0, 0),
(455, '/Products/Infrastructure-Software/MasterScope/SystemManager-543?show=specifications', 'https://www.nec-enterprise.com/products/Management-Administration', 0, 0),
(456, '/Products/IP-DECT/IP-DECT-77', 'https://www.nec-enterprise.com/products/DECT-S-IP-DECT-34', 0, 0),
(457, '/Products/IP-DECT/IP-DECT-77?show=features', 'https://www.nec-enterprise.com/products/DECT-S-IP-DECT-34', 0, 0),
(458, '/Products/IP-DECT/IP-DECT-Access-Points-AP400-275', 'https://www.nec-enterprise.com/products/DECT-S-IP-DECT-34', 0, 0),
(459, '/Products/IP-terminals/IP-Phones-44', 'https://www.nec-enterprise.com/products/IP-terminals', 0, 0),
(460, '/Products/Management-Systems', 'https://www.nec-enterprise.com/products/System-Management', 0, 0),
(461, '/Products/Management-Systems/Expense-Management-7', 'https://www.nec-enterprise.com/products/System-Management', 0, 0),
(462, '/Products/Management-Systems/Management-Systems-and-Reporting-37', 'https://www.nec-enterprise.com/products/System-Management', 0, 0),
(463, '/Products/Management-Systems/Systems-Management-6', 'https://www.nec-enterprise.com/products/System-Management', 0, 0),
(464, '/Products/Mobility', 'https://www.nec-enterprise.com/products/Wireless-Infrastructure', 0, 0),
(465, '/Products/Mobility/Fixed-Mobile-Convergence', 'https://www.nec-enterprise.com/products/Fixed-Mobile-Convergence-36', 0, 0),
(466, '/Products/Mobility/Fixed-Mobile-Convergence/uMobility-76', 'https://www.nec-enterprise.com/products/Fixed-Mobile-Convergence-36', 0, 0),
(467, '/Products/Mobility/Fixed-Mobile-Convergence/uMobility-76?show=features', 'https://www.nec-enterprise.com/products/Fixed-Mobile-Convergence-36', 0, 0),
(468, '/Products/Mobility/IP-DECT', 'https://www.nec-enterprise.com/products/DECT-S-IP-DECT-34', 0, 0),
(469, '/Products/Mobility/IP-DECT?show=features', 'https://www.nec-enterprise.com/products/DECT-S-IP-DECT-34', 0, 0),
(471, '/Products/MyCalls', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(472, '/Products/MyCalls-Call-Recording', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(473, '/Products/MyCalls-Call-Recording?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(474, '/Products/MyCalls/MyCalls-263', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(475, '/Products/MyCalls/MyCalls-Agent-Control-871', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(476, '/Products/MyCalls/MyCalls-Agent-Control-871?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(477, '/Products/MyCalls/MyCalls-Application-Activation-539', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(478, '/Products/MyCalls/MyCalls-Basic-863', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(479, '/Products/MyCalls/MyCalls-Basic-863?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(480, '/Products/MyCalls/MyCalls-Call-Centre-870', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(481, '/Products/MyCalls/MyCalls-Call-Centre-870?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(482, '/Products/MyCalls/MyCalls-Call-Manager-864', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(483, '/Products/MyCalls/MyCalls-Call-Manager-864?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(484, '/Products/MyCalls/MyCalls-Call-Recording-869', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(485, '/Products/MyCalls/MyCalls-Call-Recording-869?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(486, '/Products/MyCalls/MyCalls-Desktop-867', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(487, '/Products/MyCalls/MyCalls-Desktop-867?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(488, '/Products/MyCalls/MyCalls-Desktop-Lite-868', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(489, '/Products/MyCalls/MyCalls-Desktop-Lite-868?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(490, '/Products/MyCalls/MyCalls-Enterprise-865', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(491, '/Products/MyCalls/MyCalls-Enterprise-865?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(492, '/Products/MyCalls/MyCalls-Operator-Console-866', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(493, '/Products/MyCalls/MyCalls-Operator-Console-866?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(494, '/Products/MyCalls/What-s-new-with-MyCalls-916', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(495, '/Products/MyCalls/What-s-new-with-MyCalls-916?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(497, '/Products/Operator/Business-ConneCT-Operator-11', 'https://www.nec-enterprise.com/products/Operator', 0, 0),
(498, '/Products/Operator/Business-ConneCT-Operator-11?show=features', 'https://www.nec-enterprise.com/products/Operator', 0, 0),
(499, '/Products/Phones-and-Handsets', 'https://www.nec-enterprise.com/products/endpoints', 0, 0),
(500, '/Products/Phones-and-Handsets/BaseLine-Analogue-phones-36', 'https://www.nec-enterprise.com/products/Analogue-Terminals', 0, 0),
(501, '/Products/Phones-and-Handsets/BaseLine-Analogue-phones-36?show=features', 'https://www.nec-enterprise.com/products/Analogue-Terminals', 0, 0),
(502, '/Products/Phones-and-Handsets/Baseline-Pro-SIP-19', 'https://www.nec-enterprise.com/products/BaseLine-Pro-SIP-53', 0, 0),
(503, '/Products/Phones-and-Handsets/Baseline-Pro-SIP-19?show=features', 'https://www.nec-enterprise.com/products/BaseLine-Pro-SIP-53', 0, 0),
(504, '/Products/Phones-and-Handsets/DECT-handsets', 'https://www.nec-enterprise.com/products/DECT-Handsets', 0, 0),
(505, '/Products/Phones-and-Handsets/DECT-handsets/DECT-handset-G266-79', 'https://www.nec-enterprise.com/products/DECT-handset-G266-60', 0, 0),
(506, '/Products/Phones-and-Handsets/DECT-handsets/DECT-handset-G266-79?show=features', 'https://www.nec-enterprise.com/products/DECT-handset-G266-60', 0, 0),
(507, '/Products/Phones-and-Handsets/DECT-handsets/DECT-handset-G266-79?show=specifications', 'https://www.nec-enterprise.com/products/DECT-handset-G266-60', 0, 0),
(508, '/Products/Phones-and-Handsets/DECT-handsets/DECT-handset-G566-78', 'https://www.nec-enterprise.com/products/DECT-handset-G566-61', 0, 0),
(509, '/Products/Phones-and-Handsets/DECT-handsets/DECT-handset-G566-78?show=features', 'https://www.nec-enterprise.com/products/DECT-handset-G566-61', 0, 0),
(510, '/Products/Phones-and-Handsets/DECT-handsets/DECT-handset-G566-78?show=specifications', 'https://www.nec-enterprise.com/products/DECT-handset-G566-61', 0, 0),
(511, '/Products/Phones-and-Handsets/DECT-handsets/DECT-handset-G966-702', 'https://www.nec-enterprise.com/products/DECTWiFi-handset-G966-62', 0, 0),
(512, '/Products/Phones-and-Handsets/DECT-handsets/DECT-handset-G966-702?show=features', 'https://www.nec-enterprise.com/products/DECTWiFi-handset-G966-62', 0, 0),
(513, '/Products/Phones-and-Handsets/DECT-handsets/DECT-handset-G966-702?show=specifications', 'https://www.nec-enterprise.com/products/DECTWiFi-handset-G966-62', 0, 0),
(514, '/Products/Phones-and-Handsets/DECT-handsets/DECT-handset-I766-898', 'https://www.nec-enterprise.com/products/DECT-handset-I766-63', 0, 0),
(515, '/Products/Phones-and-Handsets/DECT-handsets/DECT-handset-I766-898?show=features', 'https://www.nec-enterprise.com/products/DECT-handset-I766-63', 0, 0),
(516, '/Products/Phones-and-Handsets/DECT-handsets/DECT-handset-I766-898?show=specifications', 'https://www.nec-enterprise.com/products/DECT-handset-I766-63', 0, 0),
(517, '/Products/Phones-and-Handsets/DECT-handsets/DECT-Messenger-M166-917', 'https://www.nec-enterprise.com/products/DECT-Communicator-M166-64', 0, 0),
(518, '/Products/Phones-and-Handsets/DT700-IP-Desktop-Phones-795', 'https://www.nec-enterprise.com/products/IP-terminals', 0, 0),
(519, '/Products/Phones-and-Handsets/DT700-IP-Desktop-Phones-795?show=features', 'https://www.nec-enterprise.com/products/IP-terminals', 0, 0),
(520, '/Products/Phones-and-Handsets/Softphones', 'https://www.nec-enterprise.com/products/Softphones', 0, 0),
(521, '/Products/Phones-and-Handsets/Softphones/Softphone-SP30-33', 'https://www.nec-enterprise.com/products/Softphones', 0, 0),
(522, '/Products/Phones-and-Handsets/Softphones/Softphone-SP350-266', 'https://www.nec-enterprise.com/products/Softphones', 0, 0),
(523, '/Products/Phones-and-Handsets/UNIVERGE-DT400-Digital-Desktop-Phones-770', 'https://www.nec-enterprise.com/products/Digital-Terminals', 0, 0),
(524, '/Products/Phones-and-Handsets/UNIVERGE-DT400-Digital-Desktop-Phones-770?show=features', 'https://www.nec-enterprise.com/products/Digital-Terminals', 0, 0),
(525, '/Products/Phones-and-Handsets/UNIVERGE-DT800-IP-Desktop-Phones-771', 'https://www.nec-enterprise.com/products/IP-terminals', 0, 0),
(526, '/Products/Phones-and-Handsets/UNIVERGE-DT800-IP-Desktop-Phones-771?show=features', 'https://www.nec-enterprise.com/products/IP-terminals', 0, 0),
(527, '/Products/SAP-HANA', 'https://www.nec-enterprise.com/products/SAP-HANA-Offering', 0, 0),
(528, '/Products/Server-and-Storage-Virtualization', 'https://www.nec-enterprise.com/products/NEC-ProgrammableFlow-38', 0, 0),
(529, '/Products/Servers', 'https://www.nec-enterprise.com/products/Industry-Standard-Servers', 0, 0),
(531, '/Products/Servers/NEC-Smart-CX-data-server-639', 'https://www.nec-enterprise.com/products/Scalable-Enterprise-Servers-87', 0, 0),
(532, '/Products/Servers/NEC-Smart-CX-data-server-639?show=features', 'https://www.nec-enterprise.com/products/Scalable-Enterprise-Servers-87', 0, 0),
(533, '/Products/Servers/NEC-Smart-CX-data-server-639?show=specifications', 'https://www.nec-enterprise.com/products/Scalable-Enterprise-Servers-87', 0, 0),
(534, '/Products/Servers/Smart-CX-Data-Server', 'https://www.nec-enterprise.com/products/Scalable-Enterprise-Servers-87', 0, 0),
(535, '/Products/Servers/Smart-CX-Data-Server?show=features', 'https://www.nec-enterprise.com/products/Scalable-Enterprise-Servers-87', 0, 0),
(536, '/Products/Servers/Smart-CX-Data-Server?show=specifications', 'https://www.nec-enterprise.com/products/Scalable-Enterprise-Servers-87', 0, 0),
(537, '/Products/Servers/Smart-CX-Data-Server/Download-Whitepapers-on-the-Smart-CX-Data-Server-662', 'https://www.nec-enterprise.com/products/Scalable-Enterprise-Servers-87', 0, 0),
(538, '/Products/Storage', 'https://www.nec-enterprise.com/products/Storage-Management', 0, 0),
(539, '/Products/Storage/M-Series-M110-M310-M510-M710-832', 'https://www.nec-enterprise.com/products/Storage-Management', 0, 0),
(541, '/Products/UC-Desktop-Suite/UC-Desktop-Suite-273', 'https://www.nec-enterprise.com/products/UC-C', 0, 0),
(542, '/Products/UCB/UC-for-Business-UK-only-258', 'https://www.nec-enterprise.com/products/UC-C', 0, 0),
(543, '/Products/UCB/UC-for-Business-UK-only-258?show=features', 'https://www.nec-enterprise.com/products/UC-C', 0, 0),
(544, '/Products/Unified-Communications-and-Collaboration', 'https://www.nec-enterprise.com/products/UC-C', 0, 0),
(545, '/Products/Unified-Communications-and-Collaboration/Business-ConneCT', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(546, '/Products/Unified-Communications-and-Collaboration/Business-ConneCT/Business-ConneCT-Contact-Center-49', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(547, '/Products/Unified-Communications-and-Collaboration/Business-ConneCT/Business-ConneCT-Contact-Center-49?show=features', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(548, '/Products/Unified-Communications-and-Collaboration/Business-ConneCT/Business-ConneCT-Employee-50', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(549, '/Products/Unified-Communications-and-Collaboration/Business-ConneCT/Business-ConneCT-Employee-50?show=features', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(550, '/Products/Unified-Communications-and-Collaboration/Business-ConneCT/Business-ConneCT-Operator-11', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(551, '/Products/Unified-Communications-and-Collaboration/Business-ConneCT/Business-ConneCT-Operator-11?show=features', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(552, '/Products/Unified-Communications-and-Collaboration/Business-ConneCT/Business-ConneCT-UCC-Employee-74', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0);
INSERT INTO `page_redirects` (`redirect_id`, `old_url`, `new_url`, `position`, `active`) VALUES
(553, '/Products/Unified-Communications-and-Collaboration/Business-ConneCT/Business-ConneCT-UCC-Employee-74?show=features', 'https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4', 0, 0),
(554, '/Products/Unified-Communications-and-Collaboration/MyCalls', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(555, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Agent-Control-871', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(556, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Agent-Control-871?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(557, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Application-Activation-539', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(558, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Basic-863', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(559, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Basic-863?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(560, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Call-Centre-870', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(561, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Call-Centre-870?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(562, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Call-Manager-864', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(563, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Call-Manager-864?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(564, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Call-Recording-869', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(565, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Call-Recording-869?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(566, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Desktop-867', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(567, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Desktop-867?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(568, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Desktop-Lite-868', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(569, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Desktop-Lite-868?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(570, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Enterprise-865', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(571, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Enterprise-865?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(572, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Operator-Console-866', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(573, '/Products/Unified-Communications-and-Collaboration/MyCalls/MyCalls-Operator-Console-866?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(574, '/Products/Unified-Communications-and-Collaboration/MyCalls/What-s-new-with-MyCalls-916', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(575, '/Products/Unified-Communications-and-Collaboration/MyCalls/What-s-new-with-MyCalls-916?show=features', 'https://www.nec-enterprise.com/products/Call-Management', 0, 0),
(576, '/Products/Unified-Communications-and-Collaboration/UC-Desktop-Suite', 'https://www.nec-enterprise.com/products/UC-C', 0, 0),
(577, '/Products/Unified-Communications-and-Collaboration/UCB', 'https://www.nec-enterprise.com/products/UC-C', 0, 0),
(578, '/Products/Unified-Communications-and-Collaboration/UCB?show=features', 'https://www.nec-enterprise.com/products/UC-C', 0, 0),
(579, '/Products/Unified-Communications-and-Collaboration/UNIVERGE-3C-169', 'https://www.nec-enterprise.com/products/UC-C', 0, 0),
(580, '/Products/Unified-Communications-and-Collaboration/UNIVERGE-3C-169?show=features', 'https://www.nec-enterprise.com/products/UC-C', 0, 0),
(581, '/Products/Unified-Messaging', 'https://www.nec-enterprise.com/products/Messaging', 0, 0),
(582, '/Products/Unified-Messaging/UNIVERGE-UM4730-14', 'https://www.nec-enterprise.com/products/Messaging', 0, 0),
(583, '/Products/Unified-Messaging/UNIVERGE-UM8000-13', 'https://www.nec-enterprise.com/products/Messaging', 0, 0),
(584, '/Products/Unified-Messaging/UNIVERGE-UM8700-713', 'https://www.nec-enterprise.com/products/Messaging', 0, 0),
(585, '/Products/UNIVERGE-SV8100/SV8100-9', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(586, '/Products/UNIVERGE-SV8100/SV8100-9?show=features', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(587, '/Products/UNIVERGE-SV8100/SV8100-9?show=specifications', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(812, '/Support/Downloads', 'https:/www.nec-enterprise.com/support', 0, 0),
(813, '/Support/Downloads/Declaration-of-Conformity', 'https://www.nec-enterprise.com/Support/Declaration-of-Conformity-170', 0, 0),
(814, '/Support/Downloads/Downloads-English', 'https:/www.nec-enterprise.com/support', 0, 0),
(815, '/Support/Downloads/Downloads-English/Sales-Collateral-English-597', 'https:/www.nec-enterprise.com/support', 0, 0),
(816, '/Support/IT-Platform-Software-Downloads', 'https:/www.nec-enterprise.com/support', 0, 0),
(817, '/Support/SIP-Certification-Service-Providers', 'https:/www.nec-enterprise.com/support', 0, 0),
(818, '/Support/SIP-Certification-Service-Providers/SIP-Certification-Service-Providers-201', 'https:/www.nec-enterprise.com/support', 0, 0),
(820, '/Support/Support-Communication-Platforms', 'https:/www.nec-enterprise.com/support', 0, 0),
(821, '/Support/Support-Communication-Platforms/Clock-change-instructions', 'https:/www.nec-enterprise.com/support', 0, 0),
(822, '/Support/Support-Communication-Platforms/Clock-change-instructions/Aspire-726', 'https:/www.nec-enterprise.com/support', 0, 0),
(823, '/Support/Support-Communication-Platforms/Clock-change-instructions/SL1000-or-SL1100-727', 'https:/www.nec-enterprise.com/support', 0, 0),
(824, '/Support/Support-Communication-Platforms/Clock-change-instructions/SV8100-or-SV9100-728', 'https:/www.nec-enterprise.com/support', 0, 0),
(825, '/Support/Support-Communication-Platforms/Clock-change-instructions/XN120-729', 'https:/www.nec-enterprise.com/support', 0, 0),
(826, '/Support/Support-Communication-Platforms/End-user-License-Agreements-705', 'https://www.nec-enterprise.com/Support/EULA-779', 0, 0),
(827, '/Support/Support-IT-Platforms', 'https://www.nec-enterprise.com/Support/-IT-Platforms-Licence-Agreements-807', 0, 0),
(828, '/Support/Support-IT-Platforms/Licence-Agreements', 'https://www.nec-enterprise.com/Support/-IT-Platforms-Licence-Agreements-807', 0, 0),
(829, '/Support/Support-IT-Platforms/Licence-Agreements/EULA-EXPRESSCLUSTER-1004', 'https://www.nec-enterprise.com/Support/-IT-Platforms-Licence-Agreements-807', 0, 0),
(830, '/Support/Support-IT-Platforms/Licence-Agreements/EULA-KVM-1003', 'https://www.nec-enterprise.com/Support/-IT-Platforms-Licence-Agreements-807', 0, 0),
(831, '/Support/Support-IT-Platforms/Licence-Agreements/EULA-MasterScope-1005', 'https://www.nec-enterprise.com/Support/-IT-Platforms-Licence-Agreements-807', 0, 0),
(832, '/Support/Support-IT-Platforms/Licence-Agreements/EULA-SDN-1007', 'https://www.nec-enterprise.com/Support/-IT-Platforms-Licence-Agreements-807', 0, 0),
(833, '/Support/Support-IT-Platforms/Licence-Agreements/EULA-Storage-1006', 'https://www.nec-enterprise.com/Support/-IT-Platforms-Licence-Agreements-807', 0, 0),
(834, '/Support/Support-IT-Platforms/Licence-Agreements/EULA-VMware-1009', 'https://www.nec-enterprise.com/Support/-IT-Platforms-Licence-Agreements-807', 0, 0),
(835, '/Support/Support-IT-Platforms/Licence-Agreements/EULA-VPCC-1002', 'https://www.nec-enterprise.com/Support/-IT-Platforms-Licence-Agreements-807', 0, 0),
(836, '/Support/Support-IT-Platforms/Miscellaneous', 'https://www.nec-enterprise.com/Support/-IT-Platforms-Licence-Agreements-807', 0, 0),
(837, '/Support/Support-IT-Platforms/Support-Technical-Contacts-603', 'https://www.nec-enterprise.com/Support/-IT-Platforms-Licence-Agreements-807', 0, 0),
(838, '/Support/Support-IT-Platforms/UltraCare-Services', 'https://www.nec-enterprise.com/Support/-IT-Platforms-Licence-Agreements-807', 0, 0),
(839, '/Support/Declaration-of-Conformity', 'https://www.nec-enterprise.com/Support/Declaration-of-Conformity-170', 0, 0),
(840, '/assist', 'https://www.nec-enterprise.com/content/files/teamviewer/download.php?file=TeamViewerQS_NEC_ver9.exe', 0, 0),
(841, '/products/BaseLine-Pro-SIP', 'https://www.nec-enterprise.com/documents?id=1039&hash=5702e35f7ee6da6baf528a565eceec231f84fbc21d7a645fd21f447da5b20743', 0, 0),
(842, 'URL', '301 Redirect to ', 0, 0),
(843, '/news/Latest-press-releases/NECand-Dacom-collaborate-on-precision-farming-solution-to-maximize-yields-andreduce-costs-791', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(844, '/products/UNIVERGE-3C', 'https://www.nec-enterprise.com/products/UNIVERGE-3C-3', 0, 0),
(845, '/content/files/Brochures-English/10-203-03_NEC_br_SV9300_eng_emea(12-2015).pdf', 'https://www.nec-enterprise.com/content/files/Brochures-English/10-214-01_NEC_br_Smart_Hospitality_Small-Midsized-Hotels_emea(02-2016).pdf', 0, 0),
(846, '/content/files/Vacancy_NEC_Enterprise_Solutions_VOLUME_PROD', 'https://www.nec-enterprise.com/content/files/Vacancy_NEC_Enterprise_Solutions_VOLUME_PRODUCT_MANAGER.pdf', 0, 0),
(847, '/documents?id=319&hash=e9c1e0eabd0', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(848, '/it/Partners/Telecom-y-Novatecno-S-A', 'https://www.nec-enterprise.com/it/Partners', 0, 0),
(849, '/products/Clock-Change-Instructions-906', 'https://www.nec-enterprise.com/products', 0, 0),
(850, '/864-GITEX-2017', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(851, '/events/Co-creating-the-Future-through-Digital-Transformation-864', 'https://www.nec-enterprise.com/events', 0, 0),
(852, '/documents?id=324&hash=02567c890f7', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(853, '/documents?id=176&hash=fa0763a4f0bd53f74ba4755bc17cf76d5f952ef5e5da5269859e3614d0c8ef3e;BCT', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(854, '/content/files/Brochures-English/10-208-01_NEC_MyCalls_br_eng', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(855, '/products/DECTWiFi-handset-G966-62', 'https://www.nec-enterprise.com/products', 0, 0),
(856, '/documents?id=852&hash=e1f33605277', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(857, '/news/Latest-press-releases/NECand-', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(858, '/solutions/Hospitality_1', 'https://www.nec-enterprise.com/solutions', 0, 0),
(859, '/_1', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(861, '/documents?id=283&hash=aba08168632', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(862, '/news/Latest-press-releases/NEC-', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(863, '/documents?id=179&hash=4d7d35844d1', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(864, '/documents?id=302&hash=38b08740159', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(865, '/documents?id=917&hash=f7318e2231b', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(866, '/content/files/CaseStudiesComms/N', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(868, '/Products/UNIVERGE-SV9100', 'https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19', 0, 0),
(869, '/it/it/it/solutions', 'https://www.nec-enterprise.com/it/', 0, 0),
(870, '/News/Latest-press-releases/NEC-and-BCX-present-Smart-Hospitality-Solutions-at-3rd-Annual-Africa-Hotel-Expansion-Summit-in-Nigeria-1000', 'https://www.nec-enterprise.com/newsroom', 0, 0),
(871, '/content/files/SAP-HANA/server_consolidation_lab_validation_report.pdf;Server', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(872, '/products/Cloudstore', 'https://www.nec-enterprise.com/products', 0, 0),
(873, '/documents?id=220&hash=74c49f8955e', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(874, '/it/Solutions/Settore-Alberghiero-Smart', 'https://www.nec-enterprise.com/it/', 0, 0),
(875, '/documents?id=296&hash=6f33f0574e55', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(877, '/products/SIP-Net-21Field', 'https://www.nec-enterprise.com/products', 0, 0),
(878, '/content/files/Datasheets-Languages/15-074-01_NEC_DS_i766_GER(06-2015).pdf', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(879, '/Newsroom/Press-archive/NEC-takes-no-1-position-as-worldwide-market-leader-in-MZA-s-Global-PBX/IP-PBX-Market-report-465', 'https://www.nec-enterprise.com/Newsroom/Press-archive', 0, 0),
(880, '/it/it/Soluzioni', 'https://www.nec-enterprise.com/it/', 0, 0),
(881, '/content/files/Brochures-English/10-099-02_NEC_br_Terminals_eng', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(882, '/solutions/Hospitality/The-O2-112', 'https://www.nec-enterprise.com/solutions/Hospitality', 0, 0),
(883, '/Newsroom/Press-archive/NEC-extends-Business-Mobility-portfolio-with-combined-DECT-/-WiFi-handset-467', 'https://www.nec-enterprise.com/Newsroom/Press-archive', 0, 0),
(884, '/it/Products/Comunicazioni-Unificate-Collaborazione', 'https://www.nec-enterprise.com/it/', 0, 0),
(885, '/it/it/it/Solutions', 'https://www.nec-enterprise.com/it/', 0, 0),
(886, '/it/Products/SAN-Scale-out-grid-Storage-Solution', 'https://www.nec-enterprise.com/it/', 0, 0),
(887, '/it/Products/Software-Defined-Networking-per-le-Imprese', 'https://www.nec-enterprise.com/it/', 0, 0),
(888, '/it/Products/Messaggistica-Unificata-e-Casella-vocale', 'https://www.nec-enterprise.com/it/', 0, 0),
(889, '/it/Solutions/Sanit-Smart', 'https://www.nec-enterprise.com/it/', 0, 0),
(891, 'https://www.nec-enterprise.com/documents?id=283&hash=aba08168632 ', ' https://www.nec-enterprise.com/sitemap', 0, 0),
(892, 'https://www.nec-enterprise.com/documents?id=179&hash=4d7d35844d1 ', ' https://www.nec-enterprise.com/sitemap', 0, 0),
(893, 'https://www.nec-enterprise.com/documents?id=302&hash=38b08740159 ', ' https://www.nec-enterprise.com/sitemap', 0, 0),
(894, 'https://www.nec-enterprise.com/documents?id=917&hash=f7318e2231b ', ' https://www.nec-enterprise.com/sitemap', 0, 0),
(895, 'https://www.nec-enterprise.com/it/it/it/solutions ', ' https://www.nec-enterprise.com/it/', 0, 0),
(897, '/documents?id=283&hash=aba08168632 ', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(898, '/documents?id=179&hash=4d7d35844d1 ', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(899, '/documents?id=302&hash=38b08740159 ', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(900, '/documents?id=917&hash=f7318e2231b ', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(901, '/it/it/it/solutions ', 'https://www.nec-enterprise.com/it/', 0, 0),
(902, '/documents?id=220&hash=74c49f8955e ', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(903, '/it/Solutions/Settore-Alberghiero-Smart ', 'https://www.nec-enterprise.com/it/', 0, 0),
(904, '/documents?id=296&hash=6f33f0574e55', 'https://www.nec-enterprise.com/sitemap', 0, 0),
(906, '/it/it/Soluzioni', 'https://www.nec-enterprise.com/it/', 0, 0);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `page_section_content`
--
CREATE TABLE `page_section_content` (
`page_section_id` int(10) NOT NULL,
`page_id` int(10) NOT NULL,
`sub_of` int(10) NOT NULL DEFAULT '0',
`html` text CHARACTER SET latin1 NOT NULL,
`edittag` varchar(250) CHARACTER SET latin1 NOT NULL,
`datatype` varchar(250) CHARACTER SET latin1 NOT NULL,
`element_id` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`element_class` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`fullpage` int(1) NOT NULL DEFAULT '0',
`custom` int(1) NOT NULL DEFAULT '0',
`custom_content` text CHARACTER SET latin1 NOT NULL,
`css` varchar(250) CHARACTER SET latin1 NOT NULL,
`link_data` int(10) NOT NULL DEFAULT '0',
`position` int(10) NOT NULL DEFAULT '1000',
`legacy` int(1) NOT NULL DEFAULT '0',
`status` int(1) NOT NULL DEFAULT '1',
`locked` int(1) DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `page_section_content`
--
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(1, 1, 0, '<section id=\"itzvmtnivs\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">Greater Security for Your Unified Communications Solutions</h2>\n\n<p style=\"text-align: center;\">NEC offers a broad range of gateway and SBC solutions for both service provider and enterprise deployments. These solutions are built around NEC’s UNIVERGE BX series that includes session border controllers (SBC) and digital and analog media gateways. The BX Product range provides businesses with the interoperability, survivability, security and quality assurance required to connect all of NEC’s enterprise communication servers with service provider networks.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(2, 114, 0, '<section id=\"xvxgncqton\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">Better service and satisfied customers</h2>\n\n<p style=\"text-align: center;\">The NEC Contact Center solutions provide you with all the tools necessary to make each interaction between your customers and your business quick and easy. Between improved response times, reduced abandon rates, lower operating costs, and increased revenues, you will see a rapid return on your investment.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(3, 114, 0, '\n \n <section class=\"\" id=\"oiuzcoxvbr\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Transform your Customer Engagement</h3>\n\n<ul>\n <li><strong>Improve your customer service</strong> – Skills-based routing means callers experience quicker, more efficient service</li>\n <li><strong>Measure and manage your team</strong> – Improve their performance on a daily basis through call activity tracking and reports</li>\n <li><strong>Keep your customers satisfied </strong>– The Callback feature means customers who are unable to hold can leave a message and receive an automated call back – when it’s convenient for them</li>\n <li><strong>Offers customers a variety of media types</strong> – Multimedia Queuing delivers all your communications to your agents in the familiar way calls are delivered and prioritized</li>\n <li><strong>Motivate your team </strong>– Dynamic wallboards encourage healthy competition between agents with performance levels displayed in real-time</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"http://login.creativefellows.nl/content/nec-sv-series/images/applications/screen-bct.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(4, 114, 0, '<section class=\"\" id=\"xwwoitxzqf\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Intuitive user interface</h3>\n\n<p>With Business ConneCT, any authorised employee can act as an operator, connecting callers, handling messages and locating staff. The single user interface makes it easy to combine operator tasks with other work.</p>\n\n<p>Business ConneCT combines intuitive icons, an extensive name directory and various messaging facilities, offering professional Operator functionality to any user. Different queues show at a glance where a call is coming from: externall, internall, re-routed etc. Calls are always routed to the right person because operators can see which person the caller wants to reach and which colleagues with similar skills are available. Additionally, this comprehensive view on the queues allows operators to spot specific callers easily and treat them in a special way (VIPs, returning callers, etc).</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Not just an Operator</h3>\n\n<p>A specific application for operator is within the hospitality industry. Business ConneCT has a standard integration with the middleware solution of Tiger® and FCS® (the middleware is used to connect to a hotel Property Management System). With this integration Business ConneCT operator has real-time information about check-in / check-out status of a guest, including additional extensive guest information like language and VIP status.</p>\n\n<p>Business ConneCT operator is available for visually-impaired people by using an certified solution from Freedom Scientific which offers braille displays, voice guidance and screen magnification.</p>\n\n<p>Business ConneCT makes Unified Communications available for your operators.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(5, 6, 0, '<section class=\"\" id=\"krazkuhfph\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">Connects customers to the right person</h2>\n\n<div>\n<p style=\"text-align: center;\">UNIVERGE Contact Center guides callers and routes email traffic to the best suited employee, reducing waiting time and improving staff motivation. Contact Center agents are also provided with additional information, such as the language in which to greet a caller.</p>\n\n<p style=\"text-align: center;\">Each customer call or email reaches the right person, first time, every time! Every employee, wherever he is, can act as agent while doing other tasks. All agents have access to advanced Unified Communications functions like Presence Management, Instant Messaging, DECT and Mobile Messaging.</p>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(6, 6, 0, '<section class=\"\" id=\"ckykrowzdd\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/screen-empty-left.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>Webchat – cost-effective and highly productive</h3>\n\n<p>With the UNIVERGE Contact Center customer live chat interface you can serve your customers at the moment they are ready for business or at the point where they are in need of support. Webchat is very cost effective as your agents can chat with several people at a time. Typically one webchat agent talks with 10 times more people than a phone agent. And with a full page view history for each visitor, you’ll be up to speed by the time your customers click ‘Chat’.</p>\n</div>\n</div></section>', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 1, 1, 1, 0),
(8, 6, 0, '<section class=\"\" id=\"oswxnfvkzn\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3>One professional face to the customer</h3>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(10, 113, 0, '<section class=\"\" id=\"prbhdpnggz\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p>With NEC\'s Unified Communications solutions, collaborating, conferencing and messaging all become more immediate and more flexible. We provides a suite of UC&C tools to enable businesses of any size to collaborate more effectively - increasing productivity, enabling mobility and encouraging ‘anywhere’ communication. </p>\n\n<p>Our UC&C capabilities leverage the power of VoIP to integrate communication tasks. Built on our VoIP communications platforms, NEC brings together VoIP telephony, instant messaging, video conferencing, mobility, presence, and collaboration capabilities into your business environment.</p>\n\n<p>With built-in unified communications on NEC platforms lets both on-site and remote users see who is available at any given moment, and decide how best to reach them. </p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/graphics/unified-communications-collaboration(1).png\" style=\"width: 550px; height: 350px;\"></p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(7, 6, 0, '<section class=\"\" id=\"vmvtpopkfk\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4>One professional face to the customer</h4>\n\n<p>UNIVERGE Contact Center features help your company to manage your Contact Center staffing and service levels. Group performance statistics enable your company to improve customer service, while extensive reporting tools provide insight into performance, costs and trends.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4>Skill-based routing</h4>\n\n<p>UNIVERGE Contact Center supports skill-based routing, transferring calls only to those agents with the best matched skill set. If no agent with the required skill set is available, an automated attendant can provide callers with a choice of alternative options.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(9, 113, 0, '\n \n <section id=\"lbywyvzthe\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Enabling the Real-Time Enterprise</h2>\n\n<p style=\"text-align: center;\">Unified Communications & Collaboration (UC&C) solutions unleash the productivity within organizations large and small. Access voice mail, e-mail and faxes from any device anywhere. Locate a colleague and determine how best to contact them regardless of location.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(17, 113, 0, '<section class=\"\" id=\"gxldpntcly\"><div class=\"col24\"><div style=\"\" class=\"column-wrapper\" edittype=\"none\"><div class=\"default-spacer\">fdsafdsa</div>\n</div></div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(18, 4, 0, '<section class=\"\" id=\"yoeofiyunp\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><div class=\"default-spacer\"></div></div></div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(19, 4, 0, '<section class=\"\" id=\"pzuwfqhxgq\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><hr></div></div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(20, 4, 0, '<section class=\"\" id=\"rfbxoobrbc\"><div class=\"col24\"><div style=\"\" class=\"column-wrapper\" edittype=\"none\"><p class=\"vert-offset-1\" style=\"text-align: center;\"><a class=\"button primary full-width\" href=\"http://www.nec-businessconnect.com\" target=\"_blank\">Visit www.nec-businessconnect.com</a></p>\n</div></div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(21, 3, 0, '\n <section class=\"\" id=\"uvshwbblrz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">UNIVERGE 3C: REDEFINING ENTERPRISE COMMUNICATIONS</h2>\n\n<p style=\"text-align: center;\">\n<style type=\"text/css\"><!--\n /* Font Definitions */\n@font-face\n {font-family:Arial;\n panose-1:2 11 6 4 2 2 2 2 2 4;\n mso-font-charset:0;\n mso-generic-font-family:auto;\n mso-font-pitch:variable;\n mso-font-signature:-536859905 -1073711037 9 0 511 0;}\n@font-face\n {font-family:\"?? ??\";\n mso-font-charset:128;\n mso-generic-font-family:auto;\n mso-font-pitch:variable;\n mso-font-signature:-536870145 1791491579 134217746 0 131231 0;}\n@font-face\n {font-family:\"Cambria Math\";\n panose-1:2 4 5 3 5 4 6 3 2 4;\n mso-font-charset:1;\n mso-generic-font-family:roman;\n mso-font-format:other;\n mso-font-pitch:variable;\n mso-font-signature:0 0 0 0 0 0;}\n@font-face\n {font-family:Calibri;\n panose-1:2 15 5 2 2 2 4 3 2 4;\n mso-font-charset:0;\n mso-generic-font-family:auto;\n mso-font-pitch:variable;\n mso-font-signature:-536870145 1073786111 1 0 415 0;}\n /* Style Definitions */\np.MsoNormal, li.MsoNormal, div.MsoNormal\n {mso-style-unhide:no;\n mso-style-qformat:yes;\n mso-style-parent:\"\";\n margin-top:0cm;\n margin-right:0cm;\n margin-bottom:8.0pt;\n margin-left:0cm;\n line-height:107%;\n mso-pagination:widow-orphan;\n font-size:11.0pt;\n font-family:Calibri;\n mso-ascii-font-family:Calibri;\n mso-ascii-theme-font:minor-latin;\n mso-fareast-font-family:\"?? ??\";\n mso-fareast-theme-font:minor-fareast;\n mso-hansi-font-family:Calibri;\n mso-hansi-theme-font:minor-latin;\n mso-bidi-font-family:\"Times New Roman\";\n mso-bidi-theme-font:minor-bidi;\n mso-ansi-language:EN-GB;\n mso-fareast-language:JA;}\np\n {mso-style-priority:99;\n mso-margin-top-alt:auto;\n margin-right:0cm;\n mso-margin-bottom-alt:auto;\n margin-left:0cm;\n mso-pagination:widow-orphan;\n font-size:12.0pt;\n font-family:\"Times New Roman\";\n mso-fareast-font-family:\"Times New Roman\";\n mso-ansi-language:EN-GB;\n mso-fareast-language:JA;}\n.MsoChpDefault\n {mso-style-type:export-only;\n mso-default-props:yes;\n font-size:11.0pt;\n mso-ansi-font-size:11.0pt;\n mso-bidi-font-size:11.0pt;\n font-family:Calibri;\n mso-ascii-font-family:Calibri;\n mso-ascii-theme-font:minor-latin;\n mso-fareast-font-family:\"?? ??\";\n mso-fareast-theme-font:minor-fareast;\n mso-hansi-font-family:Calibri;\n mso-hansi-theme-font:minor-latin;\n mso-bidi-font-family:\"Times New Roman\";\n mso-bidi-theme-font:minor-bidi;\n mso-ansi-language:EN-GB;\n mso-fareast-language:JA;}\n.MsoPapDefault\n {mso-style-type:export-only;\n margin-bottom:8.0pt;\n line-height:107%;}\n@page WordSection1\n {size:612.0pt 792.0pt;\n margin:70.85pt 70.85pt 70.85pt 70.85pt;\n mso-header-margin:35.4pt;\n mso-footer-margin:35.4pt;\n mso-paper-source:0;}\ndiv.WordSection1\n {page:WordSection1;}\n-->\n</style>\nUnified Communications. Collaboration. Telephony. Now your whole team can benefit from a single solution. Collaborate pro-actively from almost anywhere, anytime with UNIVERGE 3C – powerful and innovative IP telephony and UC&C software that operates in a dynamic delivery model across premise, cloud or hybrid environments. Welcome to UNIVERGE 3C. Welcome to NOW.</p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"pxzuhiqlhx\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, pxzuhiqlhx\" title=\"Tekstverwerker, pxzuhiqlhx\" aria-describedby=\"cke_380\" contenteditable=\"true\"><h2 style=\"text-align: center;\">UNIVERGE 3C: REDEFINING ENTERPRISE COMMUNICATIONS<br></h2><p style=\"text-align: center;\"><style>\n<!--{cke_protected}{C}%3C!%2D%2D%0A%20%2F*%20Font%20Definitions%20*%2F%0A%40font-face%0A%09%7Bfont-family%3AArial%3B%0A%09panose-1%3A2%2011%206%204%202%202%202%202%202%204%3B%0A%09mso-font-charset%3A0%3B%0A%09mso-generic-font-family%3Aauto%3B%0A%09mso-font-pitch%3Avariable%3B%0A%09mso-font-signature%3A-536859905%20-1073711037%209%200%20511%200%3B%7D%0A%40font-face%0A%09%7Bfont-family%3A%22%EF%BC%AD%EF%BC%B3%20%E6%98%8E%E6%9C%9D%22%3B%0A%09mso-font-charset%3A128%3B%0A%09mso-generic-font-family%3Aauto%3B%0A%09mso-font-pitch%3Avariable%3B%0A%09mso-font-signature%3A-536870145%201791491579%20134217746%200%20131231%200%3B%7D%0A%40font-face%0A%09%7Bfont-family%3A%22Cambria%20Math%22%3B%0A%09panose-1%3A2%204%205%203%205%204%206%203%202%204%3B%0A%09mso-font-charset%3A1%3B%0A%09mso-generic-font-family%3Aroman%3B%0A%09mso-font-format%3Aother%3B%0A%09mso-font-pitch%3Avariable%3B%0A%09mso-font-signature%3A0%200%200%200%200%200%3B%7D%0A%40font-face%0A%09%7Bfont-family%3ACalibri%3B%0A%09panose-1%3A2%2015%205%202%202%202%204%203%202%204%3B%0A%09mso-font-charset%3A0%3B%0A%09mso-generic-font-family%3Aauto%3B%0A%09mso-font-pitch%3Avariable%3B%0A%09mso-font-signature%3A-536870145%201073786111%201%200%20415%200%3B%7D%0A%20%2F*%20Style%20Definitions%20*%2F%0Ap.MsoNormal%2C%20li.MsoNormal%2C%20div.MsoNormal%0A%09%7Bmso-style-unhide%3Ano%3B%0A%09mso-style-qformat%3Ayes%3B%0A%09mso-style-parent%3A%22%22%3B%0A%09margin-top%3A0cm%3B%0A%09margin-right%3A0cm%3B%0A%09margin-bottom%3A8.0pt%3B%0A%09margin-left%3A0cm%3B%0A%09line-height%3A107%25%3B%0A%09mso-pagination%3Awidow-orphan%3B%0A%09font-size%3A11.0pt%3B%0A%09font-family%3ACalibri%3B%0A%09mso-ascii-font-family%3ACalibri%3B%0A%09mso-ascii-theme-font%3Aminor-latin%3B%0A%09mso-fareast-font-family%3A%22%EF%BC%AD%EF%BC%B3%20%E6%98%8E%E6%9C%9D%22%3B%0A%09mso-fareast-theme-font%3Aminor-fareast%3B%0A%09mso-hansi-font-family%3ACalibri%3B%0A%09mso-hansi-theme-font%3Aminor-latin%3B%0A%09mso-bidi-font-family%3A%22Times%20New%20Roman%22%3B%0A%09mso-bidi-theme-font%3Aminor-bidi%3B%0A%09mso-ansi-language%3AEN-GB%3B%0A%09mso-fareast-language%3AJA%3B%7D%0Ap%0A%09%7Bmso-style-priority%3A99%3B%0A%09mso-margin-top-alt%3Aauto%3B%0A%09margin-right%3A0cm%3B%0A%09mso-margin-bottom-alt%3Aauto%3B%0A%09margin-left%3A0cm%3B%0A%09mso-pagination%3Awidow-orphan%3B%0A%09font-size%3A12.0pt%3B%0A%09font-family%3A%22Times%20New%20Roman%22%3B%0A%09mso-fareast-font-family%3A%22Times%20New%20Roman%22%3B%0A%09mso-ansi-language%3AEN-GB%3B%0A%09mso-fareast-language%3AJA%3B%7D%0A.MsoChpDefault%0A%09%7Bmso-style-type%3Aexport-only%3B%0A%09mso-default-props%3Ayes%3B%0A%09font-size%3A11.0pt%3B%0A%09mso-ansi-font-size%3A11.0pt%3B%0A%09mso-bidi-font-size%3A11.0pt%3B%0A%09font-family%3ACalibri%3B%0A%09mso-ascii-font-family%3ACalibri%3B%0A%09mso-ascii-theme-font%3Aminor-latin%3B%0A%09mso-fareast-font-family%3A%22%EF%BC%AD%EF%BC%B3%20%E6%98%8E%E6%9C%9D%22%3B%0A%09mso-fareast-theme-font%3Aminor-fareast%3B%0A%09mso-hansi-font-family%3ACalibri%3B%0A%09mso-hansi-theme-font%3Aminor-latin%3B%0A%09mso-bidi-font-family%3A%22Times%20New%20Roman%22%3B%0A%09mso-bidi-theme-font%3Aminor-bidi%3B%0A%09mso-ansi-language%3AEN-GB%3B%0A%09mso-fareast-language%3AJA%3B%7D%0A.MsoPapDefault%0A%09%7Bmso-style-type%3Aexport-only%3B%0A%09margin-bottom%3A8.0pt%3B%0A%09line-height%3A107%25%3B%7D%0A%40page%20WordSection1%0A%09%7Bsize%3A612.0pt%20792.0pt%3B%0A%09margin%3A70.85pt%2070.85pt%2070.85pt%2070.85pt%3B%0A%09mso-header-margin%3A35.4pt%3B%0A%09mso-footer-margin%3A35.4pt%3B%0A%09mso-paper-source%3A0%3B%7D%0Adiv.WordSection1%0A%09%7Bpage%3AWordSection1%3B%7D%0A%2D%2D%3E--></style>Unified Communications. Collaboration. Telephony. Now your whole team can benefit from a single solution. Collaborate pro-actively from almost anywhere, anytime with UNIVERGE 3C – powerful and innovative IP telephony and UC&C software that operates in a dynamic delivery model across premise, cloud or hybrid environments. Welcome to UNIVERGE 3C. Welcome to NOW. <br></p> </div></div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 0, 0),
(22, 3, 0, '<section id=\"zlbrrpfzsx\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>UC&C and full telephony on all devices</h3>\n\n<p>In today’s flexible and fast-moving business environment, employees are never in one place for very long. They can be at the office, between appointments, on business travel or working from home or in a cafe. UNIVERGE 3C’s mobility solutions enable workers to stay connected and productive from any location. It enables anywhere, anytime access for increased efficiency and productivity and supports call control and UC features for mobile and remote workers.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/ucc/3c-tablet-phone(1).jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 0, 0),
(23, 3, 0, '<section class=\"\" id=\"fhopakifpr\"><div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>CONNECT.</h4>\n\n<p>3C enables colleagues to be chased and contacted quickly and easily using company directory and Presence for real-time availability, inside and outside the office.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>COMMUNICATE.</h4>\n\n<p>Users benefit from a single contact number across multiple devices, including seamless call transfers between public mobile networks and company WiFi when a user is on the move.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>COLLABORATE.</h4>\n\n<p>Fully interactive collaborations can be arranged in seconds - video conferencing, communal whiteboards and screen sharing are just a click away. Welcome to NOW!</p>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(11, 4, 0, '\n \n <section class=\"\" id=\"fgpnwrlvqc\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Truly unifying communications</h2>\n\n<p style=\"text-align: center;\">NEC’s versatile all-in-one Unified Communications & Collaboration suite UNIVERGE® Business ConneCT integrates all communication streams and presents them in a single view, giving employees control over how and when to be contacted, via a choice of devices – in the office, at home and when they are on the move.</p>\n\n<p style=\"text-align: center;\">Business ConneCT includes call control, presence, voice-mail, operator and directory services, as well as a comprehensive contact center that provides a rich multi-channel environment that handles email, live web chat, WhatsApp and voice via a single interface. </p>\n\n<p style=\"text-align: center;\">Business ConneCT has been designed to easily install, use and manage. This makes UC&C extremely easy!</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(12, 4, 0, '\n \n <section class=\"\" id=\"bakzfdisdw\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Versatile user modes</h3>\n\n<p>Simple and cost-effective to deploy, the three user modes – Employee, Operator and Contact Center Agent – use the same database, a common user interface, and are managed from a central point. These versatile user modes allow employees to easily switch between various roles. For instance in peak hours some of your staff, including remote office workers, can act as Operator or Contact Center Agent.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/ucc/bct-page3-final.png\" style=\"height: 325px; width: 750px;\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(13, 4, 0, '<section class=\"\" id=\"sqveiavrlu\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(14, 4, 0, '<section class=\"\" id=\"orzoakrimb\"><div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><ul>\n <li>Contact Center</li>\n <li>Operator</li>\n <li>Employee</li>\n <li>Presence Management</li>\n <li>Extensive Directories</li>\n <li>Phone Control</li>\n <li>Integrated Voicemail</li>\n <li>Instant Messaging</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><ul>\n <li>DECT Corporate Directory</li>\n <li>Single Server</li>\n <li>Easy to Install</li>\n <li>Single point of Management</li>\n <li>Minimal Training</li>\n <li>DECT Messaging</li>\n <li>Multilingual</li>\n <li>Extensive Reporting</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><ul>\n <li>Skill Based Routing</li>\n <li>E-mail Routing</li>\n <li>Call Routing</li>\n <li>Back Office Integrations</li>\n <li>Call Recording</li>\n <li>Virtualization Support</li>\n <li>Supports all NEC PBX platforms</li>\n</ul>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(15, 4, 0, '<section class=\"\" id=\"bugmafllav\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3>UNIVERGE® Business ConneCT Features</h3>\n</div>\n</div></section>', '1-column', 'text', '', 'single-line', 0, 0, '', '', 0, 2, 1, 0, 0),
(16, 113, 0, '<section class=\"\" id=\"olbtlrxtin\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"></div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(24, 3, 0, '<section class=\"\" id=\"bvpkxosquo\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p><a href=\"\" class=\"button primary\">TRY THEN BUY – CLICK HERE FOR A FREE 90-DAY TRIAL</a></p>\n</div>\n</div></section>', 'button', 'button', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(25, 3, 0, '<section class=\"\" id=\"lfrcxpseba\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p><a href=\"\" class=\"button primary\">TRY THEN BUY – CLICK HERE FOR A FREE 90-DAY TRIAL</a></p>\n</div>\n</div></section>', 'button', 'button', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(26, 3, 0, '<section class=\"\" id=\"isyyxfqapl\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p><a href=\"\" class=\"button primary full-width\">TRY THEN BUY – CLICK HERE FOR A FREE 90-DAY TRIAL</a></p>\n</div>\n</div></section>', 'button', 'button', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(27, 3, 0, '<section class=\"\" id=\"whihlysoaz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><p><a class=\"button primary full-width\" href=\"\">Visit www.nec-3c.com for more information</a></p>\n</div>\n</div></section>', 'button', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(28, 3, 0, '<section class=\"\" id=\"qdxnhuuixv\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p><a href=\"\" class=\"button primary full-width\">TRY THEN BUY – CLICK HERE FOR A FREE 90-DAY TRIAL</a></p>\n</div>\n</div></section>', 'button', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(29, 3, 0, '<section class=\"\" id=\"lqpdszrzyh\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><p class=\"page-cta\" style=\"text-align: center;\"><a class=\"button primary full-width\" href=\"http://www.nec-3c.com\">Visit www.nec-3c.com</a></p>\n</div>\n</div></section>', 'button', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(30, 114, 0, '<section class=\"\" id=\"qmaywtrmda\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"></div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 0, 0),
(31, 114, 0, '\n \n \n <section class=\"\" id=\"bwrwaimipb\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Connects customers to the right person</h3>\n\n<div>\n<p>UNIVERGE Contact Center guides callers and routes email traffic to the best suited employee, reducing waiting time and improving staff motivation. Contact Center agents are also provided with additional information, such as the language in which to greet a caller.</p>\n\n<p>Each customer call or email reaches the right person, first time, every time! Every employee, wherever he is, can act as agent while doing other tasks. All agents have access to advanced Unified Communications functions like Presence Management, Instant Messaging, DECT and Mobile Messaging.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Webchat & WhatsApp: cost-effective & productive</h3>\n\n<p>With the UNIVERGE Contact Center customer live chat interface you can serve your customers at the moment they are ready for business or at the point where they need support. Webchat is very cost effective as your agents can chat with several people at a time - typically 10 times more people than by phone. And with a full page view history for each visitor, you’ll be up to speed by the time your customers click ‘Chat’.</p>\n\n<p>Integrating with a WhatsApp service provider allows customers to communicate in real time with agents using WhatsApp, similar to Webchat. </p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 1000, 1, 1, 0),
(32, 114, 0, '<section class=\"\" id=\"cgwkbwdvls\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>One professional face to the customer</h3>\n\n<p>UNIVERGE Contact Center features help your company to manage your Contact Center staffing and service levels. Group performance statistics enable your company to improve customer service, while extensive reporting tools provide insight into performance, costs and trends.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>Skill-based routing</h3>\n\n<p>UNIVERGE Contact Center supports skill-based routing, transferring calls only to those agents with the best matched skill set. If no agent with the required skill set is available, an automated attendant can provide callers with a choice of alternative options.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(33, 7, 0, '<section class=\"\" id=\"ddubdmmtvu\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">Intuitive user interface</h2>\n\n<p style=\"text-align: center;\">With Business ConneCT, any authorised employee can act as an operator, connecting callers, handling messages and locating staff. The single user interface makes it easy to combine operator tasks with other work.</p>\n\n<p style=\"text-align: center;\">Business ConneCT Operator combines intuitive icons, an extensive name directory and various messaging facilities, offering professional Operator functionality to any user. Different queues show at a glance where a call is coming from: externall, internall, re-routed etc. Calls are always routed to the right person because operators can see which person the caller wants to reach and which colleagues with similar skills are available. Additionally, this comprehensive view on the queues allows operators to spot specific callers easily and treat them in a special way (VIPs, returning callers, etc).</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(34, 7, 0, '<section class=\"\" id=\"ogwxrtynlp\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div class=\"column-content\">\n<h3>Not just an Operator</h3>\n\n<p>A specific application for operator is within the hospitality industry. Business ConneCT has a standard integration with the middleware solution of Tiger® and FCS® (the middleware is used to connect to a hotel Property Management System). With this integration Business ConneCT Operator has real-time information about check-in / check-out status of a guest, including additional extensive guest information like language and VIP status.</p>\n\n<p>Business ConneCT Operator is available for visually-impaired people by using an certified solution from Freedom Scientific which offers braille displays, voice guidance and screen magnification.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/ucc/NEC-bct-operator.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(36, 7, 0, '<section class=\"\" id=\"zehfcsvypu\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3>Operator features</h3>\n</div>\n</div></section>', '1-column', 'text', '', 'single-line', 0, 0, '', '', 0, 1000, 1, 0, 0),
(35, 7, 0, '<section class=\"\" id=\"qqyxfackgr\"><div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><ul>\n <li>Simple and fast queue handling</li>\n <li>Intuitive User Interface</li>\n <li>Extensive Caller information</li>\n <li>Drag and Drop Controls</li>\n <li>Keyboard Shortcuts</li>\n <li>Selective call answer</li>\n <li>Free Seating</li>\n <li>CRM Integration</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><ul>\n <li>Central Directory</li>\n <li>Operator Group Statistics</li>\n <li>Real-time Presence States</li>\n <li>Enterprise Instant Messaging</li>\n <li>DECT and SMS Mobile Messaging</li>\n <li>User Interface for Visually impaired</li>\n <li>Outlook® Calendar Integration</li>\n <li>Seamless Multi-channel communications</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><ul>\n <li>Hospitality integration</li>\n <li>Central Operator in PBX Networks</li>\n <li>Multi Lingual</li>\n <li>Queue Announcements</li>\n <li>Soft Wallboard</li>\n <li>Ad-hoc Call Recording</li>\n <li>Visual & Audible indication Priority Calls</li>\n <li>Web chat Routing</li>\n</ul>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(37, 115, 0, '<section class=\"\" id=\"irixgwzhhc\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">Efficient communications, reduced costs</h2>\n\n<p style=\"text-align: center;\"><span class=\"NFG-txtLarge NFG-marginSmall\">NEC offers a wealth of unified messaging and voice mail options that help staff be more productive no matter where they happen to be working. NEC\'s Unified Messaging and Voice Mail solutions speed communication for corporate enterprises as well as for organizations operating in healthcare, hospitality, education, finance and government.</span></p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(40, 11, 0, '<section class=\"\" id=\"ganopzmkvc\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(38, 115, 0, '<section class=\"\" id=\"dokdpidqhq\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>Key benefits Unified Messaging and Voice Mail</h3>\n\n<ul>\n <li><strong>Quick call routing</strong> – Because our solutions integrate closely with system platforms, calls arrive at their destination more quickly than they do in traditional voice-mail systems</li>\n <li><strong>Quick access to voice mail</strong> – Employees connect directly to voice mail without encountering main voice-mail greeting.</li>\n <li><strong>More message flexibility</strong> – Employees can capture messages live, archive them for future access and forward them to another mailbox</li>\n <li><strong>Unified messaging features</strong> – Users can access and manage their messages on a variety of devices – regardless of the type or origin of the messages received</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(39, 11, 0, '<section class=\"\" id=\"auaewcaqzt\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(41, 8, 0, '<section class=\"\" id=\"xopwytreye\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">Voicemail & e-mail are the mainstay of today\'s productive organization</h2>\n\n<p style=\"text-align: center;\">The UM8000 Unified Messaging / Voicemail solution is a fully-featured in-skin messaging system fully integrated in the SV9100 and the SV9300.</p>\n\n<p style=\"text-align: center;\">The UM8000 can store over 500 hours of messages and is scalable from 2 to 16 ports and up to 4 fax ports. Because the UM8000 blade slips inside an SV9000 Series chassis, it uses less space and power than other stand-alone messaging systems. If the system experiences a power failure, the UM8000-Mail uses the same battery backup as the SV9000 Series system, adding another measure of reliability to the system.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(42, 8, 0, '<section class=\"\" id=\"fihmdgtqfo\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 0, 0),
(267, 158, 0, '\n \n \n <section class=\"\" id=\"pcpylxabix\"><div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/global.png\" style=\"height: 48px; width: 48px;display:block;margin:0 auto 0.75rem auto;\">Proven Expertise</h4>\n\n<p style=\"text-align: center;\">More than 120 years of excellence and expertise.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/tactics.png\" style=\"height: 48px; width: 48px; display: block; margin: 0px auto 0.75rem;\">Scalable Tactics</h4>\n\n<p style=\"text-align: center;\">Helping anchor new strategic investments from which to transform and succeed.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/transform.png\" style=\"height: 48px; width: 48px; display: block; margin: 0px auto 0.75rem;\">Smart Transformation</h4>\n\n<p style=\"text-align: center;\">Enabling new strategies for businesses to compete.</p>\n</div>\n</div></section>\n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(266, 158, 0, '\n <section class=\"\" id=\"fnswezecif\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 class=\"nec-orange\" style=\"text-align: center;\">An Enabled Future</h3>\n\n<p style=\"text-align: center;\">NEC is enabling new approaches to how Communications and IT services are delivered and managed, providing new ways for enterprises to operate and grow.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(43, 9, 0, '<section class=\"\" id=\"grbygapxqb\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Enhance productivity of both individual users and businesses</h2>\n\n<p style=\"text-align: center;\">In today’s challenging environment, organizations need to get more work done with less resources and time. With NEC’s UNIVERGE UM8700, businesses and individual users can communicate more efficiently, respond more quickly and cut down on wasted time.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(45, 10, 0, '<section class=\"\" id=\"nsrfegnxuh\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><br>\n<br>\n </p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Optional hospitality feature package</h4>\n\n<p>The UM4730 hospitality package offers specific hotel features including a PMS (Property Management System) interface.</p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 0, 0),
(270, 158, 0, '\n <section class=\"\" id=\"bhocuslefm\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 class=\"nec-orange\" style=\"text-align: center;\">The NEC Advantages</h2>\n\n<p style=\"text-align: center;\">Global vision combined with local presence<br>\nProven expertise based on business operations in over 160 countries<br>\nA reliable and stable partner whose mission is to realize an information-enabled society</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 1, 0),
(271, 158, 0, '<section class=\"\" id=\"agmvpehwhc\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(44, 9, 0, '<section class=\"\" id=\"kaqxmcwxwb\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Versatile applications</h3>\n\n<p>The NEC UNIVERGE® UM8700 is a feature rich, scalable,unified messaging solution that empowers you to solve critical communications challenges. The UM8700 provides unified messaging with multiple levels of redundancy suited to the most stringent customer requirements. To provide maximum flexibility, it can be seamlessly integrated with Microsoft Outlook, Lotus Notes, GroupWise and Internet-based email applications. The UM8700 deploys easily in large enterprises, handling up to 30,000 users with the equivalent of several hundred ports.</p>\n\n<p>It is the first-ever unified messaging platform that includes VideoMail, Find Me/Follow Me (FMFM) capability and ViewCall for desktop call control. It can create and deliver recorded video messages and screen captures via standard email clients. Users may retrieve messages from any location, using whichever device is the most convenient. Using the latest text-to-speech technology, the UM8700 enables users to listen to email while away from the office and respond by telephone. </p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>UM8700 features</h3>\n\n<ul>\n <li>Powerful suite of unified messaging applications</li>\n <li>Increases efficiency through user and business productivity-enhancing tools</li>\n <li>Offers a native mobile application for Android™ and iPhone® mobile devices</li>\n <li>Integrates seamlessly with current systems</li>\n <li>Delivers continuous high availability and disaster recovery</li>\n <li>Works on either a distributed, centralized or mixed environment infrastructure</li>\n <li>Works in a virtualized environment</li>\n <li>Offers deployment flexibility</li>\n <li>Scales to fit a growing business’s needs<span style=\"font-size: 12px; background-color: rgb(248, 248, 248);\">.</span></li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(46, 10, 0, '\n \n <section class=\"\" id=\"owvtiuugma\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Unified Messaging / Voicemail solution</h2>\n\n<p style=\"text-align: center;\">The UM4730 Unified Messaging / Voicemail solution is a fully-featured messaging, multi-language system for the UNIVERGE SV8500, SV9500, SV9300 and iS3000/SIP@Net servers with analogue or IP interfaces. The UM4730 holds up to 10.000 message boxes and is scalable from 4 to 64 ports. The UM4730 runs on a standard PC with Linux operating system.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(47, 116, 0, '<section class=\"\" id=\"wbtqqkavbi\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Integrated Messaging Solution for Healthcare and Hospitality</h2>\n\n<p style=\"text-align: center;\">As in many industry sectors, the number of IT systems in Hospitality and Healthcare increases every year. Every additional application delivers its own set of information, reports, notifications and alarms. </p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(50, 13, 0, '<section class=\"\" id=\"bzxxhdtovr\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Alarming & Emergency calls</h4>\n\n<p>MobiBox can connect to a wide variety of external applications such as paging and (small) nurse call systems.</p>\n\n<h4>Staff safety</h4>\n\n<p>Staff can be exposed to risky situations or may require immediate assistance when dealing with patients, guests or visitors.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Compact Integrated Event and Alarm Management</h4>\n\n<ul>\n <li>Pre-installed plug-and-use application</li>\n <li>Low installation costs</li>\n <li>Integrated management via web interface</li>\n <li>Flexible expansion possibilities of alarm processes</li>\n <li>Remote maintenance enables real-time support</li>\n <li>Fixed-price starter kits</li>\n <li>Protection of investments when requirements increase</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(48, 116, 0, '<section class=\"\" id=\"bdxxdvtwne\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Presenting information at the right time</h3>\n\n<p><span style=\"line-height: 1.6em;\">Specifically for alarms and notifications, the challenge is how to present all this information in the right format at the right time to the right persons. In a hotel this could relate to the replacement of a malfunctioning remote control within an acceptable time, in a hospital this could mean sending the right medical staff to the right location at the push of an emergency button.</span></p>\n\n<p><span style=\"line-height: 1.6em;\">As a consequence a timely response to patients and hotel guests in critical events will </span><span style=\"line-height: 1.6em;\">get more difficult every day. Present day requirements call for an integrated messaging </span><span style=\"line-height: 1.6em;\">solution supporting alarm notification, emergency calls, localization, mobilization and </span><span style=\"line-height: 1.6em;\">evacuation, thus enhancing staff, guest and patient safety and service levels. </span></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3><span style=\"line-height: 1.6em;\">NEC\'s Integrated messaging solution delivers </span></h3>\n\n<ul>\n <li><span style=\"line-height: 1.6em;\">Powerful escalation scripting</span></li>\n <li>Full integration with NEC IP platforms and IP DECT</li>\n <li>Fits into various vertical messaging and alarming scenarios </li>\n <li>Locate staff and patients</li>\n <li>Business Process Integration</li>\n</ul>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/emergency-notification.png\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 1000, 1, 1, 0),
(49, 13, 0, '\n <section class=\"\" id=\"nyqiclboqg\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">When every second counts</h2>\n\n<p style=\"text-align: center;\">Getting the message – immediately, to the right person and in the right format - is crucial, in all environments. Present day requirements and IT systems call for an integrated messaging solution supporting alarm notification, emergency calls, mobilization and evacuation, enhancing staff and patient safety and service levels. MobiBox is a compact, highly reliable and flexible event and alarm management appliance.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 0, 1, 1, 0),
(51, 12, 0, '<section class=\"\" id=\"lazdfytefb\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">When every second counts</h2>\n\n<p style=\"text-align: center;\">MobiCall is designed to connect with a wide variety of external applications such as paging systems, nurse call systems, fire alarm systems, building management and workflow systems. With the intelligent management interface of MobiCall, prioritization per interface or alarm can be configured including what, when and how an incoming event should be processed. This can result in notification of a staff member via text messaging, voice messaging or can also lead to sending an e-mail or sms, switch on a sirene, activate a contact and many more.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(52, 12, 0, '<section class=\"\" id=\"stxgpnuqtr\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p> </p>\n\n<p> </p>\n\n<p> </p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(258, 12, 0, '<section class=\"\" id=\"ngallxecmp\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Mobilisation & Evacuation</h4>\n\n<p>In combination with the MobiCall Alarming module it is possible to notify, mobilize or evacuate a single person or a group of persons. MobiCall can alert by means of audible alarms but also by broadcasting evacuation messages to larger groups of employees.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Employee safety</h4>\n\n<p>Ensuring the safety of staff members in a hectic and highly mobile environment is a challenge to many organizations such as in Healthcare, Hospitality and many other environments. Caregivers and other staff can be exposed to risky situations or may require immediate assistance when dealing with patients.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Localization</h4>\n\n<p>MobiCall is capable of localizing DECT handsets based on to which Access Point the handset is connected to. When MobiCall is combined with an Ekahau RTLS Controller the location is determined based on multiple DECT Access Points. </p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Compact Integrated Event and Alarm Management</h4>\n\n<ul>\n <li>Pre-installed plug-and-use application</li>\n <li>Very modular and scalable</li>\n <li>Powerful escalation scripting</li>\n <li>Full integration with NEC IP platforms and IP DECT</li>\n <li>Fits into various vertical messaging and alarming scenarios</li>\n <li>Locate staff and patients</li>\n <li>Business Process Integration</li>\n</ul>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(53, 14, 0, '<section class=\"\" id=\"hmzxxdwegu\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Simple, secure call recording, advanced call analytics</h2>\n\n<p style=\"text-align: center;\">Call recording is essential for any organisation. It provides undisputable facts about every call that can be used to resolve disputes quickly and effectively, to improve customer service, to review and refine call handling performance or simply because it is a legal requirement.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(56, 46, 0, '<section class=\"\" id=\"bcxlkqqqqn\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(54, 14, 0, '<section class=\"\" id=\"oxfzoznqfr\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><ul>\n <li> </li>\n <li> </li>\n <li> </li>\n <li> </li>\n <li><strong>Easy Export</strong> – Flexible export options make recordings quick and easy to incorporate into different media</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(259, 14, 0, '<section class=\"\" id=\"vvudofluwx\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Secure Access</h4>\n\n<p style=\"text-align: center;\">Recording, playback & storage are totally secure with rapid call identification</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Take credit card payments</h4>\n\n<p style=\"text-align: center;\">Stop/Start recording for security compliancy with credit card payments over the phone</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Intuitive Search</h4>\n\n<p style=\"text-align: center;\">Makes calls quick and easy to locate</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Detailed Call Analysis</h4>\n\n<p style=\"text-align: center;\">Advanced controls help pinpoint key details quickly and accurately</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(55, 46, 0, '<section class=\"\" id=\"qnrnnluuxl\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Accurately and swiftly identify people</h2>\n\n<p style=\"text-align: center;\">Since the 1970\'s, NEC has invested significant resources in the research and development of its biometric identification technologies, and its consistently achieved world-leading result in independent, third-party testing. Our solutions for fingerprint identification, facial recognition, and mobile DNA analysis ensure that agencies can accurately and swiftly identify people in the field, within an organization or at the border.</p>\n\n<p style=\"text-align: center;\">Today, with more than 500 deployments in over 40 countries, NEC continues to be the leading provider and one of the largest market share holders of Multi-Modal Biometrics Identification System worldwide.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(57, 15, 0, '<section class=\"\" id=\"ykxfrrrdhl\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><div>\n<h2 style=\"text-align: center;\">Reliable matching</h2>\n</div>\n\n<p style=\"text-align: center;\">The human face plays an important role in our social interaction, conveying people’s identity. Using the human face as a key to security, biometric face recognition technology has received significant attention in the past several years due to its potential for a wide variety of applications in both law enforcement and non-law enforcement.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(58, 15, 0, '<section class=\"\" id=\"vqkgnigxsl\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Face recognition</h3>\n\n<p>As compared with other biometrics systems using fingerprint/palmprint and iris, face recognition has distinct advantages because of its non-contact process. Face images can be captured from a distance without touching the person being identified, and the identification does not require interacting with the person. In addition, face recognition serves the crime deterrent purpose because face images that have been recorded and archived can later help identify a person.</p>\n\n<p>Over the past decades, NEC has concentrated on developing face recognition methods within the framework of biometric security systems and is now applying face recognition technology to other markets. NEC\'s Face Recognition technology achieved the highest performance evaluation in <a href=\"http://www.nec.com/en/global/rd/crl/facerecognition/index.html\">the Face Recognition Vendor Test (FRVT) 2013 performed by the U.S. National Institute of Standards and Technology (NIST).</a> Moreover, NEC\'s technology took first place for the third consecutive time following <a href=\"http://www.nec.com/en/global/solutions/biometrics/technologies/nist_proven_accuracy.html\">the 2009 Multiple Biometric Grand Challenge (MBGC 2009)</a> and <a href=\"http://www.nec.com/en/global/solutions/biometrics/technologies/nist_proven_accuracy.html\">2010-2011 Multiple Biometrics Evaluation (MBE 2010-2011)</a>.</p>\n\n<p>NEC’s face recognition technology can be implemented as a functionally independent application, or seamlessly integrated into new or existing biometric security solutions by system integrators and solution providers.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Fast & accurate face recognition</h3>\n\n<div>\n<ul class=\"NFG-marginNormal\">\n <li>GLVQ based multiple-matching face detection</li>\n <li>Combination of eye-zone extraction and facial recognition</li>\n <li>Recognition based on neural network technology</li>\n <li>Short processing time, high recognition rate</li>\n <li>Recognition regardless of vantage point and facial changes (glasses, beard, and expression)</li>\n</ul>\n</div>\n\n<div>\n<h3>Reliable matching</h3>\n</div>\n\n<div>\n<ul class=\"NFG-marginNormal\">\n <li>Optimal results through Adaptive Regional Blend Matching (ARBM) technology</li>\n <li>Extraction of similar facial areas</li>\n <li>Identification and authentication based on individual facial features</li>\n <li>Easy adaptation to existing IT systems</li>\n <li>Flexible integration into many types of video monitoring systems</li>\n <li>1:n matching</li>\n <li>Simple connection to NEC AFIS</li>\n <li>Supporting diverse graphic and video formats as well as live cameras</li>\n</ul>\n</div>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(59, 16, 0, '\n \n \n \n <section class=\"\" id=\"kkkrwzuogu\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\"><strong>NeoFace Watch di NEC è il sistema di riconoscimento facciale più veloce ed accurato al mondo che può essere utilizzato per video sorveglianza in tempo reale, ricerca volti su video e foto offline.</strong></h2>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(60, 16, 0, '\n \n \n \n \n <section class=\"\" id=\"dovdkunnxc\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p>Rispetto ad altri sistemi biometrici che utilizzano impronte digitali e iride, il riconoscimento di faccia ha vantaggi specifici grazie al processo che non richiede il contatto. Le immagini del viso possono essere catturate da una distanza senza toccare la persona identificata e l\'identificazione non richiede l\'interazione con la persona. Inoltre, le immagini del viso che sono state registrate e archiviate possono aiutare a identificare una persona in un secondo momento.</p>\n\n<p>Negli ultimi decenni, NEC si è concentrata sulla creazione di metodi di riconoscimento del volto nell\'ambito dei sistemi di sicurezza biometrici e oggi sta applicando la tecnologia anche ad altri mercati. la tecnologia di riconoscimento facciale di NEC ha raggiunto la più alta valutazione nei recenti test, denominati FIVE (Face in Video Evaluation) per il riconoscimento dei soggetti non cooperativi, eseguiti dal NIST “National Institute of Standard and Technology”. I risultati sono stati rilasciati nel rapporto 8173 del NIST. NEC è stata valutata al primo posto per la quarta volta consecutiva dopo essere stata insignita del primo posto nei precedenti vendor contest:</p>\n\n<ul>\n <li>2009 Multiple Biometric Grand Challenge (MBGC 2009)</li>\n <li>2010-2011 Multiple Biometrics Evaluation (MBE 2010-2011)</li>\n <li>2013 Face Recognition Vendor Test (FRVT 2013)</li>\n</ul>\n\n<p> </p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3><strong>Come funziona:</strong></h3>\n\n<h4><strong>1. Capture</strong></h4>\n\n<p>NeoFace Watch utilizza flussi di video in tempo reale da telecamere di sorveglianza, a circuito chiuso o video archiviati con una velocità fino a 30 frams al secondo.</p>\n\n<h4><strong>2. Asses</strong></h4>\n\n<p>I singoli fotogrammi dei video e le immagini vengono valutati singolarmente, ogni volto viene rilevato e analizzato per determinare la sua “firma facciale unica”</p>\n\n<h4><strong>3. Match</strong></h4>\n\n<p>NeoFace Watch successivamente compara ogni immagine rilevata con i volti presenti nel database fino a che non avviene il matching. Il match trovato viene infine salvato.</p>\n\n<h4><strong>4. React</strong></h4>\n\n<p>Un allert o un messaggio in tempo reale può essere configurato per l’invio ogni qual volta si verifica un match tra un volto rilevato e un volto presente nel database o quando un volto non conosciuto viene rilevato nell’area di sorveglianza</p>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(261, 36, 0, '<section class=\"\" id=\"ekqnqfmlyl\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 style=\"text-align: center;\">With uMobility, users have the benefit of</h3>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(268, 158, 0, '<section class=\"\" id=\"pmwklkusat\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Committed to Innovation</h2>\n\n<p style=\"text-align: center;\">9 laboratories throughout the world employing nearly 1,000 researchers</p>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-light-grey', 1, 0, '', '', 0, 1000, 1, 0, 0),
(269, 158, 0, '\n \n \n \n \n <section class=\"\" id=\"ohcwizsgyi\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Committed to Innovation</h2>\n\n<p style=\"text-align: center;\">9 laboratories throughout the world employing nearly 1,000 researchers</p>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/WhyNECBanner.png\"></p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><h3>Germany / United Kingdom</h3>\n\n<p><strong>Heidelberg / London</strong><br>\nSmart Grid, M2M, Security, Privacy, Media Processing Cloud ICT, Wireless Access, Standardization Activities.<br>\n </p>\n\n<h3>United States</h3>\n\n<p><strong>Silicon Valley / Princeton</strong><br>\nMedia Analysis, Machine Learning, System Administration & Verification, Energy Management, ITS System Architecture, Optical & Wireless Network, Quantum IT.</p>\n\n<p> </p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><h3>Japan</h3>\n\n<p><strong>Kawasaki City / Tsukuba City / Sagamihara City</strong><br>\nData Analytics, ICT Systems, Information & Media Processing, Communications, Processing, Sensing & Actuation Platform, Energy Management, Energy Components, Functional Materials, Low Power Consumption Devices.</p>\n\n<h3>Republic of Singapore</h3>\n\n<p><strong>Singapore</strong><br>\nSafety, Big Data, Security, Smart Energy.</p>\n\n<h3>China</h3>\n\n<p><strong>Beijing</strong><br>\nVideo Surveillance, Sensing, Data Mining, Cloud ICT, Wireless Access.</p>\n</div>\n</div></section>\n \n \n \n \n ', '2-row-1-column-2-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 5, 1, 1, 0),
(263, 40, 0, '\n <section class=\"\" id=\"mftuafgpbr\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p> </p>\n\n<h3>Onboarding your own services</h3>\n\n<p>NEC provides the best state-of the art cloud service broker to integrate all ICT providers’ solutions under the same management portal. One single place to manage everything through a quick integration via a standard framework.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/cloudstore/increase-sales-revenue.png\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(61, 119, 0, '<section class=\"\" id=\"htbiuapxct\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Industry Solutions – Field-Tested Results</h2>\n\n<p style=\"text-align: center;\">As an Information and Communications Technology (ICT) leader with more than 117 years of expertise, NEC has leveraged its adaptive solutions to enable individuals and enterprises across a wide spectrum of industries to achieve more flexible, secure and responsive work environments.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(63, 17, 0, '<section class=\"\" id=\"bxwkpywykd\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">A suitable solution for every hotel or hotel chain</h2>\n\n<p style=\"text-align: center;\">Across all major geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. Our experience makes us truly understand the sector. By merging leading IT and Communication network technologies, we deploy solutions with the scalability, capability and affordability to meet the demanding business needs of hotels, event centers, cruiselines and travel organizations.</p>\n\n<p style=\"text-align: center;\">Within the NEC Smart Hospitality framework we identify <strong>the solution areas</strong> in addressing the needs of our customers in the Hospitality sector.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(62, 119, 0, '<section class=\"\" id=\"nvwaylhoei\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(64, 17, 0, '<section class=\"\" id=\"rlxumdfbom\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Responsive Solutions</h3>\n\n<p>NEC is able to address each specific brand and hotel type with a specific platform and solution set – from small to big in size, form basic to very advanced in functionality and installed & support anywhere across the globe.</p>\n\n<p>NEC’s Communications and IT solutions help the hospitality industry control costs, improve staff efficiency and create an environment that makes guests want to return. Together with our specialized partners we offer a complete portfolio of solutions and services to address the needs of the hospitality industry.</p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/logo-hotels-references.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Vision & promise</h3>\n\n<p>In today’s world nothing is more important than information and communication. This is especially true for Hospitality and its 3 major stakeholders - the operator, the owner and the guest.</p>\n\n<p style=\"margin-bottom:0;\">The <strong>operator’s</strong> interest in superior Hospitality Solutions focuses on 3 core elements:</p>\n\n<ul style=\"margin-top:0;\">\n <li>Assure hotel operations are executed flawlessly and efficiently, optimizing staff</li>\n <li>Serve guests’ needs, knowing Satisfaction, Return Ratio and Revpar are highly correlated.</li>\n <li>Assure a safe and secure environment.</li>\n</ul>\n\n<p>The <strong>owner</strong> wants to assure that the system installed in his property is not only in line with the financial capabilities of his funds and budgets, but also drives operational efficiencies and effectiveness towards lower operational costs.</p>\n\n<p>Hotel <strong>guests</strong> nowadays do not make much use of the hotel system to make outside calls, while WiFi has become a must have. Yet, when it comes to service-requests like room-service, concierge, housekeeping and wake-up, the Hotel Communication System is still (far above IPTV solutions) the preferred choice of communication for any hotel guest.</p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(65, 120, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"prbuyvmtya\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">The way we do business and the way we communicate<br>\nis changing rapidly.</h2>\n\n<p style=\"text-align: center;\">The demand for remote or home working has increased immeasurably. Prompt responses across multiple communication channels are now standard customer expectations. The choice of communication solutions in the marketplace is vast – however, managing separate tools can waste time and drive down productivity.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(1277, 1415, 0, '\n \n \n \n \n \n \n \n \n \n \n \n <section id=\"wvfneyugnt\" class=\"grid-container\">\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/blue/connect.png\" style=\"width: 75%;\"></p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\">Integrated Cloud-Based Unified Communications</p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\"><a href=\"https://www.nec-enterprise.com/products/UNIVERGE-BLUE-1415#connect\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/blue/meet.png\" style=\"width: 75%;\"></p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\">Secure, HIPAA-Enabled Audio & Video Collaboration</p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\"><a href=\"https://www.nec-enterprise.com/products/UNIVERGE-BLUE-1415#meet\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/blue/share.png\" style=\"width: 75%;\"></p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\">File Sync & Share with File Backup & Antivirus</p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\"><a href=\"https://www.nec-enterprise.com/products/UNIVERGE-BLUE-1415#share\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/blue/engage.png\" style=\"width: 75%;\"></p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\">Omni-Channel Cloud-Based Contact Center</p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\"><a href=\"https://www.nec-enterprise.com/products/UNIVERGE-BLUE-1415#engage\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/blue/backup.png\" style=\"width: 75%;\"></p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\">Secure Data Storage, Management & Recovery</p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\"><a href=\"https://www.nec-enterprise.com/products/UNIVERGE-BLUE-1415#backup\">Explore</a></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '5-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 1, 1, 0, 0),
(1275, 807, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"nyxpwkvrsd\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2>Ultracare support for IT platforms</h2>\n\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%\">\n <tbody>\n <tr>\n <td colspan=\"2\" style=\"width: 50%;\">\n <h3>NEC UltraCare Services in Europe</h3>\n </td>\n <td style=\"width: 45%;\"> </td>\n </tr>\n <tr>\n <td colspan=\"2\" style=\"width: 45%;\">\n <p>Please direct all Service requests to <strong>NEC UltraCare Support Centre</strong></p>\n </td>\n <td style=\"width: 45%;\">\n <ul>\n <li><strong>Telephone : +31 35 6891119</strong><br>\n </li>\n <li><strong>Email : </strong><em><strong><a href=\"mailto:ITPlatformSupport@emea.nec.com\" style=\"text-decoration-line: underline; color: rgb(153, 153, 153);\">ITPlatformSupport@emea.nec.com</a> </strong><br>\n (<strong>*</strong> see note)</em></li>\n </ul>\n </td>\n </tr>\n <tr>\n <td colspan=\"3\" style=\"width: 50%;\">\n <p><strong>* Note: </strong><br>\n <span style=\"color:#000000;\">Registering service requests <u>outside Office Hours for Customers with 24x7 contracts</u> (UltraCare Advantage+ and Premium):<br>\n <em>please register requests by<u> telephone</u> (NOT email)</em></span></p>\n </td>\n </tr>\n </tbody>\n</table>\n\n<p><strong><em>Please ensure you can provide the serial number of your system in order to determine the warranty conditions and validity to receive NEC support.</em></strong><br>\nYou can verify the warranty status of your equipment on the <strong><em><a href=\"https://ultracare.nec-enterprise.com/\" target=\"_blank\">NEC UltraCare site</a></em></strong></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0),
(66, 120, 0, '<section class=\"\" id=\"gqrfzlanam\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(67, 18, 0, '<section class=\"\" id=\"kiokvgubwv\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">Make your entire workforce more productive</h2>\n\n<p style=\"text-align: center;\">The SL Series allows your small business to focus on what you do best, looking after your customers and not your communications system. </p>\n\n<p style=\"text-align: center;\"><span style=\"line-height: 1.6em;\">Specifically designed with the needs of small business in mind, the SL Series wide range of intuitive features can be tailored to an individual’s role making your employees more reachable and more responsive regardless of their location.</span></p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(69, 18, 0, '<section id=\"qagscdchut\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4>Value for Money</h4>\n\n<ul>\n <li>Powerful communications with a small business price tag</li>\n <li>Only pay for what you need, with an entirely scalable solution</li>\n <li>Considerably lower running costs by making smarter use of your communications</li>\n</ul>\n\n<h4>Easy to use</h4>\n\n<ul>\n <li>Intuitive features for the whole team, without the need for training</li>\n <li>Handsets and applications include shortcuts to speed up working processes</li>\n <li>Time-saving applications empower your team to become more productive</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4>Lean and Green</h4>\n\n<ul>\n <li>Energy efficiency mode, contributing to a healthier environment</li>\n <li>Built-in conferencing for a greener approach to business meetings</li>\n <li>A range of home working options to help lower fuel emissions</li>\n</ul>\n\n<h4>Keep them connected</h4>\n\n<ul>\n <li>Use your mobile to stay contactable on your office number, from anywhere</li>\n <li>Never miss a thing, with enhanced voicemail to keep you up to date</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(68, 18, 0, '\n <section id=\"bdasoibmwy\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Intuitive features that the whole team can use</h3>\n\n<p>Reliable and simple-to-use, your business will get access to features expected of much larger systems without needing a large budget: </p>\n\n<ul>\n <li>Dial-in 16 party conference bridge</li>\n <li>Voicemail with email notification</li>\n <li>Office level functionality for your remote/office workers</li>\n <li>Simple tools to create call groups</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/la-sl1000-ip-handset-dss-console.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(70, 1305, 0, '\n \n <section class=\"\" id=\"mvqkqslvoh\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 class=\"color-special\" style=\"text-align: center;\">Close the gap between yesterday\'s IT and tomorrow\'s demands</h2>\n\n<p class=\"color-special\" style=\"text-align: center;\">A good communication platform can be the backbone of your company. The right system ensures that all incoming and outgoing calls reach the right person. It also keeps its cool during busy times, grows with your business and provides technical features that enhance your communications.</p>\n\n<p class=\"teaser-text\" style=\"text-align: center;\">The best communication system for regulating the phone traffic in your specific company can be determined by a number of factors, such as the size of your business and number of workstations. For example, the solution below offers the perfect hidden advantage for your business communications.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(71, 1305, 0, '\n \n <section class=\"\" id=\"bmyetxrvcr\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Smart Communications for SMBs</h3>\n\n<p>The SV9100 platform is a new system, with new handsets and new applications to empower your workforce. Built on the back of the award winning SV8100 technology, the SV9100 provides double the system capacity, yet cost effective from 10 to over 800 users.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sv9100-front-right.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(73, 1305, 0, '\n \n <section class=\"\" id=\"iazkygyrkx\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Make a Smart Investment</h4>\n\n<p>The SV9100 comes with an unprecedented warranty and future-proof technology that meets the demands of your multi-generational employees. Recognized as having the highest level of customer satisfaction among Unified Communications vendors, NEC also brings you an incredibly smart investment. Industry experts recognize our Unified Communications platforms as having one of the lowest total costs of Voip phone system ownership on the market.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Work with Smart IT</h4>\n\n<p>Communications services interruption means downtime for your business, customers, and loss of revenue. That’s why NEC’s SV9100 is one of the easiest to configure Unified-Communications-capable systems on the market. The SV9100 easily integrates with existing IT technology as a fully interoperable IP or digital system. The user-friendly management interface streamlines system administration, giving IT Voice, Unified Communications and Voicemail from one central location.</p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(72, 1305, 0, '\n \n <section class=\"\" id=\"uxfcleaosx\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/UNIVERGE-sv9300-packshot.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>The UNIVERGE SV9100 offers</h3>\n\n<ul>\n <li>Proprietary server with stackable chassis architecture</li>\n <li>Distinct, scalable, IP Unified Communications enabled solution</li>\n <li>High reliability</li>\n <li>Simplified user licensing structure</li>\n <li>Comprehensive suite of Unified Communications and Contact Center solutions</li>\n <li>Broad range of mobility applications and devices</li>\n <li>Vertical market-specific solution integrations</li>\n <li>Wide-range of end-points</li>\n <li>Single point configuration and management</li>\n <li>Multi-Line SIP client, multi-carrier support</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(74, 1305, 0, '\n <section class=\"\" id=\"ehhwnlpqoh\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sv9100-fullpage.jpg\"></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(75, 48, 0, '\n <section class=\"\" id=\"piouppqhmv\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Designed to help solve today’s communications challenge</h2>\n\n<p style=\"text-align: center;\">At NEC, our Job 1 is understanding your needs, your infrastructure and your preferences, including what communications solution components to deploy and where to deploy them—on premise, in the cloud, or both. </p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(76, 48, 0, '<section id=\"nlrlqehrvt\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>Transform to a Hybrid Infrastructure</h3>\n\n<p>NEC flexible UNIVERGE architectures ensures that you get the exact unified communications and collaboration (UCC) solution you need to maximize your ROI while addressing your key challenges and business objectives.</p>\n\n<p>UNIVERGE is NEC’s IP architecture for unifying multimedia networks while enabling robust business applications. UNIVERGE solutions integrate products, applications and services in a multi-vendor environment to deliver IP-based solutions that address the critical needs of businesses today.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>Lower your Total Cost of Ownwership </h3>\n\n<p>Pure IP, TDM, voice, video and data through wired or wireless communications. NEC offers communications servers that will support an organization\'s objectives no matter the size or how employees wish to communicate with customers or one another. </p>\n\n<p>In business, as in nature, no two clouds are identical. Fortunately, there’s a whole continuum of deployment options available to fit your goals and your budget, whether you’re looking to move your applications into the public cloud, build your own private cloud or create a hybrid between the two. The choice is yours. Go on premise. Go cloud. Go Hybrid.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(77, 48, 0, '<section class=\"\" id=\"inpmdxqkiq\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"></div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(78, 21, 0, '<section class=\"\" id=\"icyldfqutp\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Clear commitment to investment protection and continuous innovation</h2>\n\n<div class=\"leftCol\">\n<p style=\"text-align: center;\">SIP@Net is proven, scalable and open call processing software that provides your organization with a Unified Communications engine running on any industry standard Windows based server. Building on the rich functionality of iS3000, it offers open versatile communications. Simply add extensions and new functionality (such as instant messaging and video) as and when you need it, or equip new offices or sites with a full server-based solution.</p>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(79, 21, 0, '\n <section class=\"\" id=\"phlqyodupf\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sip%40net-is3000.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Anyway you choose</h3>\n\n<p>Using open standards in IP telephony enables the use of SIP phones available in the marketplace: fixed SIP phones, SIP softphones, SIP video phones, SIP VoWLAN phones, SIP conference bridges and of course NEC’s unique SIP DECT system. With group functionality across SIP terminals extensive group work is also. Cost reduction can be realized using operators’ SIP networks and break-out gateways at competitive tariffs versus ISDN or analogue trunk lines for incoming and outgoing traffic.</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(80, 21, 0, '\n <section class=\"\" id=\"wthdkoxlmw\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div>\n<div>\n<h3>SIP@Net provides</h3>\n</div>\n</div>\n\n<ul>\n <li>Access to the latest standards such as SIP</li>\n <li>Peer-to-peer connection to SIP-based devices such as wired & wireless phones, SIP gateways, softphones and IP DECT radios</li>\n <li>Support of video communication and SIP-based user-to-user messaging</li>\n <li>SIP-based trunk access via IP providers to external telephone extensions</li>\n <li>Networking with well-known TDM features over an IP infrastructure</li>\n <li>IP telephony to the users desk including e.g. IP softphones</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>\n ', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 1000, 1, 1, 0),
(81, 22, 0, '<section class=\"\" id=\"qtucmrqziy\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 class=\"color-special\" style=\"text-align: center;\">Close the gap between yesterday\'s IT and tomorrow\'s demands</h2>\n\n<p style=\"text-align: center;\">A good communication platform can be the backbone of your company. The right system ensures that all incoming and outgoing calls reach the right person. It also keeps its cool during busy times, grows with your business and provides technical features that enhance your communications.</p>\n\n<p style=\"text-align: center;\">The best communication system for regulating the phone traffic in your specific company can be determined by a number of factors, such as the size of your business and number of workstations. One of the solutions below offers the perfect hidden advantage for your business communications.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(82, 22, 0, '<section class=\"\" id=\"onaldhebsd\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(83, 23, 0, '\n <section class=\"\" id=\"ccuenbhadm\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\"><strong>iS3000: evolve supportandoti nella migrazione verso un’infrastruttura VoIP basata su Univerge 3C</strong></h2>\n\n<p style=\"text-align: center;\">I sistemi iS3000, da anni noti sul mercato come sistemi affidabili TDM o ibridi, evolvono per supportare tutti i clienti che intendono adottare soluzioni di VoIP e UC&C.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(85, 23, 0, '<section class=\"\" id=\"zwyvfnggft\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Choice of servers and housing options</h3>\n\n<p>Simply add extensions and new functionality to your iS3000 system as and when you need it, or equip new offices or sites with a full server based solution. The 19-inch iS3000 module can be mounted in 19-inch server racks, as well as in a floorstanding or wall-mountable fashion. Whatever server or housing is chosen, SIP@Net enables organisations of all types and sizes to combine SIP-based telephony with a broad range of traditional voice features. Dual Server and Server Cluster redundancy functionality provide furthermore unsurpassed reliability and business continuity.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Smooth migration and ease of use</h3>\n\n<p>Benefit from the greatest flexibility in IP migration while assuring reliability, scalability and investment protection:</p>\n\n<ul>\n <li>Migrate step-by-step according to the individual need to replace existing terminals</li>\n <li>Integrate IP and TDM phones in a single numbering scheme</li>\n <li>Simplified management by easy configuration and centralised control</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 2, 1, 0, 0),
(84, 23, 0, '\n \n <section class=\"\" id=\"owneaystkv\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sip%40net-is3000.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p>Con politiche di migrazione molto vantaggiose non solo si beneficerà di un set di servizi ed applicazioni a valore aggiunto, dato dalla nuova tecnologia UC, ma anche di un risparmio economico notevole dato dalla possibilità di riutilizzare l’investimento effettuato precedentemente attraverso il \"ri-utilizzo\" di ripiani e schede di interfaccia per risorse tradizionali, senza necessità di acquistare Mediagateway e Mediaconverter aggiuntivi.</p>\n\n<p>NEC ha infatti sviluppato per i propri clienti un’ architettura che consente il riutilizzo di parte del “vecchio” HW (ripiani PM1100 ed interfacce) in particolare :</p>\n\n<ul>\n <li>Ripiani PM1100</li>\n <li>Interfacce di utente analogico ( ALC-E, ALC-F, ALC-G M/D)</li>\n <li>Interfacce di L.U. analogiche (ATU)</li>\n <li>Interfacce di L.U. ISDN 2Mb/S (DTU) e 2B+D (DTX – <u>no utenti digitali )</u></li>\n <li>Interfacce per celle DECT (DCC)</li>\n</ul>\n\n<p> </p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(86, 51, 0, '\n <section class=\"\" id=\"mewcmcbiyg\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Elevating Abilities & Experiences</h2>\n\n<p style=\"text-align: center;\">With NEC\'s UNIVERGE SV9300, smaller-sized companies gain access to feature-rich collaboration and communications applications from a single, easy to configure and manage communications platform. With ready access to highly reliable voice, video and collaborative solutions, the SV9300 empowers employees to get the job done while never having to be or feel out of touch.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(87, 51, 0, '\n \n \n \n \n <section class=\"\" id=\"liqzcdutbq\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Simplified Deployment<br>\n<span class=\"nec-blue\">& Adoption</span></h3>\n\n<p>Being one of the easiest unified-communications-capable systems on the market to configure and simple to integrate into existing IT infrastructure, the SV9300 is the ideal solution for organizations looking to optimize workforce cooperation and communications, but lack the resource to effectively deploy and maintain.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9300/sv9300-versatile-architecture-communication.jpg\" style=\"display:block;margin:auto;width:90%;\"></p>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 1000, 1, 1, 0),
(88, 51, 0, '\n \n \n \n \n <section class=\"\" id=\"xqxkcmikai\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9300/sv9300-mobility-applications.jpg\" style=\"display:block;margin:auto;width:90%;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>The SV9300<br>\n<span class=\"nec-blue\">offers</span></h3>\n\n<ul>\n <li>Versatile architecture able to work as an IP system, digital system or a combination of the two.</li>\n <li>A user-friendly management interface that streamlines system management and maintenance.</li>\n <li>Simple and flexible deployment, up to 1,500 IP extensions per system.</li>\n <li>A range of mobility apps customizable to meet workforce requirements.</li>\n <li>Call management, waiting, twinning and transfer for total caller control.</li>\n <li>A variety of compatible desktop, handset and mobile devices for a fully equipped workforce.</li>\n <li>Administrative and cost management tools for the insight the organization requires.</li>\n <li>Simplified user licensing for ease of use and budgeting.</li>\n <li>A trusted partner who can fully support dynamic communications and collaboration.</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(89, 51, 0, '\n \n \n \n <section class=\"\" id=\"vqvkyisvyk\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Invest in Your Organization’s Future</h3>\n\n<p>Intelligent decision making starts with qualified information. NEC has the highest level of customer satisfaction among Unified Communication vendors, and also brings you an incredibly smart investment. Our Unified Communications platforms have been recognized by industry experts as having some of the lowest total costs of ownership on the market.</p>\n\n<h3>Easy Administration and Maintenance</h3>\n\n<p>The SV9300 easily integrates with existing IT technology as a fully interoperable IP or digital system. The user-friendly management interface streamlines system administration, giving your IT department one personalized portal to administer the entire communications system. Voice, Unified Communications, and Voicemail will all be managed from one central location.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Unify Your Communications</h3>\n\n<p>NEC’s SV9300 UC suite of applications for medium-sized businesses gives you the communication tools you need to streamline communications and information delivery. With this powerful, manageable solution your information is centralized and messages unified, so your employees can efficiently manage day-to-day business and real-time communications easily.</p>\n\n<p>With SV9300 UC, your employees retain ownership of their communications. They can set their schedule and their phone rings accordingly, also launch a meeting or customer service session and manage it directly from their desktop. SV9300 UC gives your employees exactly what they want, unencumbered communications tool that they control.</p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 1000, 1, 0, 0),
(90, 51, 0, '\n <section class=\"\" id=\"edtmltzeim\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9300-fullpage.jpg\"></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(91, 52, 0, '\n \n <section class=\"\" id=\"ahnyfsmwgp\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Cultivating Enhanced Experiences<br>\n& Workplace Efficiencies</h2>\n\n<p style=\"text-align: center;\">NEC\'s UNIVERGE SV9500 communications solution creates a smart work environment with flexible communications and collaboration options that easily adapt to a wide range of situations. The result is a highly-connected organization able to work together and use internal resources to respond more effectively to organizational and customer demands.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(92, 52, 0, '\n \n \n \n <section class=\"\" id=\"nlrwgvfyss\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Achieving A<br>\n<span class=\"nec-blue\">Virtualized Workplace</span></h3>\n\n<p>With a suite of applications and feature-rich services that can be easily scaled according to organization needs, the SV9500 makes it simple and intuitive to connect with colleagues, customers and even business partners without delay or loss of capability virtually from anywhere, at any time and on any device.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9500/sv9300-fully-equipped-workforce.jpg\" style=\"display:block;margin:auto;width:90%;\"></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(93, 52, 0, '\n \n \n <section class=\"\" id=\"bqdaxnzetf\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9500/sv9300-integrated-communication-solution.jpg\" style=\"display:block;margin:auto;width:90%;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3 class=\"nec-orange\">The SV9500 offers</h3>\n\n<ul>\n <li>Voice, unified messaging and unified communications as an integrated solution.</li>\n <li>A range of mobility apps customizable to meet workforce requirements.</li>\n <li>A comprehensive contact center suite ranging from basic to advanced features.</li>\n <li>Administrative and cost management tools for the insight the organization requires.</li>\n <li>Centralized configuration and management for ease of deployment and maintenance.</li>\n <li>A variety of compatible desktop, handset and mobile devices for a fully equipped workforce.</li>\n <li>Simplified user licensing for ease of use and budgeting.</li>\n <li>A virtualized software model for expanded capabilities.</li>\n <li>The SV9500SE model that brings the power and abilities of the SV9500 to smaller-size organizations.</li>\n <li>A trusted partner who can fully support dynamic communications and collaboration.</li>\n</ul>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(94, 52, 0, '<section class=\"\" id=\"tsvcwbffad\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(95, 52, 0, '\n <section class=\"\" id=\"qwblepwetq\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nec-orange\">Flexible Deployment Options</h4>\n\n<p>With the choice of full redundancy appliance server, virtualized software and enterprise (SE) server models and centralized, distributed, private or hybrid cloud infrastructure, the SV9500 can be structured and right-sized to support and maintain optimal functionality tailored to existing and evolving requirements.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nec-orange\">Future-proof Investment</h4>\n\n<p>Expandable to 16,000 IP extensions within a single system and up to 192,000 IP extensions in a networked system, equipped with SIP and ISDN signaling protocol and access to the latest communications technology ensures the SV9500\'s sustained relevance.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nec-orange\">Assured On-Demand Service</h4>\n\n<p>Network session border controls, mobile desktop call transfer, single number reach and Apple® iPhone®, iPad® and Android™ compatibility lets the SV9500 deliver secure and uninterrupted accessibility from virtually anywhere, at any time and on any device.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nec-orange\">Ease of Management</h4>\n\n<p>Simple integration, intuitive customizable interface and a centralized system able to support a broad range of voice, unified messaging, voicemail and unified communications applications and services makes the SV9500 a robust tool that is easy to support and maintain.</p>\n</div>\n</div></section>\n ', '4-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(1094, 52, 0, '\n <section id=\"tzvfnuzhpk\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\">Dynamic Industry-Enabled Capabilities</h2>\n\n<p style=\"text-align: center;\">Reliable, flexible and easy-to-use, the SV9500 can be a powerful communications and collaboration tool in creating highly-efficient environments able to deliver industry-specific personalized experiences.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 1, 0),
(96, 121, 0, '<section class=\"\" id=\"bcvwcpmwdb\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Unify all communication streams and empower your workers</h2>\n\n<p style=\"text-align: center;\">Unified Communications & Collaboration (UC&C) solutions unleash the productivity within organizations large and small. Access voice mail, e-mail and faxes from any device anywhere. Locate a colleague and determine how best to contact them regardless of location. </p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(97, 121, 0, '<section class=\"\" id=\"rkdfkkrxhl\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><span style=\"font-size: 12px; line-height: 1.6em;\">With NEC\'s Unified Communications solutions, collaborating, conferencing and messaging all become more immediate and more flexible. </span><span style=\"background-color: transparent; color: rgb(60, 60, 60); font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; line-height: 18px;\">We provides a suite of UC&C tools to enable businesses of any size to collaborate more effectively - increasing productivity, enabling mobility and encouraging ‘anywhere’ communication. </span></p>\n\n<p>Our UC&C capabilities leverage the power of VoIP to integrate communication tasks. Built on our VoIP communications platforms, NEC brings together VoIP telephony, instant messaging, video conferencing, mobility, presence, and collaboration capabilities into your business environment.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p>With built-in unified communications on NEC platforms lets both on-site and remote users see who is available at any given moment, and decide how best to reach them. </p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(98, 122, 0, '<section id=\"tpqmseucxf\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">Desktop phone: still the hub of your business communication</h2>\n\n<p style=\"text-align: center;\">NEC offers a wide range of phones and applications that help businesses benefit from greater productivity. The UNIVERGE family of desktop phones, in-building wireless systems, and softphones help workers quickly and reliably access tools, information, and individuals anywhere at any time. The many customizable options and advanced features available on NEC phones provide businesses with even more flexibility in how they communicate.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(99, 26, 0, '\n \n \n \n <section id=\"scpahpyuyx\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Phones that deliver the effective communications you need</h2>\n\n<p style=\"text-align: center;\">Discover which phones best meet your needs. Choose options and compare features of these professional, intuitive, and cost-effective desk phones. Unlock the full potential of your UC Platform and reduce cost of ownership and deployment. You are looking for professional, intuitive and cost-effective business phones. With NEC phones your teams can deliver quality interactions, impeccable service and fast response.</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(100, 53, 0, '<section id=\"dksvpbqbrp\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">Features at your fingertips</h2>\n\n<p style=\"text-align: center;\">The BaseLine Pro SIP is a dual port, next generation IP phone that provides a cost-saving solution for small and large businesses. The open standard SIP protocol ensures that you can easily install this IP phone now and in the future on any SIP compliant platform. Eight user-configurable or administrator-configurable function keys with LED indicators can easily be allocated to hold menu functions like do not disturb, follow-me, and absent/present switching.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(101, 53, 0, '<section id=\"xmyfmrlqoc\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><section class=\"article-details\">\n<h3>Office facilities for the business user</h3>\n\n<p>For work groups, the eight function keys can also be configured as line keys depending on the needs of each user. The two-line LCD display shows call information, and the menu-driven user interface provides simple feature management. The BaseLine Pro SIP is synonymous with effectiveness, time saving and flexibility: it provides all necessary office functionality such as last number redial, call forward/transfer, call history, volume adjustment and speakerphone.</p>\n</section>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p><img style=\"width: 609px; height: 351px;\" alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/baseline-pro-sip.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(102, 53, 0, '<section class=\"\" id=\"dmqvvhkfvn\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><ul>\n <li>The terminal is equipped with 8 direct and 8 indirect memory keys. They can be used to store the user’s most frequently dialled numbers or their preferred dialled facilities.</li>\n <li>The LEDs beside the memory keys provide function status monitoring capabilities.</li>\n <li>With incoming calls, the caller’s number is displayed.</li>\n <li>Caller’s name is displayed if the number of the incoming call is found in the phonebook.</li>\n <li>The callers list provides an overview of calls missed during an absence. The “Missed calls” text in the LCD display indicates that there are new unanswered calls, while a dedicated key provides easy access to the missed calls list.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><ul>\n <li>The message-waiting LED facilitates the use of voicemail.</li>\n <li>The mute button allows users to confer in privacy.</li>\n <li>The hands-free mode allows both hands to be used for other tasks, while continuing a telephone conversation.</li>\n <li>The last number redial list button provides quick and easy access to the list of last dialled numbers to select and call a number again, for example if the line is busy.</li>\n <li>The terminal is standard powered by means of Power over Ethernet. An optional adapter for mains powering is also available.</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(103, 53, 0, '<section class=\"\" id=\"vzqefedahs\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 style=\"text-align: center;\">User Benefits</h3>\n</div>\n</div></section>', '1-column', 'text', '', 'single-line', 0, 0, '', '', 0, 2, 1, 1, 0),
(104, 54, 0, '\n \n \n \n \n \n \n \n \n <section class=\"\" id=\"bairpebtui\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Multi-line desktop telephone for most any business environment</h2>\n\n<p style=\"text-align: center;\">The DT820 IP desktop telephone is a cost-effective option for standard business users and a great choice for use in building lobbies, public spaces, and contact centers. Supported on NEC\'s UNIVERGE SV9000 communication platforms, as well as UNIVERGE 3C and SIP@Net.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(105, 54, 0, '\n \n \n \n \n \n \n \n \n <section class=\"\" id=\"xbxapxbnft\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Ideal for almost any work environment</h3>\n\n<p>The DT820 IP 8-button self-labelling desktop phone is a cost-effective option for standard business users as well as a great choice for use in building lobbies, public spaces, and contact centres. It helps lower the cost for any adds/moves/changes that are required in a normal business environment. The line presence can also be increased from 8 to 16 to 32. </p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt820_ity-8ldx-sv-display(r).jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(1068, 1313, 0, '\n \n \n \n <section id=\"dyscaggfod\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Multi-line desktop telephones for business environments</h2>\n\n<p style=\"text-align: center;\">NEC has developed the next generation of UNIVERGE Digital Desktop Telephones in slim-line design, and intended to deliver maximum deployment flexibility and a wide range of choices that fit all business requirements.</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(107, 55, 0, '\n <section class=\"\" id=\"tkairiiqcz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Multi-line desktop telephones suitable for most any business environment</h2>\n\n<p style=\"text-align: center;\">Running your organization on old devices is bad for business. That’s why NEC has developed the next generation of desktop telephones. NEC’s innovative desktop endpoint design is intended to deliver maximum deployment ?exibility. A wide range of choices allow for multiple combinations that fit any and all business niches or personalisation requirements. </p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(106, 54, 0, '\n \n \n <section class=\"\" id=\"kmzrxqpoua\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Software Upgradeability*</h3>\n\n<p>With the DT820 telephones, we are providing a better way to upgrade your phones in the field, with software upgradability. Through licensing, the DT820 6-button and 8-button self-labelling models are able to upgrade their network support from 10/100 to 10/100/1000. And on the 8-button self-labelling, you can increase the line presence from 8 to 16 to 32. No longer is there any need to stock or purchase new hardware. </p>\n\n<p><em>* On the UNIVERGE SV8000 range, SV9300 and SV9500 systems this licence option is not supported.</em></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 0, 0),
(108, 55, 0, '<section class=\"\" id=\"dmeyykvlyv\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Easy-to-use, intuitive interfaces</h3>\n\n<p>NEC’s desktop telephone interfaces are designed to improve the overall user experience, while remaining intuitive—with no extensive training needed. Global icons indicate status at-a-glance including notification of new voice or instant messages, missed calls, the telephone user’s current presence status, and the device’s current data protection mode.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt830-zoom.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(109, 55, 0, '<section class=\"\" id=\"hgidoukxvt\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt830-front.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Improve Overall User Experience</h3>\n\n<ul>\n <li>Are customizable to meet employees’ specific communications needs</li>\n <li>Supports a wide-range of features which can help improve overall employee efficiency and productivity</li>\n <li>Offers deployment flexibility and investment protection</li>\n <li>Has an easy to use intuitive interface and an interactive user manual</li>\n <li>Comes with options for the visually impaired such as audio key action feedback and Braille stickers</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(110, 55, 0, '<section class=\"\" id=\"vylfrvogzv\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Advanced features</h3>\n\n<p>Delivered directly to the desktop telephone, advanced features enable staff to work more efficiently and improve customer service. Voicemail, ACD, and customer information integration help minimize operator and other overhead costs.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt830-right.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(112, 123, 0, '<section class=\"\" id=\"iymtmhvxwz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Multi-line desktop telephones with built-in Gigabit Ethernet connectivity</h2>\n\n<p style=\"text-align: center;\">Running your organization on old devices is bad for business. That’s why NEC has developed the next generation of desktop telephones. Our UNIVERGE IP Desktop telephones sport innovative design, and are intended to deliver maximum deployment flexibility and a wide range of choices that fit all business requirements.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(111, 55, 0, '<section class=\"\" id=\"xceowrmocm\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Personal system, with corporate directories</h4>\n\n<p>UNIVERGE Desktop Telephones come with corporate directory functionality. Users can quickly access these directories to easily reach the people they need. There’s no need to waste time looking up phone numbers. Each entry in the directory is searchable, and a call can be placed from the searched entry. When a call is received and if the Caller-ID matches a registered phone number within the directory, the name of the entry is displayed on the LCD.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Maximize your value</h4>\n\n<p>NEC’s innovative digital desktop endpoint design is intended to deliver maximum value. No matter which one you choose, they provide the functionality you require.</p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 1000, 1, 1, 0),
(113, 123, 0, '<section class=\"\" id=\"lksdgwbubk\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Easy-to-use, intuitive interfaces</h3>\n\n<p>NEC’s desktop telephone interfaces are designed to improve the overall user experience, while remaining intuitive—with no extensive training needed. Global icons indicate status at-a-glance including notification of new voice or instant messages, missed calls, the telephone user’s current presence status, and the device’s current data protection mode.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt830cg-right.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(114, 123, 0, '<section class=\"\" id=\"vybrwyutbg\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt830cg-zoom.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Achieve a Premier Multimedia Experience</h3>\n\n<ul>\n <li>Are customizable to meet employees’ specific communications needs</li>\n <li>Will support a wide-range of applications which can help improve overall employee efficiency and productivity</li>\n <li>Deliver maximum deployment flexibility and investment protection</li>\n <li>Supports XML open interface</li>\n <li>Has an easy to use intuitive interface and an interactive user manual</li>\n <li>Has a Bluetooth connection adapter which enables users to receive and place calls through either their smart device or desktop telephone</li>\n <li>Comes with options for the visually impaired such as audio key action feedback and large character display</li>\n</ul>\n\n<p> </p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(115, 123, 0, '<section class=\"\" id=\"uuhxcpykff\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><strong>Advanced applications</strong></h4>\n\n<p>Delivered directly to the desktop telephone, advanced applications enable staff to work more efficiently and improve customer service. Voicemail, ACD, and customer information integration help minimize operator and other overhead costs. Users can log on to any IP telephone anywhere on the business’s NEC network. Each user profile and settings are immediately available, without the need for extra programming.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><strong>UC for Enterprise integration</strong></h4>\n\n<p>The UC for Enterprise IP telephone integration allows users to quickly search and view contacts from your company directory directly from their phone. Details such as status and preferred methods of contact are provided along with corporate information such as extension, email address, home phone number, etc. Presence icons are also displayed so users immediately know the status of the person whom they are trying to reach.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><strong>XML open interface support </strong></h4>\n\n<p>NEC’s IP telephones provide XML open interface support so your developers can create displayable and accessible applications designed specifically for your business. The XML interface provides the user with a way to integrate additional productivity tools such as calendar links, wallboard functionality, call directories, and more, which are displayed on the telephone’s LCD.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><strong>Personal, system and corporate directories</strong></h4>\n\n<p>UNIVERGE Desktop Telephones come with corporate directory functionality. Users can quickly access these directories to easily reach the people they need. There’s no need to waste time looking up phone numbers. Each entry in the directory is searchable, and a call can be placed from the searched entry. When a call is received and if the Caller-ID matches a registered phone number within the directory, the name of the entry is displayed on the LCD.</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(116, 124, 0, '<section id=\"mlclttnfaf\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">Multi-line desktop telephones with large grey scale display</h2>\n\n<p style=\"text-align: center;\">Running your organization on old devices is bad for business. That’s why NEC has developed the next generation of desktop telephones. Our UNIVERGE IP Desktop telephones sport innovative design, and are intended to deliver maximum deployment flexibility and a wide range of choices that fit all business requirements.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(117, 124, 0, '<section class=\"\" id=\"txaxpmxzwa\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Easy-to-use, intuitive interfaces</h3>\n\n<p>NEC’s desktop telephone interfaces are designed to improve the overall user experience, while remaining intuitive—with no extensive training needed. Global icons indicate status at-a-glance including notification of new voice or instant messages, missed calls, the telephone user’s current presence status, and the device’s current data protection mode.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt830g-desiless-right.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(118, 124, 0, '<section id=\"fgbapfdvmy\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt830g-desiless-zoom.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>Achieve a Premier Multimedia Experience</h3>\n\n<ul>\n <li>Customizable to meet employees’ specific communications needs</li>\n <li>Support a wide-range of applications that can improve overall employee efficiency and productivity</li>\n <li>Deliver maximum deployment flexibility and investment protection</li>\n <li>Support XML open interface</li>\n <li>Easy to use intuitive interface and an interactive user manual</li>\n <li>Bluetooth connection adapter which enables users to receive and place calls through either their smart device or desktop telephone</li>\n <li>With options for the visually impaired such as audio key action feedback and large character display</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(119, 124, 0, '<section class=\"\" id=\"tgieqpytel\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Advanced applications</h4>\n\n<p>Delivered directly to the desktop telephone, advanced applications enable staff to work more efficiently and improve customer service. Voicemail, ACD, and customer information integration help minimize operator and other overhead costs. Users can log on to any IP telephone anywhere on the business’s NEC network. Each user profile and settings are immediately available, without the need for extra programming.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><strong>UC for Enterprise integration</strong></h4>\n\n<p>The UC for Enterprise IP telephone integration allows users to quickly search and view contacts from your company directory directly from their phone. Details such as status and preferred methods of contact are provided along with corporate information such as extension, email address, home phone number, etc. Presence icons are also displayed so users immediately know the status of the person whom they are trying to reach.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><strong>XML open interface support </strong></h4>\n\n<p>NEC’s IP telephones provide XML open interface support so your developers can create displayable and accessible applications designed specifically for your business. The XML interface provides the user with a way to integrate additional productivity tools such as calendar links, wallboard functionality, call directories, and more, which are displayed on the telephone’s LCD.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><strong>Personal, system and corporate directories</strong></h4>\n\n<p>UNIVERGE Desktop Telephones come with corporate directory functionality. Users can quickly access these directories to easily reach the people they need. There’s no need to waste time looking up phone numbers. Each entry in the directory is searchable, and a call can be placed from the searched entry. When a call is received and if the Caller-ID matches a registered phone number within the directory, the name of the entry is displayed on the LCD.</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(120, 125, 0, '\n \n \n \n \n \n \n \n \n <section id=\"ltbaomlytm\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><span style=\"color:#000080;\">Maximum Flexibility</span></h3>\n\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.5em; text-align: center;\">NEC\'s GT890 IP desktop video telephone brings optimum manageability to desktop communications. <br>\nAudio or video calls can be easily made with a touch of a button. Switching between audio and video during a phone call is intuitively simple. <br>\nUsers can also effortlessly change between handset and speaker with a tap of a button.<br>\n<br>\nBesides 7-way audio conferencing and 3-way high definition (HD) video conferencing, the GT890\'s open interface makes it modifiable to an organization\'s specific needs through the development of custom applications.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(121, 125, 0, '\n \n \n \n \n \n \n \n <section class=\"\" id=\"oelmwwervk\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>The GT890 offers</h3>\n\n<ul>\n <li>6 lines with up to 16 SIP accounts</li>\n <li>4-core 1.3GHz ARM Cortex A53 processor (2GB RAM/8GB eMMC Flash)</li>\n <li>7’’ (1024×600) capacitive 5-point touch screen TFT LCD Advanced mega-pixel camera with privacy shutter for HD video calling/conferencing</li>\n <li>Android™-based operating system</li>\n <li>Audio conferencing (7-way) & HD video conferencing (3-way 720p 30fps)</li>\n <li>Bluetooth for syncing with mobile devices and connecting BT headset</li>\n <li>Dual-switched auto-sensing 10/100/1000Mbps network ports Gigabit network speed and innovative telephony functionalities Integrated dual-band WiFi (2.4GHz & 5GHz)</li>\n <li>Open interface for custom application development</li>\n <li>PoE/PoE+ to power the device and provide network connectivity Seamless integration with SIP-based security cameras, door systems, and video conferencing systems and services Speakerphone with HD acoustic chamber, advanced echo cancellation & excellent double-talk performance</li>\n <li>TLS and SRTP security encryption</li>\n <li>WiFi support enables wireless network connection</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/NEC-GT890-native-dialler(left-tilt02).png\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(122, 125, 0, '<section class=\"\" id=\"tvolflyxor\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/la-sl1000-ip-handset.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Lean and Green</h3>\n\n<ul>\n <li>Energy efficiency mode, contributing to a healthier environment</li>\n <li>Built-in conferencing for a greener approach to business meetings</li>\n <li>A range of home working options to help lower fuel emissions</li>\n <li>Use your mobile to stay contactable on your office number, from anywhere</li>\n <li>Never miss a thing, with enhanced voicemail to keep you up to date</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 0, 0),
(123, 125, 0, '<section class=\"\" id=\"vddmrocuam\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(124, 125, 0, '<section class=\"\" id=\"kskfxnxbdy\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">10 Business benefits of the SL1000</h2>\n</div>\n</div></section>', '1-column', 'text', '', 'single-line', 0, 0, '', '', 0, 1000, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(127, 56, 0, '<section class=\"\" id=\"hbinmcbrbt\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Multi-line desktop telephones for business environments</h2>\n\n<p style=\"text-align: center;\">Running your organization on old devices is bad for business. That’s why NEC has developed the next generation of desktop telephones. Our UNIVERGE Digital Desktop Telephones sport innovative design, and are intended to deliver maximum deployment flexibility and a wide range of choices that fit all business requirements.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(125, 125, 0, '\n <section class=\"\" id=\"zukfmxbnof\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><ul>\n <li><strong>Lower your costs</strong><br>\n Powerful communications for a small business budget</li>\n <li><strong>Increase your productivity</strong><br>\n Sophisticated solution, simple to use</li>\n <li><strong>Excellent homeworking capabilities</strong><br>\n Office level functionality from your home office</li>\n <li><strong>Future-proof your business</strong><br>\n Value for money and tailored to your needs</li>\n <li><strong>Improve customer service</strong><br>\n A solution to help you effortlessly boost your customer’s experience </li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><ul>\n <li><strong>Keep up to date effortlessly</strong><br>\n Never miss a thing with easy access to key information</li>\n <li><strong>Security Guard</strong><br>\n Built in sensor ports that can be used for a a variety of functions.</li>\n <li><strong>Track your team’s call activity</strong><br>\n System features and applications to make management easier</li>\n <li><strong>Remain reachable on the road</strong><br>\n Carry your office number with you using Mobile Extension</li>\n <li><strong>Reach crucial business decisions faster</strong><br>\n Built-in conference bridge provides convenient options for meetings</li>\n</ul>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(126, 27, 0, '<section class=\"\" id=\"zqvovwdtpm\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 class=\"NFG-txtLarge NFG-marginNormal\" style=\"text-align: center;\">Helping employees to be even more efficient</h2>\n\n<p style=\"text-align: center;\">Connect your team with crystal-clear communication using our next generation of Desktop Digital phones. With sport innovative design and delivery of maximum deployment flexibility and a wide range of choices that fit all business requirements.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(132, 57, 0, '<section class=\"\" id=\"ksnmtbygue\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Easy-to-use, intuitive interfaces</h3>\n\n<p>NEC’s desktop telephone interfaces are designed to improve the overall user experience, while remaining intuitive—with no extensive training needed. Global icons indicate status at-a-glance including notification of new voice or instant messages, missed calls, the telephone user’s current presence status, and the device’s current data protection mode.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt8key_60key_pad.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 0, 0),
(128, 56, 0, '\n <section class=\"\" id=\"dveusbwmwb\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Easy-to-use, intuitive interfaces</h3>\n\n<p>NEC’s desktop telephone interfaces are designed to improve the overall user experience, while remaining intuitive—with no extensive training needed. Global icons indicate status at-a-glance including notification of new voice or instant messages, missed calls, the telephone user’s current presence status, and the device’s current data protection mode.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt410-right.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(129, 56, 0, '\n \n <section class=\"\" id=\"wtntlenmez\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt410-left.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Improve Overall User Experience</h3>\n\n<ul>\n <li>Are customizable to meet employees’ specific communications needs</li>\n <li>Supports a wide-range of features which can help improve overall employee efficiency and productivity</li>\n <li>Offers deployment flexibility and investment protection</li>\n <li>Has an easy to use intuitive interface and an interactive user manual</li>\n <li>Comes with options for the visually impaired such as audio key action feedback and Braille stickers</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(130, 56, 0, '\n <section class=\"\" id=\"xpzpquyulv\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Key features</h3>\n\n<ul>\n <li>2-key, non-display entry level phone</li>\n <li>6 key display entry level phone</li>\n <li>Hands-free, Half Duplex</li>\n <li>Soft keys / LCD prompts</li>\n <li>Directory dial key: 10 Feature Key support</li>\n <li>Wall mountable</li>\n <li>Message waiting indicator</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Maximize your value</h3>\n\n<p>NEC’s innovative digital desktop endpoint design is intended to deliver maximum value. No matter which one you choose, they provide the functionality you require.</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 3, 1, 1, 0),
(131, 57, 0, '\n <section class=\"\" id=\"didxpzzieg\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Multi-line desktop telephones for business environments</h2>\n\n<p style=\"text-align: center;\">Running your organization on old devices is bad for business. That’s why NEC has developed the next generation of desktop telephones. Our UNIVERGE Digital Desktop Telephones sport innovative design, and are intended to deliver maximum deployment flexibility and a wide range of choices that fit all business requirements.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(134, 57, 0, '\n <section class=\"\" id=\"qtwnvasnpl\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Key features</h3>\n\n<ul>\n <li>12, 24 or 32 programmable keys (fixed terminals)</li>\n <li>Backlit keypad</li>\n <li>Backlit Line keys</li>\n <li>Desi-less (8-line display) version</li>\n <li>Hands-free, full duplex</li>\n <li>Headset support, optional support for EHS</li>\n <li>Soft keys/LCD prompts</li>\n <li>Directory dial key: Navigation cursor</li>\n <li>Call history</li>\n <li>Bluetooth support (BCAZ)</li>\n <li>Wall mountable</li>\n <li>Options for the visually impaired (audio key action feedback and Braille stickers)</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt430-right.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 3, 1, 1, 0),
(133, 57, 0, '\n \n <section class=\"\" id=\"iwdqehqfxu\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt430-left.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Improve Overall User Experience</h3>\n\n<ul>\n <li>Are customizable to meet employees’ specific communications needs</li>\n <li>Supports a wide-range of features which can help improve overall employee efficiency and productivity</li>\n <li>Offers deployment flexibility and investment protection</li>\n <li>Has an easy to use intuitive interface and an interactive user manual</li>\n <li>Comes with options for the visually impaired such as audio key action feedback and Braille stickers</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 0, 0),
(135, 126, 0, '<section class=\"\" id=\"xyhxsiyihh\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Multi-line desktop telephones for business environments</h2>\n\n<p style=\"text-align: center;\">Running your organization on old devices is bad for business. That’s why NEC has developed the next generation of desktop telephones. Our UNIVERGE IP Desktop telephones sport innovative design, and are intended to deliver maximum deployment flexibility and a wide range of choices that fit all business requirements.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(136, 126, 0, '<section class=\"\" id=\"hlynmhnnzm\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Easy-to-use, intuitive interfaces</h3>\n\n<p>NEC’s desktop telephone interfaces are designed to improve the overall user experience, while remaining intuitive—with no extensive training needed. Global icons indicate status at-a-glance including notification of new voice or instant messages, missed calls, the telephone user’s current presence status, and the device’s current data protection mode.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt430-desiless-right.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(137, 126, 0, '<section id=\"yccletukww\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/dt430-desi-less-zoom.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>Achieve a Premier Multimedia Experience</h3>\n\n<ul>\n <li>Customizable to meet employees’ specific communications needs</li>\n <li>Supports a wide-range of applications which can help improve overall employee efficiency and productivity</li>\n <li>Delivers maximum deployment flexibility and investment protection</li>\n <li>Supports XML open interface</li>\n <li>Easy to use intuitive interface and an interactive user manual</li>\n <li>Bluetooth connection adapter which enables users to receive and place calls through either their smart device or desktop telephone</li>\n <li>With options for the visually impaired such as audio key action feedback and large character display</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(446, 162, 0, '\n \n <section id=\"wyrfnieucq\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Partner locator</h4>\n\n<p>Find an expert near you to discuss your business requirements.<br>\n<a class=\"primary-link\" href=\"partners/Find-a-partner\" target=\"_blank\">Find a partner</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Media/Analyst Relations</h4>\n\n<p>Get the assistance needed.<br>\n<a href=\"javascript:void(location.href=\'mailto:\'+String.fromCharCode(82,111,98,101,114,116,46,118,97,110,46,65,109,101,114,111,110,103,101,110,64,69,77,69,65,46,78,69,67,46,67,79,77))\">GET HELP NOW</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Career Opportunities</h4>\n\n<p>Explore existing job opportunities.<br>\n<a class=\"primary-link\" href=\"http://www.neceuropecareers.com/Vacancies\" target=\"_blank\">Search now</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Office Locations</h4>\n\n<p>Find company contacts<br>\n<a class=\"primary-link\" href=\"784-Office-Locations\">Office locations</a></p>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(138, 126, 0, '\n <section class=\"\" id=\"quqczaymnl\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><strong>Advanced applications</strong></h4>\n\n<p>Delivered directly to the desktop telephone, advanced applications enable staff to work more efficiently and improve customer service. Voicemail, ACD, and customer information integration help minimize operator and other overhead costs. Users can log on to any IP telephone anywhere on the business’s NEC network. Each user profile and settings are immediately available, without the need for extra programming.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><strong>UC for Enterprise integration</strong></h4>\n\n<p>The UC for Enterprise IP telephone integration allows users to quickly search and view contacts from your company directory directly from their phone. Details such as status and preferred methods of contact are provided along with corporate information such as extension, email address, home phone number, etc. Presence icons are also displayed so users immediately know the status of the person whom they are trying to reach.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><strong>XML open interface support </strong></h4>\n\n<p>NEC’s IP telephones provide XML open interface support so your developers can create displayable and accessible applications designed specifically for your business. The XML interface provides the user with a way to integrate additional productivity tools such as calendar links, wallboard functionality, call directories, and more, which are displayed on the telephone’s LCD.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><strong>Personal, system and corporate directories</strong></h4>\n\n<p>UNIVERGE Desktop Telephones come with corporate directory functionality. Users can quickly access these directories to easily reach the people they need. There’s no need to waste time looking up phone numbers. Each entry in the directory is searchable, and a call can be placed from the searched entry. When a call is received and if the Caller-ID matches a registered phone number within the directory, the name of the entry is displayed on the LCD.</p>\n</div>\n</div></section>\n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(139, 28, 0, '\n \n \n \n \n \n \n \n <section class=\"\" id=\"rehczpgwtk\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><span style=\"color: rgb(0, 0, 128);\">BaseLine & BaseLine Pro CLI deskphones</span></h2>\n\n<p style=\"text-align: center;\">Delivering a host of user-friendly features the analogue Baseline and BaseLine Pro CLI telephones match your telephony networking requirements both in reliability and durability. The slim design with small foot print will fit perfectly for a wide<br>\nrange of business communication requirements.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 4, 1, 1, 0),
(140, 28, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n <section class=\"\" id=\"acqrcogaph\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>BaseLine</h3>\n\n<ul>\n <li>Callers list key</li>\n <li>3 Direct memory keys</li>\n <li>10 Indirect memory keys</li>\n <li>Earth recall</li>\n <li>Last number redial</li>\n <li>Line Power</li>\n <li>Memory back-up</li>\n <li>Memory check key</li>\n <li>Message waiting LED</li>\n <li>Mute</li>\n <li>Pause insertion</li>\n <li>Post-dialling DTMF</li>\n <li>Receiver volume control</li>\n <li>Ringer LED</li>\n <li>Ringing tone selection</li>\n <li>Ringing volume control</li>\n <li>Time & call duration</li>\n <li>Time-break recall</li>\n <li>Timer key</li>\n <li>Tone dialling</li>\n <li>Wall mounting</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/BaseLine_pro.jpg\" style=\"height: 360px; width: 450px;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 0, 1, 0, 0),
(141, 29, 0, '<section class=\"\" id=\"htnpxzfxla\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Wide range of powerful Business Mobility handsets</h2>\n\n<p style=\"text-align: center;\">Today’s business environment demands flexible ways of working and increased customer services. Organizations seek to extend the reach of their converged voice and data network but also save on branch office costs. They wish to integrate wireless communications without compromising on voice quality, availability and security. NEC’s Business Mobility IP DECT realises all of this, and much more.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(142, 29, 0, '\n \n \n \n <section class=\"\" id=\"epbufwhnas\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>All our DECT handsets offer excellent voice communication: crystal clear speech, loudspeaker and hands free support, seamless handover and roaming, high security with DECT authentication, and seamless integration with NEC communication servers. Applications include central directory, presence, text and alarm messaging and location detection.</p>\n\n<p>The telephones give your employees flexible, easy and secure communications as they roam about your company’s premises, while providing most of the features and functionality of a desktop phone, with mobile enhancements such as text messaging, alarming, programmable keys, and integration with third party applications.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/DECT-lineup(web).jpg\" style=\"width: 600px; height: 250px;\"></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(143, 60, 0, '\n \n \n \n \n \n \n <section class=\"\" id=\"haqsydzczz\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 align=\"center\"><span lang=\"NL\">Professional handset for healthcare environments</span></h2>\n\n<h2 align=\"center\"><span lang=\"NL\"><o:p></o:p></span></h2>\n\n<p align=\"center\" style=\"text-align:center\"><span style=\"text-align: center;\">DECT handset G577 is a sophisticated mobile handset combining mobile unified communications with a range of alarming and messaging capabilities, to facilitate task management, staff/patient safety and rich messaging in various businesses, hospitality and healthcare. The G577H is a special version for healthcare environments. </span></p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(144, 60, 0, '\n \n \n \n \n \n \n <section class=\"\" id=\"svtldnfzai\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>DECT HANDSET G577H (HEALTHCARE)<br>\n<span lang=\"NL\"><o:p></o:p></span></h3>\n\n<ul>\n <li>Anti-bacterial treated plastics,</li>\n <li>lens and rubber parts</li>\n <li>Healthcare version in</li>\n <li>distinctive colour (white)</li>\n <li>Same capabilities as G577</li>\n</ul>\n\n<p>The G577h has been designed for healthcare. Special substances have been added to the plastics, lens and rubber parts in order to minimise the risk of bacterial infections.<br>\nThe handset can be cleaned with agents commonly used in healthcare institutes. The placing of the keys allows easy cleaning of the keypad surface.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/nec-dect-g577h.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(145, 60, 0, '\n \n \n <section class=\"\" id=\"aqdtwdyiwl\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><span lang=\"NL\">All contacts at hand<o:p></o:p></span></h4>\n\n<p><span lang=\"NL\">Find the telephone numbers and names of the entire organization easily with the central directory always at hand. And what’s more, you know when they are available to take a call. Simply browse to the right person in your DECT handset and check the person’s presence status. So much for convenience and efficiency!<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><span lang=\"NL\">Good vibrations<o:p></o:p></span></h4>\n\n<p><span lang=\"NL\">Sometimes you are waiting for a call or need to be on the alert, but have to also be in a meeting or are operating in an environment where you do not wish to disturb others. Or you may be in an excessively loud environment or circumstances where a vibration alert is preferable. The built-in vibration function is the ideal solution, enabling you to be available without your phone having to disturb others.<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><span lang=\"NL\">At the point of need<o:p></o:p></span></h4>\n\n<p><span lang=\"NL\">An alert? An alarm? A man-down situation? By pushing the SOS button on the phone, the system automatically sets up an emergency call, while the system can also automatically provide the location information of the phone itself.<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Perfect voice quality</h4>\n\n<p>The G266 handset is designed for High Definition Voice by featuring specific audio capabilities. This offers the demanding business user superb voice quality, functionality that is particularly appreciated for longer calls and conversations in which it comes down to getting all details right.</p>\n</div>\n</div></section>\n \n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(146, 61, 0, '\n \n \n \n <section class=\"\" id=\"sqrlfauche\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 align=\"center\" style=\"text-align:center\"><strong><span lang=\"NL\">Sophisticated mobile handset with extensive messaging capabilities</span></strong><span lang=\"NL\"><o:p></o:p></span></h2>\n\n<p align=\"center\" style=\"text-align:center\"><span style=\"text-align: center;\">The I766 DECT handset is a powerful communication tool and with its ruggedized design ideal for the most demanding environments such as in healthcare, manufacturing and industry. The I766Ex is a special</span> version of the I766 dedicated for ATEX / IECEx environments.<span lang=\"NL\"><o:p></o:p></span></p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(147, 61, 0, '\n \n \n \n \n \n \n \n \n <section class=\"\" id=\"lawrdopyxo\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Dedicated model I766Ex for ATEX / IECEx environments<span lang=\"NL\"><o:p></o:p></span></h3>\n\n<ul>\n</ul>\n\n<h3><strong><span lang=\"NL\">Key characteristics as I766</span></strong></h3>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/nec-dect-i766Ex.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(148, 61, 0, '\n \n \n \n \n <section class=\"\" id=\"yehasuyhgw\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><span lang=\"NL\">At the point of need<o:p></o:p></span></h4>\n\n<p><span lang=\"NL\">An alert? An alarm? A man-down situation? Powerful text and alarm messaging capabilities are at hand for a wide variety of applications in different types of business. With messaging, staff can be alerted about incidents such as a fire, nurse calls or status of industrial processes. Pushing the SOS button on the phone, the system alerts staff to provide assistance, while the system can also automatically provide the location information of the phone sending the alarm.<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><span lang=\"NL\">Perfect voice quality<o:p></o:p></span></h4>\n\n<p><span lang=\"NL\">The G566 handset is designed for High Definition Voice by featuring specific audio capabilities. This offers the demanding business user superb voice quality, functionality that is particularly appreciated for longer calls and conversations in which it comes down to getting all details right.<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><span lang=\"NL\">All contacts at hand<o:p></o:p></span></h4>\n\n<p><span lang=\"NL\">Find the telephone numbers and names of the entire organization easily with the central directory always at hand. And what’s more, you know when they are available to take a call. Simply browse to the right person in your DECT handset and check the person’s presence status. So much for convenience and efficiency!<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>It works like you do</h4>\n\n<p>The handset’s intuitive user interface is easy to use and makes the device naturally fit into your business habitat. The attractive colour display and icon based menus are appealing and supportive, while the programmable keys add even more convenience.</p>\n</div>\n</div></section>\n \n \n \n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(149, 62, 0, '\n \n \n \n \n <section class=\"\" id=\"zzlqqkqrii\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 align=\"center\" style=\"text-align:center\"><span lang=\"NL\"><strong>Sophisticated mobile DECT/WiFi handset with enterprise grade capabilities</strong> <o:p></o:p></span></h2>\n\n<h2 align=\"center\" style=\"text-align:center\"><span lang=\"NL\"><o:p></o:p><o:p></o:p></span></h2>\n\n<p align=\"center\" style=\"text-align:center\"><span lang=\"NL\">The SmartDECT handset G966 is a sophisticated handset providing enterprise grade capabilities and proven DECT voice quality with the flexibility of Android application support. The G966 is the ultimate in functionality and with its large 4” high resolution touchscreen satisfies the most advanced needs of professionals on the move.<o:p></o:p></span></p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(152, 62, 0, '\n \n \n <section class=\"\" id=\"nshvxzykig\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3><strong><span lang=\"NL\">Email, calendar and contacts at hand</span></strong><span lang=\"NL\"><o:p></o:p></span></h3>\n\n<p><span lang=\"NL\">Outlook integration gives you access to all your day to day business information. Check email and calendar while on the move. Find the telephone numbers and names of the entire organization easily with the central directory always at hand. And you know when they are available to take a call. Simply browse to the right person in your display and check the person’s presence status. So much for convenience and efficiency!<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/ipdect_g966_charger.jpg\"></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 3, 1, 1, 0),
(150, 62, 0, '\n \n \n <section class=\"\" id=\"lodivfzbfs\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><span lang=\"NL\"><strong>Key characteristics</strong><o:p></o:p></span></h3>\n\n<ul>\n <li>Sophisticated handset with rich call control features and applications</li>\n <li>Appealing design and Smartphone user experience</li>\n <li>Large 4” high resolution touchscreen plus all essential keys for call handling</li>\n <li>Mobile Unified Communications incl. central directory and presence lookup</li>\n <li>Messaging /alarming and localization</li>\n <li>Android 4 and WiFi to support any relevant business application</li>\n <li>Front camera for video supported unified communications</li>\n <li>Bluetooth LE (low energy) to connect to a variety of external devices</li>\n <li>Superb HD-Voice with G.722 codec in line with CAT-iq specifications</li>\n <li>Micro USB and SD card</li>\n <li>HD-speakerphone (CAT-iq)</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/ipdect_g966_right.jpg\"></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(151, 62, 0, '\n \n \n <section class=\"\" id=\"kpluntygrm\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/ipdect_g966_top.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3><strong><span lang=\"NL\">Smarter than smart</span></strong><span lang=\"NL\"><o:p></o:p></span></h3>\n\n<p><span lang=\"NL\">The G966 SmartDECT handset combines the power of DECT communications and WiFi data. The handset’s WiFi capabilities and Android OS provide users with access to their vital business applications, integration with NEC’s SV9000 platform, but also to Mail and Calendar, a company’s intranet and VoWiFi. The large 4” inch high resolution touchscreen makes it a pleasure to work with.<o:p></o:p></span></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(153, 62, 0, '\n \n \n <section class=\"\" id=\"mmriggldhk\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/bluetooth_connectivity.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3><strong>Comfort and convenience</strong></h3>\n\n<p>The comfort and convenience of a headset when making frequent and lengthy calls and when moving around the office is indisputable. The Bluetooth Low Energy functionality gives you access to even more options, besides connecting a headset for instance also to synchronise contacts with your PC or mobile, or exchanging other information with your computer. The built in camera enables video supported calling, video monitoring and easily attaching images.</p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(154, 63, 0, '\n \n \n <section class=\"\" id=\"sfyklonwrp\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align:center\" align=\"center\"><strong><span lang=\"NL\">Robust handset for voice and messaging in demanding environments</span></strong><span lang=\"NL\"><o:p></o:p></span></h2>\n\n<p style=\"text-align: center;\">The I766 DECT handset is a powerful communication tool and with its ruggedized design ideal for the most demanding environments such as in healthcare, manufacturing and industry.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(155, 63, 0, '\n \n \n \n \n \n <section id=\"gtesnybgfk\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong><span lang=\"NL\">Key characteristics</span></strong><span lang=\"NL\"><o:p></o:p></span></h3>\n\n<ul>\n <li>Many call control features seamlessly integrated with the PBX</li>\n <li>Powerful unified communications, incl. central directory, presence, messaging and alarming</li>\n <li>Personal safety with the man-down function, SOS alarm key, pull cord and location detection</li>\n <li>Intuitive user interface with colour display and icon-based menus</li>\n <li>Dual- and rack chargers; also charging additional batteries</li>\n <li>Bluetooth headset connectivity</li>\n <li>DECT compliance for high quality speech and security</li>\n <li>High definition audio in line with CAT-iq</li>\n <li>Dark and light-grey colour versions</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/I766-charger-front-l(display-centraldir).jpg\" style=\"width: 350px; height: 385px;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 0, 0),
(156, 63, 0, '<section class=\"\" id=\"hrvolptdtl\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(157, 63, 0, '\n \n \n \n <section class=\"\" id=\"tlcikqhsqa\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><span lang=\"NL\">Shake it up<o:p></o:p></span></h4>\n\n<p><span lang=\"NL\">Shocks, dust and water splashes do not harm the I766. This ruggedized handset is designed for use in potentially demanding environments such as in healthcare, manufacturing and industry. It is extremely easy to use and satisfies the most advanced voice and message requirements.<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><span lang=\"NL\">At the point of need<o:p></o:p></span></h4>\n\n<p><span lang=\"NL\">An alert? An alarm? A man-down situation? Powerful text and alarm messaging capabilities are at hand for a wide variety of applications in different types of business. With messaging, staff can be alerted about incidents such as a fire, nurse calls or status of industrial processes. Pushing the SOS button on the phone, the system alerts staff to provide assistance, while the system automatically provides the location information of the phone sending the alarm.<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><span lang=\"NL\">All contacts at hand<o:p></o:p></span></h4>\n\n<p><span lang=\"NL\">Find the telephone numbers and names of the entire organization easily with the central directory always at hand. And what’s more, you know when they are available to take a call. Simply browse to the right person in your DECT handset and check the person’s presence status. So much for convenience and efficiency!<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>It works like you do</h4>\n\n<p>The handset’s intuitive user interface is easy to use and makes the device naturally fit into your business habitat. The attractive colour display and icon based menus are appealing and supportive, while the programmable keys add even more convenience.</p>\n</div>\n</div></section>\n \n \n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(158, 64, 0, '<section class=\"\" id=\"vxwpwyqfns\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Personal alarming and communication pendant for care and cure</h2>\n\n<p style=\"text-align: center;\">The M166 Communicator is an alarming and communication device, ideally suited to provide personal safety to staff, patients and elderly people, such as in care and cure institutions and assisted living.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(159, 64, 0, '\n <section class=\"\" id=\"agnarhdikw\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Key characteristics</h3>\n\n<ul>\n <li>High definition audio</li>\n <li>The M166 provides freedom and comfort to move around</li>\n <li>Pressing the alarm button will immediately alert the relevant staff and send the location*</li>\n <li>Instant speech connection with the patient for trust and comfort</li>\n <li>Very easy to use: can be worn with a lanyard or a clip</li>\n <li>Two charger models: a desktop and a wall model</li>\n <li>DECT compliance for high-quality speech and security</li>\n</ul>\n\n<p><em>* with DLA and location beacons only</em></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/m166-communicator-left.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(160, 64, 0, '<section id=\"lxfyxhadvo\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4>At the point of need</h4>\n\n<p>An alert? An alarm? A man-down situation? By pushing the SOS button on the phone, the system automatically sets up an emergency call. Vice versa, the central system can also invite you to a call setting this up automatically.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4>Say it out loud!</h4>\n\n<p>The loudspeaker function gives you ultimate freedom to move. This keeps your hands free during the call and enables you to do other tasks at the same time</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4>Location detection</h4>\n\n<p>NEC’s IP DECT solution can also be used to locate the M166 Communicator and its user. This is an extremely powerful feature, enabling to monitor patients when they may be wandering and provide assistance quickly on the spot when needed.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4>Trembler alert</h4>\n\n<p>Sometimes you are waiting for a call or need to be on the alert, but have to also be in a meeting or are operating in an environment where you do not wish to disturb others. Or you may be in an extremely loud environment or circumstances where a vibration alert is preferable. The built-in vibration function is the ideal solution, enabling you to be available without having to disturb others.</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(161, 65, 0, '<section class=\"\" id=\"rahfoonecd\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><p style=\"text-align: center;\">The IP DECT handset ML440 is ideally suited for use in the office as well as in demanding environments, such as in hospitality, retail and warehousing. It provides sophisticated multi-line functionality combined with a robust design, large display, easy to use keyboard and dual charger.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(162, 65, 0, '<section class=\"\" id=\"vyormytbzy\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Key characteristics</h3>\n\n<ul>\n <li>Many call control features seamlessly integrated with the PBX</li>\n <li>Any place reachability improving customer satisfaction</li>\n <li>Dedicated line keys with led indication for multi-line functionality</li>\n <li>Powerful unified communications, including central directory access and presence</li>\n <li>A robust design and intuitive user interface with colour display and icon based menus</li>\n <li>Dual charger allowing an additional battery to be charged</li>\n <li>DECT compliance for high quality speech and security</li>\n <li>High definition audio in line with CAT-iq</li>\n <li>Provides freedom, comfort and flexibility</li>\n <li>Headset interface and built-in trembler</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/ipdect_ml440_charger_right.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(163, 65, 0, '<section class=\"\" id=\"fakpeeqlxn\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Personalized programmable keys</h4>\n\n<p>The ML440 has 4 programmable feature keys on the base of the handset. Line key programming is fully flexible and gives you all the functionality at hand for swift, efficient and convenient action.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>All contacts at hand</h4>\n\n<p>Find the telephone numbers and names of the entire organization easily with the central directory always at hand. And what’s more, you know when they are available to take a call. Simply browse to the right person in your DECT handset and check the person’s presence status. So much for convenience and efficiency!</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Comfort and convenience</h4>\n\n<p>The comfort and convenience of a headset when making frequent and lengthy calls and when moving around the office is indisputable. And the built-in vibration function is the ideal solution, enabling you to be available without your phone having to disturb others. The loudspeaker function provides additional convenience to this attractive handset.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>It works like you do</h4>\n\n<p>The handset’s intuitive user interface is easy to use and makes the device naturally fit into your business habitat. The attractive colour display and icon based menus are appealing and supportive, while the very distinctive programmable keys add even more convenience.</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(164, 30, 0, '<section class=\"\" id=\"ndnbfcetgw\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h3 style=\"text-align: center;\">In-building Wireless LAN handsets</h3>\n\n<p style=\"text-align: center;\">Staying competitive in today’s increasingly mobile work environment requires the right in-building wireless LAN (WLAN) solution. One that offers mobile workers the freedom and flexibility to move about the building while always staying connected. This flexibility drives increased employee efficiency and productivity while providing secure communications and reducing costs.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(165, 30, 0, '<section class=\"\" id=\"xmzmnvouau\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>Ideal for industry specific applications</h3>\n\n<p>Voice over wireless LAN (VoWLAN) handsets provide the same level of accessibility, security, and quality-of-service (QoS) as wired phones. Easy to set up and use, and resistant to dust, shock and liquid damage, so very durable. NEC WLAN mobile handsets offer the best in security measures, including WEP, WPA and WPA2 protocols as well as QoS.</p>\n\n<p>These handsets are ideal for industry specific applications such as warehouse, healthcare, retail or anywhere with limited to zero cellular coverage. Personalization options include selectable ringing profiles, personal directory, redial and a speed-dial list to keep frequently dialled numbers readily available.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>Key Benefits</h3>\n\n<ul>\n <li>Keeps employees connected while on the go</li>\n <li>Increases employee efficiency and productivity</li>\n <li>Offers enterprise-grade wireless telephony</li>\n <li>Reduces costs through simplified management</li>\n <li>Integrates with third-party applications</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(166, 66, 0, '<section class=\"\" id=\"uqcqimrmac\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\"><span class=\"NFG-txtXLarge NFG-marginSmall\">Addressing an increasingly critical need for a wide range of industries</span></h2>\n\n<p style=\"text-align: center;\">NEC’s MH150 Mobile Handset is designed for users across a wide range of industries. With its lightweight yet rugged design and extensive<br>\nfeature support, it exceeds the requirements of general office and management staff while providing a reliable option for front-line personnel<br>\nin high-use environments.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(167, 66, 0, '<section class=\"\" id=\"paudlgslqv\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Taking Wi-Fi to a New Level</h3>\n\n<p>The NEC MH150 and MH160 Mobile Handsets extend NEC’s tradition of offering the industry’s highest performing handsets for the Enterprise. These stylish handsets combine an easy-to-use, lightweight design with enhanced durability for employees constantly on the move. They use advanced technologies including 802.11a/b/g (Wi-Fi) network support, extended battery life and a high-resolution display to take Wi-Fi telephony to a new level.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/mh150-front.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(168, 66, 0, '<section class=\"\" id=\"xqywfrnlka\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Perfect for Round-the-Clock</h4>\n\n<p>Use Whether deployed as a personal handset or a shared device across multiple shifts, these terminals are the right choice for enterprise- grade wireless telephony. Personalization options include selectable ringing profiles, personal directory, redial list and a speed-dial list to keep frequently dialed numbers readily available. For shared-use environments, multiple charging and battery options make NEC’s MH150 and MH160 Mobile Handsets ideal for 24-hour operation.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Secure and Reliable Wireless</h4>\n\n<p>These handsets are easy to set up and use, and they are so durable that they are resistant to dust, shock and liquid damage. Combined with WLAN Voice Gateways with self-healing firmware, the MH150 and MH160 Mobile Handsets offer the best in security measures, including WEP, WPA and WPA2 protocols as well as Quality of Service (QoS). Using the Wi-Fi Alliance’s Wireless Multimedia (WMM™) QoS standard, the MH150 and MH160 Mobile Handsets provide enterpriselevel security and quality voice. WMM prioritizes traffic (voice, video and data) and optimizes the way the network allocates bandwidth – ensuring call continuity for all users.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Cost Reduction</h4>\n\n<p>Unified management of these devices and their use of the same converged enterprise voice and data infrastructure reduces your capitalized costs. Their integration with a broad range of enterprise applications and networks enables them to deliver the richest possible functionality while significantly improving employee accessibility, productivity and responsiveness. Advanced features are also delivered through their seamless integration with the UNIVERGE IP communications systems.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>A No Compromise Solution</h4>\n\n<p>Having a high-quality voice application is not just a basic requirement – it’s mission-critical. The MH150 and MH160 deliver a no- compromise voice quality solution, sharing the network bandwidth with the enterprise’s data applications, but managing the bandwidth so that calls get the voice quality they require no matter what other demands are placed on the network. It manages the bandwidth to ensure voice quality is always prioritized to be the best available.</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(169, 67, 0, '<section class=\"\" id=\"ewcmtngcrz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\"><span class=\"NFG-txtXLarge NFG-marginSmall\">Addressing an increasingly critical need for a wide range of industries</span></h2>\n\n<p style=\"text-align: center;\">NEC’s MH150 Mobile Handset is designed for users across a wide range of industries. With its lightweight yet rugged design and extensive<br>\nfeature support, it exceeds the requirements of general office and management staff while providing a reliable option for front-line personnel<br>\nin high-use environments.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(170, 67, 0, '<section class=\"\" id=\"mmywdgrlnp\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Taking Wi-Fi to a New Level</h3>\n\n<p>The NEC MH150 and MH160 Mobile Handsets extend NEC’s tradition of offering the industry’s highest performing handsets for the Enterprise. These stylish handsets combine an easy-to-use, lightweight design with enhanced durability for employees constantly on the move. They use advanced technologies including 802.11a/b/g (Wi-Fi) network support, extended battery life and a high-resolution display to take Wi-Fi telephony to a new level.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/mh160.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(171, 67, 0, '<section class=\"\" id=\"uvnvzrbetk\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Perfect for Round-the-Clock</h4>\n\n<p>Use Whether deployed as a personal handset or a shared device across multiple shifts, these terminals are the right choice for enterprise- grade wireless telephony. Personalization options include selectable ringing profiles, personal directory, redial list and a speed-dial list to keep frequently dialed numbers readily available. For shared-use environments, multiple charging and battery options make NEC’s MH150 and MH160 Mobile Handsets ideal for 24-hour operation.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Secure and Reliable</h4>\n\n<p>These handsets are easy to set up and use, and they are so durable<br>\nthat they are resistant to dust, shock and liquid damage. Combined<br>\nwith WLAN Voice Gateways with self-healing firmware, the MH150 and<br>\nMH160 Mobile Handsets offer the best in security measures, including<br>\nWEP, WPA and WPA2 protocols as well as Quality of Service (QoS) .<br>\nUsing the Wi-Fi Alliance’s Wireless Multimedia (WMM™) QoS<br>\nstandard, the MH150 and MH160 Mobile Handsets provide enterpriselevel<br>\nsecurity and quality voice. WMM prioritizes traffic (voice, video<br>\nand data) and optimizes the way the network allocates bandwidth –<br>\nensuring call continuity for all users.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Cost Reduction</h4>\n\n<p>Unified management of these devices and their use of the same converged enterprise voice and data infrastructure reduces your capitalized costs. Their integration with a broad range of enterprise applications and networks enables them to deliver the richest possible functionality while significantly improving employee accessibility, productivity and responsiveness. Advanced features are also delivered through their seamless integration with the UNIVERGE IP communications systems.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>A No Compromise Solution</h4>\n\n<p>Having a high-quality voice application is not just a basic requirement – it’s mission-critical. The MH150 and MH160 deliver a no- compromise voice quality solution, sharing the network bandwidth with the enterprise’s data applications, but managing the bandwidth so that calls get the voice quality they require no matter what other demands are placed on the network. It manages the bandwidth to ensure voice quality is always prioritized to be the best available.</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(172, 68, 0, '<section class=\"\" id=\"wazghmilvw\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Robust handsets for employees on the go</h2>\n\n<p style=\"text-align: center;\">Built on open standards, the Spectralink 84-Series Handsets transforms the delivery of mobile enterprise applications by bringing the power of thin client and browser technology to front-line professionals in an easy-to-use and easy-to-manage interface. Additionally, the Spectralink 84-Series supports the industry’s broadest range of interfaces to enterprise-grade PBX, wireless LAN, and infrastructures to deliver maximum interoperability with the lowest overall cost of ownership in the industry.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(173, 68, 0, '<section class=\"\" id=\"ytapontoxb\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>Transform workflows with application, voice, and data integration</h3>\n\n<ul>\n <li>Maximize staff efficiency by leveraging on-board web-based applications through the industry’s only enterprise VoWLAN device with integrated WebKit-based web browser, bar code imager and XML-based API</li>\n <li>Streamline workflows by seamlessly connecting with on-premises peripherals via the exclusive Quick Barcode Connector™ (QBC) interface</li>\n <li>Instantly communicate using the Microsoft® Office Communications Server/Lync™ IM client on a dedicated VoWLAN device</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/spectralink3-charger.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(174, 68, 0, '<section class=\"\" id=\"xvfgyeimon\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/spectralink4-side.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>Key characteristics</h3>\n\n<ul>\n <li>Improved productivity and responsiveness for on-site mobile professionals</li>\n <li>Ideal across a wide range of industries, including healthcare, retail, manufacturing and hospitality</li>\n <li>Built on open standards, these handsets transform the delivery of mobile enterprise applications by bringing the power of thin client and browser technology to front-line professionals in an easy-to-use and easy-to-manage interface </li>\n <li>Supporting the industry’s broadest range of interfaces to enterprise-grade PBX, wireless LAN, and infrastructures to deliver maximum interoperability with the lowest overall cost of ownership in the industry</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(175, 68, 0, '<section class=\"\" id=\"klffqoqfmz\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Broadest interoperability based on open standards</h3>\n\n<ul>\n <li>Connect to the broadest array of PBXs using extensive and proven Spectralink UC software based on industry standard Session Initiation Protocol (SIP)</li>\n <li>Simplify deployments with documented and third-party certified AP configurations</li>\n <li>Install a future-proof solution that leverages the 802.11n standard</li>\n <li>Consolidate disparate paging, telephone, scanning, two-way radios, intercom, conferencing, and location tags into a single device</li>\n <li>Leverage the industry’s best warranty policy for repairs and replacements</li>\n <li>Lower deployment and maintenance costs using on-board diagnostics and centralized management functions</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/spectralink6.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(176, 68, 0, '<section class=\"\" id=\"uflamdglxe\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/spectralink5-back.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Supports the needs of on-site mobile professionals</h3>\n\n<ul>\n <li>Minimize data input errors with an integrated barcode imager (Spectralink 8452/8453 models only)</li>\n <li>Rapidly communicate among groups with integrated Push-to-Talk</li>\n <li>Maximize handset life-span with industrial-grade over-molding and a rugged design</li>\n <li>Simplify user training with large display, simple user interface and dedicated soft-keys</li>\n <li>Operate in loud environments with advanced noise suppression technology</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(177, 31, 0, '\n \n \n \n <section class=\"\" id=\"ryfxnxlkdm\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div id=\"7vuzi4nqq4\">\n<h3><strong><span lang=\"NL\">UC Suite SP310 Softphone</span></strong><span lang=\"NL\"><o:p></o:p></span></h3>\n\n<p><span lang=\"NL\">Integrated Unified Communications (UC) that enhance an organization\'s productivity and collaboration. It is a scalable, feature-rich solution that simplifies communications management and enables complete mobility. Specifically developed for small to medium size businesses, UC Suite SP310 Softphone, users become more mobile and efficient.<o:p></o:p></span></p>\n\n<p><span lang=\"NL\">The UC Suite SP310 Softphone is a versatile, multimedia IP phone that is installed on a personal computer (PC) or laptop and delivers high quality voice via a USB-connected headset/handset. It provides the full functionality and features of a regular desktop phone, plus advanced multimedia applications. Designed to meet the needs of any employee, it can be used as a primary desktop telephone, a supplemental desktop telephone or a remote/telecommuting device.<o:p></o:p></span></p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/softphone-sp350.jpg\"></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(178, 31, 0, '\n \n \n <section class=\"\" id=\"exbgpmslax\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align:center\" align=\"center\"><strong><span lang=\"NL\">Intuitive Interfaces Plus a Wide-Range of Capabilities</span></strong><span lang=\"NL\"><o:p></o:p></span></h2>\n\n<p style=\"text-align:center\" align=\"center\"><span lang=\"NL\">Versatility and flexibility are must haves in today’s communication technologies. NEC’s Softphones are multimedia IP phones installed on a personal computer or laptop. They deliver high-quality voice communication using a USB-connected headset/handset. Employees can use it as a primary desktop telephone, as a supplemental desktop telephone or as a remote/telecommuting device<o:p></o:p></span></p>\n\n<p style=\"text-align:center\" align=\"center\"><span lang=\"NL\">Easy-to-use and full-featured, NEC’s Softphones enable mobility and sharing of real-time information through advanced UC applications such as audio/videoconferencing, Presence, instant messaging/chat, application sharing, whiteboard, and file transfer.<o:p></o:p></span></p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(179, 31, 0, '\n \n \n \n \n \n \n \n \n \n \n \n <section class=\"\" id=\"dlpspornyd\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/SP350%20replace(1).png\" style=\"width: 334px; height: 450px;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3><strong><span lang=\"NL\">UNIVERGE® SP350</span></strong><span lang=\"NL\"><o:p></o:p></span></h3>\n\n<p><span lang=\"NL\">Enabling communication and access to information in real time. NEC\'s UNIVERGE SP350 SoftPhone embeds voice communication into business processes to bring employees the instant communication and information they require. This versatile communications tool offers an extensive array of high-quality video, audio, voice and text features.<o:p></o:p></span></p>\n\n<p><span lang=\"NL\">The SP350 SoftPhone is a multimedia IP phone installed on a personal computer or laptop. It delivers high-quality voice communication using a USB-connected headset/handset. Employees can use it as a primary desktop telephone, as a supplemental desktop telephone or as a remote/telecommuting device.</span></p>\n\n<p style=\"line-height:18.0pt\"><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\">Business ConneCT Operators and Contact Center Agents are also empowered with SP350 SoftPhone where needed to work from a remote location.<o:p></o:p></span></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"xlpffstpis\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, xlpffstpis\" title=\"Tekstverwerker, xlpffstpis\" aria-describedby=\"cke_371\" contenteditable=\"true\"><h3><strong><span lang=\"NL\">UNIVERGE® SP350</span></strong><span lang=\"NL\"><o:p></o:p></span><br></h3><p><span lang=\"NL\">Enabling communication and access to information in real time. NEC\'s UNIVERGE SP350 SoftPhone embeds voice communication into business processes to bring employees the instant communication and information they require. This versatile communications tool offers an extensive array of high-quality video, audio, voice and text features.<o:p></o:p></span></p><p><span lang=\"NL\">The SP350 SoftPhone is a multimedia IP phone installed on a personal computer or laptop. It delivers high-quality voice communication using a USB-connected headset/handset. Employees can use it as a primary desktop telephone, as a supplemental desktop telephone or as a remote/telecommuting device.</span><br></p><p style=\"line-height:18.0pt\"><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\">Business ConneCT Operators and Contact Center Agents are also empowered with SP350 SoftPhone where needed to work from a remote location.<o:p></o:p></span></p></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"vfgtdzttlo\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, vfgtdzttlo\" title=\"Rich Text Editor, vfgtdzttlo\" aria-describedby=\"cke_265\" style=\"position: relative;\" contenteditable=\"true\"><h3><strong><span lang=\"NL\">UNIVERGE® SP350</span></strong><span lang=\"NL\"><o:p></o:p></span></h3><p><span lang=\"NL\">Enabling communication and access to information in real time. NEC\'s UNIVERGE SP350 SoftPhone embeds voice communication into business processes to bring employees the instant communication and information they require. This versatile communications tool offers an extensive array of high-quality video, audio, voice and text features.<o:p></o:p></span></p><p><span lang=\"NL\">The SP350 SoftPhone is a multimedia IP phone installed on a personal computer or laptop. It delivers high-quality voice communication using a USB-connected headset/handset. Employees can use it as a primary desktop telephone, as a supplemental desktop telephone or as a remote/telecommuting device.</span></p><p style=\"line-height:18.0pt\"><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\">Business ConneCT Operators and Contact Center Agents are also empowered with SP350 SoftPhone where needed to work from a remote location.<o:p></o:p></span></p></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"herbgdovxh\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, herbgdovxh\" title=\"Tekstverwerker, herbgdovxh\" aria-describedby=\"cke_412\" contenteditable=\"true\"><h3><strong><span lang=\"NL\">UNIVERGE® SP350</span></strong><span lang=\"NL\"><o:p></o:p></span></h3><p><span lang=\"NL\">Enabling communication and access to information in real time. NEC\'s UNIVERGE SP350 SoftPhone embeds voice communication into business processes to bring employees the instant communication and information they require. This versatile communications tool offers an extensive array of high-quality video, audio, voice and text features.<o:p></o:p></span></p><p><span lang=\"NL\">The SP350 SoftPhone is a multimedia IP phone installed on a personal computer or laptop. It delivers high-quality voice communication using a USB-connected headset/handset. Employees can use it as a primary desktop telephone, as a supplemental desktop telephone or as a remote/telecommuting device.</span></p><p style=\"line-height:18.0pt\"><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\">Business ConneCT Operators and Contact Center Agents are also empowered with SP350 SoftPhone where needed to work from a remote location.<o:p></o:p></span></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"xizipbszue\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, xizipbszue\" title=\"Rich Text Editor, xizipbszue\" aria-describedby=\"cke_257\" style=\"position: relative;\" contenteditable=\"true\"><h3><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\"><o:p></o:p></span></h3>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"tlbtqdbfdy\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, tlbtqdbfdy\" title=\"Tekstverwerker, tlbtqdbfdy\" aria-describedby=\"cke_453\" contenteditable=\"true\"><h3><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\"><o:p></o:p></span></h3></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"ebfsqsmbul\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, ebfsqsmbul\" title=\"Rich Text Editor, ebfsqsmbul\" aria-describedby=\"cke_306\" style=\"position: relative;\" contenteditable=\"true\"><h3><strong><span lang=\"NL\"></span></strong><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\"><o:p></o:p></span></h3></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"ozcbqpqlvc\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, ozcbqpqlvc\" title=\"Tekstverwerker, ozcbqpqlvc\" aria-describedby=\"cke_494\" contenteditable=\"true\"><h3><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\"><o:p></o:p></span></h3></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"qnhqqsvtkz\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, qnhqqsvtkz\" title=\"Rich Text Editor, qnhqqsvtkz\" aria-describedby=\"cke_253\" style=\"position: relative;\" contenteditable=\"true\"><h3><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\"><o:p></o:p></span></h3>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"gwduhvhwcm\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, gwduhvhwcm\" title=\"Tekstverwerker, gwduhvhwcm\" aria-describedby=\"cke_535\" contenteditable=\"true\"><h3><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\"><o:p></o:p></span></h3></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"vnwqeeftce\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, vnwqeeftce\" title=\"Rich Text Editor, vnwqeeftce\" aria-describedby=\"cke_347\" style=\"position: relative;\" contenteditable=\"true\"><h3><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\"><o:p></o:p></span></h3></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"ywftitvrvf\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, ywftitvrvf\" title=\"Tekstverwerker, ywftitvrvf\" aria-describedby=\"cke_576\" contenteditable=\"true\"><h3><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\"><o:p></o:p></span></h3></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"ebzgcomtqw\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, ebzgcomtqw\" title=\"Rich Text Editor, ebzgcomtqw\" aria-describedby=\"cke_298\" style=\"position: relative;\" contenteditable=\"true\"><h3><strong><span lang=\"NL\"></span></strong><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\"><o:p></o:p></span></h3></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"zlrvhrqxal\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, zlrvhrqxal\" title=\"Tekstverwerker, zlrvhrqxal\" aria-describedby=\"cke_617\" contenteditable=\"true\"><h3><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\"><o:p></o:p></span></h3></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"posexrzmrx\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, posexrzmrx\" title=\"Rich Text Editor, posexrzmrx\" aria-describedby=\"cke_388\" style=\"position: relative;\" contenteditable=\"true\"><h3><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\"><o:p></o:p></span></h3></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"qbsbemtzvd\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, qbsbemtzvd\" title=\"Tekstverwerker, qbsbemtzvd\" aria-describedby=\"cke_658\" contenteditable=\"true\"><h3><span style=\"font-family:"Arial",sans-serif;\ncolor:#2A2A29\"><o:p></o:p></span></h3></div></div></div></div></div>\n</div></section>\n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 0, 0),
(180, 31, 0, '<section class=\"\" id=\"fpgdlaudir\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(181, 31, 0, '\n \n \n \n \n <section class=\"\" id=\"ztrxbrcgea\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><strong><span lang=\"NL\">Audio and videoconferencing</span></strong><span lang=\"NL\"> – offers easy set-up and participation in conference calls<o:p></o:p></span></p>\n\n<p><strong><span lang=\"NL\">Presence</span></strong><span lang=\"NL\"> – provides the status of the users who are trying to be reached before a call is placed<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><strong><span lang=\"NL\">Application sharing </span></strong><span lang=\"NL\">- permits users to share up to 16 files and provides the capability to write in text or insert graphics on a shared document.<o:p></o:p></span></p>\n\n<p><strong><span lang=\"NL\">Markup pen </span></strong><span lang=\"NL\">– enables users to redline a portion of a shared document<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><strong><span lang=\"NL\">Application sharing </span></strong><span lang=\"NL\">- permits users to share up to 16 files and provides the capability to write in text or insert graphics on a shared document.</span></p>\n\n<p><strong><span lang=\"NL\">Markup pen </span></strong><span lang=\"NL\">– enables users to redline a portion of a shared document</span></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><strong>Call Log</strong> – enables employees to store information about outgoing/incoming calls and missed calls, as well as files on any recorded calls</p>\n\n<p><strong>Call Record </strong>– helps users keep a recording of calls as well as measure performance, improve training, ensure compliance and evaluate overall performance</p>\n</div>\n</div></section>\n \n \n \n ', '4-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 1000, 1, 1, 0),
(182, 33, 0, '<section class=\"\" id=\"kpgsszzpic\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Create a secure and highly productive working environment</h2>\n\n<p style=\"text-align: center;\">Ensuring security and reducing TCO (Total Cost of Ownership) are no longer fads - they are essentials for any business looking to grow. As an effective solution to both of these issues, thin client systems are rapidly gaining in popularity. Thin client solutions eliminate the need for data storage on client terminals by consolidating data and applications that have traditionally been stored on individual PCs. Not only does this minimize the risk of information leaks, it also enables centralized management of multiple terminals, thus reducing operational costs. NEC’s thin client system brings you tremendous growth opportunities.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(183, 33, 0, '<section class=\"\" id=\"mdnryyhecw\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Thin client system</h3>\n\n<p><strong>Enhanced data security - </strong>All data is securely stored on a server to reduce the risk of data loss by end-users.</p>\n\n<p><strong>Efficient centralized management - </strong>Installation of software and patches is performed in batch on the server by a single administrator</p>\n\n<p><strong>Get connected anywhere</strong> - Users can access their own desktop environment from any available client. Work can be continued at alternative locations during pandemics and disasters</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/150225-US310e_cw.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(184, 1, 0, '\n <section class=\"\" id=\"wsaxnygqzh\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Remote and Mobile workers</h3>\n\n<p>The BX Products range enables mobile users to benefit from UC capabilities, such as audio, video, presence, instant messaging and web conferencing in a secure way and from any location.</p>\n\n<p>The BX product series consists of pure Gateway and SBC solutions, as well as a mix of both, the Hybrid products. These Hybrid products offer investment protection by supporting gradual migration from TDM to IP, and from PSTN to SIP Trunking, supporting SIP and TDM connectivity on the same hardware. SBC functionality can easily be added as a licensed option to the existing gateway.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><section class=\"article-details\">\n<h3>At a glance</h3>\n\n<ul>\n <li>Extensive SIP mediation and interoperability</li>\n <li>Complete perimeter defense for the enterprise</li>\n <li>High Availability, Survivability and resiliency for Branch offices</li>\n <li>Single managed point of demarcation</li>\n <li>Enhanced Quality of Experience</li>\n <li>Software license scalability</li>\n <li>From highly integrated device up to software only</li>\n <li>Rapid Deployment using the SBC</li>\n</ul>\n</section>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(185, 127, 0, '\n <section id=\"hhmfloexex\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Making Mobile People More Productive</h2>\n\n<p style=\"text-align: center;\">NEC provides a scalable, resilient wireless network with a wide range of indoor and outdoor access points that deliver wired-like performance for a high quality user experience. We deliver wired-like performance and predictability and support application-level visibility and control to help ensure business critical applications come first.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(186, 127, 0, '\n <section class=\"\" id=\"crddhheqom\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>The IP DECT open architecture, embracing CAT-iq</h3>\n\n<p>To protect investments and stay competitive, Business Mobility IP DECT is based on the open SIP standard.</p>\n\n<p>This basis offers compatibility to many platforms available in the market. NEC’s IP DECT portfolio takes advantage of the CAT-iq standard with HD-voice quality as important enhancement to DECT and supports applications such as Unified Communications, messaging, alarming, task management and localization.</p>\n\n<h3>Multi-site mobility</h3>\n\n<p>Business Mobility IP DECT provides wireless telephony in a multi-site business or campus environment. Organizations with a main office and different branch offices for instance simply install IP DECT Access Points at remote locations, which form one cluster with all other Access Points via the company’s network infrastructure.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Access Points</h3>\n\n<p>An IP DECT configuration typically consists of Access Points (APs), IP DECT system software, a DMLS open interface for messaging and DECT handsets. Our AP400 APs connect to the IP network and form a DECT system that provides peer to peer IP communication. The connection between AP400s and the host PBX uses either a dedicated IP protocol or a SIP interface. With SIP support (SIP DECT), the IP DECT system can be linked to any certified SIP based host PBX system.</p>\n\n<p>The IP network can be one single converged voice/data network or a dedicated network. An Access Point provides 12 DECT channels and supports up to 11 simultaneous calls. An IP DECT configuration can also support other applications such as voice mail, web-based telephony, central directory, and messaging. A DAP Manager is required for installation, maintenance, subscription, wide area roaming, and messaging.</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(194, 37, 0, '<section id=\"pxwvplqtyz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Hyperconverged Transformation:<br>\nGetting the Software-defined Data Center Right</h2>\n\n<p style=\"text-align: center;\">Software-Defined Networking (SDN) solves existing network problems to enable highly complex social systems and increasingly intricate systems built with information and communications technology (ICT) to be constructed more simply and flexibly.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(187, 34, 0, '\n \n <section id=\"evbbhiygbt\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align:center\" align=\"center\"><span lang=\"NL\">On-site wireless telephony on your IP Network<o:p></o:p></span></h2>\n\n<p style=\"text-align: center;\">Business Mobility IP DECT provides users access to the company’s corporate directory. At all times the telephone numbers and names of the entire organization are at hand. Users can also see the presence of the person they need. No need to search for personal contact information or consult the nearest PC screen, just browse to the right person in your DECT handset and check the person’s presence status.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(345, 207, 0, '\n \n \n \n \n <section id=\"sfndpkxuhm\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align:center\" align=\"center\"><strong><span lang=\"NL\">NEC\'s SAP HANA Offering is an all-round solution</span></strong></h2>\n\n<p style=\"text-align:center\" align=\"center\"><span lang=\"NL\">It brings together a host of rich features to offer high performance, availability and ease of management. All this is backed by a mechanism that is specially put together to enable quick, dependable support and make latest SAP HANA features available instantly.<o:p></o:p></span></p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(189, 34, 0, '\n \n <section id=\"kuycyqxatl\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Business Mobility IP DECT ensures the best user experience</h4>\n\n<ul>\n <li>Crystal clear audio quality up to HD audio</li>\n <li>Appealing and ergonomic handsets deliver optimal mobility, flexibility and comfort of use</li>\n <li>Easy access to a central directory and employee presence info</li>\n <li>High feature transparency so you can use the same facilities while away from your desk</li>\n <li>Roaming between networks allows you to use the handset on different (remote) locations</li>\n <li>Full security with secure DECT air interface, uniquely identified handsets and voice encryption</li>\n <li>Easy deployment - plug and play install and downloadable software in APs and handsets</li>\n <li>A scalable solution (up to 4000 APs in IP DECT system) for large campuses or organizations</li>\n <li>Messaging and alarming functions offer the optimum in messaging and personal security</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Location Detection</h4>\n\n<p>Business Mobility IP DECT can also be used to locate DECT handsets and their users. This can be essential if e.g. staff need immediate assistance from colleagues. Pushing the SOS button on the phone, the system alerts staff to provide assistance, while the system automatically provides the location information</p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 4, 1, 0, 0),
(188, 34, 0, '\n \n \n <section id=\"famhdycohg\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Text and Alarm messaging</h3>\n\n<p>Business Mobility IP DECT provides powerful text and alarm messaging capabilities for a wide variety of applications in different types of business. With messaging, staff can be alerted about incidents such as a fire, nurse calls or status of industrial processes. As such it also replaces separate paging systems. Messaging includes individual messages to terminals, broadcast messages to a group of terminals and confirmation messages by the user. Different priority levels allow staff to differentiate between messages.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 3, 1, 0, 0),
(1023, 34, 0, '\n \n \n \n \n \n \n <section id=\"hligythzwm\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Proven Reliability</strong><br>\nDECT has been around for a while and still is the best possible mobility solution for practically all businesses. </p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"height: 21px; width: 20px; float: left;\"> <strong>Multi-site Mobility</strong><br>\nIP DECT provides wireless communications in a multi-site business or campus environment.</p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Easy Deployment and Managment</strong><br>\nThe DECT powerful management tool supports Central Management. Scalability from 1 to 2000 Access Points. Handset software downloadable ‘through the air’. Central DAP controllers with redundancy and virtualization options.</p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Corporate Directory and Presence Status</strong><br>\nAt all times the telephone numbers and names of the entire organization are at hand. Users can also see the presence of the person they need.</p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Text and Alarm Messaging</strong><br>\nStaff can be alerted in case of incidents or emergencies. Individual messages to terminals, broadcast messages to a group of terminals and confirmation messages by the user. Different priority levels to differentiate between messages.<br>\n<br>\n<img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Location Detection</strong><br>\nLocating DECT handsets and their users can be essential if e.g. staff need immediate assistance from colleagues. Via the SOS button the system alerts staff to provide assistance, while automatically providing location information.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/IP-DECT-key-applications.jpg\" style=\"width: 400px; height: 460px;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(191, 34, 0, '\n \n <section class=\"\" id=\"nlewkmiwig\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p>The IP network can be one single converged voice/data network or a dedicated network. An Access Point provides 12 DECT channels and supports up to 11 simultaneous calls. An IP DECT configuration can also support other applications such as voice mail, web-based telephony, central directory, and messaging. A DAP Manager is required for installation, maintenance, subscription, wide area roaming, and messaging.</p>\n\n<h3>Empowered with CAT-iq</h3>\n\n<p>NEC’s AP400 Series is CAT-iq enabled, including wideband audio for superior sound quality. The range starts with the AP400S, aimed at small businesses, that can be configured up to 10 access points at a very attractive price. Next in line is the AP400C, designed for small to medium sized businesses, while the full enterprise AP400 caters for larger organizations and networks. The series is compatible with all NEC IP communication platforms as well as many systems of other brands that are based on standard SIP interfaces.</p>\n\n<p>IP DECT provides wireless telephony in a single converged network that can be used for both fixed and wireless telephony. The IP DECT infrastructure provides the following features:</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div class=\"column-content\">\n<ul>\n <li>DECT on top of IP and SIP based communication platforms</li>\n <li>Access Points connect directly to the IP network</li>\n <li>Support of 11 simultaneous calls per AP400</li>\n <li>Support of DECT compatible handsets</li>\n <li>Power over Ethernet (IEEE802.3af)</li>\n <li>Optional G.729 compression with add-on board</li>\n <li>Crystal clear speech, roaming and seamless handover</li>\n <li>Secure voice communication through DECT authentication and encryption</li>\n <li>Support of Short Messaging (LRMS) up to 160 characters</li>\n <li>Scalable solution up to 2000 APs in one network and in combination with existing AP200 and AP300 series APs</li>\n <li>Main and branch office support over LAN/WAN improving the overall business efficiency from single office environments to a campus or even metropolitan area</li>\n <li>Easy maintenance: downloadable software and web based tooling</li>\n <li>Increased reachability and productivity of employees</li>\n <li>Easy deployment and installation: plug and play</li>\n <li>Cost savings on infrastructure and cellular use</li>\n <li>Dedicated model AP400Ex for use in potentially hazardous/explosive environments</li>\n</ul>\n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(190, 34, 0, '\n <section class=\"\" id=\"foaawpstir\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>AP400 Access Points</h3>\n\n<p>An IP DECT configuration typically consists of Access Points (APs), IP DECT system software, a DMLS open interface for messaging and DECT handsets. Our AP400 APs connect to the IP network and form a DECT system that provides peer to peer IP communication. The connection between AP400s and the host PBX uses either a dedicated IP protocol or a SIP interface. With SIP support (SIP DECT), the IP DECT system can be linked to any certified SIP based host PBX system.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/IP-DECT-AP400.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 5, 1, 1, 0),
(192, 36, 0, '\n \n \n <section class=\"\" id=\"mvadgopmxc\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Extend enterprise UC to mobile devices</h2>\n\n<p style=\"text-align: center;\">With NEC\'s uMobility FMC solution, businesses are now able to provide their employees with single number reach, unified voice messaging and enhanced in-building coverage on their mobile devices through their corporate WiFi network. Employees, via their mobile device, can effortlessly roam on and off campus, from their business\'s WiFi to cellular networks and back again.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(193, 36, 0, '<section class=\"\" id=\"qaxqukstop\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p> </p>\n\n<ul type=\"disc\">\n <li><strong>Single Number Reach</strong> – Provide colleagues and customers with one phone number. When they call it, both a cell phone and business phone ring.</li>\n <li><strong>Unified Voice Messaging</strong> – No need to check multiple voicemail boxes for messages. All missed calls, regardless of the phone called, ring directly to a central mailbox that can be checked from one’s desk or on the go.</li>\n <li><strong>Seamless Roaming</strong> – Use a smartphone to easily transfer calls from the business’s Wi-Fi network to a cellular network, and back again</li>\n <li><strong>Enterprise Dialing –</strong> Use a smartphone to make station-to-station or external calls. Enter just a four-digit extension, just a five-digit extension or the entire number.<strong> </strong></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(260, 36, 0, '\n <section class=\"\" id=\"odycthikav\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><strong>Single Number Reach</strong></h4>\n\n<p style=\"text-align: center;\">Provide colleagues and customers with one phone number. When they call it, both a cell phone and business phone ring.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><strong>Unified Voice Messaging</strong></h4>\n\n<p style=\"text-align: center;\">No need to check multiple voicemail boxes for messages. All missed calls, regardless of the phone called, ring directly to a central mailbox that can be checked from one’s desk or on the go.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><strong>Seamless Roaming</strong></h4>\n\n<p style=\"text-align: center;\">Use a smartphone to easily transfer calls from the business’s WiFi network to a cellular network, and back again</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><strong>Enterprise Dialing</strong></h4>\n\n<p style=\"text-align: center;\">Use a smartphone to make station-to-station or external calls. Enter just a four-digit extension, just a five-digit extension or the entire number.<strong> </strong></p>\n</div>\n</div></section>\n ', '4-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 3, 1, 1, 0),
(195, 37, 0, '\n <section class=\"\" id=\"yitbwlxpzp\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Business Benefits of SDN</h3>\n\n<p>Software-defined networking (SDN) has demonstrated the capacity to turn the network into an enabler of modern IT environments and business needs and not a bottleneck.</p>\n\n<p>The concept of SDN is to externalize the control plane to a centralized controller or other service. By centralizing the controller or service, opening APIs, and using software to program the network, SDN can help to eliminate the manual processes, configuration inflexibility, and latency challenges associated with device-centric networking.</p>\n\n<h3>Why SDN for Enterprises</h3>\n\n<ul>\n <li>Cost Effective and Flexible Approach</li>\n <li>Automation increases IT agility</li>\n <li>Application Aware</li>\n <li>Abstraction of Infrastructure</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>What’s in it for me?</h3>\n\n<ul>\n <li>Reduction of network operations cost by 80%</li>\n <li>Reduction of troubleshooting time by 94%</li>\n <li>Reduction of 17 racks of server equipment down to 8</li>\n <li>Consolidation from 40 switches to 8</li>\n <li>Quickly roll out of an advanced multifactor authentication and monitoring services thanks to network flexibility</li>\n</ul>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/illustrations-what-in-it.png\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(196, 38, 0, '\n \n \n \n \n <section class=\"\" id=\"hdxblnfzsz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align:center\" align=\"center\"><span lang=\"NL\">The Simple Solution for Complex Networks<o:p></o:p></span></h2>\n\n<h2 style=\"text-align:center\" align=\"center\"><span lang=\"NL\"><o:p></o:p></span></h2>\n\n<p style=\"text-align:center\" align=\"center\"><span lang=\"NL\">NEC ProgrammableFlow Networking Suite, the first commercially available Software-Defined Network solution to leverage the OpenFlow protocol, enables full network virtualization and allows enterprises, data centers and service providers to easily and cost-effectively deploy, control, monitor and manage secure multi-tenant networks.<o:p></o:p></span></p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(197, 38, 0, '\n \n \n <section class=\"\" id=\"krfbicetbz\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>At a Glance</h3>\n\n<ul>\n <li>Network-wide virtualization, featuring a high performance, resilient network fabric offering high availability and management of network flows up to 1 Terabyte</li>\n <li>Best-in-Class interoperability and investment protection, including support of the 1.3 OpenFlow1 standard, and demonstrated operations with multiple switch vendors</li>\n <li>Granular, end-to-end network visibility and control from a central point for dynamic, policy-based network management featuring advanced automation</li>\n <li>Multi-tenant capabilities enable isolated, secure networking to meet stringent compliance and regulatory requirements</li>\n <li>Integrated network and compute orchestration with OpenStack and Microsoft System Center Virtual Machine Manager for greater agility and streamlined operations</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3><span lang=\"NL\">Virtualized Network Infrastructure for the Cloud<o:p></o:p></span></h3>\n\n<p>With NEC\'s Virtual Tenant Network technology, administrators can build multi-tenant networks in which virtual machine migration is unfettered, enabling rapid scaleout of new applications, balanced workloads, and higher levels of availability. ProgrammableFlow\'s centralized control of the network eliminates the need for distributed protocols such as Spanning Tree, reducing network complexity and unlocking the network capacity often made unavailable in existing networks</p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(198, 39, 0, '\n <section class=\"\" id=\"xbbvnazeks\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><div>\n<h2 style=\"text-align: center;\">OpenFlow/SDN Software Defined Networking</h2>\n</div>\n\n<div>\n<p class=\"NFG-txtLarge NFG-marginNormal\" style=\"text-align: center;\">Award-Winning High Performance – A powerful, hybrid, multi-layer switch. It can integrate into a legacy environment. Or it functions fully with OpenFlow-enabled benefits behind NEC’s ProgrammableFlow Controller. ProgrammableFlow SDN automates and simplifi es network administration for greater business agility, and provides a network-wide programmable interface for unifying the deployment and management of network services with the rest of IT infrastructure. This open network architecture separates the network control plane from the data plane – centralizing and streamlining network administration.</p>\n</div>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(199, 39, 0, '\n <section class=\"\" id=\"mxbwwqpeie\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Networking Challenges in the Cloud</h3>\n\n<p>In today’s data center and cloud environment, new business demands and new innovations in compute infrastructure have increased the strains on data center networks. Economies of scale and improvements in governance are driving demand for IT infrastructure that can handle a variety of workloads. But building networks that enable these benefits is a challenge. Current network equipment lacks flexibility and responsiveness to dynamic business demands, making it difficult to provision and even harder to manage the multitenant networks that cloud services require.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/nec-PF5240.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(202, 128, 0, '<section id=\"vdgkledaww\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">Optimize your server resource utilization through virtualization</h2>\n\n<p style=\"text-align: center;\">Leveraging the rich heritage of mainframe and supercomputer development, NEC\'s Server Family delivers innovative features that address today\'s complex IT infrastructure computing needs.</p>\n\n<p style=\"text-align: center;\">Powered by energy efficient and powerful Intel<sup>®</sup> Xeon<sup>®</sup> processors, NEC\'s Server Family delivers the proven performance and advanced functionality that deliver real solutions to reduce procurement and operations costs.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(200, 39, 0, '\n <section class=\"\" id=\"wpanabcinv\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/nec-sdn-solution.png\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Key Features</h3>\n\n<ul>\n <li><strong>OpenFlow</strong> - By managing route control features in a centralized way at the controller, The system develops and deploys simple and fl exible network based on new network technology for next generation data center.<br>\n - OpenFlow version 1.3.1 / 1.0.0<br>\n - Large capacity fl ow table<br>\n - Multiple tables and multiple hit (standard group/visualization group/QoS group)<br>\n - IPv6/MPLS, Arbitrarily wildcard bit, Policing action<br>\n - VLAN confi guration, Packet-in message auto-suppression, Fast link-failure recovery</li>\n <li><strong>Full-wire-rate packet forwarding</strong> - It makes eff ective packet forwarding that hardware executes OpenFlow features, searching flow entry and performing action.</li>\n <li><strong>Compatibility</strong> - Normal LAN features (multilayer switch, IP router functionality etc.) and OpenFlow features can coexist.</li>\n</ul>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(201, 40, 0, '\n <section class=\"\" id=\"wviulxkzmx\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Best cloud services integrated</h2>\n\n<p style=\"text-align: center;\">Cloud Store is a unique cloud brokerage public marketplace that enables ICT service providers to offer their customer organizations ready-to-use business applications from the cloud. The one-stop shop marketplace can be fully branded by NEC’s channel partners and is fully managed by NEC with all registering, ordering and billing capabilities included. It contains a rich and expanding catalogue of market leading applications addressing the business needs of any company.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(262, 40, 0, '<section class=\"\" id=\"uflcwnmzkq\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"></div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(203, 128, 0, '<section id=\"nsflunsltu\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>NEC\'s Server Family</h3>\n\n<p>NEC\'s Server Family delivers innovative features that address today\'s complex IT infrastructure computing needs. From highly efficient, flexible servers with a <strong>Japanese reputation of rock solid reliability</strong> for data centers that require large-scale consolidation, to servers that are easy to set up on demand for office environments that require small or medium-scale consolidation.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>NEC\'s Ecological Solutions</h3>\n\n<ul>\n <li>Optimized cooling technology and intelligent fan control to support <strong>continuous operation in a 40° C (104°F) environment to minimize cooling costs.</strong></li>\n <li>Selected configurations up to 45°C</li>\n <li>Shared power supply design and redundant power supplies with cold-standby feature to sustain a maximum power conversion efficiency</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(204, 83, 0, '<section id=\"bfihbpetsg\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">High performance, reliability and availability at affordable prices</h2>\n\n<p style=\"text-align: center;\">NEC Industry Standard Servers deliver high performance, reliability and availability at affordable prices.</p>\n\n<p style=\"text-align: center;\">For challenging environments an optional dust-resistant front bezel is available.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(205, 83, 0, '<section id=\"eouxszxmps\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h2>NEC Tower Servers</h2>\n\n<p>NEC’s Tower Servers offer essential and balanced price/performance for the small to medium smart enterprises.</p>\n\n<p>Selected model configurations support up to 48° C operating temperatures for greater reliability, improved energy efficiency, and reduced operational costs.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_tower_server_front_dual_cpu.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(206, 84, 0, '<section id=\"rpydkmwlwn\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">Scalable and Versatile Servers for Smart Enterprises</h2>\n\n<p style=\"text-align: center;\">Single, dual, quad socket rack servers equipped with the latest Intel<sup>®</sup> Xeon<sup>®</sup> processors for outstanding performance, reliability, and simplified management.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(211, 85, 0, '<section id=\"yiswusfyqe\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-sigmablade-server.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3 class=\"nf-hdg3-01 \">For every scale of server consolidation</h3>\n\n<p>Two blade enclosures are available to meet the scale requirements of server consolidation.</p>\n\n<p>Blade enclosure H is a 16 blade 10U chassis. Blade enclosure M is a 8 blade, 6U chassis.</p>\n\n<p>They provide easy setup and configuration connectivity through the management module. Redundant power supply modules and fans ensure that the servers maintain the expected availability.</p>\n\n<p style=\"margin: 0cm 0cm 0pt;\">Selected configurations support continuous operation up to 40° C ambient temperature.</p>\n\n<p style=\"margin: 0cm 0cm 0pt;\"> </p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(247, 115, 0, '<section id=\"vefklxcqlw\" class=\"\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"></div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(207, 84, 0, '\n <section id=\"rorqqlfqit\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>NEC Rack Servers</h3>\n\n<p style=\"margin: 0cm 0cm 0pt;\">NEC Rack Servers are designed to deliver high performance, reliability and availability at affordable prices and address any business environment, from work groups to small businesses to medium and large smart enterprises.</p>\n\n<p style=\"margin: 0cm 0cm 0pt;\"> </p>\n\n<p style=\"margin: 0cm 0cm 0pt;\">Available in 1, 2 or 4 socket confirgurations based on the latest Intel<sup>®</sup> Xeon<sup>® </sup>processors to suit all application and pricing needs. Models are available <font color=\"#333333\">in 1U, 2U and 4U providing an optimum balance of size and expandability. </font></p>\n\n<p style=\"margin: 0cm 0cm 0pt;\"> </p>\n\n<p style=\"margin: 0cm 0cm 0pt;\"><font color=\"#333333\">Operating temperature of up to 40° C are supported and with certain models in selected configurations now up to 45° C.</font></p>\n\n<p style=\"margin: 0cm 0cm 0pt;\"><span style=\"background: white; color: rgb(51, 51, 51); font-family: "Arial",sans-serif; font-size: 10.5pt;\"> </span></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/rack_server_1U-2U-4U-range.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(208, 85, 0, '\n <section id=\"mreuqbyvmf\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">A versatile infrastructure for your business</h2>\n\n<p style=\"text-align: center;\">Enhance data center efficiency with the shared power, cooling, networking and management infrastructure of the NEC blade servers.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(209, 85, 0, '<section class=\"\" id=\"xnvelflevw\"><div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '3-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 0, 0),
(210, 85, 0, '\n \n <section id=\"cghscotcgl\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3 class=\"nf-hdg3-01 \">Optimal resource allocation</h3>\n\n<p>NEC\'s Blade Server systems optimize server consolidation in conjunction with SigmaSystemCenter (SCC) platform management software.</p>\n\n<p>SSC is an all-in-one platform management solution designed for centralized management and policy-based autonomy. It monitors CPU usage rates and dynamically allocates server resources based on changing operational loads. </p>\n\n<p>The SSC\'s load-balancing ability allows system administrators to respond to abrupt changes in their business environment. When uneven server loads are detected, the SCC shuts down lightly loaded servers to gain power savings. It powers on standby servers when active servers are heavily loaded.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_dual_cpu_tower_server_front.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(212, 86, 0, '<section id=\"mtxdkxqezg\"><div class=\"col24\">\n<div class=\"column-wrapper\"><p style=\"text-align: center;\">High density, mid-range performance server platform with great scalability and flexibility.</p>\n\n<p style=\"text-align: center;\">With up to 4 servers in a 2U enclosure, the NEC Modular server is ideal for the most demanding data center and HPC applications, requiring both computing power and data center space optimization at an attractive price point.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(213, 86, 0, '\n \n <section id=\"gkyyabaqeu\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>NEC Express5800/E120g-M</h3>\n\n<p>The Express5800/E120g-M, a dual-socket modular server, offers superior performance, scalability and high-density mounting capability. Supporting the latest Intel® Xeon® Processor E5-2600 v4 product family, high speed DDR4-2400 memory and up to 8 TB of storage capacity, the E120g-M is ideal for most demanding data center applications and high performance computing applications requiring computing power and data center space optimization.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_modular_server_angle.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(214, 86, 0, '<section id=\"ypcqisrvla\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nf-hdg3-01 \">Ultimate Power Efficiency</h4>\n\n<div class=\"lytImg-01 right parallel \">\n<div class=\"txt\">\n<p>NEC’s innovative green design concept and industry leading fan control technology allows the E120g-M to operate at temperatures up to 40 degree Celsius (104 degree Fahrenheit), therefore reducing cooling requirements.</p>\n\n<p>In addition, dual hot plug power supplies with cold-standby mode, which are shared by four server nodes, enable further energy savings.</p>\n</div>\n</div>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nf-hdg3-01 \">Superior Serviceability</h4>\n\n<p>Servers can be accessed and maintained from the front side thanks to NEC’s innovative server design. This enables replacing standard rack servers without redesigning data center facilities and server maintenance procedures.</p>\n\n<p>Manage easy setup and deployment with the NEC EXPRESSBUILDER and leverage easy management with NEC’s EXPRESSSCOPE Engine 3 together with NEC ESMPRO. These are all standard and complimentary delivered with the NEC servers.</p>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(436, 87, 0, '\n <section id=\"ipkzmndumc\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2>Express5800/A2000 Series</h2>\n\n<ul>\n <li>Scalable configuration from 2 to 4 socket server</li>\n <li>High reliability, availability and serviceability (RAS) features</li>\n <li>80 PLUS® Platinum certified power supply</li>\n <li>Operationable in 40 degrees Celsius</li>\n <li>Ideal for large databases, enterprise applications, virtualization and in-memory computing<span id=\"cke_bm_322E\" style=\"display: none;\"> </span></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_enterprise_server_front.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(215, 87, 0, '<section class=\"\" id=\"sgpbrldzzi\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">High Performance, Scalability and Reliability</h2>\n\n<p style=\"text-align: center;\">Leveraging NEC\'s world-class supercomputer and mainframe heritage, the NEC Express5800 Scalable Enterprise Severs represent the sixth-generation in NEC\'s family of Intel® enterprise architecture based server platforms. NEC\'s Scalable Enterprise Servers are realizing high performance, high availability and high operation-ability by leveraging the latest Intel® Xeon® Processor E7 v3 Family. Ideal platform for compute-intensive and memory-hungry applications in mission critical and virtualized environment.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(216, 88, 0, '<section class=\"\" id=\"penvkmrawf\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Exceptional uptime through dual modular hardware redundancy</h2>\n\n<p style=\"text-align: center;\">Achieving near-zero downtime is for mission-critical businesses that cannot afford a single moment of failure. NEC Fault Tolerant (FT) servers provide an innovative solution to address planned and unplanned downtime for your most important applications. The FT servers deliver exceptional uptime through dual modular hardware redundancy and help maximize your business outcomes. The servers provide continuous availability through hardware redundancy in all components: Processors, memory, motherboards, I/O, hard disk drives, and cooling fans.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(217, 88, 0, '\n <section class=\"\" id=\"sfcxhwsehl\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>99.999% uptime</h3>\n\n<p>NEC’s fault tolerant servers are designed with innovative technology that enables continuous availability for a solution with up to 99.999% system uptime while providing data integrity and exceptional performance.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_fault_tolerant.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(218, 88, 0, '<section class=\"\" id=\"zhqovcakwa\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nf-hdg3-01 \">GeminiEngine™ — the Heart of Lockstep Processing</h4>\n\n<p>The heart of the dual-modular redundancy architecture for the FT server is its GeminiEngine™ chipset, a feature specially engineered to synchronize redundant components and prevent CPU performance degradation due to hardware redundancy control. The GeminiEngine feature enables \"lockstep\" processing, allowing the redundant components to process the same instructions simultaneously, and thereby eliminating potential failure points for continuous processing.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nf-hdg3-01 \">Rapid Disk Resync (RDR)</h4>\n\n<p>The Rapid Disk Resync (RDR) is a disk synchronization technology that enables the disks to be resynchronized in a short period of time when their mirror has been broken due to a system failure or system maintenance. The RDR resumes disk mirroring by performing quick copies of only data changes, rather than entire disk data, thereby minimizing the time that the system runs with non-redundant disk system.</p>\n\n<p>* The RDR is available on the Windows models only.</p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 1000, 1, 1, 0),
(219, 89, 0, '<section class=\"\" id=\"luuaatvkcm\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Ideal Platform to support IoT</h2>\n\n<p style=\"text-align: center;\">NEC’s DX server series offers our customers a better platform solution thanks to its small footprint and low power requirement. This new technology is perfect for Datacenter optimization, easier platform management and more.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(220, 89, 0, '\n <section class=\"\" id=\"mqyamsszzn\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3 class=\"nf-hdg2-01 \">Best efficiency level for its highly dense design</h3>\n\n<p>Big data continues to flood the world in real time, generating valuable information that needs to be collected and analyzed using advanced analytics technology. The feedback generated through big data analytics creates a flow of information about people, things and services and is known as the Internet of Things (IoT). This dramatic flow of information will bring a big impact to business, including changes in the process of knowledge creation, a new social value creation, reformation of industrial structure and industry reorganization.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_DX2000_scalable_modular_server.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(221, 102, 0, '<section class=\"\" id=\"mmrtqodqzm\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">All batch & real-time processing needs</h2>\n\n<p style=\"text-align: center;\">Data Platform for Hadoop is a common platform for all batch & real-time processing of large scale data. It employs “Hortonworks Data Platform (HDP), which is comprised of “Apache Hadoop” for distributed processing of large scale data and “Apache Spark” that enables efficient in-memory processing and real-time processing.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(222, 102, 0, '<section class=\"\" id=\"cskvtvuatw\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3 class=\"nf-hdg3-01 \">Ideal for unstructured data processing</h3>\n\n<p><strong>Data Platform for Hadoop</strong> allows accumulation of large scale data without changing its original structure.</p>\n\n<p>This greatly increases the possibilities of utilizing the data, because the data structure can be specified as per the intended use of application, when reading the data.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3 class=\"nf-hdg3-01 \">Quick deployment & Stable operations</h3>\n\n<p><strong>Data Platform for Hadoop</strong> is a pre-designed(including sizing and tuning) and pre-validated integrated system, which combines necessary hardware and software.<br>\nIt reduces TCO substantially, shortens the deployment period and stabilizes the quality of platform.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(223, 103, 0, '<section id=\"chwekhmgof\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><section class=\"article-details\">\n<h2 style=\"text-align: center;\">Scalability & Reliability</h2>\n\n<div class=\"NFG-break\">\n<p style=\"text-align: center;\">Whether NEC\'s diverse line of storage disk array solutions or our award-winning distributed grid storage platform, we enable long-term data retention through performance scalability, maximized capacity and large-scale storage consolidation.</p>\n\n<p style=\"text-align: center;\">Our storage hardware and software work to deliver cost effective and high reliability.</p>\n</div>\n</section>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(564, 110, 0, '<section id=\"wwmuvwncbt\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Strategic Benefits</h2>\n\n<p style=\"text-align: center;\">Our M Series solutions have been developed to respond to the needs of the next-generation infrastructure. This means providing capabilities that are central to any organization looking to improve the way they store, share and archive critical data, including</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(224, 103, 0, '\n <section class=\"\" id=\"hsvbdqyqtk\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h2>Recover Readiness</h2>\n\n<p>As an Information and Communication Technology (ICT) leader with more than 117 years of expertise, NEC with its suite of award-winning high availability, disaster recovery solutions help maintain a connected environment where it is most crucial.</p>\n\n<h3 class=\"nec-orange\">Comprehensive continuity becomes more feasible when you rely on NEC for your storage infrastructure.</h3>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC%20storage%20M.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(225, 110, 0, '<section class=\"\" id=\"urqmpmqnbs\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Proficiency & Affordability</h2>\n\n<p style=\"text-align: center;\">M-Series, NEC\'s diverse line of storage disk array solutions, makes large-scale storage consolidation and scalability easy with autonomous operations using advanced virtualization technologies, a high-speed solid state drive and thin provisioning.</p>\n\n<p style=\"text-align: center;\">Whether for an entry-level, low-end, mid-tier or high-performance environment, we deliver the optimal system that perfectly balances non-disruptive, highly efficient and secure availability with energy-savings affordability.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(226, 110, 0, '\n \n <section class=\"\" id=\"sfuudkkama\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div class=\"vert-offset-3\">\n<h3 class=\"nec-orange\">Next Generation M-Series SAN Storage Solutions</h3>\n\n<p>Discover how NEC\'s SAN storage solutions deliver significant improvements through enhanced speed, scale, and functionality with this informative video</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div class=\"embed-erternal vert-offset-1\"><iframe allowfullscreen=\"\" src=\"//www.youtube.com/embed/UfRUb23GneA\" width=\"100%\" height=\"300\" frameborder=\"0\"></iframe></div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 4, 1, 1, 0),
(228, 110, 0, '<section class=\"\" id=\"dovcxptizp\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(227, 110, 0, '<section id=\"gtdcwhffrv\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><ul>\n <li>NEC\'s M-Series Storage Disk Arrays for SAN and NAS applications is the perfect balance of performance, affordability and functionality for today’s needs such as virtualization, cloud environment and power saving.</li>\n <li>Setup can be accomplished in 15 minutes or less. User-friendly GUI makes storage management and data handling easy. An advanced power-saving design slashes power consumption. Thin provisioning enables ideal capacity distribution in a virtual environment.</li>\n <li>40% to 60% fewer hard disk failures</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><ul>\n <li>Robust storage management software</li>\n <li>MAID technology for reducing energy consumption</li>\n <li>Seamless scalability</li>\n <li>Advanced software: thin provisioning, replication.</li>\n <li>The M Series product line up offers an entry model in the M100 all the way up to the large scale storage solution in the M700 using data allocations optimization with high-speed SSD and thin provisioning.</li>\n <li>SAP HANA certified Storage</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(229, 112, 0, '<section class=\"\" id=\"uglonyvhgz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">High Performance - Maximum Capacity</h2>\n\n<p style=\"text-align: center;\">HYDRAstor, NEC\'s award-winning distributed grid storage platform, enables long-term data retention through scalability of performance and maximized capacity without the complexity and inherent limitations of legacy storage solutions.</p>\n\n<p style=\"text-align: center;\">NEC HYDRAstor is capable of delivering lower storage capacity consumption by up to 95% or more with inline global data deduplication and significant reduction in network bandwidth requirement with WAN-Optimized Replication for cost-effective disaster recovery.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(230, 112, 0, '<section id=\"crqgliulgv\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"boxSection-01\">\n<h3 class=\"nf-hdg2-01 \">HYDRAstor Series</h3>\n</div>\n\n<p>HYDRAstor is a scale-out grid storage platform built on top of a scalable back-end object storage with inline global deduplication, solving present and future challenges for long-term data.</p>\n\n<p>HYDRAstor’s scale-out grid architecture provides scalability of both performance and capacity, capacity optimization, advanced erasure-coded data protection, and high availability with node-level resiliency.</p>\n\n<p>HYDRAstor can be further expanded and refreshed online with no data migration by incorporating newer generation hardware into the same grid system, maximizing investment protection. HYDRAstor delivers the following benefits for long-term data.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/HYDRAstor.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 0, 0),
(231, 112, 0, '<section id=\"zevwbdygio\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Features</h3>\n\n<ul>\n <li>High performance inline global deduplication</li>\n <li>Massive linear scalability exceeding 158 PB and 5 PB/hr</li>\n <li>High availability and no single point of failure</li>\n <li>Advanced data protection with erasure-coded data resiliency</li>\n <li>Investment protection and in-place hardware refresh</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>A unified platform for multiple applications</h3>\n\n<p>Existing Solutions in the market deploy multiple independent storage devices in a siloed approach, which complicates storage, increases costs, and lacks optimization. HYDRAstor is the only product able to consolidate all Enterprise Data Management needs and usages with ONE platform</p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 0, 0),
(232, 94, 0, '\n \n \n <section class=\"\" id=\"kaqfpbldld\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align:center\" align=\"center\"><span lang=\"NL\">Manage your IT system and overcome all system challenges<o:p></o:p></span></h2>\n\n<p style=\"text-align: center;\">NEC\'s MasterScope middleware is an integrated administration software suite that helps you to overcome the challenges of the increasingly complicated corporate IT systems.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(237, 96, 0, '<section id=\"mwyafqzdsg\"><div class=\"col24\">\n<div class=\"column-wrapper\"><p style=\"text-align: center;\">NEC Express5800 series servers come standard with a complete remote management suite: EXPRESSSCOPE Engine baseboard management controller and ESMPRO server management software. The suite enables administrators to monitor, control, and troubleshoot from graphical remote console without the need to be onsite. The remote functionalities significantly simplify server management and help proactively maintain server health to maximize availability and operational efficiency for better TCO.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(234, 94, 0, '\n <section class=\"\" id=\"zqgqaxbdxq\"><div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nf-hdg4-01 \" style=\"text-align: center;\">Excellent scalability</h4>\n\n<p style=\"text-align: center;\">All features can be set up and monitored from an integrated console even when MasterScope is functionally expanded to support all the added requirements such as monitoring additional servers, networks, or application performances.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nf-hdg4-01 \" style=\"text-align: center;\">Excellent usability</h4>\n\n<p style=\"text-align: center;\">Products added as targets of MasterScope management can also be operated on a single screen, reducing the operator\'s workload. The MasterScope GUI is ergonomically designed so that the flow of screen operations is kept as short as possible, enabling intuitive operations and reducing operation errors.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Efficient management</h4>\n\n<p style=\"text-align: center;\">Configuration information about servers, networks, and other systems is centrally managed and settings related to these items can be specified in an uniform format. This allows proper & efficient configuration of the management even if the system becomes more complex. Licenses, messages, and other components are also managed centrally.</p>\n\n<p style=\"text-align: center;\"> </p>\n</div>\n</div></section>\n ', '3-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(233, 94, 0, '\n <section class=\"\" id=\"drkxnteyzr\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div class=\"boxSection-01\">\n<p>Companies of all sizes now use IT systems, so the breakdown of the IT system can directly result in the breakdown of various business activities. While IT is becoming increasingly important, as long as the status of each device or system continues to be individually monitored, it is not possible to see how a failure affects the business operations, and it is difficult to quickly address that failure. In addition, individual optimization by each department is not sufficient to improve the service quality.</p>\n\n<ul>\n</ul>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p>More than half of IT investment is spent on operating IT systems. This is the money that could be spent on strategic investments to strengthen a company\'s competitiveness. Also, because not many engineers can handle today\'s increasingly complex IT systems, it is becoming difficult to secure all the necessary human resources. From small systems to large, cloud-based systems, MasterScope will surely help you manage your IT system and overcome all your system challenges.</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(235, 95, 0, '\n <section id=\"fdvymntkrq\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Software Solution for Maximizing Operating Time of your Business</h2>\n\n<p class=\"NFG-txtLarge NFG-marginNormal\" style=\"text-align: center;\">Our integrated EXPRESSCLUSTER solutions can minimize the damage organizations experience from system outages, whether they are planned or unplanned.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(236, 95, 0, '\n <section class=\"\" id=\"znlykfbton\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div>\n<h3>High availability and remote disaster recovery</h3>\n\n<p>Software solution for high availability and remote disaster recovery preventing data loss and protecting your IT system which finally leads to saving time and money.</p>\n\n<ul>\n <li>Recovery from all types of failures (hardware, network, application)</li>\n <li>Low cost software solution without storage disk</li>\n <li>Verification experience with 200+ application</li>\n <li>1000+ km disaster recovery experience</li>\n <li>Achieving zero data loss</li>\n</ul>\n\n<h4><strong>EXPRESSCLUSTER has long-run history and experience</strong></h4>\n\n<ul>\n <li>No.1 market share product over 6 years in Asia Pacific region</li>\n <li>50+ countries\' experience of implementation</li>\n <li>17,000+ customers world wide</li>\n <li>30,000+ cluster systems in 20 years</li>\n</ul>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Typical EXPRESSCLUSTER applications</h3>\n\n<ul>\n <li>DataBase -- Microsoft SQL Server, Oracle DB, IBM DB2, My SQL, Postgre SQL</li>\n <li>Email Servers -- Microsoft Exchange, Sendmail</li>\n <li>ERP -- SAP, Microsoft NAV</li>\n <li>Virtualization Platforms -- VMware Server/ESX, Microsoft Hyper-V, KVM</li>\n <li>Operating Systems -- Windows, Linux</li>\n <li>Cloud Platforms -- Amazon Web Service (AWS), Microsoft Windows Azure</li>\n</ul>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(238, 98, 0, '\n <section class=\"\" id=\"nkvchwxkgg\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">A Powerful, Easy-to-Use Management Solution</h2>\n\n<p style=\"text-align: center;\">As an enterprise telecommunications manager, you face a number of challenges: supporting converged voice/video/data networks, handling rapidly growing network traffic, and guaranteeing secure information transfer. <span style=\"line-height: 1.6em;\">You need flexible, cost-effective IP communications management solutions that improve network reliability and ensure network security.</span></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(239, 98, 0, '\n \n \n \n \n <section class=\"\" id=\"fqgsbzyonk\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>A true single point of entry</h3>\n\n<p>NEC\'s MA4000 Management System is a centralized web based management system for all communications servers. It seamlessly supports and manages the day-to-day tasks of all Communication Servers including the NEC UNIVERGE SV9000 series as well as NEC\'s SV7000, SV8000, 2400 IPX, SOPHO iS3000 and 2000 IPS systems.</p>\n\n<p>Our MA4000 Management System provides a true single point of entry and will greatly reduce the amount of time and effort necessary to maintain your enterprise network.</p>\n\n<ul>\n <li>Efficient use of network administrator time thanks to centralized, integrated management</li>\n <li>Improved network security through real-time monitoring</li>\n <li>Lower administration and maintenance costs</li>\n <li>Streamlined internal communication</li>\n <li>Improved network reliability due to better risk detection and response</li>\n <li>Straightforward integration with existing network infrastructure</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Features and Components</h3>\n\n<ul>\n <li>Centralized administration and seamless integration: manage your entire network using web-based applications.</li>\n <li>Powerful, intuitive tools for simplified management: evaluate the quality of service provided by a specific product or the overall performance of your network architecture and wireless infrastructure.</li>\n <li>VoIP convergence: support Voice over IP (VoIP) infrastructure integration by continuously measuring and optimizing VoIP performance.</li>\n <li>The MA4000\'s proactive fault management stops network problems before they start. Faults are collected from all Voice Communication servers in real time. Organizations can categorize these faults by type, severity, source or description and generate notices for each kind of fault.</li>\n <li>Accounting: gain a global perspective on telecommunications expenses with automatic accounting reports.</li>\n <li>Security: strengthen security using role-based access, embedded security agents, automatic encryption/authentication and redundancy solutions.</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(240, 99, 0, '\n <section class=\"\" id=\"kcwopbpido\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Improve performance & control costs with web-based monitoring and analysis</h2>\n\n<p style=\"text-align: center;\">MA4000 Expense Management provides pro-active and policy-based solutions ranging from customer care to billing. MA4000 Expense Management can handle all your voice calls including calls made via the Internet (VoIP) or cellular devices. <span style=\"line-height: 1.6em;\">You can set budgets for individuals, departments, projects, receive a warning when these are almost exceeded, and automatically restrict service class if a budget is exceeded. The MA4000 Expense Management bridges the gap between telecommunications and accounting. Expense Management defines the enterprise invoice management process steps, rules and data flow.</span></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(241, 99, 0, '\n <section class=\"\" id=\"bpobzdwuhs\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Significant Cost Savings</h4>\n\n<p>Enterprises have saved between 6 to 15% of their telecommunications expenses caused by innocent billing errors that are not detected. Checking the invoices against the contracts and prices makes sure that \"extras\" are not being charged, and that all the expenses can be accounted for.</p>\n\n<h4>Proactive and Policy-Based</h4>\n\n<p>By being pro-active, the MA4000 Expense Management makes sure that your communications system is operating within the limits that were set up by your policy. As the thresholds are exceeded, an exception issuance alert is sent to the user incurring the exception. According to the policies, a set of priorities indicates what action to take.</p>\n\n<h4>Multi-site</h4>\n\n<p>The MA4000 Expense Management can accommodate virtually an unlimited number of remote sites. Those sites could be dispersed around the world. All the sites could be viewed at a central location(s) from the web with proper authorization. The administrator or IT Manager of large international corporations can monitor, control, and set limits on any or all the remote sites using the multi-language, multi-currency features.</p>\n\n<h4>Fully Scalable</h4>\n\n<p>The MA4000 Expense Management is built on a modular platform that enables easy scalability to meet your organization’s specific needs.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4><span style=\"line-height: 1.2em;\">User-Centric Converged Application</span></h4>\n\n<p>The MA4000 Expense Management has the unique ability to analyze and manage communications usage by employee, as well as by device. Flexible organizational structures enable individuals to be associated with various groups, accounts, and hierarchies.</p>\n\n<h4>Fully Web-based Application</h4>\n\n<p>The MA4000 Expense Management utilizes the latest technology – including .NET Framework and SQL Server – to provide a true best-of-breed solution. The system can be accessed from anywhere around the world, with just an Internet Explorer and an Internet connection.</p>\n\n<h4>Flexible Reporting</h4>\n\n<p>The MA4000 Expense Management collects and formats data into useful reports and graphs that can be analyzed, providing conclusions to enhance your organization’s efficiency. A wide variety of reports are provided which can be used as templates for creating additional user-defined or customized reports.</p>\n\n<h4>Integrated Network Security</h4>\n\n<p>Rest assured that the right people have access to the right information. The MA4000 Expense Management guarantees corporate security by authorizing different levels of user based application access. The network is also secure with an authentication database.</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(242, 100, 0, '\n \n <section id=\"maowqgqhio\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">MYCALLS CALL MANAGEMENT:<br>\nA ‘REAL-TIME’ DASHBOARD FOR ALL YOUR COMPANY’S COMMUNICATIONS</h2>\n\n<p style=\"text-align: center;\">MyCalls is probably the most cost effective manager you will ever employ! This diverse suite of applications includes call management, call centre management, call recording and CTI. Integrating seamlessly with NEC systems, MyCalls provides real time information about every aspect of telephone use and performance.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(243, 100, 0, '\n \n \n \n \n <section id=\"hlkfqeqayd\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>Why your company needs MyCalls</strong></h3>\n\n<p><strong>Latest Features for the MyCalls Suite:</strong><br>\n> Presence<br>\n> IM (Instant Messaging)<br>\n> Stop/Start Recording</p>\n\n<p><strong>Plus! New Enhanced Reporting:</strong><br>\n> Report Summaries<br>\n> Drill Down Reporting<br>\n> Charts<br>\n> Un-Returned Calls Reporting<br>\n> Call Playback Through Reports<br>\n> Custom / Vertical Reports<br>\n> Real-Time Windows</p>\n\n<p><em><strong>“Generate actionable reports to transform your customer service levels”</strong></em></p>\n\n<p>Discover more in the MyCalls brochure <a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-208-02_NEC_br_MyCalls_eng(02-2018).pdf\" target=\"_blank\">here</a> </p>\n\n<p> </p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/Mycalls.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(265, 158, 0, '\n \n \n \n \n \n \n <section class=\"\" id=\"vinnvmqqas\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Why NEC?</h2>\n\n<p style=\"text-align: center;\">As an Information and Communications Technology (ICT) leader, NEC brings together<br>\nand integrates technology and expertise to create the ICT-enabled society of tomorrow.</p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(244, 129, 0, '\n \n \n <section class=\"\" id=\"uydvkdeviv\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><div class=\"content-left \">\n<section class=\"article-details\">\n<h2 style=\"text-align: center;\">Smooth Operations, Optimum Performance, Greater Value</h2>\n\n<p style=\"text-align: center;\"><span style=\"font-size:16px;\">Software Assurance is NEC\'s software subscription and support programme, specially<br>\ndesigned to complement your existing NEC software licences and systems.</span></p>\n</section>\n</div>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(245, 129, 0, '\n \n \n \n \n \n \n \n \n <section class=\"\" id=\"qprupozedv\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Protect your Assets and Investments</h3>\n\n<p>Software Assurance (SWA) entitles you to receive all available software updates / service packs and upgrades for an all-inclusive subscription fee. With Software Assurance you also have the peace of mind from knowing you have access to NEC technical experts through your NEC authorized representative, ensuring you get the best possible support throughout the lifetime of your investment.</p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/SWA-logo-transp.png\" style=\"width: 175px; height: 193px; float: left; margin-right: 50px; margin-left: 50px;\">With Software Assurance, your NEC authorized representative can work with you to access future software versions and schedule upgrades whenever the needs of your business dictate. It ensures your software deployments run smoothly, your business remains efficient, and you always have the peace of mind that comes with knowing that your organization\'s communications solutions are stable, secure and up to date.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>With Software Assurance you:</h3>\n\n<ul>\n <li><strong>Protect</strong> your investment and ensure <strong>Smooth Operations</strong></li>\n <li><strong><strong>Leverage</strong> latest available Functionality for <strong>Optimum Performance</strong></strong></li>\n <li><strong>Simplify </strong>Budget Planning and achieve <strong>Greater Value</strong></li>\n</ul>\n\n<h3><br>\nSpecial Offer valid up to 31 March 2020</h3>\n\n<p>In celebration of 7 years of NEC Software Assurance, first time enrollments and renewals of expired contracts can take advantage of this special offer:</p>\n\n<ul>\n <li><strong><strong>No reinstatement fee </strong></strong>will be charged for <strong>first time enrollments</strong></li>\n <li><strong>Renewals </strong>will be charged a <strong>maximum of 3 months</strong> reinstatement fee</li>\n</ul>\n\n<p>For more information: <a href=\"https://www.nec-enterprise.com/Contact-us\">https://www.nec-enterprise.com/Contact-us</a></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(246, 85, 0, '<section id=\"lrkiatslyo\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/express-b120f-blade.png\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 0, 0),
(435, 86, 0, '\n <section class=\"\" id=\"pmctellmnz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_modular_server_front.jpg\"></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(253, 115, 0, '<section class=\"\" id=\"wdeukfrexm\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Key benefits Unified Messaging and Voice Mail</h3>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(257, 10, 0, '\n \n <section class=\"\" id=\"hytkfxkwso\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Fully-integrated messaging</h4>\n\n<p>With feature-rich Unified Messaging, all voice and email messages are directed into one inbox. This enables users to keep track of all their messages more easily. Users can play and record messages with MS Outlook or Lotus Notes.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>User-configurable mailbox</h4>\n\n<p>Users can control and configure their personal mailbox settings using the web based mailbox manager\'s Graphical User Interface. Greetings, security codes, notifications, groups, conversation preferences and more, can all be modified through the mailbox manager.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Customers and co-workers</h4>\n\n<p>By combining voice mail, automated attendant, text-to-speech and notification into a completely integrated business solution, the UM4730 helps communicate more effectively with the people who matter most to a business: customers and co-workers.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Full support on remote devises</h4>\n\n<p>Support on remote devises include notification via RSS feeds and scaled down web client for mobile users, verified with Windows Mobile, Palm OS, RIM Blackberry and iPhone including PodCast support.</p>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(248, 9, 0, '<section id=\"oczenqlcxz\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(249, 17, 0, '<section id=\"kckniqtyrc\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\"><p style=\"text-align: center;\"><a class=\"button primary full-width\" href=\"http://www.nec-smarthospitalityt.com\" style=\"font-size: 12px;\" target=\"_blank\">Visit www.nec-smarthospitality.com for detailed information</a></p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(250, 1, 0, '<section id=\"qngyvgrszu\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>BX500 - Digital Gateway<br>\nA low-cost gateway offering up to 4 Basic Rate Interfaces.</h4>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>BX800 - SBC Gateway</h4>\n\n<h4>A complete solution for small to medium size enterprises that connects IP-PBXs to any SIP trunking service provider, scalling up to 250 concurrent SBC sessions and up to 600 registered users.</h4>\n\n<p>It offers superior performance in connecting any SIP to SIP environment, legacy TDM-based PBX systems to IP networks and IP-PBXs to PSTN.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>BX1000 - SBC Gateway\\</h4>\n\n<h4>A complete and modular solution connecting IP-PBXs to any SIP trunking service provider, scaling up to 150 concurrent SBC sessions and up to 600 registered users.</h4>\n\n<p>Superior performance in connecting any SIP to SIP environment, legacy TDM-based PBX systems to IP networks and IP-PBXs to PSTN, supporting up to 192 voice channels in a modular 1U platform.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>BX9000 - Software-based SBC</h4>\n\n<h4>A software-only based SBC, scaling up to 6000 concurrent sessions and up to 30.000 registered users.</h4>\n\n<p>Runs in virtualized datacenter environments, Supports VMware, Hyper-V, KVM and Xen.</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(668, 1, 0, '<section id=\"rbvvyarxie\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(667, 1, 0, '<section id=\"tlhyxxgtgx\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"font-size: 16px;\">MP Series - Analogue Gateway</h4>\n\n<p>Stand-alone analogue VoIP Gateways with superior voice technology for connecting legacy telephones, fax machines, and PBX systems with IP-based telephony networks, and for integration with IP PBX systems. Cost-effective, best-of-breed technology, designed and tested for full interoperability with leading softswitches, SIP servers and gatekeepers<font color=\"#000000\" style=\"font-size: 12px; background-color: rgb(248, 248, 248);\">.</font></p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(251, 2, 0, '<section id=\"ehemmvgaew\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\"><p><span style=\"color: rgb(0, 0, 0); font-family: "Open Sans", sans-serif; line-height: 24px; text-align: center;\">NEC offers a broad range of gateway and SBC solutions for both service provider and enterprise deployments.</span></p>\n\n<p><font color=\"#000000\">The MP Series Analog VoIP Gateways are cost-effective, best-of-breed technology products. These stand-alone analog VoIP Gateways provide superior voice technology for connecting legacy telephones, fax machines and PBX systems with IP-based telephony networks, as well as for integration with IP PBX systems. They are designed and tested to be fully interoperable with leading softswitches, SIP servers and gatekeepers.</font><br>\n<br>\n<img alt=\"\" src=\"http://businessnet.nec-enterprise.com/Products/Gateways/MP-series/Pictures/MP-series(bn).png\" style=\"width: 350px; height: 161px;\"></p>\n\n<p><font color=\"#000000\">Enterprises use MP Series gateways to connect their legacy PBX systems over an IP infrastructure. In addition, in hosted communications and centralized IP-PBX applications, the MediaPack increases the remote location availability and provides Standalone Survivability (SAS) when there is no IP connection between branch locations and the central SIP servers, SIP Proxy or central IP-PBX.</font></p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(252, 45, 0, '<section id=\"fegktvtcsg\"><div class=\"col24\">\n<div class=\"column-wrapper\"><p> </p>\n\n<p>The UG50 is a gateway device that performs media exchange between LAN and voice devices. It functions as a remote unit for UNIVERGE SV8500, enabling the terminals and trunk lines connected to the UG50 to be controlled by the SV8500. The UG50 allows digital multi-line telephones and/or single line telephones to connect to the SV8500 via LAN.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(255, 115, 0, '<section class=\"\" id=\"gbvbpgyfpd\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 style=\"text-align: center;\">Key benefits Unified Messaging and Voice Mail</h3>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(272, 158, 0, '\n \n \n <section class=\"\" id=\"vwoabfycvm\"><div class=\"col5 offset2\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/global.png\" style=\"height: 48px; width: 48px;display:block;margin:0 auto 0.75rem auto;\">A Century+<br>\nof Expertise</h4>\n</div>\n</div>\n\n<div class=\"col5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/awarded.png\" style=\"height: 48px; width: 48px;display:block;margin:0 auto 0.75rem auto;\">64,000+<br>\nPatents</h4>\n</div>\n</div>\n\n<div class=\"col5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/users.png\" style=\"height: 48px; width: 48px;display:block;margin:0 auto 0.75rem auto;\">99,000+ Team<br>\nMembers Worldwide</h4>\n</div>\n</div>\n\n<div class=\"col5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/innovator.png\" style=\"height: 48px; width: 48px;display:block;margin:0 auto 0.75rem auto;\">Top 50<br>\nInnovative Company</h4>\n</div>\n</div></section>\n \n ', '4-column-centered', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 7, 1, 1, 0),
(254, 115, 0, '\n <section class=\"\" id=\"qwkyunwccx\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><strong>Quick call routing</strong><br>\nBecause our solutions integrate closely with system platforms, calls arrive at their destination more quickly than they do in traditional voice-mail systems</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><strong>Quick access to voice mail</strong><br>\nEmployees connect directly to voice mail without encountering main voice-mail greeting.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><strong>More message flexibility</strong><br>\nEmployees can capture messages live, archive them for future access and forward them to another mailbox</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><strong>Unified messaging features</strong><br>\nUsers can access and manage their messages on a variety of devices – regardless of the type or origin of the messages received</p>\n</div>\n</div></section>\n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(256, 8, 0, '<section class=\"\" id=\"fwmfybaywg\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Fully-integrated messaging</h4>\n\n<p>With feature-rich Unified Messaging, all voice, fax and email messages are directed into one inbox. This enables users to keep track of all their messages more easily. Users can play and record messages and send and receive faxes with MS Outlook, Lotus Notes or Novell GroupWise.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>User-configurable mailbox</h4>\n\n<p>Users can control and configure their personal mailbox settings using the web based mailbox manager\'s Graphical User Interface. Greetings, security codes, notifications, groups, conversation preferences and more, can all be modified through the mailbox manager.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Fax and Text-to-Speech</h4>\n\n<p>By combining voice mail, automated attendant, text-to-speech, fax functionality, and notification into a completely integrated business solution, the UM8000 helps communicate more effectively with the people who matter most to a business: customers and co-workers.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Full support on remote devices</h4>\n\n<p>Support on remote devices include notification via RSS feeds and scaled down web client for mobile users, verified with Windows Mobile, Palm OS, RIM Blackberry and iPhone including PodCast support.</p>\n\n<p> </p>\n</div>\n</div></section>', '4-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(264, 40, 0, '\n <section class=\"\" id=\"xvmlgmxmrf\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/cloudstore/secure-reliable.png\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Secure and Reliable</h3>\n\n<p>NEC Cloud Store has being designed based on the best practice and countermeasures defined by OWASP. It is hosted and fully managed by NEC in a Tier IV datacenter guarantying the reliability of operation of the systems and Information security with ISO 27001.</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 1000, 1, 1, 0),
(273, 158, 0, '\n \n <section class=\"\" id=\"qddclmmwov\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/Paul-Kievit.jpg\" style=\"width: 203px; height: 240px; float: left;margin-right:1.5em;margin-bottom:1.5rem\"></p>\n\n<h2 class=\"nec-orange\">Proven Leadership</h2>\n\n<p>\"NEC is unique in that our portfolio and expertise spans the full spectrum of IT and Communications technologies. Committed to continuous innovation, our flexibility solutions have enabled government authorities, individuals and enterprises to achieve more flexible, secure and dynamic work environments.\"</p>\n\n<p><strong>Paul Kievit</strong><br>\nPresident<br>\nNEC Enterprise Solutions</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 8, 1, 1, 0),
(274, 158, 0, '<section class=\"\" id=\"uhdbgltnkn\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">More about NEC</h2>\n\n<p style=\"text-align: center;\">NEC combines its advanced technologies, services and knowledge and its more than 117 years of expertise as an ICT leader to help ensure the safety, security, efficiency and equality of society – enabling people to live brighter, more enriched lives.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 0, 0),
(275, 158, 0, '\n \n <section class=\"\" id=\"tvhzqwshxm\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">More about NEC</h2>\n\n<p style=\"text-align: center;\">NEC combines its advanced technologies, services and knowledge and its more than 117 years of expertise as an ICT leader to help ensure the safety, security, efficiency and equality of society – enabling people to live brighter, more enriched lives.</p>\n\n<div>\n<div class=\"column col6\">\n<div class=\"related-item no-image\">\n<div>\n<h4>Career Opportunities</h4>\n\n<p>Bring your career to an environment that encourages your creativity and accomplishments.</p>\n<a class=\"hidden-button\" href=\"http://www.neceuropecareers.com/Vacancies\" target=\"_blank\" title=\"Career Opportunities\">More</a></div>\n</div>\n</div>\n\n<div class=\"column col6\">\n<div class=\"related-item no-image\">\n<div>\n<h4>News and Announcements</h4>\n\n<p>Stay informed on the latest corporate solution and product news, summaries and updates.</p>\n<a class=\"hidden-button\" href=\"#\" title=\"Career Opportunities\">More</a></div>\n</div>\n</div>\n\n<div class=\"column col6\">\n<div class=\"related-item no-image\">\n<div>\n<h4>NEC Corporation</h4>\n\n<p>NEC Corporation (Japan) is an leader in the integration of IT and network technologies.</p>\n<a class=\"hidden-button\" href=\"#\" title=\"Career Opportunities\">More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"column col6\">\n<div class=\"related-item no-image\">\n<div>\n<h4>CODE OF CONDUCT</h4>\n\n<p>To provide customers and society with excellent value, we adhere to high ethical standards.</p>\n<a class=\"hidden-button\" href=\"/why-NEC/nec-group-code-of-conduct-1431\">More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'related-content', 0, 0, '', '', 0, 9, 1, 1, 0),
(276, 158, 0, '\n \n \n <section class=\"\" id=\"hitucodayh\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"col24 centered\">\n<h2 class=\"nec-orange\" style=\"text-align: center;\">View Now - NEC Vision</h2>\n</div>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(277, 158, 0, '<section class=\"\" id=\"ggsxcsqflf\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(278, 158, 0, '\n \n \n \n \n \n <section class=\"\" id=\"dambhenznd\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><a href=\"https://www.nec-enterprise.com/documents?id=786&hash=0136ffc8a30923444a8f658fec278f8494722e0ce7ab883de201c7da3b21baf7\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/NEC_social_values_2017.png\" style=\"border-width: 0px; border-style: solid; height: 354px; width: 250px;\" title=\"NEC Vision 2015-2016\"><br>\n<strong>NEC Vision 2017</strong><br>\nfor Social Value Creation</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><a href=\"https://www.nec-enterprise.com/documents?id=878&hash=122250c3f5b3cff39f74b380a13f31a786c521897c42c8c2c907466448f226d2\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/NEC-vision-case-studies.jpg\" style=\"border-width: 0px; border-style: solid; height: 354px; width: 250px;\" title=\"NEC Vision 2017\"><br>\n<strong>NEC Vision 2017</strong><br>\nCase Studies and Highlights</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><a href=\"https://www.nec-enterprise.com/documents?id=877&hash=803c9700d6b8a629c3a9a793f5a460af2cb560d2362683e8db655861ba42a494\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/NEC-trends-2017.jpg\" style=\"border-width: 0px; border-style: solid; height: 353px; width: 250px;\" title=\"Smart Enterprise\"><br>\n<strong>Smart Enterprise</strong><br>\n10 Strategic Drivers 2017</a></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '3-column-centered', 'text', '', 'whitepaper-downloads', 0, 0, '', '', 0, 1, 1, 0, 0),
(279, 162, 0, '<section id=\"gvbhwifzri\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Contact Us</h2>\n\n<ul class=\"ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all\" role=\"tablist\" style=\"height: 0em; text-align: center; margin-top: 0em;\">\n</ul>\n\n<p style=\"text-align: center;\"> NEC offers customized communications and IT solutions to our customers. Start a conversation with a NEC solution specialist who can get to know you and your unique business challenges and determine how we can help. <a href=\"Contact-us#form2\">Submit below</a></p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(281, 162, 0, '<section class=\"\" id=\"venxvnwdsu\"><div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(422, 224, 0, '<section class=\"\" id=\"tgwxifpdxu\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3>Ekahau</h3>\n\n<p><img alt=\"\" src=\"http://62.197.136.28/emea/content/images/partners/ekahau.jpg\" style=\"width: 150px; height: 150px; float: right;\">Ekahau is the performance leader in providing Wi-Fi-based Real-Time Location Systems (RTLS). Ekahau RTLS includes Ekahau Vision™ and Ekahau RTLS Controller software and a selection of Wi-Fi tags which provide visibility into the location and status of assets, people and workflows. Thousands of Fortune 500 companies, hospitals, and other facilities rely on Ekahau’s patented technology to reveal business intelligence that drives decision-making. Ekahau partners include leading wireless software developers, systems integrators, and WLAN providers.</p>\n\n<p><a href=\"http://www.ekahua.com\">www.ekahua.com</a></p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(423, 224, 0, '<section class=\"\" id=\"bupymlxqvr\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3>New Voice</h3>\n\n<p><a href=\"http://www.mobilisierung.com\">www.mobilisierung.com</a></p>\n\n<p><img alt=\"\" src=\"http://62.197.136.28/emea/content/images/partners/newvoice.jpg\" style=\"width: 150px; height: 150px; float: right;\">New Voice is a globally present software developer and systems integrator in the “Unified Event Communication” area. The application “MobiCall” allows to meet most customer requirements regarding security in connection with NEC platforms. Examples: emergency calls, bomb threats, people and lone worker protection, localization/tracking, evacuation, fire, intrusion, technical and IT alarms, crisis and disaster management and other customized security-related applications. MobiCall is certified with all NEC platforms via SIP and/or DMLS messaging Interface. MobiCall is used in health care, hospitality, finance, industry, public authorities and education.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(280, 162, 0, '<section class=\"\" id=\"tcladsfokf\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(282, 162, 0, '\n <section class=\"\" id=\"olgmaudboa\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><div class=\"col24 centered\">\n<h2 style=\"text-align: center;\">Thank you for your interest in NEC</h2>\n\n<p style=\"text-align: center;\">To help us serve you best, please complete the following form. This will help us direct your inquiry to an appropriate individual within the company and allow us to respond to your request quickly.</p>\n</div>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(283, 163, 0, '<section class=\"\" id=\"lnxkunpmgl\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><div class=\"col24 centered\">\n<h2 style=\"text-align: center;\">A Transformational Force</h2>\n\n<p style=\"text-align: center;\">Technology is altering almost every aspect of our existence. Whether it is how we work, communicate or entertain ourselves, the tools and services from technical advances permit us to live more fulfilling lives and allow us to work smarter and more efficiently. This ability to transform and improve is also helping to solve some of our most pressing social and economic challenges.</p>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(284, 163, 0, '<section class=\"\" id=\"svtucualch\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/vFzvLS8IphQ?showinfo=0\" height=\"250\" frameborder=\"0\" width=\"100%\"></iframe></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Leading the Transformation</h3>\n\n<p>NEC remains committed in bringing together our best-in-class integrated technology and expertise to create the information communications technology-enable society of tomorrow. Every day, our innovative solutions contribute to greater safety, security, efficiency and equality, and allow people to live richer more fulfilling lives.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(285, 163, 0, '<section class=\"\" id=\"ynkdixbgzg\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><div class=\"col24 centered\">\n<h2 style=\"text-align: center;\">Our Legacy of Advances</h2>\n\n<p style=\"text-align: center;\">Backed by 117 years of experience and innovation, NEC knows what it takes to evolve to meet changing technology and enterprise demands. It is this capability to leverage decades of award-winning technologies that enable NEC to deliver integrated information and communications solutions that create social value through problem resolution and bring new value to people, business and society.</p>\n\n<h3 class=\"nec-orange has-devider\" style=\"text-align: center;\">Some of Our Innovative Firsts</h3>\n</div>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><ul class=\"firsts-list\">\n <li><strong>1956</strong> 1<sup>st</sup> domestic-made automated switching system</li>\n <li><strong>1958</strong> 1<sup>st</sup> NEC computer debuts</li>\n <li><strong>1963</strong> 1<sup>st</sup> NEC U.S. office opens</li>\n <li><strong>1964</strong> 1<sup>st</sup> trans-pacific TV broadcast of Tokyo Olympic Games</li>\n <li><strong>1968</strong> 1<sup>st</sup> 144-bit n-channel MOS memory</li>\n <li><strong>2002</strong> 1<sup>st</sup> world\'s fastest super computer to predict weather patterns</li>\n</ul>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><ul class=\"firsts-list\">\n <li><strong>2007</strong> NEC biometrics began (Ranked #1 fingerprint and face recognition, NIST certified)</li>\n <li><strong>2010</strong> 1<sup>st</sup> satellite to bring samples from an asteroid</li>\n <li><strong>2011</strong> 1<sup>st</sup> to market an enterprise-grade SDN solution</li>\n <li><strong>2014</strong> Part of consortium to build a trans-pacific submarine cable system (To date deployed enough cable to circle globe more than 5 times)</li>\n</ul>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(286, 163, 0, '<section class=\"\" id=\"kictchswrl\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><div class=\"col24 centered sub-grid\">\n<h2 class=\"nec-orange\" style=\"text-align: center;\">Our Commitment</h2>\n</div>\n\n<div class=\"col24\">\n<p style=\"text-align: center;\">NEC is committed to developing solutions that improve the way people live, work and communicate. This dedication is reflected in the company\'s principal branding:<br>\n<br>\n<img class=\"align-center\" src=\"https://www.necam.com/images/nec-logo-oabw.png\"></p>\n\n<p style=\"text-align: center;\">This conveys NEC\'s overall mission as a global leader in information communications technology to provide Solutions for Society. Based on NEC\'s computing, network and software competencies, these solutions aim to ensure safety, security and operation efficiency, and enable people to live richer, more fulfilling lives.</p>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(287, 163, 0, '<section class=\"\" id=\"lnztuuqgtv\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>How does NEC Deliver on a Brighter World?</h3>\n\n<p>NEC\'s value proposition is its Smart Enterprise platform comprised of 117 years of innovative technologies. Our collective advances are helping to solve some of today\'s most complex societal and business challenges. From industry-leading biometric and analytics solutions to award-winning unified communications, software-defined networking, retail, carrier-class and infrastructure technologies. NEC\'s smart enterprise enables organizations regardless of type and site to operate smarter, by optimizing business practices, driving workforce engagement and creating a competitive edge through enhanced customer interaction.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Leadership through Collaboration</h3>\n\n<p>NEC is committed to working with organizations that are equally dedicated to transformation through innovation. We collaborate closely with customers and partners around the world, orchestrating each project to work in harmony and stay attuned to regionally evolving needs.</p>\n</div>\n</div></section>', '2-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(288, 163, 0, '<section class=\"\" id=\"zhsroqpqxh\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Get to Know Us Better</h2>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(293, 164, 0, '<section class=\"\" id=\"eqpewmgipi\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 3, 1, 0, 0),
(289, 163, 0, '<section class=\"\" id=\"reyuiavzna\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><a href=\"https://www.nec-enterprise.com/documents?id=786&hash=0136ffc8a30923444a8f658fec278f8494722e0ce7ab883de201c7da3b21baf7\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/NEC_social_values_2017.png\" style=\"border-width: 0px; border-style: solid;\" title=\"NEC Vision 2015-2016\"><br>\n<strong>NEC Vision 2017</strong><br>\nfor Social Value Creation</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><a href=\"http://nectoday.com/nec-named-one-of-the-50-most-innovative-companies/\" target=\"_blank\"><img src=\"https://www.necam.com/images/50MostInnovativeCompanies.jpg\"><br>\n50 Most Innovative Companies</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><a href=\"https://www.nec-enterprise.com/documents?id=878&hash=122250c3f5b3cff39f74b380a13f31a786c521897c42c8c2c907466448f226d2\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/NEC-vision-case-studies.jpg\" style=\"border-width: 0px; border-style: solid;\" title=\"NEC Vision 2017\"><br>\n<strong>NEC Vision 2017</strong><br>\nCase Studies and Highlights</a></p>\n</div>\n</div></section>', '3-column-centered', 'text', '', 'whitepaper-downloads', 0, 0, '', '', 0, 1000, 1, 1, 0),
(290, 164, 0, '<section class=\"\" id=\"blpagbpceh\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><div class=\"col24 centered\">\n<h2 style=\"text-align: center;\">Changes for the Better</h2>\n\n<p style=\"text-align: center;\">Technology, with its ability to transform and improve, holds the potential of delivering new paradigms in efficiency, safety and security. This has beneficial implications for almost every aspect of our lives. Whether the outcome is the development or improvement of products or processes, the result is the same: More convenient and comfortable lives made possible through advanced technologies and services.</p>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(291, 164, 0, '<section class=\"\" id=\"iobgabvtwm\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/OAvCFH-u01U?showinfo=0\" height=\"250\" frameborder=\"0\" width=\"100%\"></iframe></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Realizing Social Value</h3>\n\n<p>Advancing human potential isn\'t new to NEC. Since the company was founded in 1899, our award-winning technologies with our commitment to innovation have resulted in many socially beneficial firsts. We have a rich heritage of contributing to society as a whole and in helping the organizations that leverage our solutions and services to bring new value to society.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(292, 164, 0, '<section class=\"\" id=\"wrmbhfsitb\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 class=\"nec-orange\" style=\"text-align: center;\">A Vision of the Future</h2>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p>NEC\'s mission as a global leader in information communications technology is to leverage our core competencies and use our technologies to create social worth by improving the way people live, work and communicate. Defined as Solutions for Society, this key objective is the strategic purpose behind the company\'s principal branding:</p>\n\n<p><img src=\"https://www.necam.com/images/nec-logo-oabw.png\"></p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p>Through the continuous evolution of our information communications portfolio, NEC is dedicated to recognizing opportunities and transforming them into proven solutions and services capable of advancing human potential and delivering social change for the better.</p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(297, 165, 0, '<section class=\"\" id=\"vmumavthzd\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><div class=\"content-left \">\n<section class=\"article-details\">\n<h2>Terms of use</h2>\n\n<p>Documents on the NEC World Wide Web server are protected by copyright law and other applicable laws. Unauthorized use is strictly prohibited. You may copy these documents only for non-commercial purposes and internal use, provided that any copy of the documents or portion thereof includes the copyright notice exactly as it is written above, that is, \"Copyright (C) NEC Corporation 1997-2010. All rights reserved.\"</p>\n\n<p>Each individual document delivered from the NEC World Wide Web Server may contain other proprietary notices and copyright information applicable to that individual document. Your right to use or copy this document may be restricted if so indicated in such proprietary notices and / or copyright information.</p>\n\n<p>Except as expressly provided above, nothing herein shall be construed as conferring any right or license under any copyrights, patents, trademarks or other intellectual property rights of NEC Corporation or any third party. Without limiting the generality of the foregoing, any product,software, service or technology described or referenced in this document is the subject of intellectual property rights reserved by NEC Corporation or its licensors and is not licensed hereunder.</p>\n\n<p>This document is provided \"as is\" without warranty of any kind whatsoever, either express or implied, including, but not limited to, the warranties regardingmerchantability, fitness for a particular purpose, non-infringement or accuracy of data. NEC Corporation may make changes, revisions or improvements in, or discontinue the supply of, any product, software or service described or referenced in this document at any time without notice and at nec corporation\'s sole discretion.<br>\n<br>\nIn no event shall NEC Corporation be liable for any loss, expense or damage arising out of or in connection with the use of or reliance upon the information in this document.</p>\n\n<p><strong>Copyright (C) NEC Corporation 1997-2016. All rights reserved.</strong></p>\n</section>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(294, 164, 0, '\n <section class=\"\" id=\"rbshxkcvib\"><div class=\"col6 offset3\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><a href=\"https://www.nec-enterprise.com/documents?id=786&hash=0136ffc8a30923444a8f658fec278f8494722e0ce7ab883de201c7da3b21baf7\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/NEC_social_values_2017.png\"><br>\nNEC Vision for Social Value Creation<br>\n2017</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><a href=\"http://nectoday.com/nec-named-one-of-the-50-most-innovative-companies/\" target=\"_blank\"><img src=\"https://www.necam.com/images/50MostInnovativeCompanies.jpg\"><br>\n50 Most Innovative Companies</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><a href=\"https://www.nec-enterprise.com/documents?id=878&hash=122250c3f5b3cff39f74b380a13f31a786c521897c42c8c2c907466448f226d2\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/NEC-vision-case-studies.jpg\"><br>\nNEC Vision Case Studies Highlights 2017</a></p>\n</div>\n</div></section>\n ', '3-column-centered', 'text', '', 'whitepaper-downloads', 0, 0, '', '', 0, 5, 1, 1, 0),
(295, 164, 0, '<section class=\"\" id=\"icfuzczyrp\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Get to Know Us Better</h2>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(296, 164, 0, '<section class=\"\" id=\"foyspvtpex\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>How Is Change Being Achieved?</h3>\n\n<p>NEC\'s Smart Enterprise platform, the result of 117 years of technical innovation, leverages our collective advances to help solve some of today\'s most complex societal and business challenges. With one of the industry\'s largest portfolios, NEC\'s advanced solutions and services combined with our broad range of industry-specific expertise, robust partner ecosystem and global resources work together to realize our commitment and to provide viable ways of advancing security, safety and operational efficiencies for the good of society as a whole.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>A Collaborative Effort</h3>\n\n<p>To accomplish our commitment to providing Solutions for Society, NEC cooperates and collaborates with partners and customers from around the world. It is this openness to alliances that allows us to continuously strengthen our commitment to drive technology advances and be a leading provider of solutions and service that allow people to live richer, more fulfilling lives.</p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 3, 1, 1, 0),
(298, 166, 0, '\n \n \n \n <section class=\"\" id=\"dhffpawdfs\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h1>Privacy and Cookies Policy</h1>\n\n<div>\n<h3>About NEC</h3>\n</div>\n\n<p>This website is operated by NEC Nederland B.V. (\"NEC\" or, as appropriate, in the context, \"we\", \"us\" or \"our\") listed in the trade register of the Chamber of Commerce Gooi- en Eemland under no. 32114531 and whose registered office is at Olympia 4, 1213 NT, Hilversum, The Netherlands.<br>\n<br>\nProtecting your privacy is important to NEC and we respect and value the relationship we have with you. Please take a moment to read the following policy which describes the personal information that you provide to us or we collect when you use this site. It also explains how we may use this information, with whom we may share it and how we use cookies.<br>\nThis policy may change from time to time, so please check back periodically.</p>\n\n<div>\n<h3>Information you provide to us and how we use it</h3>\n</div>\n\n<p>We collect personal information from you, such as your name, mailing address, phone number, and e-mail address only if you provide it to us. If you are on a part of our website that asks you to provide your personal information, it will be clear what personal information we are requesting. You may choose to provide this information for the following reasons, if applicable:</p>\n\n<ul>\n <li><strong>Contact information:</strong> If you contact us, we may keep a record of your correspondence or comments, including any information in them. We use this information to enable us to respond to your message and to help us provide better service.</li>\n <li><strong>Commercial offers:</strong> If you send us a commercial offer, we will process personal data that you provide us such as your name, email address and phone number for the following of the proposal and subsequent commercial relationship, where applicable.</li>\n <li><strong>Job applications:</strong> If you submit us your job application and you further agree to participate in a selection procedure we may collect and process contact information that you provide us such as your name, email address and phone number, date of birth, passport or identifying card data, nationality, signature, image, academic and professional data and job history to manage and administer the application and carry out our selection procedures, or to comply with any relevant legal or regulatory obligations (e.g. non-discrimination regulations). We may also access to the public information included in your professional social network profiles (such as LinkedIn). We will ensure that this processing is proportionate to the purposes outlined above.</li>\n</ul>\n\n<p>The legal basis for processing the personal data is our legitimate interest in the management of the site and the relationship in respect of your contact request, commercial offer or job application and further contractual relationship and our legitimate interests in respect of such relationships, or where appropriate your consent freely given by accepting this privacy policy.<br>\n<br>\nPersonal data will be processed while it is relevant for it particular purpose and subsequently for the period of time that prevailing legislation requires such personal data be held thereafter.<br>\n<br>\nYou shall promptly notify NEC of any change in the data provided, responding in any case of their accuracy and completeness.</p>\n\n<div>\n<h3>Information that we gather automatically</h3>\n</div>\n\n<p>Like most websites, we use cookies and similar technologies (including IP addresses and web beacons) that allow us to recognise you, customise your experience and to provide us with information about the way users access our site. This may include the browser you used to come to our web site, the address or \"Uniform Resource Locator\" (\"URL\") of the web site that you just visited before visiting our web site, which pages on our web site you visit, any search terms you entered, which URL you go to next, and your Internet Protocol (\"IP\") address. You can find out more about how we use cookies and related technologies below.</p>\n\n<div>\n<h3>How we use Cookies</h3>\n</div>\n\n<p>Cookies are small data files that are sent from a website to your browser, which may then be stored on your computer hard drive. Cookies allow us to distinguish you from other users of our website and they are used for many things, such as remembering when you\'ve visited a site before, your language preferences and items that you place in a shopping basket. Cookies contain information about the use of your computer, but they do not collect other information (such as your name and address, for example).<br>\nThe information we collect using cookies also permits us to analyse traffic patterns on our site. This can enable us over time to provide users with a better experience on our site by improving the content and making it easier to use.</p>\n\n<div>\n<h3>What kind of Cookies do we use?</h3>\n</div>\n\n<p>There are two broad categories of cookies:</p>\n\n<ul>\n <li>First party cookies, served directly by NEC to your computer from our website.</li>\n <li>Third party cookies, which are served by a third party on NEC\'s behalf. We use third party cookies for website analytics.</li>\n <li>Session Cookies which are designed to collect and store data while you access our website.</li>\n <li>Persistent Cookies: help websites remember your information and settings when you visit them in the future and can be accessed and processed during a specific period of time, which can range from a few minutes to several years.</li>\n <li>Technical cookies: These are those that allow the user to navigate through a website, platform or application and the use of different options or services that exist in it, such as controlling traffic and data communication, identifying the session, access restricted access parts, remember the elements that make up an order, perform the purchase process of an order, make the application for registration or participation in an event, use security elements during navigation, store content for broadcasting videos or sound or share content through social networks.</li>\n <li>Personalization cookies: These are those that allow the user to access the service with some predefined general characteristics based on a series of criteria in the user\'s terminal, such as the language, the type of browser through which they access the services the regional configuration from where you access the services.</li>\n <li>Analysis Cookies: These cookies used by NEC or by third parties, allow us to quantify the number of users and thus perform the measurement and statistical analysis of the use made by users of the service offered. To do this, we analyze your navigation on the website in order to improve the offer of products or services that we offer.</li>\n</ul>\n\n<p>This website serves only the following cookies to your computer:</p>\n\n<table style=\"border:solid 1px #ececec;\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n <thead>\n <tr>\n <td>\n <p><strong>Type of Cookie</strong></p>\n </td>\n <td style=\"width:236px;\">\n <p><strong>Purpose</strong></p>\n </td>\n <td style=\"width:103px;\">\n <p><strong>Domain</strong></p>\n </td>\n <td>\n <p><strong>Duration</strong></p>\n </td>\n <td>\n <p><strong>How to block</strong></p>\n </td>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>\n <p>Cookies necessary for essential website purposes</p>\n </td>\n <td style=\"width:236px;\">\n <p>These cookies are necessary to provide you with services available through this website and to use some of its features, such as access to secure areas. Without these cookies services you have asked for, like transactional pages and secure login accounts, would not be possible.</p>\n </td>\n <td style=\"width:103px;\">\n <p>https://nec-enterprise.com/</p>\n </td>\n <td>\n <p>Up to 2 years.</p>\n </td>\n <td>\n <p> </p>\n </td>\n </tr>\n <tr>\n <td>\n <p>Analytics Cookies<br>\n (_utma; _utmb; _utmc; _utmt; _utmz; _ga; _gid)</p>\n </td>\n <td style=\"width:236px;\">\n <p>These cookies are set by NEC and Google Analytics are used to collect information about how visitors use our sites. We use this information to help run our site more efficiently, to gather broad demographic information, to monitor the level of activity on our site The cookies collect information anonymously about our website visitors, including the number of visitors to our website, the websites that referred them to our website and the pages that they visited on our website.</p>\n </td>\n <td style=\"width:103px;\">\n <p>https://nec-enterprise.com/</p>\n </td>\n <td>\n <p>Up to 2 years.</p>\n </td>\n <td>\n <p>You can change your browser settings to accept or refuse these cookies.<br>\n As the means by which you can do this vary from browser to browser, you should visit your browser\'s help menu for more information.<br>\n You can opt-out of Google Analytics Cookies <a href=\"https://tools.google.com/dlpage/gaoptout\" target=\"_blank\">here</a>.</p>\n </td>\n </tr>\n <tr>\n <td>\n <p>User Preference Cookies</p>\n </td>\n <td style=\"width:236px;\">\n <p>These cookies are used to remember a user’s choice about cookies on the website. If you blocked the cookies, even after you pressing the Accept button, the cookie message at the top of the web page will appear every time you load web pages within the domain.</p>\n </td>\n <td style=\"width:103px;\">\n <p>https://nec-enterprise.com/</p>\n </td>\n <td>\n <p>Session.</p>\n </td>\n <td>\n <p>You can change your browser settings to accept or refuse these cookies.</p>\n </td>\n </tr>\n </tbody>\n</table>\n\n<div>\n<h3>How to control or delete cookies</h3>\n</div>\n\n<p>You have the right to choose whether or not to accept cookies and we have explained how you can exercise this right below. However, please note that if you choose to refuse cookies you may not be able to use the full functionality of our website.<br>\nYou can block cookies by using the opt-out links provided in the table above, or changing your browser settings so that cookies from this website cannot be placed on your computer or mobile device. In order to do this follow the instructions provided by your browser (usually located within the “Help”, “Tools” or “Edit” facility). Please note that using a third party opt-out link to disable a cookie or category of cookie may not delete the cookie from your browser but simply disable it from future use. If you wish to delete the relevant cookie, you will need to do this yourself from within your browser.<br>\n<br>\nBelow, you can find the instructions of the main browsers to disable cookies:<br>\n<br>\n<a href=\"https://support.microsoft.com/en-gb/help/278835/how-to-delete-cookie-files-in-internet-explorer\" target=\"_blank\"><strong>Internet Explorer</strong></a></p>\n\n<ul>\n <li>In the tools menu, select \"Internet Options\".</li>\n <li>Click on the privacy tab.</li>\n <li>You will see a scroll cursor to configure privacy that has six positions that allows you to control the amount of cookies that will be installed: Block all cookies, High, Medium High, Medium (default level), Low, and Accept all cookies.</li>\n</ul>\n\n<p><a href=\"https://support.mozilla.org/en-US/kb/enable-and-disable-cookies-website-preferences\" target=\"_blank\"><strong>Mozilla Firefox</strong></a></p>\n\n<ul>\n <li>In the upper part of the Firefox window, click on the Tools menu.</li>\n <li>Select \"options\".</li>\n <li>Select the privacy label in the options box.</li>\n <li>Choose \"use custom settings for the history\" from the drop-down menu. This will show the cookie options and you can choose to activate or deactivate them by checking the corresponding box.</li>\n</ul>\n\n<p><a href=\"https://support.google.com/chrome/answer/95647?hl=en\" target=\"_blank\"><strong>Google Chrome</strong></a></p>\n\n<ul>\n <li>In the configuration menu, select \"show advanced settings\" at the bottom of the page.</li>\n <li>In the privacy section, select the \"content configuration\" key.</li>\n <li>The section at the top of the page that appears gives you information about cookies and allows you to set or delete the cookies you prefer.</li>\n</ul>\n\n<p><a href=\"https://support.apple.com/kb/ph31411?locale=en_US\" target=\"_blank\"><strong>Safari</strong></a></p>\n\n<ul>\n <li>In the configuration menu, select the \"preferences\" option.</li>\n <li>Open the privacy tab and select the option you want from the \"block cookies\" section. Remember that certain functions and the full functionality of the Site may not be available after disabling cookies.</li>\n</ul>\n\n<div>\n<h3>How we use web beacons</h3>\n</div>\n\n<p>We may also use web beacon technologies to better tailor the site to provide better customer service. A web beacon is a single pixel transparent image that allows a web site to count users who have visited that page or access certain cookies. These web beacons may be placed on specific pages across this web site. When a visitor accesses these pages, an anonymous notice of that visit is generated which may be processed by us or by our vendors. These web beacons work in conjunction with cookies. If you don\'t want to associate your anonymous cookie information with your visits to these pages, depending on the browser used, you can set your browser to turn off cookies.</p>\n\n<div>\n<h3>Sharing your Personal Information</h3>\n</div>\n\n<p>NEC does not sell or rent personal information about our website visitors. Under certain circumstances, we may share your personal information as described below.<br>\nTo respond to your inquires, process orders, to keep you informed about your order status, or to share knowledge about an issue or to be able to propose suitable jobs within NEC Group, we may share information you provide through this website with one or more of our affiliates throughout the world. We also share information provided by our website, or generated by your use of our website (or both), with service providers that have been retained to perform services on our behalf or on behalf of our affiliates. If you are a visitor from the European Economic Area (\"EEA\"), please note that some of our affiliates and service providers may be located in countries outside of the EEA that do not have data protection laws that are equivalent to those of your country. However, we take adequate measures to ensure that your personal information will at all times be protected in accordance with this Privacy Policy. A copy of the adopted appropriate or suitable safeguards may be obtained by contacting NEC using the contact details below.<br>\nOccasionally, we may be required by law enforcement or judicial authorities to disclose your personal information to the applicable law enforcement authorities. We will disclose your personal information if required by law, upon receipt of a court order or subpoena, to cooperate with a law enforcement investigation or if we otherwise believe disclosure is necessary to exercise, establish or defend our legal rights. We reserve the right to report to law enforcement authorities any activities that we, in good faith, believe to be unlawful.</p>\n\n<div>\n<h3>Links to other web sites</h3>\n</div>\n\n<p>Parts of our site contain links to our subsidiaries and third-party web sites for your convenience and information. If you use these links, you may leave NEC\'s web site. When you access these other sites, even ones that may contain the NEC mark, please understand that we do not control the content and are not responsible for the privacy practices of that web site.<br>\nPlease note that this privacy policy only applies to the collection and use of information collected online on this site. Other web sites that may be affiliated with NEC Corporation or NEC affiliates may have different privacy statements. We suggest that you carefully review the privacy policies of each web site you visit.</p>\n\n<div>\n<h3>Protecting your Personal Information</h3>\n</div>\n\n<p>We take the security of your personal information seriously and use appropriate technical and organisational measures to protect your personal information against unauthorised or unlawful processing and against accidental loss, destruction or damage.</p>\n\n<div>\n<h3>Children\'s privacy</h3>\n</div>\n\n<p>By accepting this privacy policy you declare to be over 18 years of age. If you are a minor, please do not access our website or use our services.</p>\n\n<div>\n<h3>Updates to this privacy policy</h3>\n</div>\n\n<p>We may change or update this privacy policy at any time and without prior notice to you. Any such changes will be posted in this Privacy Statement. Please check back from time to time so that you are aware of any changes or updates to this policy. We will indicate the effective date of the notice.</p>\n\n<div>\n<h3>How to exercise your data protection rights?</h3>\n</div>\n\n<p>You have the right to ask for a copy of any personal information that we hold about you in our records, to correct any inaccuracies and to update any out-of-date information. You can also ask us not to send you any direct marketing communications request the deletion of your personal data when, among other reasons, the data is no longer necessary for the purposes that were collected or, where appropriate, request the portability of your data. In certain circumstances, you may request the limitation of the processing of your data, in which case we will only keep them for the exercise or defense of claims. In certain circumstances and for reasons related to your particular situation, you may object to the processing of your data. NEC will stop processing the data, except for compelling legitimate reasons, or the exercise or defense of possible claims.<br>\nLikewise, you have the right to withdraw your consent at any time, when this is the legal basis for the processing of your data.<br>\n<br>\nComplaints: If you believe that your data protection rights may have been breached, you have the right to lodge a complaint to the applicable supervisory authority or to seek judicial remedy.<br>\n<br>\nIf you wish to exercise any of these rights, or wish to object to our use of your personal information, please write to us at the address listed below.</p>\n\n<div>\n<h3>Contact us</h3>\n</div>\n\n<p>If you have any questions or comments about this privacy policy, or privacy matters generally, please contact us at the address provided below:<br>\n<a href=\"mailto:contact@emea.nec.com\">contact@emea.nec.com</a><br>\nNEC Nederland B.V.<br>\nOlympia 4, 1231 NT, Hilversum, The Netherlands</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(299, 167, 0, '\n <section class=\"\" id=\"wntclfyuyi\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2>NEC Information Security Statement</h2>\n\n<p>To contribute to society by offering better products and services, we consider it to be our duty to protect the information assets we keep for our customers and partners as well as our own information assets. To achieve this, NEC Enterprise Solutions declares the adoption of this information security statement and its implementation.</p>\n\n<ul>\n <li><span class=\"infotext\">NEC makes efforts to maintain an information security management system and to control its information assets appropriately.</span></li>\n <li><span class=\"infotext\">NEC builds up its internal rules and regulations so that they are in line with this statement.</span></li>\n <li><span class=\"infotext\">NEC continuously offers the training that is necessary to maintain information security.</span></li>\n <li><span class=\"infotext\">NEC implements human, organizational, and technological security controls to protect its information assets from unauthorized access, leakage, modification, theft/loss, denial of service attacks, or any other threat.</span></li>\n <li><span class=\"infotext\">NEC makes efforts to rapidly locate the root cause, keep damage to a minimum and prevent the recurrence if an incident posing a threat to information assets should occur.</span></li>\n <li><span class=\"infotext\">NEC complies with the laws and regulations as well as the national guidelines, the social standards and norms related to information security.</span></li>\n <li><span class=\"infotext\">NEC continuously reviews and improves those activities listed above.</span></li>\n</ul>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(300, 168, 0, '<section class=\"\" id=\"wwzrbubnft\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Elevating Patient Management</h2>\n\n<p style=\"text-align: center;\">NEC\'s smart healthcare solutions improve the quality of patient care through enhanced patient handling. These solutions enable healthcare providers to deliver the right medical treatment faster.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(303, 168, 0, '<section class=\"\" id=\"rfequpbcte\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(301, 168, 0, '<section class=\"\" id=\"dhwrwqxnrh\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 style=\"text-align: center;\">Driving Clinician Productivity</h3>\n\n<p style=\"text-align: center;\">With NEC\'s field-tested solutions and services medical care becomes optimized through:<img src=\"https://www.necam.com/images/s.gif\" border=\"0\"></p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(304, 168, 0, '\n \n \n <section class=\"\" id=\"fnreldbglw\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Healthcare_PatientUnderstand.jpg\" title=\"<br />Better patient insight\"><br>\n<br>\nBetter patient insight<br>\nSeamless integration of patient data drives ready access to comprehensive medical records.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Healthcare_StaffCooperation.jpg\" title=\"<br />Improved staff cooperation\"><br>\n<br>\nImproved staff cooperation<br>\nPresence-enabled messaging promotes faster responses and improved patient outcomes.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Healthcare_AssuredServices.jpg\" title=\"<br />Reliable assured services\"><br>\n<br>\nReliable assured services<br>\nFull infrastructure redundancy delivers disaster preparedness and mission-critical continuance.</p>\n</div>\n</div></section>\n \n \n ', '3-column-centered', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(302, 168, 0, '<section class=\"\" id=\"agawlzpfph\"><div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(307, 168, 0, '<section class=\"\" id=\"mttcgowifw\"><div class=\"tab-navigation\">\n \n <ul class=\"\">\n <li class=\"col6\"><a href=\"#tabs-1\">Header</a></li>\n <li class=\"col6\"><a href=\"#tabs-2\">Header</a></li>\n <li class=\"col6\"><a href=\"#tabs-3\">Header</a></li>\n <li class=\"col6\"><a href=\"#tabs-4\">Header</a></li>\n </ul>\n \n <div class=\"col24 sub-grid\" id=\"tabs-1\">\n <div class=\"col12\">\n <h2>Redefining the Rules <br>of Engagement</h2> \n <p>What does it take to succeed in today’s fast moving business environment? Success depends on a responsive workforce outfitted with adaptive solutions for anytime, anywhere access.</p>\n <p><a href=\"\" class=\"primary-link\"><i aria-hidden=\"true\" class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\n </div>\n <div class=\"col9 offset3 vert-offset-1\">\n <img src=\"images/business-agility.jpg\" alt=\"\">\n </div>\n </div>\n \n <div class=\"col24 sub-grid\" id=\"tabs-2\">\n <div class=\"col12\">\n <h2>Collaborative<br>Communities</h2> \n <p>Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante..</p>\n <p><a href=\"\" class=\"primary-link\"><i aria-hidden=\"true\" class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\n </div>\n <div class=\"col9 offset3 vert-offset-1\">\n <img src=\"http://placehold.it/397x260/e8e8e8/e8e8e8\" alt=\"\">\n </div>\n </div>\n \n <div class=\"col24 sub-grid\" id=\"tabs-3\">\n <div class=\"col12\">\n <h2>Fostering alliances across and beyond boundaries</h2> \n <p>Cultivating a collaborative atmosphere has never been more vital.Responsiveness depends on simple yet specific techniques that promote openness and transparency to achieve a dynamic and informed work environment.</p>\n <p><a href=\"\" class=\"primary-link\"><i aria-hidden=\"true\" class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\n </div>\n <div class=\"col9 offset3 vert-offset-1\">\n <img src=\"images/collaborative-communities.jpg\" alt=\"\">\n </div>\n </div>\n \n <div class=\"col24 sub-grid\" id=\"tabs-4\">\n <div class=\"col12\">\n <h2>Assured Services</h2> \n <p>Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante..</p>\n <p><a href=\"\" class=\"primary-link\"><i aria-hidden=\"true\" class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\n </div>\n <div class=\"col9 offset3 vert-offset-1\">\n <img src=\"http://placehold.it/397x260/e8e8e8/e8e8e8\" alt=\"\">\n </div>\n </div>\n \n </div></section>', 'tabs', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(305, 168, 0, '\n \n \n <section class=\"\" id=\"bvolfwnxtb\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Healthcare Customers That Rely On NEC</h2>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 4, 1, 1, 0),
(456, 219, 0, '<section class=\"\" id=\"hqwtwdoxox\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">For every hotel or hotel chain a suitable solution</h2>\n\n<p> </p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(306, 168, 0, '<section class=\"\" id=\"evmspvgdei\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h3 style=\"text-align: center;\">Tailored Solutions for the Healthcare Community</h3>\n\n<p style=\"text-align: center;\">Working with NEC provides access to healthcare-specific communications and IT solutions aimed at improving healthcare provider productivity, generating cost savings and creating an environment where efficiency and responsiveness fosters patient wellbeing.</p>\n\n<p style=\"text-align: center;\">Our healthcare team has the expertise, tools, services and technologies suited to the following healthcare sectors:</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 1, 0),
(308, 168, 0, '<section class=\"\" id=\"mzxwmbtlyr\"><div class=\"col24\">\n <div style=\"\" class=\"column-wrapper\"><div class=\"tab-navigation\">\n<ul>\n <li class=\"col8\"><a href=\"#tabs-1\">Header</a></li>\n <li class=\"col8\"><a href=\"#tabs-2\">Header</a></li>\n <li class=\"col8\"><a href=\"#tabs-3\">Header</a></li>\n</ul>\n\n<div class=\"col24 sub-grid\" id=\"tabs-1\">\n<div class=\"col12\">\n<h2>Redefining the Rules<br>\nof Engagement</h2>\n\n<p>What does it take to succeed in today’s fast moving business environment? Success depends on a responsive workforce outfitted with adaptive solutions for anytime, anywhere access.</p>\n\n<p><a class=\"primary-link\" href=\"test\">Explore the possibilities</a></p>\n</div>\n\n<div class=\"col9 offset3 vert-offset-1\"><img alt=\"\" src=\"images/business-agility.jpg\"></div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-2\">\n<div class=\"col12\">\n<h2>Collaborative<br>\nCommunities</h2>\n\n<p>Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante..</p>\n\n<p><a class=\"primary-link\" href=\"test\">Explore the possibilities</a></p>\n</div>\n\n<div class=\"col9 offset3 vert-offset-1\"><img alt=\"\" src=\"http://placehold.it/397x260/e8e8e8/e8e8e8\"></div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-3\">\n<div class=\"col12\">\n<h2>Fostering alliances across and beyond boundaries</h2>\n\n<p>Cultivating a collaborative atmosphere has never been more vital.Responsiveness depends on simple yet specific techniques that promote openness and transparency to achieve a dynamic and informed work environment.</p>\n\n<p><a class=\"primary-link\" href=\"test\">Explore the possibilities</a></p>\n</div>\n\n<div class=\"col9 offset3 vert-offset-1\"><img alt=\"\" src=\"images/collaborative-communities.jpg\"></div>\n</div>\n</div>\n</div>\n</div></section>', 'tabs', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(309, 168, 0, '\n <section class=\"\" id=\"wsyzynxmga\"><div class=\"\">\n <div style=\"\" class=\"column-wrapper\"><div class=\"tabs-default\">\n<ul class=\"selector\">\n <li class=\"col8\"><a href=\"#tabs-1\">Clinician<br>\n Collaboration</a></li>\n <li class=\"col8\"><a href=\"#tabs-2\">Infrastructure<br>\n Management</a></li>\n <li class=\"col8\"><a href=\"#tabs-3\">Security<br>\n Safeguards</a></li>\n</ul>\n\n<div class=\"col24 sub-grid\" id=\"tabs-1\">\n<div class=\"col24\">\n<h2>Synchronized Teamwork</h2>\n\n<p><img src=\"https://www.necam.com/images/NEC-Healthcare_ClinicianCollaboration.jpg\" title=\"Clinician Collaboration\" align=\"right\"></p>\n\n<p>With our collaborative solutions highly-connected healthcare organizations are created where internal talent and resources can respond quickly to patient caseloads and ailments. Our messaging and collaboration solutions result in a smarter more responsiveness environment by helping to:<br>\n<br>\n<strong><font size=\"4\" color=\"#002262\">Redefine access</font></strong><br>\nRobust voice features and sophisticated unified communications and collaboration applications enable healthcare workers to self manage how, when and where to be reached while flexible call routing dispatches callers promptly and accurately.<br>\n<br>\n<strong><font size=\"4\" color=\"#002262\">Optimize processes</font></strong><br>\nTelehealth programs are realized with end-to-end workflows capable of linking services and information between dispersed organizational and geographic locations.<br>\n<br>\n<strong><font size=\"4\" color=\"#002262\">Distributed insight</font></strong><br>\nData gathered from nurse call systems become time-sensitive alerts for better insight into patient needs and care being provided.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-2\">\n<div class=\"col24\">\n<h2>Information Enabled</h2>\n\n<p><img src=\"https://www.necam.com/images/NEC-Healthcare_InfrastructureManagement.jpg\" title=\"Infrastructure Management\" align=\"right\"></p>\n\n<p>Through our data management solutions information and patient privacy which is central to any reputable healthcare organization becomes protected yet accessible. Our data management technologies provide the reliability needed to support information-intensive workloads by helping to:<br>\n<br>\n<strong><font size=\"4\" color=\"#002262\">Ensure continuance</font></strong><br>\nCritical information becomes highly available when supported by our modular five 9\'s redundancy server hardware components.<br>\n<br>\n<strong><font size=\"4\" color=\"#002262\">Manage information</font></strong><br>\nLarge volumes of data become securely stored and backed up using our scalable, resilient and highly efficient grid and SAN storage solutions.<br>\n<br>\n<strong><font size=\"4\" color=\"#002262\">Simplify control</font></strong><br>\nAutomation and simplification of network administration becomes possible and easier to monitor and manage with our software-defined networking controllers and switches.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-3\">\n<div class=\"col24\">\n<h2>Protective Measures</h2>\n\n<p><img src=\"https://www.necam.com/images/NEC-Healthcare_SecuritySafeguards.jpg\" title=\"Security Safeguards\" align=\"right\"></p>\n\n<p>Creating an environment that is safe for patients and personnel while also guarding against the potential loss of on-site assets is achievable with solutions from our healthcare portfolio. By collaborating with leading vendors, our technologies enable the protective practices needed by helping to:<br>\n<br>\n<strong><font size=\"4\" color=\"#002262\">Monitor individuals</font></strong><br>\nBy tracking patient activity our technologies enable individuals to be monitored as they move through the different stages of care being provided.<br>\n<br>\n<strong><font size=\"4\" color=\"#002262\">Nurse Call</font></strong><br>\nA press of a button on a smart communication device or a mobile handset will instantly alert relevant staff of a patient in need including location details and escalation options via a variety of media.<br>\n<br>\n<strong><font size=\"4\" color=\"#002262\">Protect staff</font></strong><br>\nShould employees find themselves at risk our notification solutions identify their precise location enabling immediate and appropriate action to be taken.<br>\n<br>\n<strong><font size=\"4\" color=\"#002262\">Safeguard assets</font></strong><br>\nLoss prevention of critical medical equipment becomes possible through our solutions capable of monitoring the locations of highly-valued assets.</p>\n</div>\n</div>\n</div>\n</div>\n</div></section>\n ', 'tabs', 'tabs', '', '', 0, 0, '', '', 0, 6, 1, 1, 0),
(643, 351, 0, '\n \n \n <section id=\"phawhlwsgk\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"tabs-default\">\n<ul class=\"selector\">\n <li class=\"col8\"><a href=\"#tabs-1\">Adaptive<br>\n Collaboration</a></li>\n <li class=\"col8\"><a href=\"#tabs-2\">Infrastructure<br>\n Management</a></li>\n <li class=\"col8\"><a href=\"#tabs-3\">Security<br>\n Measures</a></li>\n</ul>\n\n<div class=\"col24 sub-grid\" id=\"tabs-1\">\n<div class=\"col24\">\n<h2>Adaptive Collaboration</h2>\n\n<p><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/finance/adaptive-collaboration.jpg\" style=\"float: right; margin-left: 1.5em;\" title=\"Clinician Collaboration\"></p>\n\n<p>With our collaborative solutions highly-connected organizations are created where internal talent and resources can respond quickly to customer inquiries and internal queries. Our messaging and collaboration solutions result in a smarter more responsive environment by helping to:<br>\n<br>\n<strong><font color=\"#002262\" size=\"4\">Optimize performance</font></strong><br>\nSynchronized services are realized with end-to-end workflows capable of linking services and information between dispersed organizational and geographic locations. Our trusted cloud-based solutions deliver advanced, self-service automation with billing certainty and advanced integration.<br>\n<br>\n<strong><font color=\"#002262\" size=\"4\">Redefine accessibility</font></strong><br>\nRobust voice features and sophisticated unified communications and collaboration applications enable workers to self manage how, when and where to be reached while flexible call routing dispatches callers promptly and accurately.<br>\n<br>\n<strong><font color=\"#002262\" size=\"4\">Distribute insight</font></strong><br>\nData gathered from centralized and disparaged systems become time-sensitive alerts for better insight into customer needs and services being provided.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-2\">\n<div class=\"col24\">\n<h2>Infrastructure Management</h2>\n\n<p><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/finance/data-security.jpg\" style=\"float: right; margin-left: 1.5em;\" title=\"Infrastructure Management\"></p>\n\n<p>Through our data management solutions information becomes protected yet accessible. Our data technologies provide the reliability needed to support information-intensive workloads by helping to:<br>\n<br>\n<strong><font color=\"#002262\" size=\"4\">Manage information</font></strong><br>\nLarge volumes of data become securely stored and backed up using our scalable, resilient and highly efficient grid and SAN storage or cloud-based infrastructure as a service solutions.<br>\n<br>\n<strong><font color=\"#002262\" size=\"4\">Simplify control</font></strong><br>\nAutomation and simplification of network administration becomes possible and easier to monitor and manage with our software-defined networking controllers and switches.<br>\n<br>\n<strong><font color=\"#002262\" size=\"4\">Assure continuity</font></strong><br>\nCritical information becomes highly available when supported by our modular five 9\'s redundancy server hardware components.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-3\">\n<div class=\"col24\">\n<h2>Security Measures</h2>\n\n<p><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/finance/security-measures.jpg\" style=\"float: right; margin-left: 1.5em;\" title=\"Security Safeguards\"></p>\n\n<p>Creating an environment that is safe for personnel while also guarding against the potential loss of valued assets is achievable with our advanced recognition systems and our infrastructure solutions. Our technologies enable the protective practices needed by helping to:<br>\n<br>\n<strong><font color=\"#002262\" size=\"4\">Monitor individuals</font></strong><br>\nBy tracking on-site activity our technologies enable individuals to be monitored as they enter and move about corporate facilities and publically accessible locations.<br>\n<br>\n<strong><font color=\"#002262\" size=\"4\">Protect staff</font></strong><br>\nShould employees find themselves at risk our notification solutions identify their precise location enabling immediate and appropriate action to be taken.<br>\n<br>\n<strong><font color=\"#002262\" size=\"4\">Safeguard assets</font></strong><br>\nLoss prevention of critical assets becomes possible through our solutions capable of storing mission-critical data and monitoring and managing mission-critical infrastructure.</p>\n</div>\n</div>\n</div>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 1, 0),
(310, 168, 0, '<section class=\"\" id=\"iqyylzdiuw\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2>Protective Measures</h2>\n\n<p><img src=\"https://www.necam.com/images/NEC-Healthcare_SecuritySafeguards.jpg\" title=\"Security Safeguards\" align=\"right\"></p>\n\n<p>Creating an environment that is safe for patients and personnel while also guarding against the potential loss of on-site assets is achievable with solutions from our healthcare portfolio. By collaborating with leading vendors, our technologies enable the protective practices needed by helping to:<br>\n<br>\n<strong><font color=\"#002262\" size=\"4\">Monitor individuals</font></strong><br>\nBy tracking patient activity our technologies enable individuals to be monitored as they move through the different stages of care being provided.<br>\n<br>\n<strong><font color=\"#002262\" size=\"4\">Protect staff</font></strong><br>\nShould employees find themselves at risk our notification solutions identify their precise location enabling immediate and appropriate action to be taken.<br>\n<br>\n<strong><font color=\"#002262\" size=\"4\">Safeguard assets</font></strong><br>\nLoss prevention of critical medical equipment becomes possible through our solutions capable of monitoring the locations of highly-valued assets.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(311, 168, 0, '\n \n <section class=\"\" id=\"kylwbuiinf\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 class=\"nec-orange\" style=\"text-align: center;\">Why NEC for Healthcare?</h2>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 7, 1, 1, 0),
(312, 168, 0, '\n <section class=\"\" id=\"xwcksldrhh\">\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><img alt=\"Innovation\" src=\"https://www.necam.com/images/NEC-Healthcare_Innovation.jpg\" title=\"Innovation\"><br>\n <br>\nInnovation</h4>\n\n<p style=\"text-align: center;\">Known and respected for driving innovation.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><img alt=\"Experience\" src=\"https://www.necam.com/images/NEC-Healthcare_Experience.jpg\" title=\"Experience\"><br>\n <br>\nExperience</h4>\n\n<p style=\"text-align: center;\">Over 117 years of IT, communications and networking experience.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><img alt=\"Reliability\" src=\"https://www.necam.com/images/NEC-Healthcare_Reliability.jpg\" title=\"Reliability\"><br>\n <br>\nReliability</h4>\n\n<p style=\"text-align: center;\">Committed to solutions for society that help people live more fulfilling lives.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><img alt=\"Support\" src=\"https://www.necam.com/images/NEC-Healthcare_Support.jpg\" title=\"Support\"><br>\n <br>\nSupport</h4>\n\n<p style=\"text-align: center;\">Dedicated to unsurpassed technical support.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\"><img alt=\"Local\" src=\"https://www.necam.com/images/NEC-Healthcare_Local.jpg\" title=\"Local\"><br>\n <br>\nLocal</h4>\n\n<p style=\"text-align: center;\">Global vision and expertise supported by a local based presence.</p>\n</div>\n</div></section>\n ', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 8, 1, 1, 0),
(313, 168, 0, '<section class=\"\" id=\"voxqrdzlfd\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><p> </p>\n\n<p> \n</p><div class=\"col4 offset2 centered\"> </div>\n<p></p>\n\n<div class=\"col4 centered\"><img alt=\"Experience\" src=\"https://www.necam.com/images/NEC-Healthcare_Experience.jpg\" title=\"Experience\"><br>\n <br>\n<b>Experience</b><br>\nOver 117 years of IT, communications and networking experience.</div>\n\n<div class=\"col4 centered\"><img alt=\"Reliability\" src=\"https://www.necam.com/images/NEC-Healthcare_Reliability.jpg\" title=\"Reliability\"><br>\n <br>\n<b>Reliability</b><br>\nCommitted to solutions for society that help people live more fulfilling lives.</div>\n\n<div class=\"col4 centered\"><img alt=\"Support\" src=\"https://www.necam.com/images/NEC-Healthcare_Support.jpg\" title=\"Support\"><br>\n <br>\n<b>Support</b><br>\nDedicated to unsurpassed technical support.</div>\n\n<div class=\"col4 centered\"><img alt=\"Local\" src=\"https://www.necam.com/images/NEC-Healthcare_Local.jpg\" title=\"Local\"><br>\n <br>\n<b>Local</b><br>\nGlobal vision and expertise supported by a local U.S.-based presence.</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(314, 169, 0, '<section class=\"\" id=\"uqcwztqaws\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Why Smart Enterprise Matters</h2>\n\n<center style=\"text-align: center;\">To thrive in today\'s fast and ever-changing business environment, it is essential to build a culture based on innovation, cost efficiency, superior productivity and meaningful customer experiences. Pursuing and embracing these key principles makes the difference between transforming and remaining relevant to playing catch-up and losing opportunities to the competition.</center>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(315, 169, 0, '<section class=\"\" id=\"nzatwdxozd\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/p75VHI_X_Ic?showinfo=0\" height=\"250\" frameborder=\"0\" width=\"100%\"></iframe></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3 class=\"vert-offset-2\">Moving Enterprises Forward</h3>\n\n<p>Rapidly innovating and overcoming challenges become easier through increased productivity and a more social workforce with Smart Enterprise solutions from NEC.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(316, 169, 0, '<section class=\"\" id=\"rmdiqpdgre\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">What Does Smart Enterprise Mean</h2>\n\n<p>For a company to operate smarter and be considered a Smart Enterprise, NEC recommends focusing on 4 key objectives - what we define as the Smart Enterprise Value Pillars - to achieve the dexterity to function proficiently and support crucial security and safety practices.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(317, 169, 0, '<section class=\"\" id=\"mqslwwmind\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC_SmartEnterprise_BusinessAgilityIcon.jpg\" title=\"Business Agility\"></p>\n\n<h4 style=\"text-align: center;\">Business Agility</h4>\n\n<p style=\"text-align: center;\">A mobile workforce optimally responsive to customers and business changes.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC_SmartEnterprise_CloudDeliveryIcon.jpg\" title=\"Cloud Delivery\"></p>\n\n<h4 style=\"text-align: center;\">Cloud Delivery</h4>\n\n<p style=\"text-align: center;\">Flexible on-demand premise, cloud<br>\nand hybrid deployment models.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_CollaborativeCommunitiesIcon.jpg\" title=\"Collaborative Communities\"></p>\n\n<h4 style=\"text-align: center;\">Collaborative Communities</h4>\n\n<p style=\"text-align: center;\">Productive teamwork for better workplace productivity, customer value and business results.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_AssuredServicesIcon.jpg\" title=\"Assured Services\"></p>\n\n<h4 style=\"text-align: center;\">Assured Services</h4>\n\n<p style=\"text-align: center;\">Business continuity and data security ensured by a highly available secure IT environment.</p>\n</div>\n</div></section>', '4-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 3, 1, 1, 0),
(318, 169, 0, '<section class=\"\" id=\"lkeefxnscp\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(319, 169, 0, '<section class=\"\" id=\"yilkcqnalw\"><div class=\"col8 offset4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n</section>', '2-column-centered', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(323, 169, 0, '<section class=\"\" id=\"zpzkgmqwtf\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 1, 0),
(320, 169, 0, '<section class=\"\" id=\"rnytgewchl\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/EcfjuUU52uk?showinfo=0\" height=\"255\" frameborder=\"0\" width=\"100%\"></iframe></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3 class=\"vert-offset-2\">Fulfilling The Need</h3>\n\n<p>With our Smart Enterprise solutions set, NEC enables enterprises regardless of type and size to operate more effectively by optimizing operational practices, driving workforce collaboration and creating competitive advantages through enhanced customer interaction.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 1, 0),
(322, 169, 0, '<section class=\"\" id=\"wrzxzelfqe\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 class=\"nec-orange\">The Time Is Now<img src=\"https://www.necam.com/images/NEC-SmartEnterprise_CoreValueIcon.jpg\" style=\"float: right; margin-left: 1.5em;\"></h2>\n\n<p>When committed to Smart Enterprise practices, significant synergies can be established to integrate communications and business applications with a solid IT infrastructure.</p>\n\n<p>The result is a resilient, agile and predictive organization that operates cost efficiently while providing better services using the latest business applications. Employees gain full command of their own work environment to function more productively and provide customers with tailored enhanced experiences.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 7, 1, 1, 0),
(321, 169, 0, '<section class=\"\" id=\"uwtcruaftc\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><div class=\"col24 centered\">\n<h2 style=\"text-align: center;\">Why NEC For Smart Enterprise</h2>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(327, 169, 0, '<section class=\"\" id=\"zuswqgqzdq\">\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_Biometrics.jpg\" title=\"Biometrics & Surveillance\"><br>\n<strong>Biometrics &<br>\nSurveillance</strong></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_StorageServer.jpg\" title=\"Servers & Storage\"><br>\n<strong>Servers &<br>\nStorage</strong></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_Analytics.jpg\" title=\"Analytics & Big Data\"><br>\n<strong>Analytics &<br>\nBig Data</strong></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_SDN.jpg\" title=\"Software Defined Networking\"><br>\n<strong>Software Defined Networking</strong></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_IoT.jpg\" title=\"Internet of Things\"><br>\n<strong>Internet of Things<br>\nEnd-Point </strong></p>\n</div>\n</div></section>', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 11, 1, 1, 0),
(324, 169, 0, '<section class=\"\" id=\"fzyygqsvny\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/proven-expertise.png\" title=\"Transform\"></p>\n\n<p style=\"text-align: center;\"><b>Transform</b><br>\nEmbrace the digital era with IT empowered business practices.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/employee_encouragement.png\" title=\"Encourage\"></p>\n\n<p style=\"text-align: center;\"><b>Encourage</b><br>\nPromote always, everywhere employee involvement to drive productivity.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/scalable-tactics.png\" title=\"Innovate\"></p>\n\n<p style=\"text-align: center;\"><b>Innovate</b><br>\nEnhance business networks for improved operational flexibility and efficiencies.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/proven-expertise.png\" title=\"Reinvent\"></p>\n\n<p style=\"text-align: center;\"><b>Reinvent</b><br>\nEscalate customer engagement models to foster and drive customer value.</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 9, 1, 1, 0),
(325, 169, 0, '<section class=\"\" id=\"kmlkocnhkb\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><div class=\"col24 centered\">\n<h3>By embracing Smart Enterprise, organizations can:</h3>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 8, 1, 1, 0),
(326, 169, 0, '<section class=\"\" id=\"qtnqfzteqf\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 class=\"nec-orange\" style=\"text-align: center;\">How NEC Makes Smart Enterprise Possible</h2>\n\n<p style=\"text-align: center;\">With one of the industry\'s strongest and most innovative portfolio of solutions, we unleash the potential of the Smart Enterprise with new approaches in how communications and IT services are delivered and managed. Our solutions set is built on 117 years of excellence and expertise and our scalable tactics help to improve the way people live, work and communicate.</p>\n\n<h4 style=\"text-align: center;\">Our Smart Enterprise solutions include</h4>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 10, 1, 1, 0),
(328, 169, 0, '<section class=\"\" id=\"ifuvfztvbb\">\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_Cloud.jpg\" title=\"Cloud\"><br>\n<b>Cloud</b></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_Finance.jpg\" title=\"Financing\"><br>\n<b>Financing</b></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_Retail.jpg\" title=\"Retail Systems\"><br>\n<b>Retail Systems</b></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_UC.jpg\" title=\"UC & C\"><br>\n<b>UC & C</b></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_BroadbandSystems.jpg\" title=\"Broadband Systems\"><br>\n<b>Broadband Systems</b></p>\n</div>\n</div></section>', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(329, 169, 0, '<section class=\"\" id=\"alcpunnoug\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><div class=\"col24 centered\">\n<h2 class=\"nec-orange\" style=\"text-align: center;\">Smart Workplace: The Keystone Of The Smart Enterprise</h2>\n\n<p style=\"text-align: center;\">The hub of any Smart Enterprise is the Smart Workplace. It is an environment where employees are empowered to use any device or mode to get their job done, are readily available when needed, have direct access to secure reliable information and are fully immersed in the business process.</p>\n\n<p style=\"text-align: center;\"><strong>With the Smart Workplace, transformational capabilities are realized such as:</strong></p>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 1000, 1, 1, 0),
(330, 169, 0, '<section class=\"\" id=\"cagyybzlwr\"><div class=\"col6 offset3\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><b><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_ForEmployees.jpg\" title=\"For Employees\"><br>\n<br>\nFor Employees</b><br>\nA robust, customizable and responsive work environment with anytime, anywhere access, instant collaboration, assured services and better outcomes.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><b><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_ForITTeams.jpg\" title=\"For IT Teams\"><br>\n<br>\nFor IT Teams</b><br>\nHighly available and reliable IT ecosystems with operational efficiency and security that assure flexible deliverables.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><b><img src=\"https://www.necam.com/images/NEC-SmartEnterprise_ForCustomers.jpg\" title=\"For Customers\"><br>\n<br>\nFor Customers</b><br>\nAn immediate, personalized and positive experience with always accessible, consistent experiences based on real-time interaction and quick results.</p>\n</div>\n</div></section>', '3-column-centered', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(331, 169, 0, '<section class=\"\" id=\"ipxpfhwpwi\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(332, 169, 0, '<section class=\"\" id=\"sznkzqonad\"><div class=\"\">\n <div style=\"\" class=\"column-wrapper\"><div class=\"tabs-default\">\n<ul class=\"selector\">\n <li class=\"col6\"><a href=\"#tabs-1\">Increased<br>\n Productivity</a></li>\n <li class=\"col6\"><a href=\"#tabs-2\">Easier<br>\n Deployment</a></li>\n <li class=\"col6\"><a href=\"#tabs-3\">Improved<br>\n Results</a></li>\n <li class=\"col6\"><a href=\"#tabs-4\">Business<br>\n Continuance</a></li>\n</ul>\n\n<div class=\"col24\" id=\"tabs-1\">\n<h2>A More Responsive Enterprise</h2>\n\n<p>Today\'s fast paced business environment demands high performance organizations where employees can act quickly and function effectively. This requires adaptive solutions that free workers from conventional constraints and enable them to achieve a new level in responsiveness. This mean:<br>\n<br>\n<strong>Empowering the workforce</strong><br>\nProviding mobile devices and apps for reliable access anytime and anywhere to people, data and feature-rich applications.<br>\n<br>\n<strong>Escalating team collaboration</strong><br>\nSupporting collaborative tools that seamlessly encourage connectivity and productivity without lags in responsiveness or teamwork.<br>\n<br>\n<strong>Achieving continuous availability</strong><br>\nDeploying distributed and load-balanced services architecture to avoids overloads and lost service to optimize reliability and availability.<br>\n<br>\n<strong>Becoming user-centric</strong><br>\nUsing intuitive tools that ensure user adoptability to drive productivity and provide richer colleague and customer experiences.<br>\n<br>\n<!--<a href=\"/drivers2016/?t=BusinessAgility\">Explore Further</a></p>--></p>\n</div>\n\n<div class=\"col24\" id=\"tabs-2\">\n<h2>Becoming Cloud-Enabled</h2>\n\n<p>Companies that want to prosper need connected environments that are flexible enough to adapt quickly as needed. This requires promoting knowledge sharing across distributed environments while maintaining a reliable, continuous yet protected network infrastructure. This means:<br>\n<br>\n<strong>Delivering on-demand services</strong><br>\nCommitting to modular applications and flexible cost structures for scalable deployment and business processes.<br>\n<br>\n<strong>Achieving balanced delivery</strong><br>\nExploring hybrid cloud operations that cross private premise and public cloud infrastructure for quick, easy and economic scaling.<br>\n<br>\n<strong>Providing consistent experiences</strong><br>\nSupporting applications designed for cloud, on-premise, or hybrid deployment that are right-sized to actual use for seamless and tailored user experiences.<br>\n<br>\n<strong>Deploying a holistic approach</strong><br>\nBecoming service orientated and software driven to enable faultless integration, rapid rollouts and simplified management.<br>\n<br>\n<!--<a href=\"/drivers2016/?t=CloudDelivery\">Explore Further</a></p>--></p>\n</div>\n\n<div class=\"col24\" id=\"tabs-3\">\n<h2>Fostering Alliances</h2>\n\n<p>Companies wanting to operate smarter must cultivate an environment of cooperation and co-creation. This involves removing the barriers that prevent collaboration replacing them with shared openness and transparency. This means:<br>\n<br>\n<strong>Advancing interaction</strong><br>\nGalvanizing fragmented knowledge workers with rich presence, shared workspaces and collaborative tools to bring disparate and dispersed teams together.<br>\n<br>\n<strong>Pooling available talent</strong><br>\nIncreasing the speed and quality of responses to internal or external inquiries to promote faster and better outcomes.<br>\n<br>\n<strong>Enriching user experiences</strong><br>\nChampioning rich mobile clients and web-oriented applications for reliable and intuitive user interaction.<br>\n<br>\n<strong>Embracing social integration</strong><br>\nLeveraging tools that integrate social media and networking to support reactive customer-focused strategies.<br>\n<br>\n<!--<a href=\"/drivers2016/?t=CollaborativeCommunities\">Explore Further</a></p>--></p>\n</div>\n\n<div class=\"col24\" id=\"tabs-4\">\n<h2>Mission-critical assurances</h2>\n\n<p>For a truly productive environment, organizations must deliver uninterrupted and easy access to tools and services. Enterprises need to automate, virtualize and simplify to continuously perform at their highest capabilities. This means:<br>\n<br>\n<strong>Assuring expanded access</strong><br>\nProviding secured and load-balanced clients that ensure access to services across a distributed enterprise environment.<br>\n<br>\n<strong>Virtualizing and beyond</strong><br>\nSteamlining with virtualization management and monitoring to structure service governance and adaptablity to changing demands.<br>\n<br>\n<strong>Safeguarding continuity</strong><br>\nCommitting to lock-step fault tolerance intelligence and secured data storage to protect critical data and around the clock operations.<br>\n<br>\n<strong>Resilient adaptive networks</strong><br>\nCentralizing and automating control of the network to eliminate fragile and complex protocols and manual, error-prone processes.<br>\n<br>\n<!--<a href=\"/drivers2016/?t=AssuredServices\">Explore Further</a></p>--></p>\n</div>\n</div>\n</div>\n</div></section>', 'tabs', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(333, 169, 0, '<section class=\"\" id=\"saioiuqbxi\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 class=\"nec-orange\" style=\"text-align: center;\">The Significance Of Collaboration</h2>\n\n<p style=\"text-align: center;\">NEC has been part of some of the largest alliances in the world.<br>\nThis openness has allowed us to work closely with partners from around the world, resulting in solutions and services that provide the best value and meet the evolving needs of Smart Enterprises locally and globally.<br>\n<br>\n<strong>Some of our partners include such industry leaders as:</strong><br>\n </p>\n\n<div class=\"col4 centered\" style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/RedHat.png\" style=\"width: 111px; height: 36px;\" title=\"\"></div>\n\n<div class=\"col4 centered\" style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/sap.png\" style=\"width: 70px; height: 36px;\" title=\"\"></div>\n\n<div class=\"col4 centered\" style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/Microsoft.png\" style=\"width: 170px; height: 36px;\" title=\"\"></div>\n\n<div class=\"col4 centered\" style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/vmware.png\" style=\"width: 129px; height: 36px;\" title=\"\"></div>\n\n<div class=\"col4 centered\" style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/trendmicro.png\" style=\"width: 91px; height: 36px;\" title=\"\"></div>\n\n<div class=\"col4 centered\" style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/intel.png\" style=\"width: 49px; height: 36px;\" title=\"\"></div>\n\n<p> </p>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(420, 224, 0, '<section class=\"\" id=\"ugotpqtdwz\"><div class=\"col16\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h2>Ekahau</h2>\n\n<p><a href=\"http://www.ekahua.com\">www.ekahua.com</a></p>\n\n<p>Ekahau is the performance leader in providing Wi-Fi-based Real-Time Location Systems (RTLS). Ekahau RTLS includes Ekahau Vision™ and Ekahau RTLS Controller software and a selection of Wi-Fi tags which provide visibility into the location and status of assets, people and workflows. Thousands of Fortune 500 companies, hospitals, and other facilities rely on Ekahau’s patented technology to reveal business intelligence that drives decision-making. Ekahau partners include leading wireless software developers, systems integrators, and WLAN providers.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(334, 170, 0, '<section class=\"\" id=\"otreasuuis\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"></div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(335, 170, 0, '<section class=\"\" id=\"dpykmmsirz\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(340, 171, 0, '\n <section class=\"\" id=\"yaofdmeptu\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 class=\"nec-orange\" style=\"text-align: center;\">Transforming Experiences Worldwide</h2>\n\n<p style=\"text-align: center;\">Our smart point-of-sale (POS) and mobile retail solutions are designed to boost in-store performance, reduce operating costs and enable quick and efficient services for both single and multi-location operations.</p>\n\n<p style=\"text-align: center;\">We are working to enhance customer experiences globally at retail venues such as:</p>\n\n<div class=\"col3 offset2 centered\">\n<p><strong><img src=\"https://www.necam.com/images/NEC-SmartRetail_DepartmentStoreIcon.jpg\" title=\"Department Stores\"></strong></p>\n\n<p><strong>Department Stores</strong></p>\n</div>\n\n<div class=\"col3 centered\">\n<p><strong><img src=\"https://www.necam.com/images/NEC-SmartRetail_ConvenienceStoreIcon.jpg\" title=\"Convenience Stores\"></strong></p>\n\n<p><strong>Convenience Stores</strong></p>\n</div>\n\n<div class=\"col3 centered\">\n<p><strong><img src=\"https://www.necam.com/images/NEC-SmartRetail_SpecialtyStoreIcon.jpg\" title=\"Specialty Stores\"></strong></p>\n\n<p><strong>Specialty Stores</strong></p>\n</div>\n\n<div class=\"col3 centered\">\n<p><strong><img src=\"https://www.necam.com/images/NEC-SmartRetail_AmusementParkIcon.jpg\" title=\"Amusement Parks\"></strong></p>\n\n<p><strong>Amusement Parks</strong></p>\n</div>\n\n<div class=\"col3 centered\">\n<p><strong><img src=\"https://www.necam.com/images/NEC-SmartRetail_StadiumIcon.jpg\" title=\"Stadiums\"></strong></p>\n\n<p><strong>Stadiums</strong></p>\n</div>\n\n<div class=\"col3 centered\">\n<p><strong><img src=\"https://www.necam.com/images/NEC-SmartRetail-CinemaComplexIcon.jpg\" title=\"Cinema Complexes\"></strong></p>\n\n<p><strong>Cinema Complexes</strong></p>\n</div>\n\n<div class=\"col3 centered\">\n<p><strong><img src=\"https://www.necam.com/images/NEC-SmartRetail_Airport.jpg\" title=\"Airports\"></strong></p>\n\n<p><strong>A</strong><strong>irports</strong></p>\n</div>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0),
(337, 170, 0, '<section class=\"\" id=\"haezhuuifh\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n<div class=\"col12\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(338, 170, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"cqysnatxuh\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3>NEC Servers</h3>\n</div>\n</div>\n<div class=\"col12\">\n<div class=\"column-wrapper\" style=\"\"><ul>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/EXP710_712_CE_declaration.pdf\" target=\"_blank\">Modular Servers - Express5800 EXP710 D120 Server</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/CE_Declaration_of_conformity_R6_RoHS.pdf\" target=\"_blank\">Disk Array Unit</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/CE_Declaration_of_conformity_RoHS_R6_COS511_20170227.pdf\" target=\"_blank\">Storage Hydrastor HS3-HS8-HS6</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/DAS09xAz_CE_declaretion_R10(EMC-Safety-RoHS-ErP).pdf\" target=\"_blank\">Storage M series - M120 & M320 - A</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/DAS09xBz_CE_declaretion_R11(EMC-Safety-RoHS-ErP).pdf\" target=\"_blank\">Storage M series - M120 & M320 - B</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/US310e%20CE_DOC_(sign).pdf\" target=\"_blank\">Thin Client US310</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/180209124958.pdf\" target=\"_blank\">Thin Client US320</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/EU%20Declaration%20of%20Conformity%20GVT-070582-001-00%20(QX-S1000G)%20Rev1_0.pdf\" target=\"_blank\">Switches QX - S10 Switch</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/EU%20Declaration%20of%20Conformity%20GVT-048083-001-00%20(QX-S4100G-PW)%20Rev1_0.pdf\" target=\"_blank\">Switches QX - S41 Switch</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/EU%20Declaration%20of%20Conformity%20GVT-048048-001-00%20(QX-S5200G-4X-PW)%20Rev1_0.pdf\" target=\"_blank\">Switches QX - S52 Switch</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/EU%20Declaration%20of%20Conformity%20GVT-048085-001-00%20(QX-S5500G-4X2Q)%20Rev1_0.pdf\" target=\"_blank\">Switches QX - S55 Switch</a></li>\n</ul>\n</div>\n</div>\n<div class=\"col12\">\n<div class=\"column-wrapper\" style=\"\"><ul>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/snp18-nw-t00110%20-%20PF5240_DoC.pdf\" target=\"_blank\">Switches SDN - PF5240</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/snp18-nw-t00111%20-%20PF5248_DoC_signed.pdf\" target=\"_blank\">Switches SDN - PF5248</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/PF5340-32QP_DoC_20170330.pdf\" target=\"_blank\">Switches SDN - PF5340-32QP</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/PF5340-32QP_DoC_RoHS.pdf\" target=\"_blank\">Switches SDN - PF5340-32QP RoHS</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/PF5340-48XP-6Q_DoC_20170330.pdf\" target=\"_blank\">Switches SDN - PF5340-48XP-6Q</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/PF5340-48XP-6Q_DoC_RoHS.pdf\" target=\"_blank\">Switches SDN - PF5340-48XP-6Q RoHS</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/EU%20Declaration%20of%20Conformity(PF5459-48GT)_20160523.pdf\" target=\"_blank\">Switches SDN - PF5459-48GT</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/EU%20Declaration%20of%20Conformity(PF5459-48XP)_20160523.pdf\" target=\"_blank\">Switches SDN - PF5459-48XP</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/EU%20Declaration%20of%20Conformity(PF5459-48XT)_20160523.pdf\" target=\"_blank\">Switches SDN - PF5459-48XT</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/EU%20Declaration%20of%20Conformity(PF5468-32QP)_20160523.pdf\" target=\"_blank\">Switches SDN - PF5468-32QP</a></li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(1273, 1407, 0, '\n \n \n \n \n \n <section id=\"ndmmrqqfxy\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/inscheduler-benefits.png\" style=\"width: 43px; height: 48px; float: left; margin-right: 12px;\">CONFERENCING<br>\n<span class=\"nec-blue\">CONVENIENCE</span></h3>\n\n<p>Ideal for remote workers - this cost-effective, built-in solution enables frictionless, scheduled audio and video conference calls from a single graphical user interface. Each conference is password protected, has a single dial-in ‘pilot’ number and provides participants the same conference experience inside or outside the office.</p>\n\n<ul>\n <li>Scheduling made easy with new dashboard & MS® Outlook integration</li>\n <li>Conference Recording</li>\n <li>No more interruptions – your conference call is scheduled & password protected</li>\n <li>No download for participants required</li>\n <li>Easy dial in access – don’t let complicated dial-in instructions ruin your conference calls</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9500/sv9300-fully-equipped-workforce.jpg\"></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 2, 1, 1, 0),
(1274, 1408, 0, '\n \n \n \n \n \n \n \n <section id=\"vrvflmurgr\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/inscheduler-benefits.png\" style=\"width: 43px; height: 48px; float: left; margin-right: 12px;\">INSTANT IMAGES FOR<br>\n<span class=\"nec-blue\">TELEPHONE YOUR DISPLAY</span></h3>\n\n<p>Multiple image sources can be viewed, each one assigned to a dedicated programmable function key on the IP telephone. Images can be viewed at multiple telephones and can be refreshed automatically.</p>\n\n<ul>\n <li>Improve building & staff security</li>\n <li>Monitor IP Video doorphones</li>\n <li>View images from security/web cameras</li>\n <li>View images from web based locations</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/live-images-nec-phones.jpg\"></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 1, 1, 1, 0),
(1271, 1408, 0, '\n \n \n \n <section id=\"ehgkvioduo\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">VIEW LIVE IMAGES ON YOUR NEC COLOUR DISPLAY BUSINESS TELEPHONE AT THE TOUCH OF A BUTTON</h2>\n\n<p style=\"text-align: center;\">This low cost application will display multiple images to the colour display of the NEC IP business telephone such as a CCTV monitor, Door entry, Secure Area camera or web based image file.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(847, 90, 0, '\n \n <section id=\"ozaeplaxsa\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><section class=\"container white-bg-intro\" style=\"z-index: 100;\">\n<div class=\"hrzntl-spacer\" style=\"margin-right: 1.5em; margin-left: 1.5em;\">\n<div class=\"container-wrapper\" style=\"max-width: 70em; width: 1120px; z-index: inherit;\">\n<div class=\"col24 centered\" style=\"padding-right: 0.75em; padding-left: 0.75em; width: 1120px; text-align: center;\">\n<h2 style=\"font-size: 2em; margin-top: 0.75em; margin-bottom: 0.75em; color: rgb(0, 66, 119); font-family: "Neo Sans W01";\">Adaptive & Dependable</h2>\nThe durability of the Express5800/100 Slim Tower server series from NEC make them an essential platform for environments challenged by limited space but with high performance needs.<br>\n<br>\nCompact, whisper-quiet and developed to endure high temperatures and dusty environments, our slim tower servers deliver affordable high availability even in the most challenging of locations.</div>\n</div>\n</div>\n</section>\n\n<section class=\"container related-content vert-offset-2\" style=\"z-index: 100; background: rgb(246, 246, 246); padding-bottom: 1.5em;\">\n<div class=\"hrzntl-spacer\" style=\"margin-right: 1.5em; margin-left: 1.5em;\">\n<div class=\"container-wrapper\" style=\"max-width: 70em; width: 1120px; z-index: inherit;\">\n<div class=\"col24 centered\" style=\"padding-right: 0.75em; padding-left: 0.75em; width: 1120px; text-align: center;\"> </div>\n</div>\n</div>\n</section>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 0, 0),
(663, 862, 0, '<section id=\"thnxwtwovp\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/2017-logo-ibc.jpg\" style=\"width: 125px; height: 92px;\"><br>\n<strong>IBC 2017</strong><br>\nSeptember 14 - 19<br>\nAmsterdam, RAI, Stand 8.B37<br>\nThe Netherlands<br>\n<a class=\"primary-link\" href=\"https://show.ibc.org/\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><br>\n<strong>GITEX 2017</strong><br>\nOctober 8 - 12<br>\nDubai, WTC, Booth ZE30<br>\nUAE<br>\n<a class=\"primary-link\" href=\"https://www.nec-enterprise.com/864-GITEX-2017\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(662, 1049, 0, '<section id=\"aksyaaqgyr\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h1 style=\"text-align: center;\">Tape Storage Solutions</h1>\n\n<p style=\"text-align: center;\">NEC has a very long history of tape storage solutions, starting from the mainframe area and has been in the tape business for over 40 years. When both budget and storage capacity is being squeezed, NEC Tape Storage Solutions are the ideal storage solution for data centers where space is at a premium.<br>\n <br>\nNEC Tape Storage solutions address the need for businesses of all sizes to do more with less where NEC is offering robust tiered storage with long term archiving.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(339, 171, 0, '\n <section class=\"\" id=\"edavrsvkpf\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Enriching the Customer Experience</h2>\n\n<p style=\"text-align: center;\">NEC\'s smart retail solutions work to build a better understanding of customers through seamless and responsive in-store experiences that simultaneously create deeper customer loyalty and better business results faster.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(336, 170, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section class=\"\" id=\"ezvceuztet\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2>Declaration of Conformity</h2>\n\n<p>With the declaration of conformity we declare conformance of our products with the requirements of European Directives of the European Parliament and of the Council. For more information or in case a declaration is not available, please contact us via <a href=\"mailto:contact.hq@emea.nec.com?subject=Declaration%20of%20Conformity\" target=\"_blank\">email</a>.</p>\n\n<p>See list below covering the relevant NEC Enterprise Solutions products. The related declarations of conformity are available as .pdf for downloading.<br>\n </p>\n\n<h3><strong>NEC Communication Platforms / IP DECT / Terminals & Handsets</strong></h3>\n</div>\n</div>\n<div class=\"col12\">\n<div class=\"column-wrapper\" style=\"\"><ul>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/DoC-RTX-8100-NEC-AP400-20200805.pdf\" target=\"_blank\">DECT AP400</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/G277.pdf\" target=\"_blank\">DECT G277</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/G577.pdf\" target=\"_blank\">DECT G577</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/G266-5.pdf\" target=\"_blank\">DECT G266</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/G566-5.pdf\" target=\"_blank\">DECT G566</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/DoC-RTX8162-DECT-HS-NEC-I766.pdf\" target=\"_blank\">DECT I766</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/DeclarationConformity/M166.pdf\" target=\"_blank\">DECT M166</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/Baseline%20Analog%20Series-6.pdf\" target=\"_blank\">Business Phone Baseline Analogue Series</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/D325-4.pdf\" target=\"_blank\">Business Phone D325</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/D330-4.pdf\" target=\"_blank\">Business Phone D330</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/D340-4.pdf\" target=\"_blank\">Business Phone D340</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4010_DT300_700_Adapter_20201201.pdf\" target=\"_blank\">Business Phone DT300 DT700 Series / Adapter</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4011_DT400_800_Adapter_20201201.pdf\" target=\"_blank\">Business Phone DT400 DT800 Series / Adapter</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4012_DT500_900_Adapter_20201201.pdf\" target=\"_blank\">Business Phone DT500 DT900 Series / Adapter</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4014_DT900(Bluetooth)_20201201.pdf\" target=\"_blank\">Business Phone DT900 Series with Bluetooth</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4013_DT820_20201201.pdf\" target=\"_blank\">Business Phone DT820 Series</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/Declaration%20of%20Conformity_CE_UT880_20170515%20(signed).pdf\" target=\"_blank\">Business Phone UT880</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4009_DoC_ITX-1615_20201207.pdf\" target=\"_blank\">Business Phone GT210</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4026_GT890_DoC_20201209.pdf\" target=\"_blank\">Business Phone GT890</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4006_AT50P_AT55P%20DoC%2020201201.pdf\" target=\"_blank\">Business Phone AT50 / AT55</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/NEC-DoC-SVR3-EC(2020-10-22)(signed).pdf\" target=\"_blank\">GCD-SVR3</a></li>\n</ul>\n</div>\n</div>\n<div class=\"col12\">\n<div class=\"column-wrapper\" style=\"\"><ul>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4007_Desk%20Console%20SN716_20201203.pdf\" target=\"_blank\">Desk Console SN716</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4008_Desk%20Console%20SN753_20201203.pdf\" target=\"_blank\">Desk Console SN753</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/iS3000%20Media%20Gateway%2019%20inch-8.pdf\" target=\"_blank\">System iS3000 Media Gateway 19 inch</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4015_SL2100_DoC_20201202.pdf\" target=\"_blank\">System SL2100</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4027_SV9100_DoC_20201120_add_GCD-EPAPU.pdf\" target=\"_blank\">System SV9100</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4028_SV9300_20201204.pdf\" target=\"_blank\">System SV9300</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4016_SV9500%20SN8179%20TSWBEA-A%20DoC_20201203.pdf\">System SV9500 SN8179 TSWBEA-A</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4019_SV9500_SN8174%20PIREF-A_20201203.pdf\" target=\"_blank\">System SV9500 SN8174 PIREF-A</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4017_SV9500_SN8153%20PIREE-B_20201203.pdf\" target=\"_blank\">System SV9500/SV8500 SN8153 PIREE-B</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4020_SV9500_SV8500%20SN8154%20BCSEA-A%2CSN8154%20BCSEA-B_20201203.pdf\" target=\"_blank\">System SV9500/SV8500 SN8154 BCSEA-A, BCSEA-B</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4018_SV9500_SN8156%20TSWREA-B_20201203.pdf\" target=\"_blank\">System SV9500/SV8500 SN8156 TSWREA-B</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4031_SV9500_SV8500%20SN8178%20MGCEV-A%2CSN8178%20MGCEV-B_20201203.pdf\" target=\"_blank\">System SV9500/SV8500 SN8178 MGCEV-A,SN8178 MGCEV-B</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4021_SV9500_SV8500%20SN8196%20MGCEW-A_20201203.pdf\" target=\"_blank\">System SV9500/SV8500 SN8196 MGCEW-A</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED19-00-4014_SV9500_SV8500_SV7000%201UMPC%20with%20SCA-2BRIA-C_20190722.pdf\" target=\"_blank\">System SV9500/SV8500 SN8104, SN1716 SCA-2BRIA-C</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4022_SV9500_SV8500_SV7000%201UMPC%20with%20SCA-2BRIA-C_20201203.pdf\" target=\"_blank\">System SV9500/SV8500/SV7000 1UMPC with SCA-2BRIA-C</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4023_SV9500_SV8500_SV7000%201UMPC%20with%20SCA-16SIPMGA%2CSCA-16SIPMGA-B_20201203.pdf\" target=\"_blank\">System SV9500/SV8500/SV7000 1UMPC with SCA-16SIPMGA,SCA-16SIPMGA-B</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4024_SV9500_SV8500_SV7000%201UMPC%20with%20SCA-30PRIA_20201203.pdf\" target=\"_blank\">System SV9500/SV8500/SV7000 1UMPC with SCA-30PRIA</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4025_SV9500_SV8500_SV7000%201UMPC%20with%20SCA-VS32VA%2CSCA-VS32VA-B_20201203.pdf\" target=\"_blank\">System SV9500/SV8500/SV7000 1UMPC with SCA-VS32VA,SCA-VS32VA-B</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED19-00-4017_SV9500_SV8500_SV7000%201UMPC%20with%20SCA-VS32VA%2CSCA-VS32VA-B_20190722.pdf\" target=\"_blank\">System SV9500/SV8500 SN8104, SN1716 SCA-VS32VA, SCA-VS32VA-B</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4029_20201207_BX500_DoC.PDF\" target=\"_blank\">SBC - BX500</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4005_20201207_BX800_DoC.pdf\" target=\"_blank\">SBC - BX800</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/DeclarationsConformity/ED20-00-4032_20201207_BX1000_DoC.PDF\" target=\"_blank\">SBC - BX1000</a></li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(1267, 1407, 0, '\n \n <section id=\"vivblbzlul\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">SECURE, HASSLE-FREE CONFERENCE CALLS FOR UP TO 32 USERS</h2>\n\n<p style=\"text-align: center;\">Enjoy full control of your audio and video conference calls with NEC’s browser-based InScheduler Remote Conference</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 1, 1, 1, 0),
(1268, 1407, 0, '\n \n \n \n \n \n <section id=\"lbpdudpdrp\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>CONFERENCING<br>\n<span class=\"nec-blue\">CONVENIENCE</span></h3>\n\n<p>Ideal for remote workers - this cost-effective, built-in solution enables frictionless, scheduled audio and video conference calls from a single graphical user interface. Each conference is password protected, has a single dial-in ‘pilot’ number and provides participants the same conference experience inside or outside the office.</p>\n\n<ul>\n <li>Scheduling made easy with new dashboard & MS® Outlook integration</li>\n <li>Conference Recording</li>\n <li>No more interruptions – your conference call is scheduled & password protected</li>\n <li>No download for participants required</li>\n <li>Easy dial in access – don’t let complicated dial-in instructions ruin your conference calls</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(900, 1199, 0, '\n \n \n \n \n \n \n <section id=\"sdfkhvxsht\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"margin-left: 36pt; text-align: center;\"><strong>Simple and reliable SIP Phone</strong></h2>\n\n<p style=\"margin-left: 36pt; text-align: center;\">Simple SIP phone for small business users, the GT210 delivers a user-friendly VoIP calling experience in a very easy-to-use SIP phone<br>\nThe GT210 offers support for 1 line, 2 call appearances and includes 3-way voice conferencing to maximize productivity.<br>\nAdditional features include LCD screen for easy viewing, 3 XML programmable soft keys for customization,10/100 Mbps ports, integrated PoE, EHS support for Plantronics headsets and multi-language support.<br>\nThese features allow the GT210 to be a high-quality small business SIP phone that is simple and easy-to-use.</p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(341, 171, 0, '\n <section class=\"\" id=\"ntvozpxioo\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Smart Responsive Results</h2>\n\n<p style=\"text-align: center;\">With 30+ years of experience providing innovative solutions to smart retailers, NEC works with 100,000+ retail stores worldwide to improve their in-store and customer service. Our retail end-to-end portfolio of hardware, software and support solutions are:</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(342, 171, 0, '\n <section class=\"\" id=\"hehcshnykw\"><div class=\"\">\n <div style=\"\" class=\"column-wrapper\"><div class=\"tabs-default\">\n<ul class=\"selector\">\n <li class=\"col6\"><a href=\"#tabs-1\">Exceeding Customer<br>\n Expectations</a></li>\n <li class=\"col6\"><a href=\"#tabs-2\">Deploying Time-Saving<br>\n Initiatives</a></li>\n <li class=\"col6\"><a href=\"#tabs-3\">Realizing Mobile<br>\n Efficiencies</a></li>\n <li class=\"col6\"><a href=\"#tabs-4\">Enhancing Customer<br>\n Loyalty</a></li>\n</ul>\n\n<div class=\"col24\" id=\"tabs-1\">\n<h2>Memorable Retail Experiences</h2>\n\n<p><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/retail/NEC-SmartRetail_CustomerExperience.jpg\" style=\"float: right;\" title=\"Exceeding Customer Expectations\"></p>\n\n<p>With NEC\'s integrated retail hardware, software and support solutions, in-store customer experiences become more positive and memorable, increasing the likelihood of repeat and ongoing patronage, greater store loyalty and even a willingness to try new product offerings. Our retail solutions ensure the maximum level of efficient interaction by helping to:<br>\n<br>\n<strong>Increase face time</strong><br>\nOur end-to-end solutions free sales associates to focus on the customer by optimizing and streamlining inventory management and transparency.<br>\n<br>\n<strong>Reduce wait time</strong><br>\nOur intuitive POS terminals speed checkout time and get customers on their way without unnecessary delay.<br>\n<br>\n<strong>Real-time responsiveness</strong><br>\nWith our mobile solutions, store managers and associates have access to real-time data and order taking direct from the store floor to respond immediately and more intimately to customer requests.</p>\n\n<p> </p>\n</div>\n\n<div class=\"col24\" id=\"tabs-2\">\n<h2>Making the Customer Connection</h2>\n\n<p><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/retail/NEC-SmartRetail_TimeSavingInitiatives.jpg\" style=\"float: right;\" title=\"Deploying Time-Saving Initiatives\">NEC\'s integrated retail solutions work to enable retailers to transform their in-store experiences where convenience and more immediate assistance turn them from browsing to sales destinations. Our retail solutions deliver adaptive alternatives by helping to:<br>\n<br>\n<strong>Break the mold</strong><br>\nOur space-saving POS terminals permit forgoing traditional cashier desks for conveniently dispersed checkout locations.<br>\n<br>\n<strong>Meet a need</strong><br>\nOur support services can customize solutions modeled to specific in-store or customer preferences to service customers more to their liking.<br>\n<br>\n<strong>Close the deal</strong><br>\nOur rugged, lightweight sales tablets with accurate barcode scanning and real-time data access help to turn interest into sales opportunities through fast and informed assistance.</p>\n\n<p> </p>\n</div>\n\n<div class=\"col24\" id=\"tabs-3\">\n<h2>Adaptability to React</h2>\n\n<p><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/retail/NEC-SmartRetail_MobileEfficiencies.jpg\" style=\"float: right;\" title=\"Realizing Mobile Efficiencies\">Seamless, connected and personalized customer experiences can become a reality with our NEC mobile solutions specifically developed for the retail environment. Our mobile offerings make fulfilling customer expectations and demands easier by helping to:<br>\n<br>\n<strong>Be proactive</strong><br>\nOur compact lightweight rugged tablets get associates out from behind the sales desk to where the customers are for closer more personalized encounters.<br>\n<br>\n<strong>Take it local </strong><br>\nOur ability to deliver on-demand area reports empowers local-level decisions to maximize sales on a per-market or per-store basis.</p>\n\n<p><strong>Get the word out</strong><br>\nOur mobile store applications supply flexible tools to produce sophisticated retail promotions on the fly to drive in-store customer interest and awareness .</p>\n\n<p> </p>\n</div>\n\n<div class=\"col24\" id=\"tabs-4\">\n<h2>Service That Promotes</h2>\n\n<p><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/retail/NEC-SmartRetail_CustomerLoyalty.jpg\" style=\"float: right;\" title=\"Enhancing Customer Loyalty\">Whether it is attentive assistance or a smooth sales transaction, NEC\'s hardware, software and support services work to deliver the best in-store experience possible with memorable customer encounters that make them want to return. Our retail solutions help create favorable customer impressions by helping to:<br>\n<br>\n<strong>Offer alternatives</strong><br>\nOur software with the ability to supply accurate information such as inventory availability increases potential upselling opportunities.<br>\n<br>\n<strong>Empower associates </strong><br>\nOur mobile tablets turn sales associates into knowledge workers making them credible brand advocates in the eyes of customers.</p>\n\n<p><strong>Support ongoing performance</strong><br>\nOur support services with the ability to proactively monitor and supply preventive services guard against in-store service disruptions to help prevent customer disappointment.</p>\n\n<p> </p>\n</div>\n</div>\n</div>\n</div></section>\n ', 'tabs', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(343, 171, 0, '\n <section class=\"\" id=\"urnrmhkgoh\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 style=\"text-align: center;\">A Deeper Dive</h3>\n\n<p style=\"text-align: center;\">With NEC\'s free and informative briefs, key trends within the retail sector are examined and explained to provide meaningful understanding on how to move forward without missing important opportunities.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(344, 171, 0, '\n <section class=\"\" id=\"fleqpzixbw\"><div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p> <strong>The New Era of Customer Service and Convenience</strong><br>\nWhat does it take to deliver truly memorable in-store experiences that make customers want to return?<br>\n<a href=\"https://www.necam.com/docs/?id=7592273d-55ef-47ed-9eaf-48832616ebd6\" target=\"_blank\">Find Out</a></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><strong>Keeping Pace with the Retail Revolution Using Integrated Solution</strong><br>\nHow does one achieve an efficient and fulfilling retail environment for customers and sales associates alike?<br>\n<a href=\"https://www.necam.com/docs/?id=186b3bd7-81b9-47b7-aca3-cf78c4cee88d\" target=\"_blank\">Find Out</a></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><strong>Global Convenience Retailer: A Customer Case Study</strong><br>\nWhich NEC solutions transformed operational efficiency in the U.S. and Canada stores of a well-known global convenience store retailer?<br>\n<a href=\"https://www.necam.com/docs/?id=d4770da1-6855-4fea-adf0-d68b2c331ab0\" target=\"_blank\">Find Out </a></p>\n</div>\n</div></section>\n ', '3-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(346, 207, 0, '<section class=\"\" id=\"hyyrupnmaw\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Solution for Latest Features Support</h3>\n\n<p><strong>Quickly get the latest in SAP HANA, backed by dependable support mechanism</strong></p>\n\n<p>NEC has a Global Competence Center right next to SAP\'s Germany headquarters, which allows it to:</p>\n\n<ul>\n <li>Build new solutions based on the latest SAP platform solutions</li>\n <li>Offer quick service via direct communication with SAP Germany engineers</li>\n</ul>\n\n<h3>Real-time Response</h3>\n\n<p><strong>Perform seamless real-time large data analysis with NEC SAP HANA high-speed in-memory computing.</strong></p>\n\n<p>Heavily loaded latest configuration ensures lightening fast response rates from large databases.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p class=\"vert-offset-4\"><iframe allowfullscreen=\"\" src=\"//www.youtube.com/embed/vmWV9or3-Lw\" frameborder=\"0\" height=\"360\" width=\"100%\"></iframe></p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(347, 207, 0, '\n \n \n \n \n <section class=\"\" id=\"ekkprbrbkh\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 class=\"nec-orange\" style=\"text-align: center;\">High Availability</h2>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(837, 207, 0, '\n \n \n \n \n <section id=\"vxqofbvbbg\" class=\"\"><div class=\"col4 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align:center\" align=\"center\"><span lang=\"NL\">Remote Management<o:p></o:p></span></h4>\n\n<p style=\"text-align:center\" align=\"center\"><span lang=\"NL\">Remote monitoring of the server with EXPRESSSCOPE*<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align:center\" align=\"center\"><span lang=\"NL\">Centralized View<o:p></o:p></span></h4>\n\n<p style=\"text-align:center\" align=\"center\"><span lang=\"NL\">Central graphic view of all servers with ESMPRO#<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align:center\" align=\"center\"><span lang=\"NL\">Redundant Resources<o:p></o:p></span></h4>\n\n<p style=\"text-align:center\" align=\"center\"><span lang=\"NL\">Redundant components (core IO, clock, processor) + auto degrading and rebuilding<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align:center\" align=\"center\"><span lang=\"NL\">Fail-proof<o:p></o:p></span></h4>\n\n<p style=\"text-align:center\" align=\"center\"><span lang=\"NL\">Predictive failure analysis and CPU, ECC memory de-allocation<o:p></o:p></span></p>\n</div>\n</div>\n</section>\n \n \n \n \n ', '4-column-centered', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(348, 207, 0, '\n \n \n \n \n <section class=\"\" id=\"saxvgfsgtw\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3><strong><span lang=\"NL\">True End-to-End Turnkey solution</span></strong><span lang=\"NL\"><o:p></o:p></span></h3>\n\n<p><span lang=\"NL\">With NEC’s SAP HANA support mechanism, businesses can expect peace of mind across installation, verification and application stages.<o:p></o:p></span></p>\n\n<p><span lang=\"NL\">NEC is always available to ensure across-the-board support required to address emerging client requirement.<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3><strong>Reliable NEC Support</strong></h3>\n\n<p>With a NEC Global Competence Center in close proximity with SAP’s Germany headquarters, NEC is able to:</p>\n\n<ul>\n <li>Build new solutions based on the latest SAP platform solutions</li>\n <li>Offer quick and comprehensive service via direct communication with SAP Germany engineers</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(349, 208, 0, '<section class=\"\" id=\"yoodcsedxo\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">A Top 50 Innovator</h2>\n\n<p style=\"text-align: center;\">According to 1,500 senior business executives and due to our unwavering investment in research and development, Boston Consulting Group recognized NEC as a leading global innovator with a place on the management consulting company\'s tenth annual list of the <a href=\"https://www.bcgperspectives.com/content/articles/growth-lean-manufacturing-innovation-in-2015/\" target=\" _blank\">50 most innovative companies in the world</a> in 2015.</p>\n\n<p style=\"text-align: center;\">Ranked alongside NEC were other known industry leaders as Apple Google, Telsa Motors, Amazon, Walt Disney Company and DuPont.</p>\n\n<p style=\"text-align: center;\">\"Research and development has been central to NEC since the company was founded in 1899,\" said Shinsuke Takahashi, President and CEO, NEC Corporation of America. \"Making Boston Consulting Group\'s 50 Most Innovative Companies because of this commitment and the opinions of so many senior executives is a testament to our dedication to positively impact and improve how business operates, society functions and people live, work and communicate.\"</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(350, 208, 0, '<section class=\"\" id=\"qxcnudwdrr\"><div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/patents.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>More than 65,000+ patents</strong></p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/research.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>5% of total global revenue to R&D each year</strong></p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/1-2-billion-research.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>USD 1.2 billion spent in R&D in 2015</strong></p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/9-rd-facilities.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Nine global research facilities</strong></p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/1000rd-researchers.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Nearly 1,000 R&D researchers</strong></p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/innovation-in-IT.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Pioneering IT, communications and biometrics technologies</strong></p>\n</div>\n</div>\n</section>', '6-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(351, 208, 0, '<section class=\"\" id=\"fflygrbulf\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 class=\"nec-orange\" style=\"text-align: center;\">Our Innovation Credentials</h2>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0),
(352, 208, 0, '<section class=\"\" id=\"kygibphysa\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><strong>Early Landslide Risk</strong><br>\nNumerical modeling analysis of a wide range of conditions, including the stability of slopes, soil layers, rain data, land use and underground conditions, collected by a network of sophisticated sensors then analyzed in a big data platform, which provides highly accurate landslide risk levels looking forward up to three days in advance.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><strong>Health & Wellness Screening</strong><br>\nInfrared thermographs, ideal for airport or border checkpoint use, capable of measuring multiple persons\' body surface temperature simultaneously without making physical contact and able to identify potential feverish individuals.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><strong>Behavior Video Analysis</strong><br>\nHighly efficient and user-friendly video analytics technology that monitors behaviors and flags any actions pre-determined as unusual to automatically detect suspicious behavior such as intrusion, loitering, and object abandonment based on user-defined time and location parameters with the ability to distinguish between humans, shadows and moving objects.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><strong>Crowd Congestion Management</strong><br>\nProprietary crowd behavior analysis technology analyzes changes in crowd behavior without identifying any individuals and estimates the degree of crowd congestion and detects abnormal crowding as well as flow abnormalities in groups of people using images captured with security cameras.</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(354, 208, 0, '<section class=\"\" id=\"xwsskhaxrn\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 class=\"nec-blue\" style=\"text-align: center;\">Other Industry Recognitions</h3>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(355, 208, 0, '<section class=\"\" id=\"akwhzvhsog\"><div class=\"col6 offset3\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"Fortune 2015 Global 500 Ranked: 444\" src=\"https://www.necam.com/images/Fortune500.png\" style=\"width: 55px; height: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Fortune - 2015</strong><br>\nGlobal 500<br>\nRanked: 444</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://www.necam.com/images/IndustryWeek-Manufacturers.png\" style=\"width: 51px; height: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>IndustryWeek - 2015</strong><br>\nLargest Manufacturers Worldwide<br>\nRanked: 168th</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"Thomas Reuters - 2014 Top 100 Global Innovators\" src=\"https://www.necam.com/images/Thomas-Reuter-Innovators.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Thomas Reuters - 2014</strong><br>\nTop 100<br>\nGlobal Innovators</p>\n</div>\n</div></section>', '3-column-centered', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(353, 208, 0, '<section class=\"\" id=\"sstnlgxgft\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Recent Change-Making Technologies</h2>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(356, 208, 0, '<section class=\"\" id=\"zqqenxckqi\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 style=\"text-align: center;\">Our Legacy of Innovative Firsts</h3>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/NEC-Innovative-Firsts-Timeline.jpg\"></p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(357, 209, 0, '<section class=\"\" id=\"xxvcpwzswl\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Business Agility</h2>\n\n<p style=\"text-align: center;\">Employees are never in one place for very long. Whether at the office, between appointments, traveling for business or working from home, workers require a suite of flexible solutions to effectively collaborate and communicate regardless of location.</p>\n\n<p style=\"text-align: center;\">With an increasing dependency on mobile devices, unleashing an organization\'s productivity depends on reliable access to sophisticated voice, video and web collaboration tools. Unified communications (UC) software, with contextual collaborative and presence technology, makes it also simple and initiative to connect with colleagues and customers even when on the move and without delay. Such capability depends on solutions able to streamline and simplify network administration while promoting better safety and security throughout the organization.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(358, 209, 0, '<section class=\"\" id=\"kssffahamh\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Master the Uncertainty</h2>\n\n<p style=\"text-align: center;\">As an Information and Communication Technology (ICT) leader with more than 117 years of expertise, NEC combines its advanced technologies, services and knowledge to help ensure the safety, security, efficiency and equality of society – enabling people to live fuller, more enriched lives.</p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Providing faster, better responses to colleagues and customers become easier when you:</h4>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0),
(361, 209, 0, '<section class=\"\" id=\"vesuqcrnxx\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Consolidate communications\" src=\"https://www.necam.com/images/trends-illustration7.png\" style=\"float: right; height: 132px; width: 150px;\" title=\"Consolidate communications\"><strong>Consolidate communications</strong><br>\nGive workers control over all of their business communications.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Improve customer experience\" src=\"https://www.necam.com/images/trends-illustration5.png\" style=\"height: 96px; width: 150px; float: right;\" title=\"Improve customer experience\"><strong>Improve customer experience</strong><br>\nEnsure employees are always reachable and responsive to client calls.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(359, 209, 0, '<section class=\"\" id=\"xicudfxeys\">\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/Empower-your-workforce.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<h4 class=\"icon-mobile-workforce\" style=\"text-align: center;\">Empower your<br>\nworkforce</h4>\n\n<p style=\"text-align: center;\">A feature-rich UC solution will simplify communications to enable complete mobility without lags in productivity, responsiveness or teamwork.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/instant-collaboration.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<h4 class=\"icon-collaboration\" style=\"text-align: center;\">Provide instant collaboration</h4>\n\n<p style=\"text-align: center;\">Making conferencing and messaging more immediate, makes for real-time access to information and the freedom to communicate simpler.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/dynamic--virtualization.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<h4 class=\"icon-virtualization\" style=\"text-align: center;\">Use dynamic<br>\nvirtualization</h4>\n\n<p style=\"text-align: center;\">Modular applications and flexible cost structures provide economies of scale and greater efficiencies operationally and financially.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/dependable-availability.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<h4 class=\"icon-availability\" style=\"text-align: center;\">Ensure dependable availability</h4>\n\n<p style=\"text-align: center;\">Distributed and load-balanced services architecture minimizes response time and avoids overloads while increasing reliability and availability.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/disaster-recovery.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<h4 class=\"icon-webclients\" style=\"text-align: center;\">Plan for the<br>\nworst</h4>\n\n<p style=\"text-align: center;\">Protect critical systems and data with fully automated redundancy and recovery software solutions that recover quickly should disaster strikes.</p>\n</div>\n</div></section>', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(360, 209, 0, '<section class=\"\" id=\"vpbwkprhry\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 class=\"nec-orange\">Ubiquitous Connectedness – Accelerate Your Journey with Us</h3>\n\n<p>With NEC\'s leading IT and Communications solutions, businesses of any size are enabled to connect and collaborate more effectively – increasing productivity, advancing mobility and encouraging \'anywhere\' communications.</p>\n\n<h4>Our collaborative solutions build high performance organizations by helping to:</h4>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Empower the business\" src=\"https://www.necam.com/images/trends-illustration.png\" style=\"float: right; height: 120px; width: 150px;\" title=\"Empower the business\"><strong>Empower the business</strong><br>\nFree people from location constraints while providing a consistent experience when out of the office.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Leverage smart technology\" src=\"https://www.necam.com/images/trends-illustration2.png\" style=\"float: right; height: 132px; width: 150px;\" title=\"Leverage smart technology\"><strong>Leverage smart technology</strong><br>\nDeliver connected and collaborative capabilities with leading products.</p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(363, 210, 0, '<section class=\"\" id=\"bobmvyuzzv\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Achieving a Collaborative Workplace</h2>\n\n<p style=\"text-align: center;\">With a longstanding history and in-depth experience in enterprise communications and data management, NEC offers a suite of customizable, dependable and user-friendly collaborative and IT infrastructure solutions in flexible deployment models.</p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Promoting efficient dealings between those that matter most become easier when you:</h4>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0),
(362, 210, 0, '<section class=\"\" id=\"xhgmpewteh\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Breaking Down Barriers</h2>\n\n<p style=\"text-align: center;\">Whether looking to expand customer satisfaction, pool resources with a key supplier or galvanize fragmented knowledge workers to react to shifting circumstances, collaboration depends on specific techniques that promote openness and transparency.</p>\n\n<p style=\"text-align: center;\">Unified Communications and Collaboration (UC&C) solutions help provide the responsiveness needed in today\'s dynamic work environment. Services hosted within the Cloud permits responsiveness without the resource commitment or cost when based on demand. If managed in-house, the use of redundant and high available software and storage help to support a connected, responsive enterprise capable of reacting quickly when a need arises.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(364, 210, 0, '<section class=\"\" id=\"ttywsugzwh\">\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/Utilize-web-scale-clients.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<h4 style=\"text-align: center;\">Utilize web-scale<br>\nclients</h4>\n\n<p style=\"text-align: center;\">Web-oriented infrastructure enables new levels in effective collaboration through dynamic adaptability and stability.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/converged-applications.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<h4 style=\"text-align: center;\">Support converged<br>\napplications</h4>\n\n<p style=\"text-align: center;\">Combining varied applications and rich services into a single comprehensive collaborative solution optimizes performance and conserves resources.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/distributed-architecture.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<h4 style=\"text-align: center;\">Deploy distributed<br>\narchitecture</h4>\n\n<p style=\"text-align: center;\">Guards against single or multiple points of failure to safeguard collaboration access and availability</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/balance-delivery.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<h4 style=\"text-align: center;\">Maximize balance<br>\ndelivery</h4>\n\n<p style=\"text-align: center;\">Ensures highly available and predictable service whether an on-premise or cloud-based computing infrastructure.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/simplify-user-experience.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<h4 style=\"text-align: center;\">Simplify the user<br>\nexperience</h4>\n\n<p style=\"text-align: center;\">Featuring rich web-based applications ensure early and ongoing user adaption and a more vigorous collaborative experience.</p>\n</div>\n</div></section>', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(365, 210, 0, '<section class=\"\" id=\"qgtehsgdgc\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 class=\"nec-orange\">Fostering Collaboration - Make the Connections with Us</h3>\n\n<p>Our collaborative and IT infrastructure portfolio creates highly-connected organizations able to tap internal talent and resources to response quicker to organizational and customer demands.</p>\n\n<p>Our field-tested expertise and award-winning solutions create an open and transparent work environment by helping to:</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Grow user acceptance\" src=\"https://www.necam.com/images/trends-illustration20.png\" style=\"float: right; height: 132px; width: 150px;\" title=\"Grow user acceptance\"><strong>Grow user acceptance</strong><br>\nIntuitive tools range from intelligent call handling to rich UC&C features ensure user adoptability.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Tailor responsiveness\" src=\"https://www.necam.com/images/trends-illustration18.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Tailor responsiveness\"><strong>Tailor responsiveness</strong><br>\nEmployees have total control over how, when and where to be reach and collaborate.</p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(366, 210, 0, '<section class=\"\" id=\"ldcolcfvyp\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Maximize flexibility\" src=\"https://www.necam.com/images/trends-illustration4.png\" style=\"float: right; height: 108px; width: 150px;\" title=\"Maximize flexibility\"><strong>Maximize flexibility</strong><br>\nSolutions capable of operating across premise, cloud or hybrid environments for customized adaption.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Support unmatched reliability\" src=\"https://www.necam.com/images/trends-illustration22.png\" style=\"height: 60px; width: 150px; float: right;\" title=\"Support unmatched reliability\"><strong>Support unmatched reliability</strong><br>\nContinuous high availability and disaster recovery for unmatched collaborative security, interoperability and reliability.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(367, 211, 0, '<section class=\"\" id=\"wggvylnuok\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Realizing the Right Cloud</h2>\n\n<p style=\"text-align: center;\">A move to the cloud can be daunting. Choosing a dedicated environment for the right workload is paramount as is supporting appropriate business functions right-sized to actual use and degrees of risk tolerance.</p>\n\n<p style=\"text-align: center;\">Whether the approach is private, public or hybrid or infrastructure, platform, communications or software as a service, cloud initiatives rely on strategies that make the most sense for a specific task and particular outcome. Deciding what, when and how to move is as critical as ensuring that the resulting environment or service is collectively secure and compliant. Pay-to-grow takes a practical approach to meet fluctuating growth demands. And, while feasibility assessments set realistic baselines, they are vital in arriving at an understanding of cloud readiness.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(368, 211, 0, '<section class=\"\" id=\"rdgrkozaxb\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Find the Right Fit</h2>\n\n<p style=\"text-align: center;\">As an Information and Communication Technology (ICT) leader with more than 117 years of expertise, NEC combines its advance technologies, services and knowledge to provide fully integrated cloud solutions that combine with comprehensive delivery options all from a single provider.</p>\n\n<h3 class=\"nec-orange\" style=\"text-align: center;\">Dedicated cloud environments are most beneficial when you:</h3>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(369, 211, 0, '<section class=\"\" id=\"cerfzsoecy\">\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Consider the whole process</h4>\n\n<p style=\"text-align: center;\">Seamless integration and performance and a consistent user experience must be considered holistically to circumvent disruptions, delays or lackluster results.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Estimate scope of deployment</h4>\n\n<p style=\"text-align: center;\">Modularity of migration and resource commitment should be determined to know how much can be actually achieved to ensure expectations are adequately managed.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Gauge admin<br>\nsimplicity</h4>\n\n<p style=\"text-align: center;\">Determine capacity to fit into existing infrastructure and processes to avoid time-consuming and disruptive operational modifications.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Ensure the ability to scale</h4>\n\n<p style=\"text-align: center;\">Scale and scope of deployment needs to be evaluated against known and assumed requirements and process scenarios to ensure requirements are met.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Support converged applications</h4>\n\n<p style=\"text-align: center;\">Combining varied applications and rich services into a single comprehensive collaborative solution optimizes performance and conserves resources.</p>\n</div>\n</div></section>', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(370, 211, 0, '<section class=\"\" id=\"tyxbbkowmv\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 class=\"nec-orange\">Become Cloud Enabled - Join the Movement with Us</h3>\n\n<p>With NEC\'s leading IT and Communications cloud solutions and services, businesses are able to right-size their IT organization, unite a geographically dispersed workforce, increase customer responsiveness and bring value to the enterprise through additional dexterity.</p>\n\n<h4>Our cloud-based communications and infrastructure solutions enhance flexibility and responsiveness by helping to:</h4>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Lower overhead costs\" src=\"https://www.necam.com/images/trends-illustration30.png\" style=\"height: 108px; width: 150px; float: right;\" title=\"Lower overhead costs\"><strong>Lower overhead costs</strong><br>\nMaintenance and upgrades are a thing of the past while pay-to-grow planning aligns services and solutions based on actual need.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Ensure ongoing relevance\" src=\"https://www.necam.com/images/trends-illustration29.png\" style=\"height: 72px; width: 150px; float: right;\" title=\"Ensure ongoing relevance\"><strong>Ensure ongoing relevance</strong><br>\nFast provisioning of applications, features and services provide a level of agility unattainable through in-house administration.</p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(371, 211, 0, '<section class=\"\" id=\"ivgadxnflm\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Deliver unparalleled infrastructure\" src=\"https://www.necam.com/images/trends-illustration26.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Deliver unparalleled infrastructure\"><strong>Deliver unparalleled infrastructure</strong><br>\nA robust suite of cloud solutions provides high available and cost efficient alternatives in scale and scope to meet rapidly evolving enterprise requirements.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Achieve access continuity\" src=\"https://www.necam.com/images/trends-illustration28.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Achieve access continuity\"><strong>Achieve access continuity</strong><br>\nThe highest level of security and performance becomes possible with award-winning technologies that offer redundancy and recovery protections and issue resolution.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(372, 212, 0, '<section class=\"\" id=\"uqbnwcvfvz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Ensuring the Connection</h2>\n\n<p style=\"text-align: center;\">Accessibility is the keystone to any productive environment. With increased reliance on mobile devices and opportunities presenting themselves on a global scale, uninterrupted ease of access is becoming the expected norm for customers and employees alike.</p>\n\n<p style=\"text-align: center;\">Avoiding potential downtime relies on high availability and disaster recovery solutions that minimize system outages. Fully automated redundancy and recovery safeguards are mandatory to protect and ensure ongoing availability to critical data, applications and systems. Network virtualization that simplifies the deployment, control and monitoring of infrastructure is made achievable with such rapid management solutions as software-defined network. Feature-rich unified communications and collaboration (UC&C) solutions prevent personnel breaks in productivity and teamwork.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(373, 212, 0, '<section class=\"\" id=\"veqntdzmnc\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">A Level of Permanence</h2>\n\n<p style=\"text-align: center;\">As an Information and Communication Technology (ICT) leader with more than 117 years of expertise, NEC with its suite of award-winning high availability, disaster recovery and collaborative solutions help maintain a connected environment where it is most crucial.</p>\n\n<h3 style=\"text-align: center;\">Assured services become more attainable when you:</h3>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(374, 212, 0, '<section class=\"\" id=\"hbhwwtfbqc\">\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Support balancing capability</h4>\n\n<p style=\"text-align: center;\">Client-based hardware and software makes possible load balancing to increase capacity and reliability</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Strive for access continuance</h4>\n\n<p style=\"text-align: center;\">Protect critical data and applications against lags in availability with lock-step fault tolerance intelligence and secured storage.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Offer flexible deliverables</h4>\n\n<p style=\"text-align: center;\">Applications should be device autonomous to ensure knowledge sharing across a distributed environment.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Understanding performance levels</h4>\n\n<p style=\"text-align: center;\">Support tools and applications that meet known needs scaled to end user aptitude and requirements.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Deliver adaptive networks</h4>\n\n<p style=\"text-align: center;\">Software-defined networking makes for easy control and management of secure multi-tenant network infrastructure and averts countless hours of manual administration.</p>\n</div>\n</div></section>', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(375, 212, 0, '<section class=\"\" id=\"uwfaxaroif\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 class=\"nec-orange\">Continuity Protection - Achieve Enterprise Stability with Us</h3>\n\n<p>With NEC\'s leading hardware and software solutions, enterprises can automate, virtualize and simplify to continuously perform at their highest capabilities.</p>\n\n<h4>Our redundant, disaster recovery and collaborative solutions build high performance organizations by helping to:</h4>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Protect critical systems\" src=\"https://www.necam.com/images/trends-illustration8.png\" style=\"height: 108px; width: 150px; float: right;\" title=\"Protect critical systems\"><strong>Protect critical systems</strong><br>\nFully automated, versatile, cost-effective and easy-to-deploy redundancy and recovery software protects critical systems and the data supported.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Minimize system outages\" src=\"https://www.necam.com/images/trends-illustration27.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Minimize system outages\"><strong>Minimize system outages</strong><br>\nRedundant components and modular architecture runs in lockstep for 99.999% uptime for significant lower total cost of ownership and downtime risks.</p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(376, 212, 0, '<section class=\"\" id=\"evtsnnxcdg\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Safeguard the network\" src=\"https://www.necam.com/images/trends-illustration3.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Safeguard the network\"><strong>Safeguard the network</strong><br>\nNetwork and software automated redundancy and recovery solutions reduce network and data complexity with streamlined, flexible oversight and management.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Empower your workforce\" src=\"https://www.necam.com/images/trends-illustration7.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Empower your workforce\"><strong>Empower your workforce</strong><br>\nA feature-rich UC solution will simplify communications to enable complete mobility without lags in productivity, responsiveness or teamwork.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(377, 213, 0, '<section class=\"\" id=\"ixxyfgpemz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Arriving at Meaningful Insight</h2>\n\n<p style=\"text-align: center;\">Intelligence-driven scenarios, where data is transformed into actionable insight and meaningful results, sound intriguing.<br>\nYet such environments depend on more than the reliable collection of data.</p>\n\n<p style=\"text-align: center;\">Actual and situation-based modeling is necessary to thoroughly assess the analytical need of an organization. Such evaluations must be conducted across enterprise, IT and information domains as well as knowledge workers to be effective. Collected data must be stored and safeguarded yet be available where and when needed. Dash-boarding and visualization interface programs make for ready-to-read updates and reports that can easily be interpreted and shared. Protocols for putting resulting intelligence into the hands of those who need it are another important consideration<br>\nin achieving a data-enable enterprise.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(378, 213, 0, '<section class=\"\" id=\"hddkrvuebn\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Transformational Insight</h2>\n\n<p style=\"text-align: center;\">With 16+ years of solving complex data management challenges and over 1,400 successful analytics projects, NEC offers best-in-class technology and adaptive strategies to match any analytic requirement.</p>\n\n<h3 class=\"nec-orange\" style=\"text-align: center;\">Closing the gap between conjecture and knowledge becomes possible when you:</h3>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(379, 213, 0, '<section class=\"\" id=\"vfifmfsxnq\">\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Set realistic<br>\noutcomes</h4>\n\n<p style=\"text-align: center;\">Analytical needs must be determined and ranked according to importance and achievable results.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Define preferred<br>\ndeliverables</h4>\n\n<p style=\"text-align: center;\">Intuitive reporting relies on identifying and confirming key performance and knowledge indicators</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Determine knowledge<br>\npoints</h4>\n\n<p style=\"text-align: center;\">Information management rests in putting the power of insight into the hands of those who can use it best.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Understanding core<br>\nabilities</h4>\n\n<p style=\"text-align: center;\">Self-service applications that deliver personalized report and analytical queries must be scaled to end user aptitude.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Reconcile recurring queries</h4>\n\n<p style=\"text-align: center;\">Automation of routine reports and queries permit time for exploratory analysis and to facilitate ad-hoc requests.</p>\n</div>\n</div></section>', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(380, 213, 0, '<section class=\"\" id=\"hpzysblycz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 class=\"nec-orange\">Contextual Analysis - Achieve Needed Insight with Us</h3>\n\n<p>Our analytical solutions create highly data-enabled scenarios by helping to:</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Capture the essentials\" src=\"https://www.necam.com/images/trends-illustration12.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Capture the essentials\"><strong>Capture the essentials</strong><br>\nCollect and convert real-world assets into digital information for access to reliable and fact-based insight.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Manage the data flow\" src=\"https://www.necam.com/images/trends-illustration11.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Manage the data flow\"><strong>Manage the data flow</strong><br>\nApply award-winning data management solutions to deliver on the promise of intelligence capture and predictable returns through increased transparency.</p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(381, 213, 0, '<section class=\"\" id=\"bilayicvam\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Liberate the knowledge\" src=\"https://www.necam.com/images/trends-illustration20.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Liberate the knowledge\"><strong>Liberate the knowledge</strong><br>\nIntuitive reporting and self-service applications permit information to be accessed and worked easily and quickly how, when and where needed.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Tailor timing\" src=\"https://www.necam.com/images/trends-illustration25.png\" style=\"height: 84px; width: 150px; float: right;\" title=\"Tailor timing\"><strong>Tailor timing</strong><br>\nCustomizable reports and queries based on set intervals and according to need, speed responsiveness and potential outcomes.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(382, 214, 0, '<section class=\"\" id=\"nrgtitsvlz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Transform to Empower</h2>\n\n<p style=\"text-align: center;\">As today\'s workforce becomes progressively tech reliant and increasingly mobile, infrastructure is having to adapt to changing workplace practices.<br>\nThe true test of any smart workspace is the balance between productivity and susceptibility.</p>\n\n<p style=\"text-align: center;\">Virtual desktops, tablets and smartphones eliminate the need for local data storage, minimizing the risk of data loss and information leaks. Centralized control of multiple terminals also ensures improved monitoring and management while helping to reduce operational costs and resource consumption. Cloud-enable technology and communications applications enable non-disruptive security prevention while enriching the end-user experience with responsive solutions and applications that support the way they work and how they need to function.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(383, 214, 0, '<section class=\"\" id=\"diakrmflfl\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Transformational Know-How</h2>\n\n<p style=\"text-align: center;\">With over 117 years of expertise and innovation, NEC knows what it takes to evolve and transform<br>\nto meet changing technology and enterprise demands.</p>\n\n<h3 class=\"nec-orange\" style=\"text-align: center;\">Balancing risk concerns with the evolving needs of employees and customers become possible when you:</h3>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(384, 214, 0, '<section class=\"\" id=\"gipkxnnicm\">\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Plan for the<br>\nworst</h4>\n\n<p style=\"text-align: center;\">Protect critical systems and data with fully automated redundancy and recovery software solutions that recover quickly should disaster strikes.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Take a cloud<br>\napproach</h4>\n\n<p style=\"text-align: center;\">Cloud computing reduces the need to actively manage proprietary systems and legacy concerns typical of on-premise infrastructure.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Seek<br>\nsynchronization</h4>\n\n<p style=\"text-align: center;\">Fully redundant and modular components run in lockstep to form a reliable platform for premise-based critical systems.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Empower your<br>\nmobile workforce</h4>\n\n<p style=\"text-align: center;\">A feature-rich UC solution simplifies communications to enable complete mobility without lags in productivity, responsiveness or teamwork.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 class=\"nec-orange icon-user_experience\" style=\"text-align: center;\">Offer flexible deliverables</h4>\n\n<p style=\"text-align: center;\">Applications should be device autonomous to ensure knowledge sharing across a distributed environment.</p>\n</div>\n</div></section>', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(388, 215, 0, '<section class=\"\" id=\"tfelqqpmau\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">A Collaborative Workplace</h2>\n\n<p style=\"text-align: center;\">A highly resilient environment is what makes a truly collaborative experience. Whether working with colleagues or customers, removing the barriers that prevent cooperation is essential regardless of where those hurdles exist.</p>\n\n<p style=\"text-align: center;\">Cloud-based services enrich the end-user experience with easy-to-use, easy-to-access systems and applications that can be scaled to actual need. Collaborative solutions when paired with advance features such as shared workspace and rich presence provide control over how, when and where to connect. Network and datacenter solutions must balance high performance and superior scalability with resiliency for easy, cost-effective control and management. And high availability and disaster recovery solutions must work to minimize system outages and downtime to maximize a continuous collaborative experience.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(389, 215, 0, '<section class=\"\" id=\"edfzhpfxoo\">\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Deploy distributed<br>\narchitecture</h4>\n\n<p style=\"text-align: center;\">Integrate to allow multiple systems to operate as one guard against single or multiple points of failure to safeguard collaboration access and availability.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Maximize balance<br>\ndelivery</h4>\n\n<p style=\"text-align: center;\">Balance functionality across a number of physical servers ensures highly available and predictable service whether on-premise or cloud-based computing infrastructure.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Use web-scaled<br>\nclients</h4>\n\n<p style=\"text-align: center;\">Web-oriented infrastructure enables new levels of collaboration by enabling dynamic, adaptive and resilient collaboration.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Support converged<br>\napplications</h4>\n\n<p style=\"text-align: center;\">Combining varied applications and feature-rich services into one complete collaborative environment optimizes performance and conserves resources.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Simplify the user<br>\nexperience</h4>\n\n<p style=\"text-align: center;\">Featuring rich web-based applications ensure early and ongoing user adoption and a more vigorous collaborative experience.</p>\n</div>\n</div></section>', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(385, 214, 0, '<section class=\"\" id=\"mhhhmldgon\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 class=\"nec-orange\">Free Your Workforce - Get the Connectiveness Needed with Us</h3>\n\n<p>Our broad portfolio of solutions, one of the industry\'s largest, makes breaking conventional IT and communications constraints easier by helping to:</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Increase adaptability\" src=\"https://www.necam.com/images/trends-illustration19.png\" style=\"height: 90px; width: 150px; float: right;\" title=\"Increase adaptability\"><strong>Increase adaptability</strong><br>\nA range of on-demand deployment models maximize response flexibility.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Champion mobility\" src=\"https://www.necam.com/images/trends-illustration18.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Champion mobility\"><strong>Champion mobility</strong><br>\nEnhanced mobility solutions enable the ability to stay connected and productive from any location.</p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(386, 214, 0, '<section class=\"\" id=\"fqluzmocal\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Promote availability\" src=\"https://www.necam.com/images/trends-illustration9.png\" style=\"height: 96px; width: 150px; float: right;\" title=\"Promote availability\"><strong>Promote availability</strong><br>\nHigh availability and disaster recovery software, server and storage solutions minimize the potential of system outages and lags in productivity and customer support.</p>\n\n<div class=\"col8 offset2 vert-offset-1\"> </div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Foster responsiveness\" src=\"https://www.necam.com/images/trends-illustration20.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Foster responsiveness\"><strong>Foster responsiveness</strong><br>\nCollaborative applications with rich, customizable features enable how, when and where to collaborate and connect based on user preferences.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(387, 215, 0, '<section class=\"\" id=\"pngrbsnslr\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Mastering Collaboration</h2>\n\n<p style=\"text-align: center;\">With a longstanding history of engineering solutions that solve the most challenging of enterprise issues, NEC offers a suite of dependable<br>\nand user-friendly deployment options that support a smart and productive workspace.</p>\n\n<h3 class=\"nec-orange\" style=\"text-align: center;\">Promoting co-operation for the best possible outcomes becomes easier when you:</h3>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0),
(393, 216, 0, '<section class=\"\" id=\"viqzulyhbm\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">The Dynamics of Connectivity</h2>\n\n<p style=\"text-align: center;\">Supporting a truly responsive infrastructure is anything but straightforward. Today\'s network topologies must contend with<br>\ndesktop terminals, remote laptops, tablets, smartphones and even the potential of bring your own device (BYOD).</p>\n\n<p style=\"text-align: center;\">Software defined anything, also known as SDX, might encourage productivity growth through increased network access from<br>\na range of portable and traditional devices. Yet such openness comes with challenges. Any missteps can put reputation and valued assets at risk. While extending network use promotes greater workforce performance and enterprise agility, network administrators must determine potential security threats and take the steps needed to minimize such risks.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(394, 216, 0, '<section class=\"\" id=\"oqykypyrmx\">\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Take a unified<br>\napproach</h4>\n\n<p style=\"text-align: center;\">Centralizing and automating control of the network eliminates manual processes and complex protocols that slow administration response time.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Provide high<br>\nresilience</h4>\n\n<p style=\"text-align: center;\">Distributed virtual routing eliminates bottlenecks associated with traditional network design for line rate optimal traffic forwarding.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Go for open<br>\nstandards</h4>\n\n<p style=\"text-align: center;\">Settle on solutions certified by the Open Networking Foundation to ensure ongoing architectural integrity and application and platform dexterity.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Select enhanced<br>\nsecurity</h4>\n\n<p style=\"text-align: center;\">Virtual Tenant Network technology enables isolated and secure virtual networks, eliminating the complexity and trade-offs in traditional network security design.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Realize a dynamic<br>\nenvironment</h4>\n\n<p style=\"text-align: center;\">SDN solutions centralize and automate control of the network to eliminate fragile and complex protocols and manual, error-prone processes.</p>\n</div>\n</div></section>', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(390, 215, 0, '<section class=\"\" id=\"chcamneaem\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 class=\"nec-orange\">Co-operative Growth - Encourage Increased Teamwork with Us</h3>\n\n<p>Our collaborative portfolio creates highly-connected organizations by helping to:</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Maximize flexibility\" src=\"https://www.necam.com/images/trends-illustration16.png\" style=\"height: 108px; width: 150px; float: right;\" title=\"Maximize flexibility\"><strong>Maximize flexibility</strong><br>\nSolutions capable of operating across premise, cloud or hybrid environments enable customized support based on ongoing and actual need.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Deliver relevant reliability\" src=\"https://www.necam.com/images/trends-illustration27.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Deliver relevant reliability\"><strong>Deliver relevant reliability</strong><br>\nContinuous high availability and disaster recovery solution deliver collaborative security, interoperability and reliability.</p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(391, 215, 0, '<section class=\"\" id=\"dstdfycvsw\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Grow user acceptance\" src=\"https://www.necam.com/images/trends-illustration20.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Grow user acceptance\"><strong>Grow user acceptance</strong><br>\nIntuitive tools range from intelligent call handling to cloud-served applications ensure user adoption and productivity.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Tailor responsiveness\" src=\"https://www.necam.com/images/trends-illustration2.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Tailor responsiveness\"><strong>Tailor responsiveness</strong><br>\nUser-friendly collaborative solutions enable employees to have total control over how, when and where to be reach and connect.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(392, 216, 0, '<section class=\"\" id=\"oggsccnvyv\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Transformational Insight</h2>\n\n<p style=\"text-align: center;\">As a leader in the SDN space and with a rich heritage of mainframe and supercomputer development, NEC has real-world experience delivering innovative solutions that answer today\'s complex IT infrastructure computing challenges.</p>\n\n<h3 class=\"nec-orange\" style=\"text-align: center;\">Eliminating manual and error-prone processes inherent to conventional networks become possible when you:</h3>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0),
(398, 217, 0, '<section class=\"\" id=\"andbnrkpaf\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Safeguarding the Enterprise</h2>\n\n<p style=\"text-align: center;\">Customer and employee expectations are changing, shaped by their increased reliance on mobile devices and increasing certainty is instant accessibility. Meeting such needs is essential when looking to maintain a trustworthy reputation and productive environment.</p>\n\n<p style=\"text-align: center;\">Always-on, continuous availability means preventing the possibility of application downtime and data loss. This is contingent on uninterrupted service in the event of an outage without performance potentially being compromised. With an increasing flow of data across networks and devices, equally as important is fail-proofing data security and taking the required steps, such as automated redundancy and recovery practices, to help ensure end-to-end disaster recovery.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(399, 217, 0, '<section class=\"\" id=\"gkxoullwim\">\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Support balancing<br>\ncapability</h4>\n\n<p style=\"text-align: center;\">Client-based hardware and software makes possible load balancing to increase capacity and reliability.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Offer flexible<br>\ndeliverables</h4>\n\n<p style=\"text-align: center;\">Applications should be device autonomous to ensure knowledge sharing across a distributed environment.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Strive for access<br>\ncontinuance</h4>\n\n<p style=\"text-align: center;\">Protect critical data and applications against lags in availability with lock-step fault tolerance intelligence and secured storage.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Deliver adaptive<br>\nnetworks</h4>\n\n<p style=\"text-align: center;\">Software-defined networking makes for easy control and management of secure multi-tenant network infrastructure and averts countless hours of manual administration.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Simplify the user experience</h4>\n\n<p style=\"text-align: center;\">Featuring rich web-based applications ensure early and ongoing user adaption and a more vigorous collaborative experience.</p>\n</div>\n</div></section>', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(395, 216, 0, '<section class=\"\" id=\"taugneepgc\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 class=\"nec-orange\">A Streamlined Experience - Achieve Readily Available Access with Us</h3>\n\n<p>Our globally recognized network and data management solutions create scalability and secure environments by helping to:</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Realize a dynamic environment\" src=\"https://www.necam.com/images/trends-illustration3.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Realize a dynamic environment\"><strong>Realize a dynamic environment</strong><br>\nSDN solutions centralize and automate control of the network to eliminate fragile and complex protocols and manual, error-prone processes.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Protect accessibility\" src=\"https://www.necam.com/images/trends-illustration8.png\" style=\"height: 108px; width: 150px; float: right;\" title=\"Protect accessibility\"><strong>Protect accessibility</strong><br>\nHigh availability and integrated disaster recovery software minimize system outages to recover quickly should disaster strike to protect critical applications and data.</p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(396, 216, 0, '<section class=\"\" id=\"xwrnsymalp\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Simplify data management\" src=\"https://www.necam.com/images/trends-illustration26.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Simplify data management\"><strong>Simplify data management</strong><br>\nHighly efficient storage and server solutions deliver performance and data resiliency that solve present and long-term data challenges while supporting storage-intensive workloads.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Rapid response \" src=\"https://www.necam.com/images/trends-illustration25.png\" style=\"height: 84px; width: 150px; float: right;\" title=\"Rapid response \"><strong>Rapid response </strong><br>\nFlexible cloud solutions allow rapid deployment of required infrastructure to deliver the best possible service in the workspace and to customers.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(397, 217, 0, '<section class=\"\" id=\"mhhcufyzet\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Recover Readiness</h2>\n\n<p style=\"text-align: center;\">As an Information and Communication Technology (ICT) leader with more than 117 years of expertise, NEC with its suite of award-winning high availability, disaster recovery and collaborative solutions help maintain a connected environment where it is most crucial.</p>\n\n<h3 class=\"nec-orange\" style=\"text-align: center;\">Comprehensive continuity becomes more feasible when you:</h3>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(403, 218, 0, '<section class=\"\" id=\"efvksuzfgv\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">The World Recreated</h2>\n\n<p style=\"text-align: center;\">Just as technology is helping to improve how organizations and individuals function, so too is it working to transform and help to build smarter societies. Take for instance how technical advances are being put to work to ensure energy efficiency, achieve sustainable economic development, realize wiser management of natural resources and enhance the safety and security of people in general.</p>\n\n<p style=\"text-align: center;\">Such social change is evolving to form new digital platforms where business models are emerging that organically connect people, assets and processes, all made possible through the internet of things. Despite the complexity that this rapid progress could possibly create, it is information and communications technology that holds the potential to contain and effectively manage such growth.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(404, 218, 0, '<section class=\"\" id=\"ikrhqsiisg\">\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Enabled<br>\nEcosystems</h4>\n\n<p style=\"text-align: center;\">Reactive networked environments that are more aware, responsive and connected.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Enhanced<br>\nFunctionality</h4>\n\n<p style=\"text-align: center;\">Smarter efficiencies that work to deliver improved environmental and economic performance and outcomes.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Artificial<br>\nIntelligence</h4>\n\n<p style=\"text-align: center;\">The gathering and analysis of synchronized information in support of real-time predictive and actionable insight./</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Shared<br>\nKnowledge</h4>\n\n<p style=\"text-align: center;\">Solutions that enhance access and usage on individual and group levels to drive performance and promote greater wellbeing.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"text-align: center;\">Greater<br>\nEfficiencies</h4>\n\n<p style=\"text-align: center;\">Connected processes that save time, reduce costs and increase collaboration in scope and impact.</p>\n</div>\n</div></section>', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(400, 217, 0, '<section class=\"\" id=\"wmwrfsbpdu\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 class=\"nec-orange\">Failsafe Protection - Manage Enterprise Recovery with Us</h3>\n\n<p>Our redundant, disaster recovery and collaborative solutions build high capacity organizations by helping to:</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Protect critical systems\" src=\"https://www.necam.com/images/trends-illustration21.png\" style=\"height: 108px; width: 150px; float: right;\" title=\"Protect critical systems\"><strong>Protect critical systems</strong><br>\nFully automated, versatile, cost-effective and easy-to-deploy redundancy and recovery software protects critical systems and the data supported.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Minimize system outages\" src=\"https://www.necam.com/images/trends-illustration27.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Minimize system outages\"><strong>Minimize system outages</strong><br>\nRedundant components and modular architecture runs in lockstep for 99.999% uptime for significant lower total cost of ownership and downtime risks.</p>\n\n<p> </p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(401, 217, 0, '<section class=\"\" id=\"tyocbqpmor\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Safeguard the network\" src=\"https://www.necam.com/images/trends-illustration26.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Safeguard the network\"><strong>Safeguard the network</strong><br>\nNetwork and software automated redundancy and recovery solutions reduce network and data complexity with streamlined, flexible oversight and management.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Empower the workforce\" src=\"https://www.necam.com/images/trends-illustration18.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Empower the workforce\"><strong>Empower the workforce</strong><br>\nA feature-rich UC solution will simplify communications to enable complete mobility without lags in productivity, responsiveness or teamwork.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(402, 218, 0, '<section class=\"\" id=\"lqfbpmdxii\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Next-Generation Ecosystem</h2>\n\n<p style=\"text-align: center;\">NEC is committed to using its more than 117 years of engineering leadership to deliver Communications and IT infrastructure solutions and services that ensure safety, security and operational efficiency for the betterment of society.</p>\n\n<h3 class=\"nec-orange\" style=\"text-align: center;\">Social progress becomes more achievable with:</h3>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0),
(408, 219, 0, '\n \n \n \n <section class=\"\" id=\"wvdbbwdriw\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">The Right Hotel Management Solutions</h2>\n\n<p style=\"text-align: center;\">Across all major geographic regions NEC is one of the key suppliers of hotel management systems to the Hospitality industry. By merging leading IT and Communication network technologies, NEC deploys solutions with the scalability, capability and affordability to meet the demanding and changing business needs of hotels, event centers, cruise lines and travel organizations.</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(411, 219, 0, '<section class=\"\" id=\"nsflahwfhm\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(409, 219, 0, '\n \n <section class=\"\" id=\"rsxhzzvcug\">\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-westin.png\"></p>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-hilton.png\"></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-le-meredien.png\"></p>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-garden-inn.png\"></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-sheraton.png\"></p>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-double-tree.png\"></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-w-hotels.png\"></p>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-waldorf.png\"></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-marriott.png\"></p>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-hampton-inn.png\"></p>\n</div>\n</div></section>\n \n ', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(405, 218, 0, '<section class=\"\" id=\"veoavslidv\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 class=\"nec-orange\">A Smarter Approach - Realize the Future with Us</h3>\n\n<p>Through our combined capabilities and rich portfolio in Communications and IT, NEC provides government agencies, enterprises and individuals a full spectrum of integrated solutions and services.</p>\n\n<p>Our technology, expertise and support empowers change on a social, enterprise and personal level by helping to:</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Facilitate advancement\" src=\"https://www.necam.com/images/trends-illustration21.png\" style=\"height: 108px; width: 150px; float: right;\" title=\"Facilitate advancement\"><strong>Facilitate advancement</strong><br>\nHigh levels of amalgamation between communications and IT infrastructure highlight the power of these technologies and reinforce their benefits.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"Foster connectedness\" src=\"https://www.necam.com/images/trends-illustration3.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Foster connectedness\"><strong>Foster connectedness</strong><br>\nDecades of real-world and engineering knowledge result in technologies and approaches that optimize processes and encourage engagement.</p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(406, 218, 0, '<section class=\"\" id=\"aquydoyuki\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Optimize processes\" src=\"https://www.necam.com/images/trends-illustration4.png\" style=\"height: 108px; width: 150px; float: right;\" title=\"Optimize processes\"><strong>Optimize processes</strong><br>\nSimplified environments become attainable based on stable, flexible foundations that support secure and responsive ecosystems.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"Enrich lives\" src=\"https://www.necam.com/images/trends-illustration28.png\" style=\"height: 132px; width: 150px; float: right;\" title=\"Enrich lives\"><strong>Enrich lives</strong><br>\nOur ongoing commitment to innovative is aimed at creating the information communications technology-enable society of tomorrow.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(407, 219, 0, '<section class=\"\" id=\"gggxckmrxd\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><div class=\"col24 centered\">\n<h2 style=\"text-align: center;\">Trusted by global hotel chains</h2>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0),
(410, 219, 0, '\n \n \n \n \n <section class=\"\" id=\"ytmdrxlxxx\"><div class=\"\">\n <div class=\"column-wrapper\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\">Hotel Management System Responsive Tactics</h2>\n\n<p style=\"text-align: center;\">NEC’s Communications and IT solutions help the hospitality industry control costs, improve staff efficiency and create an environment that makes guests want to return. We address the needs of the hospitality industry with tailored solutions specific to brand and hotel type.</p>\n\n<div class=\"tabs-default with-icons\">\n<ul class=\"selector\">\n <li><a href=\"#tabs-1\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-operator.png\">Operator & Guest Reservations</a></li>\n <li><a href=\"#tabs-2\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-pms.png\">PMS Connectivity</a></li>\n <li><a href=\"#tabs-3\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-mobility.png\">Staff Mobility</a></li>\n <li><a href=\"#tabs-4\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-voicemail.png\">Voicemail & Wakeup</a></li>\n <li><a href=\"#tabs-5\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-itci.png\">IT & Communications Infrastructure</a></li>\n <li><a href=\"#tabs-6\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-alarming.png\">Alarming & Mobility</a></li>\n <li><a href=\"#tabs-7\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-byod.png\">BYOD for Guests</a></li>\n <li><a href=\"#tabs-8\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-virtualization.png\">Virtualization & Hosted Delivery</a></li>\n <li><a href=\"#tabs-9\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-wireless.png\">Wireless</a></li>\n</ul>\n<!-- Tab details -->\n\n<div class=\"col24 sub-grid\" id=\"tabs-1\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">Operator & Guest Reservations</h3>\n\n<p>With NEC’s state-of-the-art operator and guest reservation solutions, hospitality staff can streamline the guest experience by enhancing the services delivered in a prompt, courteous and personalized manner. Our operator and reservation solutions ensure the maximum level of personal interaction by helping to:</p>\n\n<p><strong>Tailor responses</strong><br>\nCall queues trigger caller intelligence to ensure fast and appropriate guest handling.</p>\n\n<p><strong>Increase satisfaction</strong><br>\nReal-time profiling enhances the guest experience through customized and seemingly effortless assistance.</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Heighten Response</strong><br>\nSingle point of contact of incoming calls promotes faster response time to strengthen brand reputation.</p>\n\n<p><strong>Staffing Efficiencies</strong><br>\nSkill-based routing decreases the workload of receptionists allowing for an attentive front desk experience.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-2\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">PMS Connectivity</h3>\n\n<p>With NEC’s open interface, property management systems (PMS) can be improved to support advanced messaging services for responsive high-end guest care. Our PMS solution streamlines and coordinates communication messaging so employees can work smarter and customers experience a memorable stay, by helping to:</p>\n\n<p><strong>Improve Service</strong><br>\nEssential front and back office functions become more accessible and easier to use to speed staff response time and helpfulness.</p>\n\n<p><strong>Broaden Reach</strong><br>\nConfiguration capacity extends across single or multi-property operations to capitalize on and maintain consistent guest experiences.</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Consequential Insight</strong><br>\nWhen paired with NEC’s communications services, functions such as wake-up calls, room availability, maid status and VIP registration become accessible and easily managed.</p>\n\n<p><strong>Device Agility</strong><br>\nPhones and handsets can be tailored to best suit staff role and responsibilities for increased satisfaction and greater productivity.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-3\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">Staff Mobility</h3>\n\n<p>With NEC’s mobile solutions staff members are more easily reached and activities prioritized. Our mobile solutions also provide access to apps and information needed the most to help to:</p>\n\n<p><strong>Increase Accessibility</strong><br>\nWith whenever and wherever voice and messaging locations barriers are remove and ease of access becomes possible.</p>\n\n<p><strong>Judicious Oversight</strong><br>\nWith access to necessary tools when on the go handling guest requests and managing on-site amenities become straightforward and thorough.</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Better Corroboration</strong><br>\nExpanded connectivity encourages a workforce to collaborate, conference and communication more regularly for improved coordination.</p>\n\n<p><strong>Favorable Attentiveness</strong><br>\nAccess to mission-critical apps and information provides the information needed so public-facing personnel can focus on the customer to become better brand advocates.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-4\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">Voicemail & Wakeup</h3>\n\n<p>With NEC’s hospitality messaging solutions guests can take control and personalize service to meet their expectations. Setup is as easy as responding to a series of yes or no questions and helps to:</p>\n\n<p><strong>Customize Greetings</strong><br>\nA choice of language options, guests can set and incoming callers can hear , when prompted to leave a message.</p>\n\n<p><strong>Self Administrated</strong><br>\nCalls, messages and even wake-up calls can be conveniently managed and controlled by guests through intuitive prompts to ensure needs and expectations are set.</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Answer Questions</strong><br>\nGuest information lines automatically answer routine questions without delay while lessening the potential of inaccurate information being shared 24 hours a day 362 days a year.</p>\n\n<p><strong>Go Direct</strong><br>\nRemoving the need to direct incoming callers through operators, potential bottlenecks and potential caller frustration is avoided with callers reach guests directly.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-5\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">IT & Communications Infrastructure</h3>\n\n<p>With NEC’s communications servers and applications easy of use and rich functionality makes for more satisfied staff members and guests. Advanced communication capabilities better meets guest expectations to increase overall service satisfaction by helping to:</p>\n\n<p><strong>Respond Faster</strong><br>\nSecure availability of files and data where and when needed keeps the focus on serving guests and not the information required.</p>\n\n<p><strong>Tailor Adaptability</strong><br>\nThe flexibility to readily customize infrastructure from basic to advance feature and anything in between ensure a system perfectly suited to an establishment’s particular requirements.</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Streamlined Handling</strong><br>\nCentralized management systems permit easy and convenience handling of day-to-day tasks all from a single point of entry.</p>\n\n<p><strong>Ready Availability</strong><br>\nConverged environments of voice and data applications provide reliable service 24/7 and all year long for content and consistent guest experiences.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-6\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">Alarming & Mobility</h3>\n\n<p>NEC’s communications solutions elevate responsiveness with interfaces and alarms configurations that notify and permit action when time is of the essence. Device and text-based message compatibility enhanced reach and immediacy by helping to:</p>\n\n<p><strong>Group Messaging</strong><br>\nVoice and text messages can be distributed to a large number of mobility users with relative easy.</p>\n\n<p><strong>Automate Recordings</strong><br>\nWhen needed conference calls can be automatically established and recorded for future use and examination.</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Escalation Prompts</strong><br>\nShould an emergency occur a central alert notifies appropriate personnel across various medians such as voice, text and email to promote awareness.</p>\n\n<p><strong>Target In</strong><br>\nLocation configurations made possible precise placement to locate staff and send support assistance where and as needed.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-7\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">BYOD for Guests</h3>\n\n<p>NEC’s hospitality infrastructure brings a new level in services by allowing guests to remain connected to their mobile devices through the duration of their stay. The guest experience becomes enhanced by helping to:</p>\n\n<p><strong>Intuitively Adapt</strong><br>\nOn-premise tools, menus and functionality become easily accessible using guests’ own device conveniently with no learning curve needed.</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Strengthen Reputation</strong><br>\nPermitting guests to use their own device while maintaining on-site tools and apps demonstrator the establishments commitment to service and innovative to harden brand perspective.</p>\n\n<p><strong>No Missed Opportunities</strong><br>\nBy enabling guests to have the same information on their personal device as on internal device increases the chance of continued use of in-site offerings.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-8\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">Virtualization & Hosted Delivery</h3>\n\n<p>With NEC’s cloud-based communication services, a range of comprehensive virtualization and consolidation solutions become possible while bring cost efficiency and agility to an hotelier IT infrastructure. This flexible deployment method helps to:</p>\n\n<p><strong>Lower Overhead Costs</strong><br>\nMaintenance and upgrades become a thing of the past while pay-to-grow planning aligns services and solutions to actual need.</p>\n\n<p><strong>Ongoing Relevance</strong><br>\nFast provisioning of applications, features and service provide a level of agility for top tier guest experiences.</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Unparalleled Infrastructure</strong><br>\nA robust suite of cloud solutions provides high available and cost efficient alternatives in scale and scope to meet rapidly evolving guest and property requirements.</p>\n\n<p><strong>Ongoing Continuity</strong><br>\nThe highest level of security and performance becomes possible with award-winning technologies that offer redundancy and recovery protections and issue resolution.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-9\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">Wireless</h3>\n\n<p><strong>Wireless Accessibility</strong><br>\nNEC’s on-site wireless voice, data and messaging solutions offer the easy management of a single converged network and easily integration and multi-site configuration for maximum flexibility and adaptability.</p>\n\n<p><strong>Maximize Efficiency</strong><br>\nWith consolidated disparate paging, telephone, scanning, two-way radios, intercom, conferencing and location tags connecting and staff collaboration becomes easy.</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Environmentally Agile</strong><br>\nAdvanced noise suppression technology permits operation in loud environments so a call is never missed.</p>\n\n<p><strong>Designed for Use</strong><br>\nRugged design ensures functionality even among varied conditions or unintentional drops for continued performance.</p>\n</div>\n</div>\n</div>\n</div>\n</div></section>\n \n \n \n ', 'tabs', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 3, 1, 1, 0),
(412, 219, 0, '\n <section class=\"\" id=\"wtuxthghgx\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\">“NEC has proven to be a reliable and trustworthy partner, offering excellent reliability, while the expertise of the NEC team ensures that we are offered the most appropriate solutions to meet our needs.”</h4>\n\n<p style=\"text-align: center;\">Mr. Paul Missen, Vice President Technology Mandarin Oriental Hotel Group</p>\n</div>\n</div></section>\n ', '1-column-centered', 'text', '', 'xl-quote', 0, 0, '', '', 0, 4, 1, 1, 0),
(413, 170, 0, '<section class=\"\" id=\"moskvsfglk\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><ul>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC-Nederland_End_User_Licence_Agreement.pdf\" target=\"_blank\">EULA NEC NEDERLAND BV</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC_SV9100_EULA.pdf\" target=\"_blank\">EULA NEC SV9100</a></li>\n</ul>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(414, 170, 0, '<section class=\"\" id=\"arlffmkmvl\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><header>\n<h3>End-user License Agreements</h3>\n</header>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(415, 170, 0, '<section class=\"\" id=\"nkhvuvbpay\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3>IT Platforms Licence Agreements</h3>\n\n<h4>NEC UltraCare Services in Europe</h4>\n\n<table style=\"width:100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n <tbody>\n <tr>\n <td colspan=\"2\"><strong>Country</strong></td>\n <td><strong>Phone number</strong></td>\n <td><strong>Opening hours</strong></td>\n <td><strong>E-mail address</strong></td>\n </tr>\n <tr>\n <td colspan=\"2\">Belgium</td>\n <td>02 620 00 56</td>\n <td>09:00-18:00 hrs</td>\n <td><a href=\"mailto:ITPlatformSupport@emea.nec.com\">ITPlatformSupport@emea.nec.com</a></td>\n </tr>\n <tr>\n <td colspan=\"2\">France</td>\n <td>0825 86 21 21</td>\n <td>09:00-18:00 hrs</td>\n <td><a href=\"mailto:ITPlatformSupport@emea.nec.com\">ITPlatformSupport@emea.nec.com</a></td>\n </tr>\n <tr>\n <td colspan=\"2\">Germany</td>\n <td>06929-993480</td>\n <td>09:00-18:00 hrs</td>\n <td><a href=\"mailto:ITPlatformSupport@emea.nec.com\">ITPlatformSupport@emea.nec.com</a></td>\n </tr>\n <tr>\n <td colspan=\"2\">Italy</td>\n <td>023 8591314</td>\n <td>09:00-18:00 hrs</td>\n <td><a href=\"mailto:ITPlatformSupport@emea.nec.com\">ITPlatformSupport@emea.nec.com</a></td>\n </tr>\n <tr>\n <td colspan=\"2\">Netherlands</td>\n <td>020 7219073</td>\n <td>09:00-18:00 hrs</td>\n <td><a href=\"mailto:ITPlatformSupport@emea.nec.com\">ITPlatformSupport@emea.nec.com</a></td>\n </tr>\n <tr>\n <td colspan=\"2\">Spain</td>\n <td>913 75 45 65</td>\n <td>09:00-18:00 hrs</td>\n <td><a href=\"mailto:ITPlatformSupport@emea.nec.com\">ITPlatformSupport@emea.nec.com</a></td>\n </tr>\n <tr>\n <td colspan=\"2\">United Kingdom</td>\n <td>0870 9018000 *</td>\n <td>09:00-18:00 hrs</td>\n <td><a href=\"mailto:ITPlatformSupport@emea.nec.com\">ITPlatformSupport@emea.nec.com</a></td>\n </tr>\n <tr>\n <td colspan=\"2\">Rest of Europe (Support in English)</td>\n <td>+31 (0) 207219 072</td>\n <td>09:00-18:00 hrs CET</td>\n <td><a href=\"mailto:ITPlatformSupport@emea.nec.com\">ITPlatformSupport@emea.nec.com</a></td>\n </tr>\n </tbody>\n</table>\n\n<p>Outside the stated office hours, you must provide a valid serial-, or contract number related to a “24x7” contract, in order to receive NEC support. Numbers are charged at national call rates</p>\n\n<p>*) - UK calls will cost 2p per minute, plus your service providers access charge</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(416, 170, 0, '<section class=\"\" id=\"stzadgeffr\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"></div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(427, 226, 0, '\n \n \n <section class=\"\" id=\"vpkclwepfr\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"margin-bottom:0;\">Become a business partner</h2>\n</div>\n</div></section>\n \n ', '1-column', 'text', 'contact-nec', '', 0, 0, 'text-left align-top', '', 0, 5, 1, 1, 0),
(431, 229, 0, '\n <section class=\"\" id=\"auuqvsdpzp\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>High Availability</h3>\n\n<p>Centralized contact centers, integrated public safety and justice systems, and simplified processes help to improve efficiencies that translate into lower operational costs and speedier processes. With IT systems playing an increasingly pivotal role in delivering public services, preventing their downtime is essential for preserving ongoing government operations, and enhancing the wellbeing of its citizens.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>NEC Solutions for Government</h3>\n\n<p>NEC\'s proven reputation as an established provider of quality, reliable and innovative IT & Communications solutions has made us one of the world\'s most successful suppliers to governmental and semi-governmental bodies. NEC delivers a comprehensive set of products and services for the government sector.</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(429, 227, 0, '\n <section class=\"\" id=\"pwnlokbsdf\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>BusinessNet Access Request</h3>\n\n<p>Contact your NEC Enterprise Channel Manager or<br>\n<a href=\"mailto:bnwebmaster@emea.nec.com\">Mail a request for access</a></p>\n\n<h3>Troubleshooting for Businessnet Users</h3>\n\n<p><strong>How do I login to BusinessNet?</strong><br>\n- Go to <a href=\"http://businessnet.nec-enterprise.com\" target=\"_blank\">http://businessnet.nec-enterprise.com</a><br>\n- Enter your username and password</p>\n\n<p><strong>What if forgot my password?</strong><br>\n- Go to <a href=\"https://bnetcentre.nec-enterprise.com/ResetPassword.aspx\" target=\"_blank\">https://bnetcentre.nec-enterprise.com/ResetPassword.aspx</a><br>\n- Click Change password or Forgot password</p>\n\n<p><strong>What if I can’t remember my username?</strong><br>\nSend an email to <a href=\"javascript:void(location.href=\'mailto:\'+String.fromCharCode(115,97,108,101,115,46,111,112,101,114,97,116,105,111,110,115,64,101,109,101,97,46,110,101,99,46,99,111,109))\" target=\"_blank\">sales.operations@emea.nec.com</a></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Note</h3>\n\n<p>By logging onto this site you agree that all information accessed is owned by NEC and subject to strict confidentiality. Any information accessed under this site shall be deemed to be confidential information. No information found on this site is to be shared. By logging in or registering you agree to these terms.</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(426, 226, 0, '\n \n <section class=\"\" id=\"kkkuyuxxou\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Partner Program Roadmap</h3>\n\n<p>At NEC Enterprise Solutions we are ready for the future. We have designed our new Partner Program to be your roadmap to getting there. The Program provides a framework in which we can work together to meet our mutual business objectives. Our innovative UC&C and IT solutions are designed for open connectivity, high availability, flexible growth and smooth migration to full IP telephony, giving our business partners an ideal platform to create new, profitable opportunities.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Feel free to contact us</h3>\n\n<p>If you would like to join the NEC Partner Program, please fill in the partner boarding form and we will contact you as soon as possible.</p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 0, 0),
(428, 227, 0, '<section class=\"\" id=\"iqbrxccaiy\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><section class=\"article-details\">\n<h2 style=\"text-align: center;\">NEC Enterprise Solutions BusinessNet</h2>\n\n<p style=\"text-align: center;\">NEC Enterprise Solutions BusinessNet is a secure website for NEC resellers, solution providers, distributors, developers, consultants, user groups, nominated end users.</p>\n</section>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(417, 170, 0, '<section class=\"\" id=\"ltwbbaodhk\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><strong>EXPRESSCLUSTER</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/EXPRESSCLUSTER_Licence_EULA_EC_X_3_1_L_1CPU.pdf\" target=\"_blank\">EXPRESSCLUSTER License EULA</a></li>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/EXPRESSCLUSTER_Installation_Media_EULA_EC_X_3_1_CD.pdf\" target=\"_blank\">EXPRESSCLUSTER Installation Media EULA</a></li>\n</ul>\n\n<p><strong>MasterScope</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/MasterScope_Licencse_EULA_EW03G1NEBU0E01-1.pdf\" target=\"_blank\">MasterScope License EULA</a></li>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/MasterScope_Installation_Media_EULA_AW03F8NB0A0E01-1.pdf\">MasterScope Installation Media EULA</a></li>\n</ul>\n\n<p><strong>Storage</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/NEC_EndUser_Licence_Agreement_V1%2001.pdf\" target=\"_blank\">NEC EULA (NEC Storage/DAT products)</a></li>\n</ul>\n\n<p><strong>SDN</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/Support/EULA_SDN.pdf\" target=\"_blank\">SDN EULA</a></li>\n</ul>\n\n<p><strong>KVM</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/RemoteKVM-EULA.pdf\" target=\"_blank\">Remote KVM EULA</a></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><strong>VMware</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/VMware_vSphere_EndUser_Licence_Agreement_20130910.pdf\" target=\"_blank\">VMware vSPhere EULA (VMware vSphere products)</a></li>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/VMware_EndUser_License_Agreement_20130910.pdf\" target=\"_blank\">VMware EULA (VMWare standard products)</a></li>\n</ul>\n\n<p><strong>VPCC</strong></p>\n\n<ul>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_Target_500_A.pdf\">EULA SSC3.4 Target500_A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_Client_500_A.pdf\">EULA CMO6.0 Client 500 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_Target_100_A.pdf\">EULA SSC3.4 Target 100 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_Client_100_A.pdf\">EULA CMO6.0 Client 100 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_for_VPCC6_0_Media_A.pdf\">EULA SSC3.4 for VPCC6.0 Media A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_Target_1_A.pdf\">EULA SSC3.4 Target 1 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_Client_1_A.pdf\">EULA CMO6.0 Client 1 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_Target_10_A.pdf\">EULA SSC3.4 Target 10 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_Client_10_A.pdf\">EULA CMO6.0 Client 10 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_TCX6_0_Media_A.pdf\">EULA TCX6.0 Media A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_MediaKit_A.pdf\">EULA CMO6.0 MediaKit A</a></li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(424, 224, 0, '<section class=\"\" id=\"hgbphaterk\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3>About MTS</h3>\n\n<p><a href=\"http://www.mtsint.com\">www.mtsint.com</a></p>\n\n<p><img alt=\"\" src=\"http://62.197.136.28/emea/content/images/partners/mts.jpg\" style=\"width: 150px; height: 180px; float: right;\">Mer Telemanagement Solutions Ltd. (MTS) is a worldwide provider of Telecom Expense Management (TEM) and Mobile Virtual Network Operators and Enablers (MVNO/MVNE) and Mobile Money services and solutions used by mobile service providers. The MTS TEM Suite solution, NEC branded as MA4000 Expense Management, enables enterprises to gain visibility and control of strategic fixed and mobile telecom assets, services and IT security policies that drive key business processes and crucial competitive advantage. The MTS cloud, consulting and managed services solutions -- including integrated management of invoices, assets, wireless, optimization, usage, mobile device management (MDM), procurement, help desk and bill payment ,along with dashboards and reporting tools -- provide professionals at every level of the organization with rapid access to concise, actionable data.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(425, 226, 0, '<section class=\"\" id=\"znlrkeoipm\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><section class=\"article-details\">\n<h2 style=\"text-align: center;\">You can do so much more with the right Partner</h2>\n\n<p style=\"text-align: center;\">Today, customers rely more than ever on the expertise of resellers and solutions providers to deliver the most reliable, value-added communications and IT solutions for enterprises. With that in mind, NEC is one of the only manufacturers in the industry to deliver 100 percent of our business through the channel. Our innovative Partner Program is designed to help your business succeed whether you primarily sell NEC products, offer infrastructure support, or do both. </p>\n</section>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 0, 0),
(418, 162, 0, '<section id=\"swtvqacuut\"><div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>Have a question before you buy?</h4>\n\n<p>Use our How To Buy resource to reach a solution specialist.<br>\n<a class=\"primary-link\" href=\"#\" target=\"_blank\">Connect now</a></p>\n\n<h4>Technical Support</h4>\n\n<p>Use our Support resource for a solution professional.<br>\n<a class=\"primary-link\" href=\"#\" target=\"_blank\">Contact now</a></p>\n\n<h4>Solution Integrators / Distributors / Resellers</h4>\n\n<p>Already an NEC authorized solution integrator, distributor or reseller or interested in becoming one.<br>\n<a class=\"primary-link\" href=\"partners\" target=\"_blank\">Explore now</a></p>\n\n<h4>Career Opportunities</h4>\n\n<p>Explore existing job opportunities.<br>\n<a class=\"primary-link\" href=\"http://www.neceuropecareers.com/Vacancies\" target=\"_blank\">Search now</a></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>NEC Enterprise Solutions - EMEA</h4>\n\n<p>Olympia 4<br>\n1213 NT HILVERSUM<br>\nThe Netherlands<br>\nTel: +31 35 6899111<br>\n<a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/RouteDescription_NEC_HQ_HVS-NL.pdf\" target=\"_blank\">Directions to NEC Hilversum</a><br>\n </p>\n\n<p>Postal Address<br>\nNEC Nederland BV<br>\nP.O. BOX 32 , 1200 JD HILVERSUM<br>\nThe Netherlands</p>\n\n<h4>NEC Enterprise Solutions - UK</h4>\n\n<p>Innovation House, Mere Way,<br>\nRuddington Fields Business Park<br>\nRUDDINGTON, NOTTINGHAM NG11 6JS<br>\nUnited Kingdom<br>\nTel: +44 (0)115 969 5700<br>\n </p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>NEC Enterprise Solutions - Middle East</h4>\n\n<p>Dubai Airport<br>\nFreezone Authority<br>\nBuilding 5EB, Office no. 738<br>\nDUBAI<br>\nUnited Arab Emirates<br>\nTel.: +971 4 299 3342<br>\n </p>\n\n<h4>NEC Enterprise Solutions - France</h4>\n\n<p>29 rue des Hautes Patures<br>\n92737 NANTERRE Cedex<br>\nFrance<br>\nTel.: +33 (0)1 46 49 46 49<br>\n </p>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(419, 29, 0, '<section class=\"\" id=\"cqrdeoouek\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3>The ultimate devices for voice, text messaging and in-house mobility</h3>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(421, 224, 0, '<section class=\"\" id=\"ghvgfsdcbp\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3>TigerTMS</h3>\n\n<p>TigerTMS is the market leader in the provision of HOSPITALITY INTEGRATION SOFTWARE, VOICE & DATA BILLING /<img alt=\"\" src=\"http://www.nec-enterprise.com/content/images/partners/TMS_hires%20CH%20July%2014.jpg\" style=\"width: 220px; height: 63px; float: right;\"> MANAGEMENT TOOLS, GUEST BYOD APPLICATIONS AND CONTENT DELIVERY. Scalable solutions designed to interface with all NEC voice communication and Property Management Systems our products can be premise based, virtualised or centrally hosted. As the preferred Hospitality partner to NEC and their Business Partners across EMEA – we welcome the opportunity to co-work with you on your next Hospitality Project.</p>\n\n<p><a href=\"http://www.tigercomms.com\">www.tigertms.com</a></p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(430, 229, 0, '\n \n \n <section class=\"\" id=\"pnsnicifin\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Offering public services</h2>\n\n<p style=\"text-align: center;\">The pressures of a dynamically changing world including changing demographics place new demands on the public sector. Civilians expect responsive, efficient and accountable services from their government bodies. They have little tolerance for bureaucratic delays due to inefficient systems and processes, or lack of communication between isolated departments.</p>\n\n<p style=\"text-align: center;\">A digital government offers tremendous potential to improve how authorities deliver public services and strengthen communities. Cloud computing, big data and mobile apps expand opportunities to connect with more citizens and better understand their reasoning and requirements. Integrated voice and data networks improve communications, increase productivity, enhance service provision and reduce costs.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(432, 230, 0, '<section class=\"\" id=\"shdiviqxaq\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Delivering high quality education</h2>\n\n<p style=\"text-align: center;\">New opportunities are shifting conventional boundaries surrounding the learning experience. Students, parents and the community rely on institutions to deliver high quality education to prepare the next generation for fulfilling lives and careers. Kindergarten through college, institutions are facing new requirements for effectiveness, compliance and accountability. Administrators and educators have a tremendous opportunity to enrich the academic experience with enhanced communication and collaboration. Advanced technologies plays a role in attracting and retaining the best teaching and administrative teams, and strengthening a school’s reputation.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(433, 230, 0, '\n <section id=\"nhlgnfzetr\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Information on demand</h3>\n\n<p>Cloud computing, big data and mobile apps are empowering administrators and educators, while distance learning has extended the reach of student access to quality education. Information needs to be highly available, as well as secured and managed consistently for privacy and liability concerns. Messaging applications improve community involvement and combined with emergency notification systems put students, staff and school safety first.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>NEC Solutions for Educational Institutions</h3>\n\n<p>NEC offers a comprehensive set of enterprise-grade solutions tailored to the unique needs of higher education. From public and private universities to community colleges and trade schools, institutions of all kinds can rely on NEC’s communications and IT solutions to support campus needs and keep them at the forefront of knowledge delivery. </p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 0, 0),
(434, 84, 0, '\n <section class=\"\" id=\"gpftikcxbz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_rack_server_1U_no_front.jpg\"></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(438, 351, 0, '\n \n <section class=\"\" id=\"exxfacqqsy\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align:center\" align=\"center\"><span lang=\"NL\">Addressing the unique needs of the finance industry<o:p></o:p></span></h2>\n\n<p style=\"text-align: center;\">The financial world has dramatically changed in recent years and is at present without question one of the most challenged industry sectors. Increasing the productivity of staff and ensuring the security and availability of services is vital if financial institutions are to improve their efficiency, enhance their business effectiveness and provide timely and consistent customer service. </p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(437, 88, 0, '\n <section class=\"\" id=\"thfyrksxuk\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_fault_tolerant_no_front.jpg\"></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(442, 84, 0, '<section class=\"\" id=\"egtqgoyuwu\"><div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NVIDIA_Tesla_K80_Web_Banner_300x600.gif\" style=\"width: 50%;\"></p>\n</div>\n</div>\n\n<div class=\"col16\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div class=\"vert-offset-3\">\n<h3>Superior Serviceability</h3>\n\n<p>NEC’s innovative green design concepts and industry leading fan control technology allows the R110h-1 to operate at temperatures up to 45°C (113°F), therefore reducing cooling requirements. In addition, dual hot plug power supplies with cold-standby mode enable further energy savings.<br>\nManage easy setup and deployment with NEC EXPRESSBUILDER and leverage easy management with NEC’s EXPRESSSCOPE Engine 3 together with NEC ESMPRO. The extensive remote management capabilities untangle the complexities in operating and maintaining the server to alleviate the burden of administrative tasks.</p>\n</div>\n</div>\n</div></section>', '1-2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 0, 0),
(439, 351, 0, '\n <section id=\"eiqwxqdnwa\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>High Availability</h3>\n\n<p>Whether it is banking and securities, insurance, investment management or real estate, NEC has the technology to transform the way financial organizations operate and deliver services to customers, offering comprehensive solutions that address the unique needs of the finance industry.</p>\n\n<p>Integrating all communication channels and IT systems ensures that no matter how a customer chooses to approach your organisation - whether via the call centre, the branch or the web - they are met with a seamless and efficient response to their enquiry or transaction.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>NEC Solutions for Finance Institutions</h3>\n\n<p>Innovative mobile solutions make staff reachable at all times via a single personal number no matter where they. Unified Communications enable staff to desk-share and telework to increase efficiency and job satisfaction, as well as enabling institutions to control costs by maximizing space, equipment and resources.</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 3, 1, 1, 0),
(440, 83, 0, '<section class=\"\" id=\"hdzmkclwai\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 0, 0),
(441, 83, 0, '<section class=\"\" id=\"pkgdvhmrok\"><div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NVIDIA_Tesla_K80_Web_Banner_300x600.gif\" style=\"width: 50%;\"></p>\n</div>\n</div>\n\n<div class=\"col16\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div class=\"vert-offset-3\">\n<h2>Operational Cost Savings and Efficiency</h2>\n\n<p>NEC’s innovative green design concepts and industry leading fan control technology allows the T110h to operate at temperatures up to 48°C (118°F), therefore reducing cooling requirements. In addition, dual hot plug power supplies with cold-standby mode enable further energy savings.<br>\nManage easy setup and deployment with NEC EXPRESSBUILDER and leverage easy management with NEC’s EXPRESSSCOPE Engine 3 together with NEC ESMPRO. The extensive remote management capabilities untangle the complexities in operating and maintaining the server to alleviate the burden of administrative tasks.</p>\n</div>\n</div>\n</div></section>', '1-2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 0, 0),
(443, 151, 0, '<section id=\"ehkmzmqgol\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\"><h2 style=\"text-align: center;\">Make your entire workforce more productive</h2>\n\n<p style=\"text-align: center;\">The SL Series allows your small business to focus on what you do best, looking after your customers and not your communications system. </p>\n\n<p style=\"text-align: center;\"><span style=\"line-height: 1.6em;\">Specifically designed with the needs of small business in mind, the SL Series wide range of intuitive features can be tailored to an individual’s role making your employees more reachable and more responsive regardless of their location.</span></p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(444, 151, 0, '\n <section id=\"ifqdbzkeyq\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Intuitive features that the whole team can use</h3>\n\n<p>Reliable and simple-to-use, your business will get access to features expected of much larger systems without needing a large budget: </p>\n\n<ul>\n <li>Dial in 16 party conference bridge</li>\n <li>Voicemail with email notification</li>\n <li>Office level functionality for your remote/office workers</li>\n <li>Simple tools to create call groups</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/0514_SL1100_24keyMT_and_DSS(bk).jpg\" style=\"width: 800px; height: 300px;\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(447, 784, 0, '<section class=\"\" id=\"ekrvgcopkm\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Company Contacts and Office Locations</h2>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(445, 151, 0, '<section id=\"sqlkfppelg\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"font-size: 16px;\">Value for Money</h4>\n\n<ul>\n <li>Powerful communications with a small business price tag</li>\n <li>Only pay for what you need, with an entirely scalable solution</li>\n <li>Lower running costs considerably by making smarter use of your communications</li>\n</ul>\n\n<h4 style=\"font-size: 16px;\">Easy to use</h4>\n\n<ul>\n <li>Intuitive features for the whole team, without the need for training</li>\n <li>Handsets and applications include shortcuts that speed up working processes</li>\n <li>Time-saving applications empower your team to become more productive</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4 style=\"font-size: 16px;\">Lean and Green</h4>\n\n<ul>\n <li>Energy efficiency mode, contributing to a healthier environment</li>\n <li>Built-in conferencing for a greener approach to business meetings</li>\n <li>A range of home working options to help lower fuel emissions</li>\n</ul>\n\n<h4 style=\"font-size: 16px;\">Keep them connected</h4>\n\n<ul>\n <li>Use your mobile to stay contactable on your office number, from anywhere</li>\n <li>Never miss a thing, with enhanced voicemail to keep you up to date</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(448, 784, 0, '<section class=\"\" id=\"aikqkrfscn\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>NEC Enterprise Solutions - EMEA</h4>\n\n<p>Olympia 4<br>\n1213 NT HILVERSUM<br>\nThe Netherlands<br>\nTel: +31 35 6899111<br>\n<a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/RouteDescription_NEC_HQ_HVS-NL.pdf\" target=\"_blank\">Directions to NEC Hilversum</a></p>\n\n<p>Postal Address<br>\nNEC Nederland BV<br>\nP.O. BOX 32 , 1200 JD HILVERSUM<br>\nThe Netherlands</p>\n\n<h4>NEC Enterprise Solutions - UK</h4>\n\n<p>Innovation House, Mere Way,<br>\nRuddington Fields Business Park<br>\nRUDDINGTON, NOTTINGHAM NG11 6JS<br>\nUnited Kingdom<br>\nTel: +44 (0)115 969 5700</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h4>NEC Enterprise Solutions - Middle East</h4>\n\n<p>Dubai Airport<br>\nFreezone Authority<br>\nBuilding 5EB, Office no. 738<br>\nDUBAI<br>\nUnited Arab Emirates<br>\nTel.: +971 4 299 3342</p>\n\n<h4>NEC Enterprise Solutions - France</h4>\n\n<p>29 rue des Hautes Patures<br>\n92737 NANTERRE Cedex<br>\nFrance<br>\nTel.: +33 (0)1 46 49 46 49</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(449, 784, 0, '<section class=\"\" id=\"nbkeczfend\"><div class=\"col8 offset4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>NEC Enterprise Solutions - EMEA</h3>\n\n<p>Olympia 4<br>\n1213 NT HILVERSUM<br>\nThe Netherlands<br>\nTel: +31 35 6899111<br>\n<a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/RouteDescription_NEC_HQ_HVS-NL.pdf\" target=\"_blank\">Directions to NEC Hilversum</a></p>\n\n<p>Postal Address<br>\nNEC Nederland BV<br>\nP.O. BOX 32 , 1200 JD HILVERSUM<br>\nThe Netherlands</p>\n\n<h3>NEC Enterprise Solutions - UK</h3>\n\n<p>Innovation House, Mere Way,<br>\nRuddington Fields Business Park<br>\nRUDDINGTON, NOTTINGHAM NG11 6JS<br>\nUnited Kingdom<br>\nTel: +44 (0)115 969 5700</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>NEC Enterprise Solutions - Middle East</h3>\n\n<p>Dubai Airport<br>\nFreezone Authority<br>\nBuilding 5EB, Office no. 738<br>\nDUBAI<br>\nUnited Arab Emirates<br>\nTel.: +971 4 299 3342</p>\n\n<h3>NEC Enterprise Solutions - France</h3>\n\n<p>29 rue des Hautes Patures<br>\n92737 NANTERRE Cedex<br>\nFrance<br>\nTel.: +33 (0)1 46 49 46 49</p>\n</div>\n</div>\n</section>', '2-column-centered', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(450, 784, 0, '<section class=\"\" id=\"lutwniqkdu\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>NEC Enterprise Solutions - EMEA</h3>\n\n<p>Olympia 4<br>\n1213 NT HILVERSUM<br>\nThe Netherlands<br>\nTel: +31 35 6899111<br>\n<a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/RouteDescription_NEC_HQ_HVS-NL.pdf\" target=\"_blank\">Directions to NEC Hilversum</a></p>\n\n<p>Postal Address<br>\nNEC Nederland BV<br>\nP.O. BOX 32 , 1200 JD HILVERSUM<br>\nThe Netherlands</p>\n\n<h3>NEC Enterprise Solutions - UK</h3>\n\n<p>Innovation House, Mere Way,<br>\nRuddington Fields Business Park<br>\nRUDDINGTON, NOTTINGHAM NG11 6JS<br>\nUnited Kingdom<br>\nTel: +44 (0)115 969 5700</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>NEC Enterprise Solutions - Middle East</h3>\n\n<p>Dubai Airport<br>\nFreezone Authority<br>\nBuilding 5EB, Office no. 738<br>\nDUBAI<br>\nUnited Arab Emirates<br>\nTel.: +971 4 299 3342</p>\n\n<h3>NEC Enterprise Solutions - France</h3>\n\n<p>29 rue des Hautes Patures<br>\n92737 NANTERRE Cedex<br>\nFrance<br>\nTel.: +33 (0)1 46 49 46 49</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(451, 806, 0, '<section class=\"\" id=\"losdxcvlsz\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h1 style=\"text-align: center;\">Support</h1>\n\n<p style=\"text-align: center;\">Get support tools and resources for all NEC solutions. This includes the NEC UNIVERGE® family of products, its software and hardware based communications platforms, as well as a host of other applications, services and solutions. </p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(455, 779, 0, '\n \n <section class=\"\" id=\"ivswhgfrtn\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>EXPRESSCLUSTER</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/EXPRESSCLUSTER_Licence_EULA_EC_X_3_1_L_1CPU.pdf\" target=\"_blank\">EXPRESSCLUSTER License EULA</a></li>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/EXPRESSCLUSTER_Installation_Media_EULA_EC_X_3_1_CD.pdf\" target=\"_blank\">EXPRESSCLUSTER Installation Media EULA</a></li>\n</ul>\n\n<p><strong>MasterScope</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/MasterScope_Licencse_EULA_EW03G1NEBU0E01-1.pdf\" target=\"_blank\">MasterScope License EULA</a></li>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/MasterScope_Installation_Media_EULA_AW03F8NB0A0E01-1.pdf\">MasterScope Installation Media EULA</a></li>\n</ul>\n\n<p><strong>Storage</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/NEC_EndUser_Licence_Agreement_V1%2001.pdf\" target=\"_blank\">NEC EULA (NEC Storage/DAT products)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/20151006-InstallShield-EULA.pdf\">NAS Gateway/NAS Head Eula</a></li>\n</ul>\n\n<p><strong>SDN</strong></p>\n\n<ul>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/EULA/NEC-SDN-end-user-licence-agreement-eula.pdf\" target=\"_blank\">SDN EULA</a></li>\n</ul>\n\n<p><strong>KVM</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/RemoteKVM-EULA.pdf\" target=\"_blank\">Remote KVM EULA</a></li>\n</ul>\n\n<p><b>NIAS </b>(NEC Information Assessment System)</p>\n\n<ul>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/EULA/EL1379401EI01-1.pdf\" target=\"_blank\">NIAS EULA</a></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>VMware</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/VMware_vSphere_EndUser_Licence_Agreement_20130910.pdf\" target=\"_blank\">VMware vSPhere EULA (VMware vSphere products)</a></li>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/VMware_EndUser_License_Agreement_20130910.pdf\" target=\"_blank\">VMware EULA (VMWare standard products)</a></li>\n</ul>\n\n<p><strong>VPCC</strong></p>\n\n<ul>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_Target_500_A.pdf\">EULA SSC3.4 Target500_A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_Client_500_A.pdf\">EULA CMO6.0 Client 500 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_Target_100_A.pdf\">EULA SSC3.4 Target 100 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_Client_100_A.pdf\">EULA CMO6.0 Client 100 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_for_VPCC6_0_Media_A.pdf\">EULA SSC3.4 for VPCC6.0 Media A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_Target_1_A.pdf\">EULA SSC3.4 Target 1 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_Client_1_A.pdf\">EULA CMO6.0 Client 1 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_Target_10_A.pdf\">EULA SSC3.4 Target 10 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_Client_10_A.pdf\">EULA CMO6.0 Client 10 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_TCX6_0_Media_A.pdf\">EULA TCX6.0 Media A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_MediaKit_A.pdf\">EULA CMO6.0 MediaKit A</a></li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(452, 779, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section class=\"\" id=\"emaccttvto\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><header>\n<h2>End-user Licence Agreements</h2>\n\n<ul>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC-Nederland_End_User_Licence_Agreement.pdf\" target=\"_blank\">EULA NEC NEDERLAND BV</a></li>\n</ul>\n\n<h4 style=\"font-size: 16px; background-color: rgb(255, 255, 255);\">COMMUNICATION SERVERS</h4>\n\n<ul>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/EULA/NEC-SV9100-EULA.pdf\" target=\"_blank\">EULA NEC SV9100 (CP10)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/EULA/NEC-SV9100-EULA-with-KTS-English-20190621.pdf\" target=\"_blank\">EULA NEC SV9100 (CP20)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/EULA/NEC_SL2100_EULA.PDF\" target=\"_blank\">EULA NEC SL2100</a></li>\n</ul>\n\n<h4>SBC/Gateways</h4>\n\n<ul>\n <li>\n <p><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/EULA/BX_SOFTWARE_LICENSE_AGREEMENT(English)_20161216.pdf\" target=\"_blank\">BX-series</a></p>\n </li>\n</ul>\n</header>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(453, 807, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section class=\"\" id=\"isfswfeygr\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2>Ultracare support for IT platforms</h2>\n\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%\">\n <tbody>\n <tr>\n <td colspan=\"2\" style=\"width: 50%;\">\n <h3>NEC UltraCare Services in Europe</h3>\n </td>\n <td style=\"width: 45%;\"> </td>\n </tr>\n <tr>\n <td colspan=\"2\" style=\"width: 45%;\">\n <p>Please direct all Service requests to <strong>NEC UltraCare Support Centre</strong></p>\n </td>\n <td style=\"width: 45%;\">\n <ul>\n <li><strong>Telephone : +31 35 6891119</strong><br>\n </li>\n <li><strong>Email : </strong><em><strong><a href=\"mailto:ITPlatformSupport@emea.nec.com\" style=\"text-decoration-line: underline; color: rgb(153, 153, 153);\">ITPlatformSupport@emea.nec.com</a> </strong><br>\n (<strong>*</strong> see note)</em></li>\n </ul>\n </td>\n </tr>\n <tr>\n <td colspan=\"3\" style=\"width: 50%;\">\n <p><strong>* Note: </strong><br>\n <span style=\"color:#000000;\">Registering service requests <u>outside Office Hours for Customers with 24x7 contracts</u> (UltraCare Advantage+ and Premium):<br>\n <em>please register requests by<u> telephone</u> (NOT email)</em></span></p>\n </td>\n </tr>\n </tbody>\n</table>\n\n<p><strong><em>Please ensure you can provide the serial number of your system in order to determine the warranty conditions and validity to receive NEC support.</em></strong></p>\n\n<p> </p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(1276, 1415, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"zqkgggbhhg\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">UNIVERGE BLUE™ CLOUD SERVICES</h2>\n\n<p style=\"text-align: center;\">Enter the world of UNIVERGE BLUE and explore how it is changing how organizations are communicating,<br>\ncollaboratingand streamlining operational complexity.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(1278, 1415, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"uqlhazgons\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"univerge-blue-panel\">\n<h3>WORKING REMOTELY WILL BE<br>\n<span class=\"nec-blue\">BUSINESS AS USUAL</span></h3>\n\n<h4><strong>A single application to help remote workers stay engaged and connected</strong></h4>\n\n<p>Whether you’re working from your office, or your living room, the UNIVERGE BLUE® CONNECT Desktop and Mobile Applications ensure your communications and collaborations run smoothly, so everything is business as usual.</p>\n\n<ul>\n <li>Take your business phone number, conversations, and more with you wherever you go.</li>\n <li>Access all of your company contacts.</li>\n <li>Send and receive chats and view conversation history.</li>\n <li>Real-time presence indicators show you if a colleague is available for a quick call or chat.</li>\n</ul>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/blue-platform.png\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', 'connect', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 2, 1, 1, 0),
(454, 807, 0, '<section class=\"\" id=\"detvvyqurd\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><strong>EXPRESSCLUSTER</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/EXPRESSCLUSTER_Licence_EULA_EC_X_3_1_L_1CPU.pdf\" target=\"_blank\">EXPRESSCLUSTER License EULA</a></li>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/EXPRESSCLUSTER_Installation_Media_EULA_EC_X_3_1_CD.pdf\" target=\"_blank\">EXPRESSCLUSTER Installation Media EULA</a></li>\n</ul>\n\n<p><strong>MasterScope</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/MasterScope_Licencse_EULA_EW03G1NEBU0E01-1.pdf\" target=\"_blank\">MasterScope License EULA</a></li>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/MasterScope_Installation_Media_EULA_AW03F8NB0A0E01-1.pdf\">MasterScope Installation Media EULA</a></li>\n</ul>\n\n<p><strong>Storage</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/NEC_EndUser_Licence_Agreement_V1%2001.pdf\" target=\"_blank\">NEC EULA (NEC Storage/DAT products)</a></li>\n</ul>\n\n<p><strong>SDN</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/Support/EULA_SDN.pdf\" target=\"_blank\">SDN EULA</a></li>\n</ul>\n\n<p><strong>KVM</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/RemoteKVM-EULA.pdf\" target=\"_blank\">Remote KVM EULA</a></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><strong>VMware</strong></p>\n\n<ul>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/VMware_vSphere_EndUser_Licence_Agreement_20130910.pdf\" target=\"_blank\">VMware vSPhere EULA (VMware vSphere products)</a></li>\n <li><a href=\"http://www.nec-enterprise.com/content/files/LicenceAgreements/VMware_EndUser_License_Agreement_20130910.pdf\" target=\"_blank\">VMware EULA (VMWare standard products)</a></li>\n</ul>\n\n<p><strong>VPCC</strong></p>\n\n<ul>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_Target_500_A.pdf\">EULA SSC3.4 Target500_A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_Client_500_A.pdf\">EULA CMO6.0 Client 500 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_Target_100_A.pdf\">EULA SSC3.4 Target 100 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_Client_100_A.pdf\">EULA CMO6.0 Client 100 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_for_VPCC6_0_Media_A.pdf\">EULA SSC3.4 for VPCC6.0 Media A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_Target_1_A.pdf\">EULA SSC3.4 Target 1 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_Client_1_A.pdf\">EULA CMO6.0 Client 1 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_SSC3_4_Target_10_A.pdf\">EULA SSC3.4 Target 10 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_Client_10_A.pdf\">EULA CMO6.0 Client 10 A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_TCX6_0_Media_A.pdf\">EULA TCX6.0 Media A</a></li>\n <li><a href=\"https://www.nec-enterprise.com/content/files/Support/EULA_CMO6_0_MediaKit_A.pdf\">EULA CMO6.0 MediaKit A</a></li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(457, 219, 0, '<section class=\"\" id=\"bhairsfnoh\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">For every hotel or hotel chain a suitable solution</h2>\n</div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"></div>\n</div>\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\"></div>\n</div></section>', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(458, 219, 0, '\n \n \n \n \n \n <section class=\"\" id=\"ucvhqzvfln\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>For every hotel or hotel chain a suitable solution</h3>\n\n<p>NEC is able to address each specific brand and hotel type with a specific property management system platform and solution set – from small to big in size, form basic to very advanced in functionality and installed & support anywhere across the globe.</p>\n\n<p>NEC’s hotel management system helps the hospitality industry control costs, improve staff efficiency and create an environment that makes guests want to return. Together with our specialized partners we offer a complete portfolio of solutions and NEC hotel management services to address the needs of the hospitality industry.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p class=\"vert-offset-4\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/hospitality-solutions-overview.png\"></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(459, 783, 0, '<section id=\"hypexwxrzx\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>Hospitality Case Studies</h3>\n\n<p> </p>\n\n<p>Hotel Hilton The Hague - Netherlands</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(460, 843, 0, '<section id=\"znbyuklcuv\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(461, 1305, 0, '<section id=\"myrlmdeorr\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3 style=\"line-height: 1.2em; color: rgb(51, 51, 51); font-family: sans-serif, Arial, Verdana, "Trebuchet MS";\"><span style=\"color:#FF8C00;\">SV9100 WebRTC</span></h3>\n\n<p>Collaborating with colleagues doesn’t always mean being in the same room together in the same time zone. In today’s working environment, employees are spread across different locations. One of the best ways to collaborate remotely with colleagues is video conferencing.</p>\n\n<h4>What is WebRTC?</h4>\n\n<p>The SV9100’s WebRTC (Real-Time Communications) provides highly cost-effective video and collaboration working seamlessly within your IT environment. SV9100 users are able to quickly set-up audio and video connections between two or more PCs or devices from anywhere with an internet and VPN or LAN connection.</p>\n\n<p>As well as video and audio conferencing functionality, PC users can work collectively with screen share and shared documents.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p> It’s also ideal for live software demos and presentation slideshows. Collaborating isn’t just about sharing ideas, but also learning more about each other and making meaningful connections within a digital work place.</p>\n\n<ul>\n <li>Video conferencing, document & screen sharing for up to 32 (8x4) SV9100 users</li>\n <li>Highly cost-effective solution</li>\n <li>Uses secure connectivity</li>\n <li>Works via Google Chrome on a PC or Android device</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(463, 1305, 0, '<section id=\"rzhthtaufc\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p>Are you at risk from Toll Fraud?</p>\n\n<p>The global cost of telephone fraud is around 25bn euros each year and is rising by 15%.</p>\n\n<p>Toll fraud, also known as phreaking or phone hacking is a risk to businesses of any size with an estimated 85% of business considered to be vulnerable.</p>\n\n<p>A single attack can typically cost a business thousands and as a worst-case scenario result in bankruptcy.</p>\n\n<p>NEC’s Toll Fraud Guard application helps defend a business against toll fraud attacks and provides peace of mind for the user.</p>\n\n<p>Effective 24/7 defence from Toll Fraud<br>\nLow cost solution with no extra PC required<br>\nConfigurable to your specific business call activity<br>\nBuilt-in application for the SV9100 & SL1000 series communication solutions</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(472, 851, 0, '\n \n \n \n \n \n \n \n \n <section class=\"\" id=\"uyoeulyvks\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align:center\" align=\"center\"><span lang=\"NL\">NEC & Skype for Business Integration<o:p></o:p></span></h2>\n\n<h2 style=\"text-align:center\" align=\"center\"><span lang=\"NL\"><o:p></o:p></span></h2>\n\n<h2 style=\"text-align:center\" align=\"center\"><span lang=\"NL\"><o:p></o:p></span></h2>\n\n<p style=\"text-align:center\" align=\"center\"><span lang=\"NL\">NEC’s UC Connector integrates Microsoft with NEC Enterprise Communications by enabling Skype for Business users to access their company’s NEC communications infrastructure in full, choose the preferred voice path and manage call routing to a person’s office, mobile or home number.<o:p></o:p></span></p>\n\n<p style=\"text-align:center\" align=\"center\"><span lang=\"NL\">UC Connector leverages and extends simple Skype for Business capabilities like Presence and IM to<br>\nbecome a more complete UC solution - by adding enterprise grade voice and rich call control functionality. Hence, UC Connector brings the best capabilities of NEC and Microsoft together.<o:p></o:p></span></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(462, 1305, 0, '<section id=\"tkqdiuyulg\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\"></div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(464, 1305, 0, '<section id=\"yfmoqymebh\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(467, 1305, 0, '<section id=\"lvoolcbkwf\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><hr></div></div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(468, 1305, 0, '\n \n \n \n \n <section id=\"ivcpmgubpa\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>InUC - Unified Communications Application</h3>\n\n<p>Collaborating with colleagues doesn’t always mean being in the same room together in the same time zone. In today’s working environment, employees are spread across different locations. One of the best ways to collaborate remotely with colleagues is video conferencing.</p>\n\n<h4>What is InUC?</h4>\n\n<p>The SV9100’s InUC (Real-Time Communications) provides highly cost-effective video and collaboration working seamlessly within your IT environment. SV9100 users are able to quickly set-up audio and video connections between two or more PCs or devices from anywhere with an internet and VPN or LAN connection.</p>\n\n<p>As well as video and audio conferencing functionality, PC users can work collectively with screen share and shared documents. It’s also ideal for live software demos and presentation slideshows. Collaborating isn’t just about sharing ideas, but also learning more about each other and making meaningful connections within a digital work place.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p class=\"vert-offset-4\"><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/GMXtTHMH5I8\" width=\"100%\" height=\"300\" frameborder=\"0\"></iframe></p>\n\n<ul>\n <li>Video conferencing, document & screen sharing for up to 32 (8x4) SV9100 users</li>\n <li>Highly cost-effective solution</li>\n <li>Uses secure connectivity</li>\n <li>Works via Google Chrome on a PC or Android device</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(465, 1305, 0, '<section id=\"caglqsufwe\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><hr></div></div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(466, 1305, 0, '\n \n \n <section id=\"xfgxkvnapl\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>InGuard - Effective 24/7 Toll Fraud Defence</h3>\n\n<p><strong>Are you at risk from toll fraud?</strong></p>\n\n<ul>\n <li>The global cost of telephone fraud is around 25bn euros each year, rising by 15%</li>\n <li>Toll fraud, also known as phreaking or phone hacking is a risk to businesses of any size with an estimated 85% considered to be vulnerable</li>\n <li>A single attack can typically cost thousands and as a worst-case scenario result in bankruptcy</li>\n</ul>\n\n<h4><strong>NEC’s InGuard application helps defend against toll fraud attacks and provides peace of mind</strong></h4>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p class=\"vert-offset-4\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/Toll-fraud-header.png\" style=\"height: 125px; width: 500px;\"></p>\n\n<ul>\n <li>Effective 24/7 defence from Toll Fraud</li>\n <li>Low cost solution with no extra PC required</li>\n <li>Configurable to your specific business call activity</li>\n <li>Built-in application for the SV9100 & SL1000 series</li>\n</ul>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(469, 848, 0, '<section class=\"\" id=\"kgzwpgwyou\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">An Open Source Software based Solution for Private Cloud</h2>\n\n<p style=\"text-align: center;\">NEC’s Cloud Platform for IaaS is a turnkey solution based on Open-source architecture and Software-defined Storage (SDS).</p>\n\n<p style=\"text-align: center;\">The platform provides a dashboard for Integrated Operation with real-time monitoring and a user-friendly Interface. The solutions consists of a Pre-configured OSS (Open Source Software) Platform, based on worldwide known global standards in the OSS platform.<br>\nNEC’s Cloud Platform for IaaS is a Modular appliance for Dynamic scalability with a Node-based Modular Architecture.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(470, 848, 0, '<section class=\"\" id=\"ugxvmvrxvd\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><br>\n </p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(474, 862, 0, '\n <section class=\"\" id=\"kquafkshav\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(475, 862, 0, '<section class=\"\" id=\"vemqhnskzm\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(471, 848, 0, '<section class=\"\" id=\"cdxgttqets\"><div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Quick deployment & Easy expansion</h3>\n\n<p>Pre-designed and pre-validated configuration that can easily be deployed resulting in a immediate reduced TCO. Scale-out can be made by adding Compute and Storage node without stopping active Virtual Machines.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Integrated Operation</h3>\n\n<p>The dashboard provides integrated operation for system resource management and IaaS self-service in a user-friendly manner. The user-friendly WEB UI provides an excellent system resource overview and the 5 step navigation provide a quick and easy VM creation</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3>Portable OSS based ECO systems</h3>\n\n<p>OSS based software defined servers and storage provide portability among standard clouds. OpenStack is the de facto standard software defined computer for cloud and Ceph is the software defined storage connectable for OpenStack.</p>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(473, 851, 0, '\n \n \n \n <section class=\"\" id=\"twvvshrtgy\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Highlights</h3>\n\n<p>NEC UC connector brings out the best of NEC and Microsoft, by enriching Skype for Business with:</p>\n\n<ul>\n <li>NEC’s wide range of rich and reliable voice capabilities</li>\n <li>Intuitive call control features</li>\n <li>Telephony presence</li>\n <li>Interoperability with Microsoft Outlook</li>\n <li>Call transfer & telephony conferencing</li>\n</ul>\n\n<h3><span lang=\"NL\">Delivering on the Smart Enterprise<o:p></o:p></span></h3>\n\n<p><span lang=\"NL\">Taking full advantage of NEC’s approach to Empowering the Smart Enterprise, UC Connector provides users with a truly unified desktop and enriches extends NEC’s rich UC&C to their Microsoft environment.<o:p></o:p></span></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p> </p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/UC-connector-screenshots.jpg\"></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(476, 862, 0, '<section class=\"\" id=\"hcpwyzbyxk\"><div class=\"col8 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/gitex2016_logo.png\" style=\"width: 215px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\"><strong>GITEX 2016</strong><br>\nDubai, UAE <br>\nOctober 16 - 20<br>\nBooth # Z-E30</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"864-GITEX-2016\"><i aria-hidden=\"true\" class=\"fa fa-arrow-circle-right\"></i> Explore</a></p>\n</div>\n</div>\n</section>', '2-column-centered', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(519, 862, 0, '<section id=\"sfiaqugctl\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/gitex2016_logo.png\" style=\"width: 215px; height: 72px;\"></p>\n\n<p style=\"text-align: center;\"><strong>GITEX 2016</strong><br>\nDubai, UAE <br>\nOctober 16 - 20<br>\nBooth # Z-E30</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"864-GITEX-2016\"><i aria-hidden=\"true\" class=\"fa fa-arrow-circle-right\"></i> Explore</a></p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(477, 862, 0, '\n <section class=\"\" id=\"lryaqxrslk\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"col24 centered\">\n<h2 style=\"text-align: center;\">Where Else To Connect With Us</h2>\n</div>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 0, 1, 0, 0),
(478, 862, 0, '<section class=\"\" id=\"boqeamexvq\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '4-column', 'text', '', 'panel-events', 0, 0, '', '', 0, 1000, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(539, 916, 0, '<section id=\"uxaifweygp\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2>Sell More, Earn More with NEC</h2>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/how-does-it-work.png\" style=\"height: 288px; width: 227px; float: right; margin-left: 1.5em;\">NEC Enterprise Solutions is committed to our Solution Integrators by providing them with “best of breed” solutions that truly enhance the Smart Enterprise. As part of that commitment, NEC offers rewards to those sales persons who are committed to offering and selling NEC.</p>\n\n<p>As NEC registered Partner sales people offer and sell eligible products and solutions, they can earn hundreds, and even thousands of euros which are deposited to their account. The more you sell, the more you make. You can register for this program, now is the time. Please register and your projects and deals at this page as shown here.</p>\n</div>\n</div></section>', '1-column-centered', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 0, 0),
(537, 916, 0, '<section id=\"upurkgelpn\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3>Smart Rewards Registration</h3>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(479, 862, 0, '<section class=\"\" id=\"qxwusrwczo\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>\n1 - 2 November<br>\nLondon, UK</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p>\n</div>\n</div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_648\" title=\"Tekstverwerker, stnswtscfu\" aria-label=\"Tekstverwerker, stnswtscfu\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"stnswtscfu\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"><br></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK<br></p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"iekekgosgu\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, iekekgosgu\" title=\"Rich Text Editor, iekekgosgu\" aria-describedby=\"cke_648\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_688\" title=\"Tekstverwerker, ytkugfwzcz\" aria-label=\"Tekstverwerker, ytkugfwzcz\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"ytkugfwzcz\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"gqrnqaldor\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, gqrnqaldor\" title=\"Rich Text Editor, gqrnqaldor\" aria-describedby=\"cke_536\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_728\" title=\"Tekstverwerker, zhktulgqie\" aria-label=\"Tekstverwerker, zhktulgqie\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"zhktulgqie\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"eglraydcko\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, eglraydcko\" title=\"Rich Text Editor, eglraydcko\" aria-describedby=\"cke_688\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_768\" title=\"Tekstverwerker, trdlmnamyz\" aria-label=\"Tekstverwerker, trdlmnamyz\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"trdlmnamyz\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"hzxbpivqzl\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, hzxbpivqzl\" title=\"Rich Text Editor, hzxbpivqzl\" aria-describedby=\"cke_472\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_808\" title=\"Tekstverwerker, cqzvdnvboc\" aria-label=\"Tekstverwerker, cqzvdnvboc\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"cqzvdnvboc\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"iqsaheybtp\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, iqsaheybtp\" title=\"Rich Text Editor, iqsaheybtp\" aria-describedby=\"cke_728\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_848\" title=\"Tekstverwerker, tiiyssmldb\" aria-label=\"Tekstverwerker, tiiyssmldb\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"tiiyssmldb\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"dtmvkdnrgf\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, dtmvkdnrgf\" title=\"Rich Text Editor, dtmvkdnrgf\" aria-describedby=\"cke_576\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_888\" title=\"Tekstverwerker, rwvoicvkqi\" aria-label=\"Tekstverwerker, rwvoicvkqi\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"rwvoicvkqi\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"kebpgibppq\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, kebpgibppq\" title=\"Rich Text Editor, kebpgibppq\" aria-describedby=\"cke_768\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_928\" title=\"Tekstverwerker, xdffxlopyt\" aria-label=\"Tekstverwerker, xdffxlopyt\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"xdffxlopyt\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"fwpbwbqlsc\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, fwpbwbqlsc\" title=\"Rich Text Editor, fwpbwbqlsc\" aria-describedby=\"cke_440\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_968\" title=\"Tekstverwerker, khvzxybcwh\" aria-label=\"Tekstverwerker, khvzxybcwh\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"khvzxybcwh\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"biucbgdbpm\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, biucbgdbpm\" title=\"Rich Text Editor, biucbgdbpm\" aria-describedby=\"cke_808\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1008\" title=\"Tekstverwerker, zxlhrkcwqr\" aria-label=\"Tekstverwerker, zxlhrkcwqr\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"zxlhrkcwqr\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"myqxhfnhrw\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, myqxhfnhrw\" title=\"Rich Text Editor, myqxhfnhrw\" aria-describedby=\"cke_616\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1048\" title=\"Tekstverwerker, eukfzogapi\" aria-label=\"Tekstverwerker, eukfzogapi\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"eukfzogapi\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"xrgzrtdpmo\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, xrgzrtdpmo\" title=\"Rich Text Editor, xrgzrtdpmo\" aria-describedby=\"cke_848\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1088\" title=\"Tekstverwerker, mhcvbwpycm\" aria-label=\"Tekstverwerker, mhcvbwpycm\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"mhcvbwpycm\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"ssagptbuzl\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, ssagptbuzl\" title=\"Rich Text Editor, ssagptbuzl\" aria-describedby=\"cke_512\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1128\" title=\"Tekstverwerker, cqriftheqq\" aria-label=\"Tekstverwerker, cqriftheqq\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"cqriftheqq\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"drzsitnruh\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, drzsitnruh\" title=\"Rich Text Editor, drzsitnruh\" aria-describedby=\"cke_888\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1168\" title=\"Tekstverwerker, qbhugbtzky\" aria-label=\"Tekstverwerker, qbhugbtzky\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"qbhugbtzky\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"gyweovskml\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, gyweovskml\" title=\"Rich Text Editor, gyweovskml\" aria-describedby=\"cke_656\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1208\" title=\"Tekstverwerker, edhmsuseeg\" aria-label=\"Tekstverwerker, edhmsuseeg\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"edhmsuseeg\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"gzsasizduy\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, gzsasizduy\" title=\"Rich Text Editor, gzsasizduy\" aria-describedby=\"cke_928\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1248\" title=\"Tekstverwerker, nosxvwwpnb\" aria-label=\"Tekstverwerker, nosxvwwpnb\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"nosxvwwpnb\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"wsfbtotfmg\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, wsfbtotfmg\" title=\"Rich Text Editor, wsfbtotfmg\" aria-describedby=\"cke_424\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1288\" title=\"Tekstverwerker, dhnxghuded\" aria-label=\"Tekstverwerker, dhnxghuded\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"dhnxghuded\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"towfbuxguy\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, towfbuxguy\" title=\"Rich Text Editor, towfbuxguy\" aria-describedby=\"cke_968\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1328\" title=\"Tekstverwerker, lvwiihanuu\" aria-label=\"Tekstverwerker, lvwiihanuu\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"lvwiihanuu\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"vxddilaesx\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, vxddilaesx\" title=\"Rich Text Editor, vxddilaesx\" aria-describedby=\"cke_696\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1368\" title=\"Tekstverwerker, cafzpixico\" aria-label=\"Tekstverwerker, cafzpixico\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"cafzpixico\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"vzhxkmriep\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, vzhxkmriep\" title=\"Rich Text Editor, vzhxkmriep\" aria-describedby=\"cke_1008\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1408\" title=\"Tekstverwerker, xkwbccdaix\" aria-label=\"Tekstverwerker, xkwbccdaix\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"xkwbccdaix\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"dsqmfipmcn\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, dsqmfipmcn\" title=\"Rich Text Editor, dsqmfipmcn\" aria-describedby=\"cke_552\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1448\" title=\"Tekstverwerker, xbchwytiye\" aria-label=\"Tekstverwerker, xbchwytiye\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"xbchwytiye\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"vlcbuvfldc\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, vlcbuvfldc\" title=\"Rich Text Editor, vlcbuvfldc\" aria-describedby=\"cke_1048\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1488\" title=\"Tekstverwerker, vvciaysgso\" aria-label=\"Tekstverwerker, vvciaysgso\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"vvciaysgso\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"lxkwnkvifu\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, lxkwnkvifu\" title=\"Rich Text Editor, lxkwnkvifu\" aria-describedby=\"cke_736\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1528\" title=\"Tekstverwerker, pkbdbwnhqp\" aria-label=\"Tekstverwerker, pkbdbwnhqp\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"pkbdbwnhqp\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"xmnedsifgy\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, xmnedsifgy\" title=\"Rich Text Editor, xmnedsifgy\" aria-describedby=\"cke_1088\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1568\" title=\"Tekstverwerker, zmetgmezmi\" aria-label=\"Tekstverwerker, zmetgmezmi\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"zmetgmezmi\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"dxmfwzpzfl\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, dxmfwzpzfl\" title=\"Rich Text Editor, dxmfwzpzfl\" aria-describedby=\"cke_480\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1608\" title=\"Tekstverwerker, yfgwgzogda\" aria-label=\"Tekstverwerker, yfgwgzogda\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"yfgwgzogda\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"mxkpperdnt\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, mxkpperdnt\" title=\"Rich Text Editor, mxkpperdnt\" aria-describedby=\"cke_1128\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1648\" title=\"Tekstverwerker, gcmtksiwzd\" aria-label=\"Tekstverwerker, gcmtksiwzd\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"gcmtksiwzd\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"pwitigzzao\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, pwitigzzao\" title=\"Rich Text Editor, pwitigzzao\" aria-describedby=\"cke_776\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1688\" title=\"Tekstverwerker, bxpmcnxfex\" aria-label=\"Tekstverwerker, bxpmcnxfex\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"bxpmcnxfex\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"qkezacwcfd\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, qkezacwcfd\" title=\"Rich Text Editor, qkezacwcfd\" aria-describedby=\"cke_1168\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1728\" title=\"Tekstverwerker, bknzlfcfvo\" aria-label=\"Tekstverwerker, bknzlfcfvo\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"bknzlfcfvo\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"hydufsrxgh\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, hydufsrxgh\" title=\"Rich Text Editor, hydufsrxgh\" aria-describedby=\"cke_592\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1768\" title=\"Tekstverwerker, tbikcodgau\" aria-label=\"Tekstverwerker, tbikcodgau\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"tbikcodgau\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"subftgwqwp\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, subftgwqwp\" title=\"Rich Text Editor, subftgwqwp\" aria-describedby=\"cke_1208\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1808\" title=\"Tekstverwerker, yuubdekzmv\" aria-label=\"Tekstverwerker, yuubdekzmv\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"yuubdekzmv\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"rechwvopku\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, rechwvopku\" title=\"Rich Text Editor, rechwvopku\" aria-describedby=\"cke_816\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_1848\" title=\"Tekstverwerker, vyznvcxhoy\" aria-label=\"Tekstverwerker, vyznvcxhoy\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"vyznvcxhoy\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"ribumltxxu\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, ribumltxxu\" title=\"Rich Text Editor, ribumltxxu\" aria-describedby=\"cke_1248\" style=\"position: relative;\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterpr', '4-column', 'text', '', 'panel-events', 0, 0, '', '', 0, 1000, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(480, 864, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section class=\"\" id=\"frfxcptkub\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?</h2>\n\n<p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.</p>\n\n<p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall </strong>to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" style=\"font-family:Helvetica, Arial, \nsans-serif;font-weight:normal;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;Margin:0;text-align:left;line-height:1.3;color:#ec6600;text-decoration:underline;\" target=\"_blank\">www.gitex.com.</a></p>\n\n<p style=\"text-align: center;\"><a class=\"button secondary toggle-target-element\" data-toggle=\"#form_14\" href=\"Contact-us/How-may-we-help-you-162\">Register now for a Free Entrance Pass</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"xqtbrzziop\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, xqtbrzziop\" title=\"Tekstverwerker, xqtbrzziop\" aria-describedby=\"cke_100\" contenteditable=\"true\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?<br></h2><p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.</p><p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall </strong>to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a data-cke-saved-href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" style=\"font-family:Helvetica, Arial, \nsans-serif;font-weight:normal;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;Margin:0;text-align:left;line-height:1.3;color:#ec6600;text-decoration:underline;\" target=\"_blank\">www.gitex.com.</a><br></p><p style=\"text-align: center;\"><a class=\"button secondary toggle-target-element\" data-toggle=\"#form_14\" data-cke-saved-href=\"Contact-us/How-may-we-help-you-162\" href=\"Contact-us/How-may-we-help-you-162\">Register now for a Free Entrance Pass</a></p></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"vshtirasfa\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, vshtirasfa\" title=\"Tekstverwerker, vshtirasfa\" aria-describedby=\"cke_96\" contenteditable=\"true\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?<br></h2><p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.<br></p><p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall </strong>to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a data-cke-saved-href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" style=\"font-family:Helvetica, Arial, \nsans-serif;font-weight:normal;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;Margin:0;text-align:left;line-height:1.3;color:#ec6600;text-decoration:underline;\" target=\"_blank\">www.gitex.com.</a><strong></strong><br></p><p style=\"text-align: center;\"><a class=\"button secondary toggle-target-element\" data-toggle=\"#form_14\" data-cke-saved-href=\"Contact-us/How-may-we-help-you-162\" href=\"Contact-us/How-may-we-help-you-162\">Register now for a Free Entrance Pass</a><br></p></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"esffzhhdwe\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, esffzhhdwe\" title=\"Tekstverwerker, esffzhhdwe\" aria-describedby=\"cke_140\" contenteditable=\"true\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?</h2><p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.</p><p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall </strong>to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a data-cke-saved-href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" style=\"font-family:Helvetica, Arial, \nsans-serif;font-weight:normal;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;Margin:0;text-align:left;line-height:1.3;color:#ec6600;text-decoration:underline;\" target=\"_blank\">www.gitex.com.</a></p><p style=\"text-align: center;\"><a class=\"button secondary toggle-target-element\" data-toggle=\"#form_14\" data-cke-saved-href=\"Contact-us/How-may-we-help-you-162\" href=\"Contact-us/How-may-we-help-you-162\">Register now for a Free Entrance Pass</a></p></div></div></div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(1103, 864, 0, '\n \n \n <section id=\"sdsgspivtm\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(481, 864, 0, '\n \n \n \n \n \n \n \n \n \n <section class=\"\" id=\"dsyaxcbskn\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?</h2>\n\n<p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.</p>\n\n<p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall </strong>to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" style=\"font-family:Helvetica, Arial, \nsans-serif;font-weight:normal;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;Margin:0;text-align:left;line-height:1.3;color:#ec6600;text-decoration:underline;\" target=\"_blank\">www.gitex.com.</a></p>\n\n<p style=\"text-align: center;\"><a class=\"button secondary toggle-target-element\" data-toggle=\"#form_14\" href=\"Contact-us/How-may-we-help-you-162\">Register now for a Free Entrance Pass</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"rtbuaunpkm\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, rtbuaunpkm\" title=\"Tekstverwerker, rtbuaunpkm\" aria-describedby=\"cke_96\" contenteditable=\"true\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?<br></h2><p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.<br></p><p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall </strong>to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a data-cke-saved-href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" style=\"font-family:Helvetica, Arial, \nsans-serif;font-weight:normal;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;Margin:0;text-align:left;line-height:1.3;color:#ec6600;text-decoration:underline;\" target=\"_blank\">www.gitex.com.</a></p><p style=\"text-align: center;\"><a class=\"button secondary toggle-target-element\" data-toggle=\"#form_14\" data-cke-saved-href=\"Contact-us/How-may-we-help-you-162\" href=\"Contact-us/How-may-we-help-you-162\">Register now for a Free Entrance Pass</a></p></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"blyrvclpsa\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, blyrvclpsa\" title=\"Tekstverwerker, blyrvclpsa\" aria-describedby=\"cke_180\" contenteditable=\"true\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?</h2><p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.</p><p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall </strong>to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a data-cke-saved-href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" style=\"font-family:Helvetica, Arial, \nsans-serif;font-weight:normal;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;Margin:0;text-align:left;line-height:1.3;color:#ec6600;text-decoration:underline;\" target=\"_blank\">www.gitex.com.</a></p><p style=\"text-align: center;\"><a class=\"button secondary toggle-target-element\" data-toggle=\"#form_14\" data-cke-saved-href=\"Contact-us/How-may-we-help-you-162\" href=\"https://cdn.nec-enterprise.com/admin8/Contact-us/How-may-we-help-you-162\">Register now for a Free Entrance Pass</a><br></p></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"qclqsveimc\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, qclqsveimc\" title=\"Tekstverwerker, qclqsveimc\" aria-describedby=\"cke_136\" contenteditable=\"true\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?</h2><p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.</p><p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall </strong>to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a data-cke-saved-href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" style=\"font-family:Helvetica, Arial, \nsans-serif;font-weight:normal;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;Margin:0;text-align:left;line-height:1.3;color:#ec6600;text-decoration:underline;\" target=\"_blank\">www.gitex.com.</a></p><p style=\"text-align: center;\"><a class=\"button secondary toggle-target-element\" data-toggle=\"#form_14\" data-cke-saved-href=\"Contact-us/How-may-we-help-you-162\" href=\"https://cdn.nec-enterprise.com/admin8/Contact-us/How-may-we-help-you-162\">Register now for a Free Entrance Pass</a></p></div></div></div>\n</div></section>\n \n \n \n \n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 0, 0),
(518, 862, 0, '<section id=\"mkkfggyrzm\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(483, 864, 0, '<section class=\"\" id=\"ceiiimzpse\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><strong>Why Connect With Us @ GITEX 2016</strong></p>\n\n<p>Backed by 117 years of experience and innovation, we know what it takes to evolve smartly and effectively to meet changing technology and enterprise demands. </p>\n\n<p><strong>Meet the NEC Experts of Choice</strong></p>\n\n<p>Experts from across our company will be on site to live demonstrate and discuss NEC’s innovations and solutions with you. Visit here for more information about our event offering.</p>\n\n<div>\n<p>We look forward to welcome you at our booth <strong># Z-E30</strong> for a few high-powered days of personalized, hands-on experience that will accelerate your efforts and that powers your business.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(482, 864, 0, '\n \n \n \n \n \n <section class=\"\" id=\"lyadqshzvr\"><div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/gitex/hex-icon-HA-solutions.png\" style=\"display:block;height:48px;margin:auto;\"></p>\n\n<h4 style=\"text-align: center;\">High Availability<br>\nSolutions</h4>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/gitex/hex-icon-data-management.png\" style=\"display:block;height:48px;margin:auto;\"></p>\n\n<h4 style=\"text-align: center;\">Smart Data Management & Storage</h4>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/gitex/hex-icon-sdn.png\" style=\"display:block;height:48px;margin:auto;\"></p>\n\n<h4 style=\"text-align: center;\">Software Defined Networking</h4>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/gitex/hex-icon-ucc.png\" style=\"display:block;height:48px;margin:auto;\"></p>\n\n<h4 style=\"text-align: center;\">Unified Communications & Collaboration</h4>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/gitex/hex-icon-ublue.png\" style=\"display:block;height:48px;margin:auto;\"></p>\n\n<h4 style=\"text-align: center;\">Univerge Blue</h4>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/gitex/hex-icon-sw.png\" style=\"display:block;height:48px;margin:auto;\"></p>\n\n<h4 style=\"text-align: center;\">Smart Workspace</h4>\n</div>\n</div>\n</section>\n \n \n \n \n \n ', '6-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(484, 864, 0, '\n \n <section class=\"\" id=\"nqfayerpyl\"><div class=\"col16\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p>Backed by 117 years of experience and innovation, we know what it takes to evolve smartly and effectively to meet changing technology and enterprise demands. </p>\n\n<h3>Meet the NEC Experts of Choice</h3>\n\n<p>Experts from across our company will be on site to live demonstrate and discuss NEC’s innovations and solutions with you. Visit here for more information about our event offering.</p>\n\n<div>\n<p>We look forward to welcome you at our booth # Z1-D20 for a few high-powered days of personalized, hands-on experience that will accelerate your efforts and that powers your business.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col8\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/2018_colour.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-1-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(485, 864, 0, '\n \n \n \n \n \n <section class=\"\" id=\"fyqmakkxwu\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><hr style=\"border:solid 1px #efefef;margin:1.5rem 0 2.25rem 0;\">\n<p style=\"margin-bottom: 0px; text-align: center;\"><a class=\"button primary toggle-target-element\" data-toggle=\"#form_14\" href=\"Contact-us/How-may-we-help-you-162\"><i class=\"fa fa-arrow-circle-right\"></i> Register now to get a free pass</a></p>\n\n<p style=\"margin-bottom: 0px; text-align: center;\"> </p>\n</div>\n</div></section>\n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(486, 866, 0, '\n \n \n \n \n <section class=\"\" id=\"mvceypnfqf\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align:center\" align=\"center\"><span lang=\"NL\">Ensuring Responsive Continuity<o:p></o:p></span></h2>\n\n<h2 style=\"text-align: center;\" align=\"center\"><span lang=\"NL\"><o:p></o:p></span></h2>\n\n<p style=\"text-align: center;\">Today’s high performance enterprises depend on reliable access to tools, information and people to persistently operate smartly and compete effectively. This requires a robust communications and IT infrastructure capable of providing always-on availability that can also self heal should potential service disruptions occur.</p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(520, 862, 0, '<section id=\"owixrpeafg\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '4-column', 'text', '', 'panel-events', 0, 0, '', '', 0, 1000, 1, 0, 0),
(510, 868, 0, '<section id=\"tklnrfcoly\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p>ISO Certification Smart IT</p>\n\n<p><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/ISO9001Certification(ITPF)_20160319.pdf\">ISO9001</a></p>\n\n<p><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/ISO14001Certification(ITPS).pdf\">ISO14001</a></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(487, 866, 0, '<section class=\"\" id=\"rxrxkmwpps\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '3-column-centered', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(488, 866, 0, '\n <section class=\"\" id=\"yhzarmryfc\"><div class=\"col4 offset4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-customer-dissatisfaction.png\" style=\"width: 43px; height: 48px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Customer<br>\nDissatisfaction</h4>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-customer-loss.png\" style=\"width: 43px; height: 48px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Customer<br>\nLoss</h4>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-customer-loss.png\" style=\"width: 43px; height: 48px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Customer<br>\nLoss</h4>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-pricey-recovery.png\" style=\"width: 43px; height: 48px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Pricey<br>\nRecovery</h4>\n</div>\n</div>\n</section>\n ', '4-column-centered', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(490, 866, 0, '\n <section class=\"\" id=\"gzeicwnudk\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Solutions That Perform</h2>\n\n<p style=\"text-align: center;\">Whether looking to support a specific mission-critical business function or in need of a highly resilient ecosystem, NEC’s HA solutions set provides the functionality and reliability required.</p>\n\n<p style=\"text-align: center;\">From feature-rich communications solutions that make employee and customer engagement effortless and immediate to software and hardware offerings that recover quickly should disaster strike, our integrated and highly available solutions are simple to deploy, easy to maintain and provide the robust and comprehensive functionality to protect critical applications, information and relationships.</p>\n\n<p style=\"text-align: center;\"><strong>NEC High Availability solutions set includes:</strong></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(491, 866, 0, '\n <section class=\"\" id=\"tlciecrbuk\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/3c-tablet-phone.jpg\" style=\"width: 127px; height: 90px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Unified Communications Solutions</h4>\n\n<p style=\"text-align: center;\">UNIVERGE® SV9500 & UNIVERGE 3C Dynamic work environment Single point configuration Highly reliable</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/fault-tolerant-servers.jpg\" style=\"width: 134px; height: 90px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">NEC Fault Tolerant Servers</h4>\n\n<p style=\"text-align: center;\">Express5800/FT Series Virtual appliance Easy deployment 99.999% system uptime*</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/ha-cluster-software.jpg\" style=\"width: 163px; height: 90px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">NEC High Availability Clustering Software</h4>\n\n<p style=\"text-align: center;\">NEC EXPRESSCLUSTER Software & hardware monitoring Local and remote 200+ apps support**</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/fault-tolerant-server-ha-software.jpg\" style=\"width: 163px; height: 90px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">NEC Fault Tolerant Servers & High Availability Clustering Software</h4>\n\n<p style=\"text-align: center;\">NEC Fault Tolerant Server & NEC EXPRESSCLUSTER Dependable solution Multi-data center Disaster recovery</p>\n</div>\n</div></section>\n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(489, 866, 0, '\n \n <section class=\"\" id=\"pektwugtrw\"><div class=\"col16 offset4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h2 class=\"nec-orange\" style=\"text-align: center;\">The Perils of Complacency</h2>\n\n<p style=\"text-align: center;\">Not taking high availability (HA) seriously has its risks. When infrastructure fails the consequences can be costly, including:</p>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0),
(492, 866, 0, '\n <section class=\"\" id=\"ydztbgamfo\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><em>* An average of less than 6 minutes downtime per year. This is a theoretical value calculated by NEC<br>\n** Verification experience with 200+ applications as of April 2016</em></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 5, 1, 1, 0),
(493, 866, 0, '\n <section class=\"\" id=\"avbcpilcbs\"><div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div class=\"embed-erternal\"><iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/VEJJ6dRCSMM\" width=\"100%\" height=\"300\" frameborder=\"0\"></iframe></div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h3 class=\"nec-orange vert-offset-2\">99.999% Reliability</h3>\n\n<p>When it comes to server reliability, there is no better solution than the NEC Express58000 fault tolerant (FT) product line. A combination of redundant hardware and redundancy control software enables 99.999% uptime* for immediate failover and server virtualization protection.</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 6, 1, 1, 0),
(494, 866, 0, '\n <section class=\"\" id=\"dugssutrke\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 style=\"text-align: center;\">Empowering Industries</h2>\n\n<p style=\"text-align: center;\">Our HA solutions set is ideally suited to market sectors where mission-critical performance is of vital importance.<br>\nFor example, sectors such as:</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 7, 1, 1, 0),
(495, 866, 0, '<section class=\"\" id=\"qdwrfgpwml\"><div class=\"col4 offset4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-ha-healthcare.png\" style=\"width: 65px; height: 45px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Healthcare</h4>\n\n<p style=\"text-align: center;\">Delivering high-quality<br>\ncare to patients<br>\nwithout downtime.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"#\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-ha-government.png\" style=\"width: 65px; height: 45px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Government</h4>\n\n<p style=\"text-align: center;\">Ensuring the stablity<br>\nof public services<br>\nto citizens.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"#\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-ha-government.png\" style=\"width: 65px; height: 45px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Education</h4>\n\n<p style=\"text-align: center;\">Providing a reliable learning environment to students and educators.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"#\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-ha-hospitality.png\" style=\"width: 65px; height: 45px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Hospitality</h4>\n\n<p style=\"text-align: center;\">Enhancing the guest experience with more memorable stays.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"#\">Explore</a></p>\n</div>\n</div>\n</section>', '4-column-centered', 'text', '', '', 0, 0, '', '', 0, 9, 1, 0, 0),
(496, 866, 0, '\n <section class=\"\" id=\"zahgrwhhdd\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-ha-healthcare.png\" style=\"width: 65px; height: 45px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Healthcare</h4>\n\n<p style=\"text-align: center;\">Delivering high-quality<br>\ncare to patients<br>\nwithout downtime.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"https://www.nec-enterprise.com/documents?id=875&hash=9ada7d03a98914e3f773f610cc33e95015db7f42651374b828272745692342e1\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-ha-government.png\" style=\"width: 65px; height: 45px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Government</h4>\n\n<p style=\"text-align: center;\">Ensuring the stablity<br>\nof public services<br>\nto citizens.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"https://www.nec-enterprise.com/documents?id=874&hash=0bb95091ebb4a1dab47e8703ece56fa40e27b68211983769102ec18d17e5fb14\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-ha-government.png\" style=\"width: 65px; height: 45px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Education</h4>\n\n<p style=\"text-align: center;\">Providing a reliable<br>\nlearning environment to<br>\nstudents and educators.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"https://www.nec-enterprise.com/documents?id=873&hash=6db1ab7a4635a2fd6ced6c61859b01953be75dab4dff751f3f048bc7883c3be3\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-ha-hospitality.png\" style=\"width: 65px; height: 45px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Hospitality</h4>\n\n<p style=\"text-align: center;\">Enhancing the guest<br>\nexperience with more<br>\nmemorable stays.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"https://www.nec-enterprise.com/documents?id=876&hash=4592e559b215eef601b9a5dcc793102e51558fd5309d9c3210d1cc75f41e77b5\" target=\"_blank\">Explore</a></p>\n</div>\n</div></section>\n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 8, 1, 1, 0),
(497, 866, 0, '<section class=\"\" id=\"gywwynpprs\"><div class=\"col4 offset4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-ha-healthcare.png\" style=\"width: 65px; height: 45px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Healthcare</h4>\n\n<p style=\"text-align: center;\">Delivering high-quality care to patients without downtime.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://cdn.nec-enterprise.com/admin5/#\">Explore</a></p>\n\n<p> </p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-ha-government.png\" style=\"width: 65px; height: 45px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Government</h4>\n\n<p style=\"text-align: center;\">Ensuring the stablity of public services to citizens.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"#\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-ha-government.png\" style=\"width: 65px; height: 45px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Education</h4>\n\n<p style=\"text-align: center;\">Providing a reliable learning environment to students and educators.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"#\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-ha-hospitality.png\" style=\"width: 65px; height: 45px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Hospitality</h4>\n\n<p style=\"text-align: center;\">Enhancing the guest experience with more memorable stays.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"#\">Explore</a></p>\n</div>\n</div>\n</section>', '4-column-centered', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(498, 866, 0, '\n <section class=\"\" id=\"otdzgtavyb\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h2 class=\"nec-orange\" style=\"text-align: center;\">Proven Real-World Results</h2>\n\n<p style=\"text-align: center;\">Enterprises and their customers are already experiencing positive outcomes from working with NEC and by using our HA solutions.<br>\nTake for instance how we HA-enabled the following customers:</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(499, 866, 0, '\n <section class=\"\" id=\"mcgqazheov\"><div class=\"col6 offset3\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-airport-atlantic-city.png\" style=\"width: 55px; height: 60px;\"></p>\n\n<h4 style=\"text-align: center;\">Atlantic City<br>\nInternational Airport</h4>\n\n<p style=\"text-align: center;\">Transforming airport first responders’ lines of communications.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://nectoday.com/aircraft-rescue-firefighting-requires-a-highly-available-lifeline/\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-ymca-louisville.png\" style=\"width: 62px; height: 60px;\"></p>\n\n<h4 style=\"text-align: center;\">YMCA of<br>\nGreater Louisville</h4>\n\n<p style=\"text-align: center;\">Enriching member<br>\nexperiences with<br>\nbetter collaboration.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://nectoday.com/ymca-of-greater-louisville-using-uc-to-transform-the-guest-experience/\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon-fairfield-sewer-district.png\" style=\"width: 62px; height: 60px;\"></p>\n\n<h4 style=\"text-align: center;\">Fairfield-Suisun<br>\nSewer District</h4>\n\n<p style=\"text-align: center;\">Streamlining water<br>\ntreatment through<br>\nincreased oversight.</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://nectoday.com/keeping-up-with-the-flow/\" target=\"_blank\">Explore</a></p>\n</div>\n</div></section>\n ', '3-column-centered', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(500, 866, 0, '<section class=\"\" id=\"dvnyvuyhvx\"><div class=\"col24\">\n<div style=\"\" class=\"column-wrapper\"><h3 style=\"text-align: center;\">Fulfilling Customers Expectations</h3>\n\n<p class=\"qoute\" style=\"text-align: center;\">“Even though NEC’s fault tolerant server and virtualization solution make administration easier and lowers costs, security and continuity of service remain our top priorities at Intersnack France. It was these two criteria that prevailed in choosing NEC and its high availability solution.”</p>\n\n<p class=\"quoted-by\" style=\"text-align: center;\">Alain Roche<br>\nHead of Systems and Networks / Chief Architect of IT Infrastructure Overhaul<br>\nIntersnack France</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(501, 866, 0, '\n <section class=\"\" id=\"ymmwydrliu\"><div class=\"col16 offset4\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><h2 style=\"text-align: center;\">Fulfilling Customers Expectations</h2>\n\n<p class=\"qoute\" style=\"text-align: center;\">“Even though NEC’s fault tolerant server and virtualization solution make administration easier and lowers costs, security and continuity of service remain our top priorities at Intersnack France. It was these two criteria that prevailed in choosing NEC and its high availability solution.”</p>\n\n<p class=\"quoted-by\" style=\"text-align: center;\">Alain Roche<br>\nHead of Systems and Networks / Chief Architect of IT Infrastructure Overhaul<br>\nIntersnack France</p>\n</div>\n</div></section>\n ', '1-column-centered', 'text', '', 'xl-quote', 0, 0, '', '', 0, 1000, 1, 1, 0),
(502, 862, 0, '<section id=\"bogvfyuuzm\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/mobile-healthcare.jpg\" style=\"height: 46px; width: 90px;\"></p>\n\n<p style=\"text-align: center;\"><strong>MobileHealthcare</strong><br>\n6 October<br>\nUtrecht, Media Plaza, Netherlans</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.mobilehealthcare.nl/\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/BDA-2016.jpg\" style=\"height: 48px; width: 80px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Big Data Analytics</strong><br>\n10 November<br>\nLondon, Victoria Park Plaza</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.whitehallmedia.co.uk/bdaq4/\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/Medica-logo.jpg\" style=\"height: 48px; width: 46px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Medica 2016</strong><br>\n14 - 17 November<br>\nDusseldorf, Germany</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://http://www.medica-tradefair.com/\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(503, 862, 0, '<section id=\"guddiyodur\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(504, 862, 0, '<section class=\"\" id=\"nruptagozf\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>\n1 - 2 November<br>\nLondon, UK</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p>\n</div>\n</div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_416\" title=\"Tekstverwerker, hkmrdgqvth\" aria-label=\"Tekstverwerker, hkmrdgqvth\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"hkmrdgqvth\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(505, 862, 0, '<section class=\"\" id=\"hpsplzkygq\">\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"></div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_412\" title=\"Tekstverwerker, fxbqlgznce\" aria-label=\"Tekstverwerker, fxbqlgznce\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"fxbqlgznce\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>\n1 - 2 November<br>\nLondon, UK</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p>\n</div>\n</div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_456\" title=\"Tekstverwerker, zzyksztlql\" aria-label=\"Tekstverwerker, zzyksztlql\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"zzyksztlql\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"><br></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p></div></div></div></div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>\n1 - 2 November<br>\nLondon, UK</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p>\n</div>\n</div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_496\" title=\"Tekstverwerker, zaupvargpq\" aria-label=\"Tekstverwerker, zaupvargpq\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"zaupvargpq\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a><br></p></div></div></div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>\n1 - 2 November<br>\nLondon, UK</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p>\n</div>\n</div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_536\" title=\"Tekstverwerker, lhxmiatkti\" aria-label=\"Tekstverwerker, lhxmiatkti\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"lhxmiatkti\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a><br></p></div></div></div>\n</div>\n\n<div class=\"col6\">\n<div style=\"\" class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>\n1 - 2 November<br>\nLondon, UK</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p>\n</div>\n</div><div class=\"editor-wrapper\"><div aria-describedby=\"cke_576\" title=\"Tekstverwerker, ptkokrqlax\" aria-label=\"Tekstverwerker, ptkokrqlax\" role=\"textbox\" style=\"position: relative;\" spellcheck=\"false\" tabindex=\"0\" id=\"ptkokrqlax\" class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" contenteditable=\"true\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; \n\nheight: 48px;\"></p><p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>1 - 2 November<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.dcdconverged.com/conferences/zettastructure\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a><br></p></div></div></div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(506, 862, 0, '<section class=\"\" id=\"yylevmbspp\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; height: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>\n1 - 2 November<br>\nLondon, UK</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '4-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 0, 0),
(507, 862, 0, '<section id=\"vehfgyqdwm\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; height: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>\n1 - 2 November<br>\nLondon, UK</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '4-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 0, 0),
(508, 862, 0, '<section id=\"qvehgxcnkd\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/datacenter-dynamics-converged.png\" style=\"width: 200px; height: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>DataCenter Dynamics</strong><br>\n1 - 2 November<br>\nLondon, UK</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.dcdconverged.com/conferences/zettastructure\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '4-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 0, 0),
(509, 862, 0, '<section id=\"nsxpksryph\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/BDA-2016.jpg\" style=\"width: 80px; height: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Big Data Analytics</strong><br>\n10 November<br>\nLondon, Victoria Park Plaza, UK</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.whitehallmedia.co.uk/bdaq4/\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/Medica-logo.jpg\" style=\"width: 46px; height: 48px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Medica 2016</strong><br>\n14 - 17 November<br>\nDusseldorf, Germany</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.medica.de/\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n</div></section>', '4-column', 'text', '', 'panel-events', 0, 0, '', '', 0, 1000, 1, 0, 0),
(511, 868, 0, '<section id=\"hxtoxrhuio\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\"><header>\n<h2>ISO Certification (Smart IT)</h2>\n\n<ul>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/ISO9001Certification(ITPF)_20160319.pdf\" target=\"_blank\">ISO 9001 (ITPF)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/ISO14001Certification(ITPS).pdf\" target=\"_blank\">ISO 14001 (ITPS)</a></li>\n</ul>\n</header>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(512, 868, 0, '<section id=\"slimgtnxxe\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p class=\"page-cta\"><a href=\"\" class=\"button primary full-width\">TRY THEN BUY – CLICK HERE FOR A FREE 90-DAY TRIAL</a></p>\n</div>\n</div></section>', 'button', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(513, 868, 0, '<section id=\"bmpaodundq\" class=\"\"><div class=\"custom-code\">ISO9001 (ITPS)\n\nISO14001 (ITPS)</div></section>', 'custom', 'custom', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(514, 868, 0, '<section id=\"artncofztf\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><hr></div></div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(515, 868, 0, '<section id=\"mxrktxswlg\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\"></div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(516, 891, 0, '<section id=\"okwqnnyido\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2><strong>NEC Smart Marketing Portal </strong>(40 minutes)</h2>\n\n<h3>3.30pm GMT / 4.30pm CET Wednesday 19th October 2016</h3>\n\n<p>Join us on this insightful webinar and discover your quickest route to better marketing and better sales via NEC’s Smart Marketing Portal & Zinfi Technology!</p>\n\n<p>Ideal as a refresher and update for current portal users as well as an ideal introduction for the newcomer – we will provide an overview as well as the latest content and enhancements to this powerful tool.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(517, 891, 0, '<section id=\"xapouudpfg\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3>Webinar Registration</h3>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(534, 910, 0, '<section id=\"btrwalcstd\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Selections of these will used to contribute to NEC\'s marketing messages and sales tools going forwards.</h2>\n\n<p> </p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(535, 910, 0, '<section id=\"emlikmgbnr\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><hr></div></div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(521, 862, 0, '<section id=\"xuhyyuvcrq\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(522, 900, 0, '<section id=\"vrmoreaabb\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\"><p><strong>Quick, easy and cost-effective, NEC’s new InReports makes the ideal starting point for call management.</strong></p>\n\n<p> </p>\n\n<p>Call performance is critical to your teams’ productivity as well as levels of customer service. InReports provides 24/7 monitoring and analysis of your entire companies communications via a browser.</p>\n\n<p> </p>\n\n<p>It then produces pre-defined, graphically enhanced reports which are presented clearly in a number of different ways: Lists, Charts and Wallboards.</p>\n\n<p> </p>\n\n<p>Business benefits of InReports include:</p>\n\n<p>> Easy evaluation of your teams communication performance</p>\n\n<p>> Real-time business critical stats e.g average answer time, unanswered calls</p>\n\n<p>> Wallboard display stats for team motivation</p>\n\n<p>> Pro-actively deter unauthorised calls</p>\n</div>\n</div></section>', '1-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 0, 0),
(531, 906, 0, '<section id=\"lrmmaalkfa\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p>Using the Daylight Savings Setup program, these systems can automatically adjust the system time for daylight savings time/standard time changes.</p>\n\n<p>However should it be necessary to adjust the system time on the above systems:<br>\nOn a Keyset </p>\n\n<p>1. Press Speaker.<br>\n2. Dial 828.<br>\n3. Dial two digits for the hour (24 hour clock, 13 = 1:00 PM).<br>\n4. Dial two digits for the minutes (00~59).<br>\n5. Press Speaker to hang up.</p>\n\n<p>For clocks on Windows PC based NEC applications used in conjunction with the above systems - these should of course adjust automatically for Daylight Savings</p>\n\n<p> </p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/clock-change.jpg\" style=\"width: 350px; height: 126px;\"></p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(523, 900, 0, '<section id=\"nrbafxyxur\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>InReports - Call Management made simple</h3>\n\n<p>Quick, easy and cost-effective, NEC’s new InReports makes the ideal starting point for call management. </p>\n\n<p>SV9100 WebRTC (Real-Time Communications) provides highly cost-effective video and collaboration working seamlessly within your IT environment. Users can quickly set-up audio and video connections between two or more PCs or devices from anywhere with an internet and VPN or LAN connection.</p>\n\n<p>Call performance is critical to your teams’ productivity as well as levels of customer service. InReports provides 24/7 monitoring and analysis of your entire company\'s communications via a browser.</p>\n\n<p>Pre-defined, graphically enhanced reports are presented clearly in a number of different ways: Lists, Charts and Wallboards.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4>Business benefits of InReports include:</h4>\n\n<ul>\n <li>Easy evaluation of your teams communication performance</li>\n <li>Real-time business critical stats e.g average answer time, unanswered calls</li>\n <li>Wallboard display stats for team motivation</li>\n <li>Pro-actively deter unauthorised calls</li>\n</ul>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/InReports-screen01.png\" style=\"width: 250px; height: 241px;\"></p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(524, 1305, 0, '<section id=\"yedfuwhmuk\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4>Business benefits of InReports include:</h4>\n\n<ul>\n <li>Easy evaluation of your teams communication performance</li>\n <li>Real-time business critical stats e.g average answer time, unanswered calls</li>\n <li>Wallboard display stats for team motivation</li>\n <li>Pro-actively deter unauthorised calls</li>\n</ul>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/InReports-screen01.png\" style=\"width: 250px; height: 241px;\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 0, 0),
(525, 1305, 0, '\n \n \n \n <section id=\"fuwbcssicm\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>InReports - Call Management made simple</h3>\n\n<p>Quick, easy and cost-effective, NEC’s new InReports makes the ideal starting point for call management. </p>\n\n<p>Call performance is critical to your teams’ productivity as well as levels of customer service. InReports provides 24/7 monitoring and analysis of your entire company\'s communications via a browser.</p>\n\n<p>Pre-defined, graphically enhanced reports are presented clearly in a number of different ways: Lists, Charts and Wallboards.</p>\n\n<h4>Business benefits of InReports include:</h4>\n\n<ul>\n <li>Easy evaluation of your teams communication performance</li>\n <li>Real-time business critical stats e.g average answer time, unanswered calls</li>\n <li>Wallboard display stats for team motivation</li>\n <li>Pro-actively deter unauthorised calls</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p class=\"vert-offset-4\"><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/YypZiN4VCNQ\" width=\"100%\" height=\"300\" frameborder=\"0\"><br />\n</iframe></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(526, 902, 0, '<section id=\"uniyotezra\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Bezoek NEC op Infosecurity, Storage Expo & The Tooling Event 2016</h2>\n\n<p style=\"text-align: center;\">Op 2 en 3 november aanstaande vindt in de Jaarbeurs Utrecht speciaal voor IT professionals en decisionmakers het drievoudige IT evenement ‘Infosecurity, Storage Expo & The Tooling Event 2016’ plaats. Vul onderstaand formulier in om uw gratis toegangskaarten aan te vragen.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(527, 902, 0, '<section id=\"cepqufiaoo\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3>Registration</h3>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(528, 18, 0, '\n <section id=\"hmokorqlog\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>NEW: InApps </h3>\n\n<p>The SL1000 now includes an expanded and diverse portfolio of InApps. As well as providing compelling business benefits, these built-in/on-board apps require no external PC or server making them highly cost effective and reliable And using a browser interface, they provide 24/7 availability for your business.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>InGuard - Effective 24/7 Toll Fraud Defence</li>\n <li>InReports - Call Management made simple</li>\n <li>InUC - Smart Collaboration and More</li>\n <li>InHotel - Cost-effective solution providing easier bookings, billings & administration</li>\n</ul>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(529, 151, 0, '<section id=\"aomtrowucx\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3>NEW: InApps </h3>\n\n<p>The SL1100 now includes an expanded and diverse portfolio of InApps. As well as providing compelling business benefits, these built-in/on-board apps require no external PC or server making them highly cost effective and reliable And using a browser interface, they provide 24/7 availability for your business.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><ul>\n <li>\n <p>InGuard - Effective 24/7 Toll Fraud Defence</p>\n </li>\n <li>\n <p>InReports - Call Management made simple</p>\n </li>\n <li>\n <p>InUC - Smart Collaboration and More</p>\n </li>\n <li>\n <p>InHotel - Cost-effective solution providing easier bookings, billings & administration</p>\n </li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(538, 916, 0, '<section id=\"svcelfrbcc\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>NEC Enterprise Solutions is committed to our Solution Integrators by providing them with “best of breed” solutions that truly enhance the Smart Enterprise. As part of that commitment, NEC offers rewards to those sales persons who are committed to offering and selling NEC.</p>\n\n<p>As NEC registered Partner sales people offer and sell eligible products and solutions, they can earn hundreds, and even thousands of euros which are deposited to their account. The more you sell, the more you make. You can register for this program, now is the time. Please register and your projects and deals at this page as shown here.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/how-does-it-work.png\" style=\"height: 253px; width: 200px;\"></p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(530, 906, 0, '<section id=\"hahanzmncn\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\"><p>Using the Daylight Savings Setup program, these systems can automatically adjust the system time for daylight savings time/standard time changes.</p>\n\n<p> </p>\n\n<p><strong>However should it be necessary to adjust the system time on the above systems:</strong></p>\n\n<p><strong>On a Keyset </strong></p>\n\n<p> </p>\n\n<p>1. Press <strong>Speaker</strong>.</p>\n\n<p>2. Dial <strong>828</strong>.</p>\n\n<p>3. Dial two digits for the hour (24 hour clock, 13 = 1:00 PM).</p>\n\n<p>4. Dial two digits for the minutes (00~59).</p>\n\n<p>5. Press <strong>Speaker </strong>to hang up.</p>\n\n<p> </p>\n\n<p>For clocks on Windows PC based NEC applications used in conjunction with the above systems - these should of course adjust automatically for Daylight Savings</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(532, 906, 0, '<section id=\"omehmwtuuw\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h4><strong>NEC systems SL1000, SL1100, SV8100 and SV9100</strong></h4>\n\n<p>Using the Daylight Savings Setup program, these systems can automatically adjust the system time for daylight savings time/standard time changes.</p>\n\n<p>However should it be necessary to adjust the system time on the above systems</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><h3><strong>On a Keyset </strong></h3>\n\n<p><strong>1. Press Speaker.<br>\n2. Dial 828.<br>\n3. Dial two digits for the hour (24 hour clock, 13 = 1:00 PM).<br>\n4. Dial two digits for the minutes (00~59).<br>\n5. Press Speaker to hang up.</strong></p>\n\n<p>For clocks on Windows PC based NEC applications used in conjunction with the above systems - these should of course adjust automatically for Daylight Saving.</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(536, 916, 0, '<section id=\"ecunoiskvx\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Sell More, Earn More with NEC</h2>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/how-does-it-work.png\" style=\"height: 253px; width: 200px; float: right;\">NEC Enterprise Solutions is committed to our Solution Integrators by providing them with “best of breed” solutions that truly enhance the Smart Enterprise. As part of that commitment, NEC offers rewards to those sales persons who are committed to offering and selling NEC.</p>\n\n<p>As NEC registered Partner sales people offer and sell eligible products and solutions, they can earn hundreds, and even thousands of euros which are deposited to their account. The more you sell, the more you make. You can register for this program, now is the time. Please register and your projects and deals at this page as shown here.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 0, 0),
(533, 169, 0, '<section id=\"rhdnuqtsgv\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"col4 centered clear-fix\" style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/newvoice.png\" style=\"width: 77px; height: 44px;\" title=\"\"></div>\n\n<div class=\"col4 centered\" style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/mts2.png\" style=\"width: 130px; height: 44px;\" title=\"\"></div>\n\n<div class=\"col4 centered\" style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/daktel-logo.png\" style=\"width: 100px; height: 34px;\" title=\"\"></div>\n\n<div class=\"col4 centered\" style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/indigocare.png\" style=\"width: 140px; height: 47px;\" title=\"\"></div>\n\n<div class=\"col4 centered\" style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/logo-cetis.png\" style=\"width: 100px; height: 42px;\" title=\"\"></div>\n\n<div class=\"col4 centered\" style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/rtx.png\" style=\"width: 110px; height: 23px;\" title=\"\"></div>\n\n<div class=\"col24 clear\" style=\"text-align: center;\"> </div>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(540, 916, 0, '<section id=\"lldnmxfuun\" class=\"\"><div class=\"col16\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2>Sell More, Earn More with NEC</h2>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/how-does-it-work.png\" style=\"height: 288px; width: 227px; float: right; margin-left: 1.5em;\">NEC Enterprise Solutions is committed to our Solution Integrators by providing them with “best of breed” solutions that truly enhance the Smart Enterprise. As part of that commitment, NEC offers rewards to those sales persons who are committed to offering and selling NEC.</p>\n\n<p>As NEC registered Partner sales people offer and sell eligible products and solutions, they can earn hundreds, and even thousands of euros which are deposited to their account. The more you sell, the more you make. You can register for this program, now is the time. Please register and your projects and deals at this page as shown here.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>', '2-1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(541, 916, 0, '<section id=\"hzsdtmzxns\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 style=\"text-align: center;\">Sell More, Earn More with NEC</h2>\n\n<p style=\"text-align: center;\">NEC Enterprise Solutions is committed to our Solution Integrators by providing them with “best of breed” solutions that truly enhance the Smart Enterprise. As part of that commitment, NEC offers rewards to those sales persons who are committed to offering and selling NEC.</p>\n\n<p style=\"text-align: center;\">As NEC registered Partner sales people offer and sell eligible products and solutions, they can earn hundreds, and even thousands of euros which are deposited to their account. The more you sell, the more you make. You can register for this program, now is the time. Please register and your projects and deals at this page as shown here.</p>\n</div>\n</div></section>', '1-column-centered', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 0, 0),
(542, 916, 0, '<section id=\"lphygnwlfq\" class=\"\"><div class=\"col16\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2>Sell More, Earn More with NEC</h2>\n\n<p>NEC Enterprise Solutions is committed to our Solution Integrators by providing them with “best of breed” solutions that truly enhance the Smart Enterprise. As part of that commitment, NEC offers rewards to those sales persons who are committed to offering and selling NEC.</p>\n\n<p>As NEC registered Partner sales people offer and sell eligible products and solutions, they can earn hundreds, and even thousands of euros which are deposited to their account. The more you sell, the more you make. You can register for this program, now is the time. Please register and your projects and deals at this page as shown here.</p>\n\n<p> </p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/rocket-smart-rewards(2).png\" style=\"height: 312px; width: 322px; float: right; margin-left: 1.5em;\"></p>\n</div>\n</div></section>', '2-1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(543, 112, 0, '<section id=\"pyukbfgflr\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Benefits of using HYDRAstor as a secondary storage:</h4>\n\n<ul>\n <li>ONE Unified Platform</li>\n <li>Consolidates Multiple Applications</li>\n <li>Simplified IT Operations</li>\n <li>Investment Protection</li>\n <li>Cost Effective</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>A single HYDRAstor system can be used to:</h4>\n\n<ul>\n <li>Prevent disaster and loss of data</li>\n <li>Preserve data over long-term</li>\n <li>Align practices with regulations</li>\n <li>Reduce primary storage capacity and cost</li>\n <li>Optimize data access on secondary storage</li>\n <li>Boost global collaboration and data sharing</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(544, 868, 0, '\n \n \n \n \n \n \n \n \n <section id=\"gprmkdenci\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 style=\"background-color: rgb(255, 255, 255);\">ISO Certification (Smart IT)</h2>\n\n<ul>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/ISO9001_server_en.pdf\" target=\"_blank\">ISO 9001 (ITPS)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/ISO%2014001%20GLOBAL%20JQA-E-90066-30-10-2021.pdf\" target=\"_blank\">ISO 14001 (ITPS)</a></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 style=\"background-color: rgb(255, 255, 255);\">ISO Certification (Smart Networking)</h2>\n\n<ul>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/(%20CQC%20)%20ISO9001%E8%AD%89%E6%9B%B8%202021-1-25%20(2015%E7%89%88).pdf\" target=\"_blank\">ISO 9001 (SL1x00)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/SUGA%20ISO14001%20CQC%2011-02-2021.pdf\" target=\"_blank\">ISO 14001 (SL1x00)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/JQA-0373_NECPF_Thai_2017.pdf\" target=\"_blank\">ISO 9001 (SV9100 / SV9300 / DTxx0 Terminals)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/Thai%20ISO14001%20JQA-EM0679%20E%2027-12-2020.pdf\" target=\"_blank\">ISO 14001 (SV9100 / SV9300 / DTxx0 Terminals)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/NECPF_Ichinoseki_2018.pdf\" target=\"_blank\">ISO 9001 (SV9500)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/JMI-0120_E%2007-01-2019.pdf\" target=\"_blank\">ISO 9001 (SV9500)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/ISO%2014001%20GLOBAL%20JQA-E-90066-30-10-2021.pdf\" target=\"_blank\">ISO 14001 (SV9500)</a></li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(545, 862, 0, '<section id=\"wztdweowar\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><br>\n<br>\n<strong>Inside NEC - New Technology Reseller Roadshows 2017</strong><br>\n<strong>September 6 | 12&13 | 19 | 21 |28</strong><br>\nUnited Kingdom<br>\n<br>\n<a class=\"primary-link\" href=\"https://www.nec-enterprise.com/inside/uk/Itinerary\" target=\"_blank\">Choose your NEC Roadshow</a></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/2017-NEC-reseller-roadshows.jpg\" style=\"width: 250px; height: 246px;\"></p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(553, 862, 0, '<section id=\"biutzfdhrr\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><strong><img alt=\"\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/htng2017.jpg\" style=\"width: 126px; height: 90px;\"><br>\nHTNG Insight Summit Europe 2017</strong><br>\nMarch 27 & 28<br>\nAmsterdam, Hilton, The Netherlands</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.htng.org/page/2017_EUInsight\" target=\"_blank\">Explore</a></p>\n</div>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"bhgwplyeyq\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, bhgwplyeyq\" title=\"Rich Text Editor, bhgwplyeyq\" aria-describedby=\"cke_252\" style=\"position: relative;\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><strong><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-\n\n1.amazonaws.com/testcassette/nec-enterprise/images/events/htng2017.jpg\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/htng2017.jpg\" style=\"width: 126px; height: 90px;\"><br>HTNG Insight Summit Europe 2017</strong><br>March 27 & 28<br>Amsterdam, Hilton, The Netherlands</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.htng.org/page/2017_EUInsight\" href=\"http://www.htng.org/page/2017_EUInsight\" target=\"_blank\">Explore</a></p></div></div></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><strong><img alt=\"\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/hitec2017.jpg\" style=\"width: 130px; height: 93px;\"><br>\nHITEC 2017</strong><br>\nMarch 28, 29 & 30<br>\nAmsterdam, The Netherlands</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"https://www.hftp.org/hitec/amsterdam/\" target=\"_blank\">Explore</a></p>\n</div>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"sbmuxnndqp\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, sbmuxnndqp\" title=\"Rich Text Editor, sbmuxnndqp\" aria-describedby=\"cke_292\" style=\"position: relative;\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><strong><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-\n\n1.amazonaws.com/testcassette/nec-enterprise/images/events/hitec2017.jpg\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/hitec2017.jpg\" style=\"width: 130px; height: 93px;\"><br>HITEC 2017</strong><br>March 28, 29 & 30<br>Amsterdam, The Netherlands</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"https://www.hftp.org/hitec/amsterdam/\" href=\"https://www.hftp.org/hitec/amsterdam/\" target=\"_blank\">Explore</a></p></div></div></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><strong><img alt=\"\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/plugin_exertis- 2.JPG\" style=\"width: 241px; height: 90px;\"><br>\nPlug in to Exertis</strong><br>\nMay 11, 2017<br>\nTwickenham Stadium, UK</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"https://www.exertis.co.uk/plugin/\" target=\"_blank\">Explore</a></p>\n</div>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"klvdizhsss\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, klvdizhsss\" title=\"Rich Text Editor, klvdizhsss\" aria-describedby=\"cke_332\" style=\"position: relative;\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><strong><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-\n\n1.amazonaws.com/testcassette/nec-enterprise/images/events/plugin_exertis-\n\n2.JPG\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/plugin_exertis- 2.JPG\" style=\"width: 241px; height: 90px;\"><br>Plug in to Exertis</strong><br>May 11, 2017<br>Twickenham Stadium, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"https://www.exertis.co.uk/plugin/\" href=\"https://www.exertis.co.uk/plugin/\" target=\"_blank\">Explore</a></p></div></div></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><strong><img alt=\"\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec- enterprise/images/events/necshowcaselogo2017.jpg\" style=\"width: 120px; height: \n\n182px;\"><br>\nNEC Showcase 2017</strong><br>\nMay 17 * 18<br>\nLondon, UK</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.showcase- nec.com/\" target=\"_blank\">Explore</a></p>\n</div>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"wwoerugyby\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, wwoerugyby\" title=\"Rich Text Editor, wwoerugyby\" aria-describedby=\"cke_372\" style=\"position: relative;\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><strong><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-\n\n1.amazonaws.com/testcassette/nec-\n\nenterprise/images/events/necshowcaselogo2017.jpg\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec- enterprise/images/events/necshowcaselogo2017.jpg\" style=\"width: 120px; height: \n\n182px;\"><br>NEC Showcase 2017</strong><br>May 17 * 18<br>London, UK</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.showcase-\n\nnec.com/\" href=\"http://www.showcase- nec.com/\" target=\"_blank\">Explore</a></p></div></div></div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(546, 862, 0, '<section id=\"lxryexxkuy\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/seatrade2017.png\" style=\"width: 225px; height: 54px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Seatrade Cruise Global</strong><br>\n14 - 16 March<br>\nFort Lauderdale, FL, USA</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.seatradecruiseglobal.com/\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(550, 934, 0, '\n <section id=\"zocioqyltn\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h1>Waste Electrical and Electronic Equipment (WEEE)</h1>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/wheeliebin(weee).png\" style=\"height: 153px; width: 150px; float: right;margin-left:24px;\">Products with a crossed-out wheelie are subject to European Directive 2012/19/EU on Waste Electrical and Electronic Equipment (WEEE). </p>\n\n<p>This symbol indicates that the products and related peripherals and cables should not be disposed of as municipal waste. Instead of this they should be disposed of separately in order to allow proper treatment, recovery and recycling.</p>\n\n<p>To return your Waste Electrical and Electronic Equipment please contact the product reseller that is responsible for recycling conform the local regulations. To find our local offices and resellers you can use our <a href=\"http://www.nec-enterprise.com/Partners/Find-a-partner/Partner-Locator-466\" target=\"_blank\">Partner locator</a></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(998, 1269, 0, '\n <section id=\"gzncthprbb\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Operational Adeptness</h2>\n\n<p style=\"text-align: center;\">NEC\'s SD-WAN, comprised of network devices from industry leader Infovista, solves the challenge of delivering cost effective bandwidth while helping to ensure critical applications coexist efficiently and securely even during network congestion.</p>\n\n<p style=\"text-align: center;\">WAN operating costs are reduced while application quality of experience is maintained by replacing expensive links with tight Service Level Agreements (SLA) with cheaper broadband/LTE connections. By simultaneously and automatically monitoring, controlling, accelerating and selecting the best path for all applications across two or more available networks based on enterprise objectives, application performance is safeguarded and greater network return on investment becomes achievable.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(548, 862, 0, '<section id=\"myqyxrehyy\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/Gartner-ITxpo-2017.jpg\" style=\"width: 225px; height: 53px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Gartner Symposium/ITxpo</strong><br>\n28 February - 2 March<br>\nDubai, UAE</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.gartner.com/events/emea/dubai-symposium#\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(547, 862, 0, '<section id=\"mqwznaloha\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\"></div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(549, 862, 0, '<section id=\"nhsergfgmx\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><strong><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/htng2017.jpg\" style=\"width: 126px; height: 90px;\"><br>\nHTNG Insight Summit Europe 2017</strong><br>\nMarch 27 & 28<br>\nAmsterdam, Hilton, The Netherlands</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.htng.org/page/2017_EUInsight\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><strong><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/hitec2017.jpg\" style=\"width: 130px; height: 93px;\"><br>\nHITEC 2017</strong><br>\nMarch 28, 29 & 30<br>\nAmsterdam, The Netherlands</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"https://www.hftp.org/hitec/amsterdam/\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><strong><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/necshowcaselogo2017.jpg\" style=\"width: 120px; height: 182px;\"><br>\nNEC Showcase 2017</strong><br>\nMay 17 * 18<br>\nLondon, UK</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.showcase-nec.com/\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(551, 950, 0, '<section id=\"qmybtlkqnx\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2>Register your project results</h2>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(661, 37, 0, '\n \n <section id=\"dssxvyligz\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"text-align: center;\">Help Shape The Future Of SDN</h3>\n\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/sdnspace2.png\" style=\"width: 269px; height: 60px;\" title=\"Help Shape The Future Of SDN\"><br>\nJoin the NEC SDN Partner Space, an open SDN applications ecosystem, and help redefine the rules imposed by traditional flat networks and shape tomorrow\'s virtualized network environment.</p>\n\n<p style=\"text-align: center;\"><a href=\"http://sdnspace.com/\" target=\"_blank\"><i class=\"fa fa-arrow-circle-right\"></i> Get Started</a></p>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(552, 807, 0, '\n \n \n \n \n \n \n <section id=\"rpyrbonmzh\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"background-color: rgb(255, 255, 255);\">Ultracare Terms & Conditions</h2>\n\n<ul>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-Terms-and-Conditions-Ultracare-English-2019-04.pdf\" target=\"_blank\">Ultracare Terms and Conditions (english)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-Termes-e-Conditions-Ultracare-Fran%C3%A7ais-2019-04.pdf\" target=\"_blank\">Ultracare Terms and Conditions (french)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-Gesch%C3%A4ftsbedingungen-Ultracare-Deutsch-2019-04.pdf\" target=\"_blank\">Ultracare Terms and Conditions (german)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-Termini-e-condizioni-Ultracare-Italiano-2019-04.pdf\" target=\"_blank\">Ultracare Terms and Conditions (italian)</a></li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-Terminos-y-Condiciones-Ultracare-Espanol-2019-04.pdf\">Ultracare Terms and Conditions (spanish) </a></li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(554, 862, 0, '<section id=\"heoxakwsmf\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(563, 219, 0, '<section id=\"iwywemrdio\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\"><p>“NEC has proven to be a reliable and trustworthy partner, offering excellent reliability, while the expertise of the NEC team ensures that we are offered the most appropriate solutions to meet our needs.” Mr. Paul Missen, Vice President Technology Mandarin Oriental Hotel Group</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(555, 862, 0, '<section id=\"bdbctbowoz\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><div class=\"event-wrapper\">\n<p style=\"text-align: center;\"><strong><img alt=\"\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/htng2017.jpg\" style=\"width: 126px; height: 90px;\"><br>\nHTNG Insight Summit Europe 2017</strong><br>\nMarch 27 & 28<br>\nAmsterdam, Hilton, The Netherlands</p>\n\n<p style=\"text-align: center;\"><a class=\"primary-link\" href=\"http://www.htng.org/page/2017_EUInsight\" target=\"_blank\">Explore</a></p>\n</div>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"fxzcpuxloe\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, fxzcpuxloe\" title=\"Rich Text Editor, fxzcpuxloe\" aria-describedby=\"cke_408\" style=\"position: relative;\"><div class=\"event-wrapper\"><p style=\"text-align: center;\"><strong><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-\n\n1.amazonaws.com/testcassette/nec-enterprise/images/events/htng2017.jpg\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/htng2017.jpg\" style=\"width: 126px; height: 90px;\"><br>HTNG Insight Summit Europe 2017</strong><br>March 27 & 28<br>Amsterdam, Hilton, The Netherlands</p><p style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.htng.org/page/2017_EUInsight\" href=\"http://www.htng.org/page/2017_EUInsight\" target=\"_blank\">Explore</a></p></div></div></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(559, 783, 0, '\n \n \n \n <section id=\"zispaoguuv\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/NEC_CS_CurveTheatre_UK(Hosp-Sphericall)eng_10-107-01.pdf\">Curve Theatre</a> </li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/NEC_CS_De_Bonte_Wever_Assen_NL(Hosp-SV8100-BCT)eng_10-138-01.pdf\">De Bonte Wever, Assen, Netherlands</a> </li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/NEC_CS_Hotel_Alexandra_Barcelona_Spain(Hosp-SV8100-DTterminals-JJphones-FMC)eng_10-143-01.pdf\">Hotel Alexandra, Barcelona, Spain</a> </li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/NEC_CS_Hotel_Cape_Grace_CapeTown_SouthAfrica(Hosp-NECIPServer-MobileExt-PMS)eng_10-144-01.pdf\">Hotel Cape Grace, Cape Town, South Africa</a> </li>\n <li><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/NEC_CS_Hotel_Crowne_Plaza_Monomotapa_Zimbabwe(Hosp-SV8100-DtermDig)eng_10-116-01.pdf\">Hotel Country Cottage</a> </li>\n <li>Hotel Crowne Plaza Monomotapa </li>\n <li>Hotel Dorint, Hamburg </li>\n <li>Hotel DoubleTree by Hilton Oradea, Romania </li>\n <li>Hotel Eldorado Casino and Silver Legacy Resort Casino </li>\n <li>Hotel First Central </li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>Hotel Gotham Manchester, UK </li>\n <li>Hotel Hilton, The Hague </li>\n <li>Hotel Holiday Inn, Dusseldorf, Germany </li>\n <li>Hotel Holiday Inn, Dusseldorf, Germany </li>\n <li>Hotel Le Meridien Park, Frankfurt </li>\n <li>Hotel Mandarin Oriental, Paris </li>\n <li>Hotel Meikles, Zimbabwe </li>\n <li>Hotel Okura Amsterdam </li>\n <li>Hotel Okura Prestige, Bangkok, Thailand </li>\n <li>Hotel Peninsula Shanghai </li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>Hotel Renaissance Malmö </li>\n <li>Hotel Renaissance Tuscany </li>\n <li>Hotel Sacher, Vienna, Austria </li>\n <li>Hotel Van der Valk Eindhoven, Nederland </li>\n <li>Hotel Victoria Falls, Zimbabwe </li>\n <li>Hotel Westin, Cape Town </li>\n <li>Liseberg </li>\n <li>Movenpick Soma Bay Resort </li>\n <li>Silverstar Casino </li>\n <li>The O2 </li>\n</ul>\n</div>\n</div></section>\n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1310, 783, 0, '\n \n \n \n \n \n <section id=\"qeidqlmiyc\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h1>Customer Experiences</h1>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(1311, 783, 0, '\n \n \n \n <section id=\"zkmquaahzm\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"margin-bottom:0;\">Hospitality</h3>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(1312, 1448, 0, '\n \n \n \n <section id=\"hoqaufgrps\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/1-choice-on-premisis-cloud-hybrid.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>CHOICE:<br>\n<span class=\"nec-blue\">ON-PREMISES, CLOUD, OR HYBRID</span></h3>\n\n<ul>\n <li>At NEC we cover all bases!</li>\n <li>A strong, long standing commitment to the PBX</li>\n <li>New global launch of <strong>UNIVERGE BLUE</strong> – ideal for resellers looking to move into hosted/cloud/hybrid</li>\n <li>We have no agenda – we provide what’s best for each end user and each reseller</li>\n <li>Support both SMB and Enterprise market</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 1, 1, 1, 0),
(1314, 1448, 0, '\n \n \n \n \n \n \n \n \n \n \n \n <section id=\"afutqtahcu\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>YOU’RE IN SAFE HANDS:<br>\n<span class=\"nec-blue\">Global stability</span></h3>\n\n<ul>\n <li><strong>No. 1 in Global Enterprise Communications market</strong> for 6 consecutive years*</li>\n <li>Established in 1899</li>\n <li>Financially stable global enterprise</li>\n <li>World’s Top 100 most innovative organisations</li>\n <li>Committed to the Unified Communications Market (120+ Years)</li>\n <li>A Fortune 500 global company</li>\n</ul>\n\n<p><em>*MZA report – 2020</em></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/2-youre-in-safe-hands-nec.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 1, 1, 1, 0),
(1313, 1448, 0, '\n \n \n \n \n \n \n \n \n \n <section id=\"yctqmlnase\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h1><span class=\"nec-orange\" style=\"font-weight:300;font-size:65%;\">PANASONIC TO NEC:</span><br>\n7 RESELLER REASONS</h1>\n\n<p style=\"font-size:110%;\">December 2020 brought the announcement from Panasonic declaring their intention to exit the Unified Communication market; many resellers are now looking at how best to fill the gap in their portfolio. We’ve listed here just some of the compelling business benefits of choosing NEC – and why it’s the perfect fit for the Panasonic reseller.</p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(1315, 1448, 0, '\n \n \n \n \n \n \n \n \n \n <section id=\"tsrooqoonu\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/3-phone-system-for-all-sizes.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SYSTEMS FOR ALL SIZES<br>\n<span class=\"nec-blue\">AWARD WINNING PORTFOLIO</span></h3>\n\n<ul>\n <li><strong>The SL2100 </strong>– cost-effective PBX ideal for small businesses</li>\n <li><strong>The SV9100</strong> – powerful comms server for SMEs</li>\n <li><strong>UNIVERGE BLUE® </strong>– NEC’s unique UCaaS & CCaaS solution including file synching, document sharing and more</li>\n <li>…And all feature exceptional <strong>remote working capabilities</strong>!</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 2, 1, 1, 0),
(1316, 1448, 0, '\n \n \n \n \n \n <section id=\"qfamwffyqd\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>KICK START YOUR SELLING:<br>\n<span class=\"nec-blue\">EASY ON-BOARDING</span></h3>\n\n<ul>\n <li>Computer based training for convenient online accreditation</li>\n <li>Quick Install videos on You Tube - bite-size for specific installation guidance</li>\n <li>Sales Academy videos & Quick Reference Guides</li>\n <li><strong>Comprehensive Demo Kits</strong></li>\n <li>Purpose-built facilities plus external webinar training available</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/4-KICK-START-YOUR-SELLING.jpg\"></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 3, 1, 1, 0),
(556, 978, 0, '<section id=\"hbhgkqiswd\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(557, 978, 0, '<section id=\"pnyktxyzry\" class=\"\"><div class=\"custom-code\"></div></section>', 'custom', 'custom', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(558, 978, 0, '<section id=\"phtipmmaqe\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n<div class=\"col12\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(560, 862, 0, '<section id=\"edlnllmaer\" class=\"\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"><p style=\"text-align: center;\"><strong><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/bda2017.png\" style=\"width: 175px; height: 146px;\"><br>\nBDA (Big Data Analytics)</strong><br>\nJune 22, 2017<br>\nVictoria Park Plaza, London, UK<br>\n<a class=\"primary-link\" href=\"http://necenterprisesolutions.cmail20.com/t/d-l-kyhlak-qtliukkty-a/\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\"></div>\n</div></section>', '3-column-centered', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(561, 862, 0, '<section id=\"pxdeaslssh\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(562, 1305, 0, '\n \n \n \n <section id=\"nwnuakghib\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>InHotel - Built-in Property Management System</h3>\n\n<h4>Cost-effective solution providing easier bookings, billings & administration</h4>\n\n<p>NEC’s Built-in Property Management System NEC’s InHotel combines a complete and comprehensive Property Management System together with tightly integrated telephone system functionality.</p>\n\n<p>Ideal for hotels of up to 120 rooms - easy to use platform designed to increase your staffs’ productivity, enhance guest experience and significantly lower your running costs. And as all NEC’s InApps - technology is built-in with no cost and maintenance of extra PC servers, creating a highly attractive price point in combination with extremely low TCO.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p class=\"vert-offset-4\"><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/ndQjs4n3SZw\" width=\"100%\" height=\"300\" frameborder=\"0\"></iframe></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(565, 110, 0, '\n <section id=\"vgxexizvon\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/NEC-Storage_MSeries_economy.png\" style=\"width: 70px; height: 70px; text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Functionality</h4>\n\n<p style=\"text-align: center;\">High performance.<br>\nEnhance stability.<br>\nReady availability</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/NEC-Storage_MSeries_functionality.png\" style=\"width: 70px; height: 70px; text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Manageability</h4>\n\n<p style=\"text-align: center;\">Data tiering.<br>\nCache management.<br>\nAdvanced data pooling</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/NEC-Storage_MSeries_manageability.png\" style=\"width: 70px; height: 70px; text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Economy</h4>\n\n<p style=\"text-align: center;\">Lower power consumption.<br>\nReduced cooling costs.<br>\nSmaller space requirements.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/NEC-Storage_MSeries_security.png\" style=\"width: 70px; height: 70px; text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Security</h4>\n\n<p style=\"text-align: center;\">Self-encrypting drives.<br>\nSecure erase technology.*</p>\n</div>\n</div></section>\n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(566, 110, 0, '<section id=\"xkefwfytwz\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"font-size: 0.875em; text-align: center;\"><em>*A high security disk data erasure technique based on the United States Department of Defense\'s DOD5220.22-M disk erasure method</em></p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 3, 1, 1, 0),
(567, 112, 0, '<section id=\"hkvyixvagk\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Attachable Results</h2>\n\n<p style=\"text-align: center;\">HYDRAstor with its modular scalability delivers cost effective, highly reliable Global Deduplication Storage for Backup and Archive.<br>\n<br>\n<strong>This is achievable through:</strong></p>\n</div>\n</div></section>', '1-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1000, 1, 1, 0),
(568, 112, 0, '\n <section id=\"gwendswzpx\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-HYDRAstor_UnrestrictedScalability.png\" style=\"width: 70px; height: 70px;\" title=\"<br />Unrestricted Scalability\"><br>\n<br>\n<b>Unrestricted<br>\nScalability</b><br>\nProvides independent linear scalability of performance and capacity by eliminating disruptive technology.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-HYDRAstor_AutoProvisioning.png\" style=\"width: 70px; height: 70px;\" title=\"<br />Auto Provisioning\"><br>\n<br>\n<b>Auto<br>\nProvisioning</b><br>\nSupports a default file system size of 256PB by dynamically allocating storage capacity as needed without reconfiguration or user intervention.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-HYDRAstor_Multi-GenerationExpansion.png\" style=\"width: 70px; height: 70px;\" title=\"<br />Multi-Generation Expansion\"><br>\n<br>\n<b>Multi-Generation<br>\nExpansion</b><br>\nEnables non-disruptive in-place technology refreshes and expansion eliminating the need for forklift upgrades or periodic downtime.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-HYDRAstor_DataResiliency.png\" style=\"width: 70px; height: 70px;\" title=\"<br />Data Resiliency\"><br>\n<br>\n<b>Data<br>\nResiliency</b><br>\nDelivers greater data protection and faster rebuilds through erasure-coded resiliency and auto restoration.</p>\n</div>\n</div></section>\n ', '4-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(569, 112, 0, '<section id=\"izfnwsgfqf\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">How It All Began</h2>\n\n<p style=\"text-align: center;\">HYDRAstor architecture was initially introduced in March 2007. This marked the culmination of more than four years of intense research, development and market validation.</p>\n\n<p style=\"text-align: center;\">It began with a pair of researchers obsessed by their vision of a whole new way of providing storage. It then become an initiative supported by NEC global expertise, including NEC Laboratories America, the company\'s US-based research lab known for conducting leading-edge research such as machine learning, autonomic systems and quantum computation.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(570, 1014, 0, '<section id=\"wakfnaunez\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Robust Storage Potential</h2>\n\n<p style=\"text-align: center;\">The HYDRAstor HS8-5000 scale-out grid storage platform provides flexibility of independently scaling performance and capacity within single system for the life of your data. It further optimizes storage efficiency with Global Deduplication across entire grid with high backup throughput, multi-generation support and greater data resiliency.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(571, 1014, 0, '<section id=\"flciuhwwic\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">The HYDRAstor HS8-5000 offers</h3>\n\n<ul>\n <li>Massive linear scalability from 1 to 165 nodes, 18TB - 11.88PB.</li>\n <li>Supports: Veritas OpenStorage API-s, VEEAM, CommVault and mixed backup/archive environments.</li>\n <li>Inline Deduplication of all data across all nodes, reducing storage capacity requirements by 95% or more.</li>\n <li>Greater protection with lower overhead and a faster data rebuild than traditional RAID with HYDRAstor Distributed Resilient Data™ (DRD).</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor-HS8-5000_front.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(572, 1014, 0, '<section id=\"braqpsvnzf\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor_WANdiagram.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Other Features Include</h3>\n\n<ul>\n <li>Virtualization of all available storage resources into a single common pool shared by all file systems and applications.</li>\n <li>Supports multiple generations of nodes/hardware in the same grid system for continous longevity, enabling online expansion with no data migration or application downtime.</li>\n <li>A web-based graphic administration console proactively monitors and integrates with weekly system reports, email alerts and notifications as well as with Simple Network Management Protocol (SNMP).</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(573, 1014, 0, '<section id=\"udposnxifv\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DRD Protection</h3>\n\n<p>HYDRAstor DRD protection can tolerate up to six (6) concurrent drive or node failures while maintaining normal computing input and output.</p>\n\n<p>It can also recover data faster than traditional RAID by reconstructing only lost data rather than the entire drive, as well as reconstructing the data across multiple drives instead of a single hot spare.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Optional Capabilities</h3>\n\n<p>Elective software for the HS8-5000 include:</p>\n\n<ul>\n <li>RepliGrid - WAN-optimized replication</li>\n <li>HYDRAstor Advanced Data Services - Advanced integration for backup and archive applications</li>\n <li>HYDRAstor OpenStorage Suite - Advanced Integration for Vertias™ NetBackup™</li>\n <li>HYDRAlock - Write-Once Ready-Many (WORM)</li>\n <li>Encryption At Rest - AES 256-bit inline encryption</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(574, 1015, 0, '<section id=\"knimmqscdh\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Scalable Customized Configuration</h2>\n\n<p style=\"text-align: center;\">The HYDRAstor HS6-5000A supports massive seamless scalability, while minimizing storage costs with customized configurations and inline deduplication and compression across all nodes while also providing advanced erasure-coded resiliency to protect long-term data.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(575, 1015, 0, '<section id=\"omgyrxkkzi\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">The HYDRAstor HS6-5000A offers</h3>\n\n<ul>\n <li>Supports long-term data archive data retention with seamless scalability from 1 node up to 165 nodes, with up to 11.88PB of raw capacity in a single system.</li>\n <li>Intermix newer generation hardware within the same grid system, enabling online expansion with no data migration or application downtime supports Active Archive with Forever Retention.</li>\n <li>Delivers greater protection with lower overhead and faster data rebuild than traditional RAID with HYDRAstor Distributed Resilient Data™ (DRD).</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor-HS8-5000A_side.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(576, 1015, 0, '<section id=\"ytkfzlhzts\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor_Logo.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Other Features Include</h3>\n\n<ul>\n <li>Virtualization of all available storage resources into a single common pool that is shared by all file systems and applications.</li>\n <li>Deduplicates and compresses all data from all nodes, reducing storage capacity requirements.</li>\n <li>A web-based graphic user administration console proactively monitors and integrates with weekly system reports, email alerts and notifications as well as with Simple Network Management Protocol (SNMP).</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(577, 1015, 0, '<section id=\"toukqesdbr\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DRD Protection</h3>\n\n<p>HYDRAstor DRD protection can tolerate up to six (6) concurrent drive or node failures while maintaining normal computing input and output.<br>\n<br>\nIt can also recover data faster than traditional RAID by reconstructing only lost data rather than the entire drive, as well as reconstructing the data across multiple drives instead of a single hot spare.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Optional Capabilities</h3>\n\n<p>Elective software for the HS8-5000 include:</p>\n\n<ul>\n <li>RepliGrid - WAN-optimized replication</li>\n <li>HYDRAstor Advanced Data Services - Advanced integration for backup and archive applications</li>\n <li>HYDRAstor OpenStorage Suite - Advanced Integration for Vertias™ NetBackup™</li>\n <li>HYDRAlock - Write-Once Ready-Many (WORM)</li>\n <li>Encryption At Rest - AES 256-bit inline encryption</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 1000, 1, 1, 0),
(578, 1016, 0, '<section id=\"nditeixzdz\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Reliable Efficiency</h2>\n\n<p style=\"text-align: center;\">The HYDRAstor HS3-510 delivers advanced enterprise-grade storage optimization for smaller-sized enterprises and branch offices by offering cost effective and reliable backup and replication as well as reducing storage capacity consumption by 95% or more.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(579, 1016, 0, '<section id=\"pmqnwbdbwt\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">The HYDRAstor HS3-510 offers</h3>\n\n<ul>\n <li>HYDRAstor DataRedux™ application-aware inline deduplication delivers a high data ingest rates of up to 32.4TB/hr.</li>\n <li>Provides up to 150% greater data protection than traditional RAID-6 while delivering lower overhead and faster recovery.</li>\n <li>Auto-provisioning technology virtualizes all available resources, dynamically allocating storage capacity as needed with HYDRAstor DynamicStor™.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor-HS3-350_side.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(594, 1020, 0, '<section id=\"vwgqlemmzy\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Secure Oversight</h2>\n\n<p style=\"text-align: center;\">HYDRAlock simplifies storage administration by ensuring the authenticity of critical data and by maintaining data\'s chain of custody by preventing accidental or intentional erasing or alternating of information.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(587, 1018, 0, '<section id=\"tdmxyhknqa\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">The HYDRAstor RepliGrid offers</h3>\n\n<ul>\n <li>Transfers only unique compressed deduplicated data chunks across the unified platform.</li>\n <li>Reduces network and storage costs with inline global deduplication technology.</li>\n <li>Encrypts transferred data and retains attributes and protection level for the replica.</li>\n <li>Protects transferred data from unauthorized access and assures policy compliance at remote site.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: right;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor-HSVirtualAppliance_Logo-1.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(580, 1016, 0, '<section id=\"fvlogdwtya\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor_Logo.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Other Features Include</h3>\n\n<ul>\n <li>Can tolerate up to three concurrent disk drive failures while maintaining normal input and output computing.</li>\n <li>A web-based graphic user administration console proactively monitors and integrates with weekly system reports, email alerts and notifications as well as with Simple Network Management Protocol (SNMP)</li>\n <li>Seamlessly integrates due to full compatibility with the entire HYDRAstor product portfolio.</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(583, 1017, 0, '<section id=\"sgzixezeuu\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">The HYDRAstor HS VA offers</h3>\n\n<ul>\n <li>Universal deduplication storage from small environment (1TB up to 16TB usable).</li>\n <li>Easy deployment into virtual environment.</li>\n <li>DR solution for small sites with WAN-optimized Replication.</li>\n <li>Perfect capability for cloud service platform.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor_HSVirtualAppliance.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(581, 1016, 0, '<section id=\"dtclxinfbm\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DynamicStor™ Technology</h3>\n\n<p>Virtualizes all available storage resources into a common shared pool and dynamically allocates storage capacity as needed eliminating the onerous tasks of provisioning.<br>\n<br>\nAutomatically allocates storage capacity on-the-fly and balancing incoming data across storage resources spanning all nodes within the grid to ensure maximum and efficient capacity.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Optional Capabilities</h3>\n\n<p>Elective software for the HS8-5000 include:</p>\n\n<ul>\n <li>RepliGrid - WAN-optimized replication</li>\n <li>HYDRAstor Advanced Data Services - Advanced integration for backup and archive applications</li>\n <li>HYDRAlock - Write-Once Ready-Many (WORM)</li>\n <li>Encryption At Rest - AES 256-bit inline encryption</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 1000, 1, 1, 0),
(582, 1017, 0, '<section id=\"gtmkcbzdgt\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Easy Deployment</h2>\n\n<p style=\"text-align: center;\">HYDRAstor HS Virtual Appliance (VA) can be plugged into existing virtual environment without effort and used as universal backup repository. WAN-optimized Replication minimizes network bandwidth and send local backup to remote data center.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(584, 1017, 0, '<section id=\"zkrryvbvfz\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor-HSVirtualAppliance_Logo-1.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Simple, Affordable & Reliable</h3>\n\n<ul>\n <li>Simple license structure bundling replication, encryption, and all other software.</li>\n <li>Starting with 1TB usable capacity and can be expanded by 1TB capacity license.</li>\n <li>Fully compatible software with high-end HYDRAstor product line.</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(585, 1017, 0, '<div class=\"product-row\"><div class=\"col24 centered\"><h2 class=\"nec-orange\" style=\"text-align: center;\"><strong>TRY THEN BUY</strong> – Act now for a free 90-day trial<br></h2><p style=\"text-align: center;\"><a data-cke-saved-href=\"https://www.necam.com/HYDRAstor/Hardware/HSVirtualAppliance/trial/\" href=\"https://www.necam.com/HYDRAstor/Hardware/HSVirtualAppliance/trial/\" class=\"button primary with-icon\"><!--{cke_protected}%3Ci%20class%3D%22fa%20fa-arrow-circle-right%22%3E--><!--{cke_protected}%3C%2Fi%3E-->Request</a><br></p></div></div>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(586, 1018, 0, '<section id=\"cwuvmuevap\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Dependable Protection</h2>\n\n<p style=\"text-align: center;\">HYDRAstor RepliGrid reduces network traffic and maximizes data reliability by transferring only unique compressed data chunks and newer reference metadata to significantly reduce network bandwidth and permit asynchronous replication with another HYDRAstor systems.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(590, 1019, 0, '<section id=\"nucgaovyzv\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Efficient Optimization</h2>\n\n<p style=\"text-align: center;\">NEC\'s HYDRAstor Advanced Data Services advances integration with backup and archive applications to improve throughput, maximize storage capacity operation, shorten backup windows, reduce network bandwidth consumption and optimize off-site backup workloads.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(588, 1018, 0, '<section id=\"hmzagmccap\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor_WANdiagram.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Other Features Include</h3>\n\n<ul>\n <li>Automates the copy process and updates the backup catalog, using HYDRAstor OpenStorage Optimized Copy.</li>\n <li>Simplifies data management between the primary site and disaster recovery site with automatic copy services.</li>\n <li>Hands-free simplified management schedules replication jobs and starts automatically, based on graphic user interface and command-line interface configuration.</li>\n <li>Provides hands-free management to streamline disaster recovery and reduce administrative overhead.</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(589, 1018, 0, '<section id=\"ekrsdxxire\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>RepliGrid Compatibility</h3>\n\n<p>This software brings robust functionality across the entire HYDRAstor hardware product line.</p>\n\n<p><strong>This includes:</strong></p>\n\n<ul>\n <li><a href=\"https://www.nec-enterprise.com/products/HS8-5000-Global-Dedupe-Backup-Storage-1014\">HS8-5000</a> - Scale-out global dedupliation backup storage</li>\n <li><a href=\"https://www.nec-enterprise.com/products/HS6-5000A-Scale-Out-Archive-Storage-1015\">HS6-5000A</a> - Scale-out grid storage for archive and long-term data</li>\n <li><a href=\"https://www.nec-enterprise.com/products/HS3-510-Backup-Storage-SMBRemote-1016\">HS3-510</a> - Inline deduplication storage</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 1000, 1, 1, 0),
(591, 1019, 0, '<section id=\"ftrbwmacab\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">The HYDRAstor Advance Data Services offers</h3>\n\n<ul>\n <li>Dynamic input and output computing for adaptive load balancing.</li>\n <li>Shorter backup windows with a lightweight data transfer protocol more efficient than standard I/O protocols such as network file system and common internet file system.</li>\n <li>Enables small remote sites to backup to HYDRAstor at a data center reducing both network and storage cost.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor_OptimizationDiagram.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(592, 1019, 0, '<section id=\"mxnniaozqy\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-HYDRAstor_BackUpServerDiagram.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Other Features Include</h3>\n\n<ul>\n <li>Leverages HYDRAstor\'s RepliGrid WAN-optimized replication technology to efficiently copy backup images to remote systems.</li>\n <li>Minimizes the backup window by offloading synthetic full backup processing to HYDRAstor.</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(598, 1020, 0, '<section id=\"byhqqdsypa\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Other Features Include</h3>\n\n<ul>\n <li>The ability to simultaneously maintain WORM and non-WORM data in same storage system.</li>\n <li>Licensed per accelerator node enables HYDRAlock to be cost efficient based on only where required.</li>\n <li>An alternative to WORM devices that have the potential of becoming obsolete.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Compliance Enabling</h3>\n\n<p>When integration with RepliGrid, HYDRAlock WAN-optimized replication assures policy compliance at disaster recovery site by maintaining read-only attributes of remote copies of WORM data.<br>\n<br>\nComplies with regulations such as SEC Rule 17a-4, NASD 3010/3100, Sarbanes-Oxley Act 2002 and the Financial Services and Markets Act 2000.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Optional Compatibility</h3>\n\n<p>This software brings robust functionality across the entire HYDRAstor hardware product line.</p>\n\n<p><strong>This includes:</strong></p>\n\n<ul>\n <li><a href=\"https://www.nec-enterprise.com/products/HS8-5000-Global-Dedupe-Backup-Storage-1014\">HS8-5000</a> - Scale-out global dedupliation backup storage</li>\n <li><a href=\"https://www.nec-enterprise.com/products/HS6-5000A-Scale-Out-Archive-Storage-1015\">HS6-5000A</a> - Scale-out grid storage for archive and long-term data</li>\n <li><a href=\"https://www.nec-enterprise.com/products/HS3-510-Backup-Storage-SMBRemote-1016\">HS3-510</a> - Inline deduplication storage</li>\n</ul>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(593, 1019, 0, '<section id=\"dwuqewfkhm\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>RepliGrid Compatibility</h3>\n\n<p>This software brings robust functionality across the entire HYDRAstor hardware product line.</p>\n\n<p><strong>This includes:</strong></p>\n\n<ul>\n <li><a href=\"https://www.nec-enterprise.com/products/HS8-5000-Global-Dedupe-Backup-Storage-1014\">HS8-5000</a> - Scale-out global dedupliation backup storage</li>\n <li><a href=\"https://www.nec-enterprise.com/products/HS6-5000A-Scale-Out-Archive-Storage-1015\">HS6-5000A</a> - Scale-out grid storage for archive and long-term data</li>\n <li><a href=\"https://www.nec-enterprise.com/products/HS3-510-Backup-Storage-SMBRemote-1016\">HS3-510</a> - Inline deduplication storage</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 1000, 1, 1, 0),
(595, 1020, 0, '<section id=\"vwfguippxl\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">The HYDRAlock offers</h3>\n\n<ul>\n <li>Enterprise and compliance modes of write-once, read many (WORM) administration.</li>\n <li>Read-only file attributes that persist even after replication to a remote site.</li>\n <li>By maintaining read-only attributes after replication, policy compliance is assured at remote sites.</li>\n <li>Duration for read-only access specified on a per-file basis.</li>\n <li>Once read-only duration ends, files and attributes, including deletions, can be administered normally.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor_Logo.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(596, 1020, 0, '<section id=\"klrxdhvbuz\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(597, 1020, 0, '<section id=\"tcyelehwfm\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(599, 1021, 0, '<section id=\"zayagzbolr\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Proactive Safeguard</h2>\n\n<p style=\"text-align: center;\">HYDRAstor Encryption At Rest protects data against unauthorized access due to lost or stolen disks or nodes by ensuring the data is encrypted prior to being written to disk.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(600, 1021, 0, '<section id=\"ispnbgtpyp\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">The HYDRAstor Encryption At Rest offers</h3>\n\n<ul>\n <li>Prevents unauthorized access to data on lost, stolen, or broken disks or nodes by encrypting data chunks with AES 256-bit with Federal Information Processing Standard 140-2 validated libraries.</li>\n <li>Protects the encryption key from unauthorized access by encrypting the key in disk and allocating the decrypted key in system memory.</li>\n <li>Retains the attributes and protection level at both primary and remote site with RepliGrid™ WAN-optimized replication and HYDRAlock™ write-once, read many.</li>\n</ul>\n\n<h3 class=\"nec-orange\">Other Features Include</h3>\n\n<p>Deploys encryption functionality into existing HYDRAstor systems easily by license activation and simplifies administration with easy management and monitoring.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Encryption At Rest Compatibility</h3>\n\n<p>This software brings robust functionality across the entire HYDRAstor hardware product line.</p>\n\n<p><strong>This includes:</strong></p>\n\n<ul>\n <li><a href=\"https://www.nec-enterprise.com/products/HS8-5000-Global-Dedupe-Backup-Storage-1014\">HS8-5000</a> - Scale-out global dedupliation backup storage</li>\n <li><a href=\"https://www.nec-enterprise.com/products/HS6-5000A-Scale-Out-Archive-Storage-1015\">HS6-5000A</a> - Scale-out grid storage for archive and long-term data</li>\n <li><a href=\"https://www.nec-enterprise.com/products/HS3-510-Backup-Storage-SMBRemote-1016\">HS3-510</a> - Inline deduplication storage</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(601, 104, 0, '\n <section id=\"zanovpygvx\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Reliable & Intuitive</h2>\n\n<p style=\"text-align: center;\">Easy to operate, dependable and efficient, this entry-level storage system is well-suited for virtualized environments that demand scalability,</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(604, 104, 0, '<section id=\"brlwmkymiv\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Software</h2>\n\n<p style=\"text-align: center;\">The M Series M1110 comes equipped with our Base Software Pack.<br>\nOptional software upgrade packs are also available including:</p>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_Performance.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Advanced Performance Pack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_LocalReplication.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Local Replication<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_RemoteReplication.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Remote Replication<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_datasecurity.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Data Security<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_qos.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Virtual QoS<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_Management.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Virtual<br>\nManagement Pack</h4>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(602, 104, 0, '\n \n <section id=\"rswfkmxamn\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">M110 offers</h3>\n\n<ul>\n <li>Available in 3.5\" drives and 2.5\" drives.</li>\n <li>Supports SAS HDD, NearLine SAS HDD, and SSD in the same enclosures for flexible tiered storage architecture.</li>\n <li>LUN lock stability.</li>\n <li>16GB of cache.</li>\n <li>120 HDDs.</li>\n</ul>\n\n<p><em>* 80 PLUS GOLD certified (power supply).</em></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries_M110.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(603, 104, 0, '<section id=\"bgluxurgut\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage_MSeries-M110_Front.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Additional Advantages Include</h3>\n\n<ul>\n <li>Equipped with both FC and iSCSI host interfaces (16Gbps or 8Gbps fibre channel; 10Gbps or 1Gbps iSCSI).</li>\n <li>Unified adapter that supports both formats on one controller</li>\n <li>Offers 12Gbps SAS connectivity.</li>\n <li>Intuitive design eliminates the need for management servers.</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(606, 104, 0, '<section id=\"lqhftntulr\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Software</h2>\n\n<p style=\"text-align: center;\">The M Series M1110 comes equipped with our Base Software Pack.<br>\nOptional software upgrade packs are also available including:</p>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_Performance.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Advanced Performance Pack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_LocalReplication.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Local Replication<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_RemoteReplication.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Remote Replication<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_datasecurity.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Data Security<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_qos.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Virtual QoS<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_Management.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Virtual<br>\nManagement Pack</h4>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(605, 104, 0, '<div class=\"product-row\"><div class=\"col24 centered\"><h2 style=\"text-align: center;\">Software</h2><p style=\"text-align: center;\">The M Series M1110 comes equipped with our Base Software Pack.<br>Optional software upgrade packs are also available including:<br></p></div><div class=\"col4 centered column-reason\"><img class=\"icon\" data-cke-saved-src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_Performance.png\" src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_Performance.png\" style=\"text-align: center;\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Advanced Performance Pack</h4></div><div class=\"col4 centered column-reason\"><img class=\"icon\" data-cke-saved-src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_LocalReplication.png\" src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_LocalReplication.png\" style=\"text-align: center;\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Local Replication<br>Pack</h4></div><div class=\"col4 centered column-reason\"><img class=\"icon\" data-cke-saved-src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_RemoteReplication.png\" src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_RemoteReplication.png\" style=\"text-align: center;\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Remote Replication<br>Pack</h4></div><div class=\"col4 centered column-reason\"><img class=\"icon\" data-cke-saved-src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_datasecurity.png\" src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_datasecurity.png\" style=\"text-align: center;\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Data Security<br>Pack</h4></div><div class=\"col4 centered column-reason\"><img class=\"icon\" data-cke-saved-src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_qos.png\" src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_qos.png\" style=\"text-align: center;\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Virtual QoS<br>Pack</h4></div><div class=\"col4 centered column-reason\"><img class=\"icon\" data-cke-saved-src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_Management.png\" src=\"https://www.necam.com/images/NEC-Storage-MSeries-Software_Management.png\" style=\"text-align: center;\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Virtual<br>Management Pack</h4></div></div>', '', '', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(607, 105, 0, '<section id=\"aygeebvrfy\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">A Mid-Range Solutions</h2>\n\n<p style=\"text-align: center;\">This mid-range storage system improves energy efficiency without sacrificing performance or reliability.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(608, 105, 0, '<section id=\"munitypvvs\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">M310 offers</h3>\n\n<ul>\n <li>Available in 3.5\" drives and 2.5\" drives.</li>\n <li>Supports DDRs, SSDs, Nearline SAS and traditional SAS HDDs in the same enclosure.</li>\n <li>Scales to 480 drives - an increase of more than 300% in the Total number of disk drives.</li>\n <li>Expands maximum capacity by 2.5 times to more than 758 TB per system in a RAID 5 configuration.</li>\n <li>48GB of cache.</li>\n</ul>\n\n<p><em>* 80 PLUS GOLD certified (power supply).</em></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage_MSeries_M310.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(612, 106, 0, '<section id=\"bcftikzerq\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">M510 offers</h3>\n\n<ul>\n <li>Available in 3.5\" drives and 2.5\" drives.</li>\n <li>Supports DDRs, SSDs, Nearline SAS and traditional SAS HDDs in the same enclosure.</li>\n <li>Highly scalable, LUN locking and VMware APIs support</li>\n <li>96GB of cache.</li>\n</ul>\n\n<p><em>*80 PLUS PLATINUM certified (power supply).</em></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries_M510.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(609, 105, 0, '<section id=\"yxndfioklp\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage_MSeries-M310_Front.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Additional Advantages Include</h3>\n\n<ul>\n <li>A power-efficient processor with a TDP (thermal design power)<br>\n of 30W.</li>\n <li>Autonomously control operating mode to reduce power consumption of the entire system.</li>\n <li>A straightforward navigational GUI to easily modify settings and capacity, and monitor disk performance.</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(611, 106, 0, '<section id=\"wrflznyqse\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Flexible & Reliable</h2>\n\n<p style=\"text-align: center;\">This mid-range storage system serves as an extremely scalable, high performance primary or tiered storage in mission critical environments.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(610, 105, 0, '<section id=\"quphytzcyo\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Software</h2>\n\n<p style=\"text-align: center;\">The M Series M1110 comes equipped with our Base Software Pack.<br>\nOptional software upgrade packs are also available including:</p>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_Performance.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Advanced Performance Pack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_LocalReplication.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Local Replication<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_RemoteReplication.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Remote Replication<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_datasecurity.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Data Security<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_qos.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Virtual QoS<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_Management.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Virtual<br>\nManagement Pack</h4>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(616, 107, 0, '<section id=\"dzbxpndcpi\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">M710 offers</h3>\n\n<ul>\n <li>Available in 3.5\" drives and 2.5\" drives.</li>\n <li>SSDs Nearline SAS and traditional SAS HDDs in the same enclosure.</li>\n <li>Provides hybrid storage as second level cache for flexible data tiering and LUNs.</li>\n <li>16Gbps or 8Gbps of fibre channel, and VMware APIs support.</li>\n <li>128GB of cache.</li>\n</ul>\n\n<p><em>*80 PLUS PLATINUM certified (power supply).</em></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries_M710.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(613, 106, 0, '<section id=\"zbxtopnkqb\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage_MSeries-M510_Front.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Additional Advantages Include</h3>\n\n<ul>\n <li>A straightforward navigational GUI to easily modify settings and capacity, and monitor disk performance.</li>\n <li>Linear performance scales from 3 to 768 drives.</li>\n <li>Encryption ensures high reliability and data protection.</li>\n <li>16Gbps or 8Gbps fibre channel.</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(615, 107, 0, '<section id=\"yvmldgqmxb\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Robust Functionality</h2>\n\n<p style=\"text-align: center;\">This high performance storage system is well-suited for virtualized settings and data-intensive mission-critical environments as well as mid- to high-end enterprises and cloud computing environments.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(614, 106, 0, '<section id=\"fogmubkysh\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Software</h2>\n\n<p style=\"text-align: center;\">The M Series M1110 comes equipped with our Base Software Pack.<br>\nOptional software upgrade packs are also available including:</p>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_Performance.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Advanced Performance Pack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_LocalReplication.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Local Replication<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_RemoteReplication.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Remote Replication<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_datasecurity.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Data Security<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_qos.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Virtual QoS<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_Management.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Virtual<br>\nManagement Pack</h4>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(620, 108, 0, '<section id=\"byotapecxg\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">M310F offers</h3>\n\n<ul>\n <li>High speed, all flash storage for consolidated and virtualized environments.</li>\n <li>Non-disruptive backup in support of business continuity.</li>\n <li>Self-encryption drives encrypt data at high speed.</li>\n <li>Combination host interface card (FC & iSCSI) available.</li>\n <li>Power-efficient processor and power supply with optimal control of cooling fans.</li>\n</ul>\n\n<p><em>* 80 PLUS GOLD certified (power supply).</em></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage_MSeries_M310F.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(617, 107, 0, '<section id=\"tihzfozvcb\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage_MSeries-M510_Front.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Additional Advantages Include</h3>\n\n<ul>\n <li>Advanced virtualization technologies, such as VMware certified, data allocation optimization with a high-speed SSD and thin provisioning.</li>\n <li>Linear performance scales from 3 to 960 drives.</li>\n <li>Scales to more than 3 PB of capacity.</li>\n <li>Disaster recovery automatic re-synchronization.</li>\n <li>Semi-synchronization buffer for lowers network speed.</li>\n <li>Self-encrypting HDDs.</li>\n <li>Complete removal of internal storage data using NEC\'s Secure Erase Technology.</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(619, 108, 0, '<section id=\"algzgmexaf\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Optimal Processing</h2>\n\n<p style=\"text-align: center;\">The M Series M310F works to resolve I/O bottlenecks common in high density storage environments to ensure fast data transfer rates and low latency.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(618, 107, 0, '<section id=\"ouvpaswthd\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Software</h2>\n\n<p style=\"text-align: center;\">The M Series M1110 comes equipped with our Base Software Pack.<br>\nOptional software upgrade packs are also available including:</p>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_Performance.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Advanced Performance Pack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_LocalReplication.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Local Replication<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_RemoteReplication.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Remote Replication<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_datasecurity.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Data Security<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_qos.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Virtual QoS<br>\nPack</h4>\n</div>\n\n<div class=\"col4 centered column-reason\">\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_Management.png\" style=\"text-align: center;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Virtual<br>\nManagement Pack</h4>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(624, 109, 0, '<section id=\"anihkpsglw\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">M710F offers</h3>\n\n<ul>\n <li>Dynamic Pool technology permits pool capacity to be increased simply by adding drives without disrupting operations.</li>\n <li>Cache partitioning assures stable performance in virtualization environment.</li>\n <li>Automatic configuration of data raises the performance of the entire data pool.</li>\n <li>Thin provisioning optimizes space availability based on need.</li>\n</ul>\n\n<p><em>*80 PLUS PLATINUM certified (power supply).</em></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Hardware_M710F.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(621, 108, 0, '<section id=\"kwlfhnsxmt\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage_MSeries_diagram.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Additional Advantages Include</h3>\n\n<ul>\n <li>Tuning maximizes SSD performance for a fast and stable response.</li>\n <li>Extensive cache memory assures high I/O performance.</li>\n <li>Automatic optimization peak I/O.</li>\n <li>An intuitive GUI makes storage administration easy.</li>\n <li>Increased pool capacity is simply with added drives.</li>\n <li>Auto data configuration ensure proficient data pool performance.</li>\n <li>Operational in environments with temperatures of up to 40 degrees Celsius, 104 degrees Fahrenheit.</li>\n <li>Snapshot and complete data replication of data volume.</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(623, 109, 0, '<section id=\"abqnwusvom\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Extended Capacity - Enhanced Performance</h2>\n\n<p style=\"text-align: center;\">Thin provisioning and advance dynamic pool ensures that the M Series M710F functions at optimal efficiency by ensuring access to the proper amount of storage.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(622, 108, 0, '<section id=\"qhnusffltp\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(627, 1022, 0, '<section id=\"bpqnezsgfw\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\">M Series Based Software Pack</h2>\n\n<p style=\"text-align: center;\">Everything needed to install, configure, manage and monitor NEC\'s SAN storage including the management of multiple systems from a single-pane-of-glass and power optimization<em> (Comes standard with no charge)</em>.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(625, 109, 0, '<section id=\"uqgannwocy\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeires_M710F_Software.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Additional Advantages Include</h3>\n\n<ul>\n <li>Tuning maximizes SSD performance for a fast and stable response.</li>\n <li>Extensive cache memory assures high I/O performance.</li>\n <li>Automatic optimization peak I/O.</li>\n <li>An intuitive GUI makes storage administration easy.</li>\n <li>Increased pool capacity is simply with added drives.</li>\n <li>Auto data configuration ensure proficient data pool performance.</li>\n <li>Operational in environments with temperatures of up to 40 degrees Celsius, 104 degrees Fahrenheit.</li>\n <li>Snapshot and complete data replication of data volume.</li>\n</ul>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(626, 1022, 0, '<section id=\"iukdccucfk\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Beyond The Basics</h2>\n\n<p style=\"text-align: center;\">In addition to a robust based pack optional software is available that can be bundled and modified to meet specific storage requirements and environments.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(628, 1022, 0, '<section id=\"tirgouwrom\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>Storage Manager Express<br>\nServers</strong><br>\nManage flexible and powerful functions on a single array through embedded intuitive GUI.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>Storage Manager<br>\nServers</strong><br>\nExtend storage management capability across multiple arrays using single-pane-of-glass GUI.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>Storage Manager Command<br>\nServers</strong><br>\nControl M-Series with CLI commands.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>Thin Provisioning<br>\nServers</strong><br>\nMinimize cost and utilize storage efficiently with virtualized capacity.</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(629, 1022, 0, '<section id=\"wbtfcanaob\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>Storage Power Conserver</strong><br>\nPin down the inactive disk drives for energy efficiency.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>AccessControl</strong><br>\nDefine volume access rights for secure shared storage.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>VMware Cooperation</strong><br>\nCollaborate with VMware through vSphere web client plug-in, vCenter plug-in, VASA provider, VAAI and storage replication adapter.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>PathManager</strong><br>\nManage multi-path connection for high availability.</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(638, 230, 0, '<section id=\"xlalwnsivi\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Enabling Next-Gen Learning</h2>\n\n<p style=\"text-align: center;\">With one of the largest portfolios of the industry, we have the ability to tailor solutions that improve academic performance and deliver blended, personalized and competency-based learning through adaptive strategies and cost-saving tactics.</p>\n\n<p style=\"text-align: center;\">Our communications and infrastructure solutions help to prepare students for real-world success by allowing educators to move beyond customary stand and deliver instruction and embrace more engaging, responsive and adaptive teaching methods.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(630, 1022, 0, '<section id=\"xnmguhtcef\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>PerformanceMonitor</strong><br>\nMonitor real-time performance and load on storage through Storage Manager GUI.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>PerformanceNavigator</strong><br>\nAnalyze monitored log data graphically for insightful diagnostics.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>Data Migration</strong><br>\nMigrate data directly between NEC disk systems without affecting network.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>Dynamic Data Replication Express</strong><br>\nReplicate/snapshot volumes within same system using GUI/CLI.</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(631, 1022, 0, '<section id=\"tgryskhxty\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"col24 centered\">\n<h2 style=\"text-align: center;\">Optional Solutions Packs</h2>\n\n<p style=\"text-align: center;\">Software developed to be bundled with our base pack to meet the specific data storage requirements.</p>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 5, 1, 1, 0),
(632, 1022, 0, '<section id=\"azaqcgtdxk\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\">Advanced Performance Pack</h4>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>PerforOptimizer (auto data tiering)</strong><br>\nMove data to the most effective storage automatically based on access characteristics.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>PerforCache (write/read SSD cache)</strong><br>\nUse SSD as secondary cache for performance improvement.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>', '4-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 6, 1, 1, 0),
(633, 1022, 0, '<section id=\"xupwdeqbnd\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\">Local Replication Pack</h4>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>Dynamic Data Replication/ SnapVolume</strong><br>\nReplicate/snapshot volumes within same system using non-disruptive command for host or storage manager GUI/CLI.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>ReplicationControl SQL</strong><br>\nNon-disruptive backup of Microsoft SQL Server.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>Replication Control File System</strong><br>\nNon-disruptive backup of file system.</p>\n</div>\n</div></section>', '4-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 7, 1, 1, 0),
(635, 1022, 0, '<section id=\"xtvhtbbxku\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\">Data Security Pack</h4>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>Secure Eraser</strong><br>\nDelete data using DoD5220 22-M method to prevent unwanted recovery of classified data.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>VolumeProtect</strong><br>\nPrevent data modification by setting access rights and data retention period to satisfy compliance requirements (WORM).</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>', '4-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 9, 1, 1, 0),
(634, 1022, 0, '<section id=\"atfggowdwf\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\">Remote Replication Pack</h4>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>Remote Data Replication</strong> Replicate volumes between systems.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>Disaster Recovery (M510/M710)</strong> Replicate atomic groups for application level recovery.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>', '4-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 8, 1, 1, 0),
(636, 1022, 0, '<section id=\"byvulenwep\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\">Virtual QoS Pack</h4>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>I/O Load Manager</strong> Controlling I/O flow on a logical disk basis to stabilize performance across all servers in a large-scale server integration operation.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>Virtual Cache Partitioning (M310/M510/M710)</strong><br>\nAllocate cache memory to applications to ensure maximum application performance with guaranteed cache availability.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>', '4-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(637, 1022, 0, '<section id=\"gtdhtratxr\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\">Virtual Management Pack</h4>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>Analyzer for VMware vCenter Operations</strong> A single vCenter pane-of-glass allowing server and storage performance analysis in a VMware virtualized machine environment.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>', '4-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(639, 230, 0, '<section id=\"tcgbqhiuyl\" class=\"\"><div class=\"col4 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n</section>', '4-column-centered', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(640, 230, 0, '\n <section id=\"lsezybcfgw\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/education/education-classroom.png\" style=\"width: 50%;\"></p>\n\n<p style=\"text-align: center;\"><strong>Classroom</strong><br>\nFlexible options customizable to individual competencies for superior learning backed by more personalized engagement and assessments.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/education/online-learning.png\" style=\"width: 50%;\"></p>\n\n<p style=\"text-align: center;\"><strong>Online Learning</strong><br>\nBroader and more intuitive access to pertinent information and resources to promote more enriching and interactive learning.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/education/adaptive-operations.png\" style=\"width: 50%;\"></p>\n\n<p style=\"text-align: center;\"><strong>Adaptive Operations</strong><br>\nPre-configured and tailor-oriented infrastructure that promotes continuity through the protection of information and functionality.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/education/operational-efficiencies.png\" style=\"width: 50%;\"></p>\n\n<p style=\"text-align: center;\"><strong>Campus</strong><br>\nHeightened operational efficiencies for increased connectivity and improved risk management for better student and faculty safety and outcomes.</p>\n</div>\n</div></section>\n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(641, 351, 0, '\n <section id=\"iulncdpwfs\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\">Shifting Circumstances</h2>\n\n<p style=\"text-align: center;\">For firms in the finance sector it can no longer be business as usual.<br>\nCustomers increasingly expect organizations to fit into how they live and want to conduct business.<br>\nMillennials lack loyalty to traditional institutions making them a challenge to attract and retain.<br>\nThen there is the rise of web-based competitors who promise convenience and economy due to their online business model.<br>\n<br>\nTo be and remain competitive, finance sector organizations must retool and embrace:</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(642, 351, 0, '\n <section id=\"lgbftsccms\" class=\"\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/finance/business-models.png\" style=\"width: 75%;\"></p>\n\n<p style=\"text-align: center;\"><strong>Unproven Business Models</strong><br>\nSupport new and untested revenue and service opportunities while quickly resolving and amending potential legacy system limitations.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/finance/real-time-visibility.png\" style=\"width: 75%;\"></p>\n\n<p style=\"text-align: center;\"><strong>Real-Time Visibility</strong><br>\nAssimilate into a shifting environment shaped by ready accessible, connected devices, real-time apps and online competition.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/finance/cyber-security.png\" style=\"width: 75%;\"></p>\n\n<p style=\"text-align: center;\"><strong>Cybersecurity</strong><br>\nDefend against detrimental situations to ensure business continuity by quickly identifying potential service and reputational disruptions.</p>\n</div>\n</div></section>\n ', '3-column-centered', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(644, 351, 0, '\n <section id=\"kqnngpsmss\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">What We Deliver</h2>\n\n<p style=\"text-align: center;\">Our extensive and proven infrastructure and communications solutions work to enable greater agility through increased control.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(645, 229, 0, '\n \n <section id=\"eagvfagofn\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Vetted Initiatives</h2>\n\n<p style=\"text-align: center;\">With one of the broadest IT portfolios in the industry, NEC is uniquely positioned to resolve government-specific challenges at the federal, state and local level with adaptive and cost-effective strategies by making full use of our leading and accredited technologies.</p>\n\n<p style=\"text-align: center;\">Our solutions and services are customizable according to need and budgetary constraints.<br>\nWorking with NEC, government agencies and employees gain access to:</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(646, 229, 0, '\n <section id=\"rdiyhcgbcu\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/government/government-technologies.png\" style=\"height: 72px; width: 72px;\" title=\"Award-Winning Technologies\"></p>\n\n<p style=\"text-align: center;\"><b>Award-Winning Technologies</b><br>\nOur identity and biometric solutions offer the most accurate and efficient multimodal identification systems (face, fingerprint, iris) available, contributing to enhanced safety of facilities, institutions and federal employees as well as improved civilian protection.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/government/government-accredited-tools.png\" style=\"height: 72px; width: 72px;\" title=\"Accredited Tools\"></p>\n\n<p style=\"text-align: center;\"><b>Accredited Tools</b><br>\nOur software-based unified communications and collaboration solution is accredited for defense-wide deployment by the U.S. Department of Defense, bringing vigorous communications and collaboration functionality to the armed forces and other federal outfits.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/government/government-enriched-tech.png\" style=\"width: 72px; height: 72px;\" title=\"Enriched Capabilities\"></p>\n\n<p style=\"text-align: center;\"><b>Enriched Capabilities</b><br>\nOur managed services for IT infrastructure work to design and deliver secure, scalable and reliable communications and IT frameworks that support advanced technologies, services and knowledge sharing based on more than 117 years of engineering and real-world expertise.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/government/government-proven-engineering.png\" style=\"height: 72px; width: 72px;\" title=\"Proven Engineering\"></p>\n\n<p style=\"text-align: center;\"><b>Proven Engineering</b><br>\nOur communications networking equipment meets the demand for high capacity, feature-rich, end-to-end networking infrastructure that sustains coverage, quality and capacity to improve support for the proliferation of devices and practices that rely on continuously available and secure network performance.</p>\n</div>\n</div></section>\n ', '4-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1000, 1, 1, 0),
(647, 229, 0, '\n <section id=\"kfhydwyfhz\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Leading The Transformation</h2>\n\n<p style=\"text-align: center;\">NEC is committed in bringing together our best-in-class integrated technology and expertise to create the information communications technology-enable society where our solutions contribute to greater safety, security, efficiency and equality. Our aim is to allow people to live richer more fulfilling lives.</p>\n\n<p style=\"text-align: center;\">Our technologies and expertise is already making a difference in the following federal and state jurisdictions:</p>\n\n<div class=\"col3 offset3 centered\">\n<p><img src=\"https://www.necam.com/images/NEC-SmartGovernment_CivilianGovernment.jpg\"><br>\n<br>\n<strong>Civilian Government</strong></p>\n</div>\n\n<div class=\"col3 centered\">\n<p><img src=\"https://www.necam.com/images/NEC-SmartGovernment_CriticalInfrastructure.jpg\"><br>\n<br>\n<strong>Critical Infrastructure</strong></p>\n</div>\n\n<div class=\"col3 centered\">\n<p><img src=\"https://www.necam.com/images/NEC-SmartGovernment_DefenseIntelligence.jpg\"><br>\n<br>\n<strong>Defense & Intelligence</strong></p>\n</div>\n\n<div class=\"col3 centered\">\n<p><img src=\"https://www.necam.com/images/NEC-SmartGovernment_HomelandSecurityImmigration.jpg\"><br>\n<br>\n<strong>Homeland Security & Immigration</strong></p>\n</div>\n\n<div class=\"col3 centered\">\n<p><img src=\"https://www.necam.com/images/NEC-SmartGovernment_LawEnforcement.jpg\"><br>\n<br>\n<strong>Law Enforcement</strong></p>\n</div>\n\n<div class=\"col3 centered\">\n<p><img src=\"https://www.necam.com/images/NEC-SmartGovernment_Transportation.jpg\"><br>\n<br>\n<strong>Transportation</strong></p>\n</div>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(649, 120, 0, '<section id=\"duyrifvuum\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"col24 centered\">\n<h2 style=\"text-align: center;\">Smart & Worthwhile Approaches</h2>\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(648, 120, 0, '<section id=\"xrvbppqvgh\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"padding:0 3em\"><iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/pl2wp47EbOw?rel=0\" height=\"250\" frameborder=\"0\" width=\"100%\"></iframe></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"vert-offset-2\">\n<h3>Filling The Need</h3>\n\n<p>With our smart enterprise solutions NEC enables organizations regardless of type and size to operate more effectively by optimizing operational practices, driving workforce collaboration and creating competitive advantages through enhanced customer interaction.</p>\n</div>\n</div>\n</div></section>', '2-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 0, 0),
(653, 1024, 0, '<section id=\"klscxoaxdp\" class=\"\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/manufacturing/scaling-production.png\" style=\"width: 72px; height: 72px;\" title=\"Classroom\"></p>\n\n<p style=\"text-align: center;\"><strong>Scaling production to market dynamics</strong></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/collaborative-communities.png\" style=\"width: 72px; height: 72px;\" title=\"IaaS Escrow\"></p>\n\n<p style=\"text-align: center;\"><strong>Collaborate successfully across and beyond the organization</strong></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/manufacturing/customer-satisfaction.png\" style=\"width: 72px; height: 72px;\" title=\"Regulatory Compliance\"></p>\n\n<p style=\"text-align: center;\"><strong>Improve outcomes to help ensure customer satisfaction</strong></p>\n</div>\n</div></section>', '3-column-centered', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(650, 120, 0, '<section id=\"hipiaxlwke\" class=\"\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/collaborative-communities.png\" style=\"height: 72px; width: 72px;\"><br>\n<b>Collaborative Communities</b><br>\nFostering alliances across and beyond boundaries.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/on-demand-deployment.png\" style=\"width: 72px; height: 72px;\"><br>\n<b>On Demand Deployment</b><br>\nDesigned for assured business continuity.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/smb-sdx.png\" style=\"width: 72px; height: 72px;\"><br>\n<b>Software Defined Anything</b><br>\nA value shift towards universal access.</p>\n</div>\n</div></section>', '3-column-centered', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(651, 1024, 0, '<section id=\"mdgubsooqi\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Insight That Reinvents</h2>\n\n<p style=\"text-align: center;\">Through increased automation and greater data mining time, complexity and cost reductions across plant facilities and within the supply chain become more transparent, predictable and easier to scrutinize.<br>\n<br>\nSuch heightened insight lends itself to new operating models and the detection of growth and modernization opportunities.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(652, 1024, 0, '<section id=\"eiybugrdci\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\">First Hand Knowledge</h2>\n\n<p style=\"text-align: center;\">As a global manufacturer in operation for over 117 years<br>\nNEC understands how the industry has and is changing and the critical factors that determine success.<br>\n<br>\nOur solutions go beyond aligning operations with core business strategies.<br>\nWe work to shift the focus away from managing technology so the emphasis can be on growing the business such as:</p>\n</div>\n</div></section>', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0),
(654, 1024, 0, '<section id=\"xveznbeqzn\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Enabling Control For Bolder Decisions</h2>\n\n<p style=\"text-align: center;\">We have the solutions and services that create significant synergies based on innovation, cost efficiency, superior productivity and meaningful marketplace initiatives.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(655, 1035, 0, '<section id=\"zakxzykuyf\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">NIAS reports file server capacity usage in easy-to-understand graphs</h2>\n\n<p style=\"text-align: center;\">NIAS helps enterprises organize and delete unused data, thereby reducing data capacity by 20 to 30% per year and helps enterprises detect and adjust inappropriate access permissions, thereby reducing information security risks.</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(658, 1035, 0, '<section id=\"gzmpfiqtkz\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nf-hdg2-01 \">Organize and delete files based on analysis results</h4>\n\n<ul class=\"uList-01 \">\n <li>Quickly identifies causes of bloating.</li>\n <li>Conditions can be changed on the spot, enabling real-time analysis.</li>\n <li>Provides a rich lineup of analysis features including cross-tabulation and reduction effectiveness simulation.</li>\n <li>Quick and easy report output.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"boxSection-01\">\n<h4>Request file users to organize data</h4>\n\n<ul class=\"uList-01 mt10 mb10\">\n <li>Administrators can check lists of unused files identified through NIAS visualization features.</li>\n <li>Administrators can notify users of the candidate files for organization.</li>\n</ul>\n</div>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nf-hdg3-01 \">Automatic organization</h4>\n\n<ul class=\"uList-01 mt10 mb10\">\n <li>Implements scheduled file organization based on a specified organization policy.</li>\n <li>Moves files that have not been accessed for a long time to secondary storage.</li>\n</ul>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(656, 1035, 0, '<section id=\"nsepfetcnh\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"vert-offset-3\">\n<h3>Effortlessly analyze and organize file server data</h3>\n\n<ul>\n <li>Predicts when file server capacity will run out.</li>\n <li>Provides features to verify the effects of capacity reductions and track capacity changes.</li>\n <li>Provides recommendations on how to most effectively organize files.</li>\n <li>Reports difference data (capacity or access rights) from the previous check.</li>\n</ul>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/nec-nias-analyze-data.jpg\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(657, 1035, 0, '<section id=\"lhaukwlcoi\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(659, 1037, 0, '<section id=\"azditmodui\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h1>To cloud, or not to cloud – that is the question...</h1>\n\n<p>More and more hotels are taking the decision, to ‘take technology out of the property\'s IT-room\' and install it off-site in a datacenter.</p>\n\n<p><span class=\"cs-rp-wrap ui-sortable\" data-model=\"{"Header - Text | Logo NEC":{"label":"Header - Text | Logo NEC","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Header&#32;-&#32;Text&#32;|&#32;Logo&#32;NEC\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six padded-column \\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"default-cell-padding version\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t \\t\\t\\t<p><strong>Smart Hospitality News</strong><br />\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tOktober 2015</p>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"360\\" height=\\"96\\" data-cke-saved-src=\\"https://i9.createsend1.com/ti/d/9C/C64/5C0/165310/images/nec-logo-oabw.png\\" src=\\"https://i9.createsend1.com/ti/d/9C/C64/5C0/165310/images/nec-logo-oabw.png\\" />\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Uitgave","type":"ml","tocTitle":false}]},"Header - Partner logo | Logo NEC":{"label":"Header - Partner logo | Logo NEC","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Header&#32;-&#32;Partner&#32;logo&#32;|&#32;Logo&#32;NEC\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/360x216_fill.gif\\" data-width=\\"360\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/360x96/ffffff/000000\\" src=\\"http://placehold.it/360x96/ffffff/000000\\" width=\\"360\\" editable=\\"true\\" label=\\"Logo Partner\\" /></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"360\\" height=\\"96\\" data-cke-saved-src=\\"https://i9.createsend1.com/ti/d/9C/C64/5C0/165310/images/nec-logo-oabw.png\\" src=\\"https://i9.createsend1.com/ti/d/9C/C64/5C0/165310/images/nec-logo-oabw.png\\" />\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Logo Partner","type":"im","tocTitle":false}]},"Foto 100% breed":{"label":"Foto 100% breed","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Foto&#32;100%&#32;breed\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"twelve\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/720x432_fill.gif\\" data-width=\\"720\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/720x350\\" src=\\"http://placehold.it/720x350\\" width=\\"720\\" editable=\\"true\\" label=\\"Afbeelding\\" /></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Afbeelding","type":"im","tocTitle":false}]},"Heading":{"label":"Heading","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Heading\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"twelve heading\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"trl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h1>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">Welcome!</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"light\\"><span class=\\"cs-el-wrap\\"></span></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</h1>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Heading bold","type":"sl","tocTitle":false},{"label":"Heading light","type":"sl","tocTitle":false}]},"Single column - Text only":{"label":"Single column - Text only","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Single&#32;column&#32;-&#32;Text&#32;only\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"twelve\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>With great pleasure I introduce you to the first edition of the NEC Smart Hospitality EMEA newsletter.</p>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>With this quarterly news update the NEC Smart Hospitality EMEA team will inform you of all the exciting news and developments in the world of Hospitality, ICT in general and the benefits our partners and customers derive from our solutions.</p>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Text","type":"ml","tocTitle":false}]},"Devider line":{"label":"Devider line","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Devider&#32;line\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"twelve\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/720x432_fill.gif\\" data-width=\\"720\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"https://i10.createsend1.com/ti/d/9C/C64/5C0/165310/images/devider-line2.png\\" src=\\"https://i10.createsend1.com/ti/d/9C/C64/5C0/165310/images/devider-line2.png\\" width=\\"720\\" editable=\\"true\\" label=\\"devider\\" /></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"devider","type":"im","tocTitle":false}]},"Two column - image right":{"label":"Two column - image right","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Two&#32;column&#32;-&#32;image&#32;right\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"twelve\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h1>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">Update </span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"light\\"><span class=\\"cs-el-wrap\\">Executive Hospitality Partner Program</span></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</h1>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"bl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>After introduction of our Executive Hospitality Partner Program less than a year ago, we have already established a strong partner eco-system that is successful in providing future proof and robust hospitality solutions. More and more partners are certified and have adopted and trained their commercial and technical staff on the 12 solution components that are part of our Smart Hospitality Solutions Framework. Partners that since the launch of the program have had the honour to become Executive Hospitality Partner are Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands, FMG and Ophelia in Germany, </p>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rl-cell-padding offset-one-line\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"button\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t <tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t <td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a data-cke-saved-href=\\"#\\" href=\\"#\\">Read more</a>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t </td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t </tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rl-cell-padding fix-image-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t \\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/300x180_fill.gif\\" data-width=\\"300\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/300x280\\" src=\\"http://placehold.it/300x280\\" width=\\"300\\" editable=\\"true\\" label=\\"Afbeelding\\" /></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Heading bold","type":"sl","tocTitle":false},{"label":"Heading light","type":"sl","tocTitle":false},{"label":"Text","type":"ml","tocTitle":false},{"label":"button","type":"ml","tocTitle":false},{"label":"Afbeelding","type":"im","tocTitle":false}]},"Two column - image right - without CTA":{"label":"Two column - image right - without CTA","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Two&#32;column&#32;-&#32;image&#32;right&#32;-&#32;without&#32;CTA\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"twelve\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h1>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">Update </span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"light\\"><span class=\\"cs-el-wrap\\">Executive Hospitality Partner Program</span></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</h1>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"l-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>After introduction of our Executive Hospitality Partner Program less than a year ago, we have already established a strong partner eco-system that is successful in providing future proof and robust hospitality solutions. More and more partners are certified and have adopted and trained their commercial and technical staff on the 12 solution components that are part of our Smart Hospitality Solutions Framework. Partners that since the launch of the program have had the honour to become Executive Hospitality Partner are Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands, FMG and Ophelia in Germany, </p>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rl-cell-padding fix-image-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t \\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/300x180_fill.gif\\" data-width=\\"300\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/300x215\\" src=\\"http://placehold.it/300x215\\" width=\\"300\\" editable=\\"true\\" label=\\"Afbeelding\\" /></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Heading bold","type":"sl","tocTitle":false},{"label":"Heading light","type":"sl","tocTitle":false},{"label":"Text","type":"ml","tocTitle":false},{"label":"Afbeelding","type":"im","tocTitle":false}]},"Text left - image right":{"label":"Text left - image right","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Text&#32;left&#32;-&#32;image&#32;right\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"l-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>After introduction of our Executive Hospitality Partner Program less than a year ago, we have already established a strong partner eco-system that is successful in providing future proof and robust hospitality solutions. More and more partners are certified and have adopted and trained their commercial and technical staff on the 12 solution components that are part of our Smart Hospitality Solutions Framework. Partners that since the launch of the program have had the honour to become Executive Hospitality Partner are Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands, FMG and Ophelia in Germany, </p>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rl-cell-padding fix-image-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t \\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/300x180_fill.gif\\" data-width=\\"300\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/300x215\\" src=\\"http://placehold.it/300x215\\" width=\\"300\\" editable=\\"true\\" label=\\"Afbeelding\\" /></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Text","type":"ml","tocTitle":false},{"label":"Afbeelding","type":"im","tocTitle":false}]},"Image left - Text right":{"label":"Image left - Text right","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Image&#32;left&#32;-&#32;Text&#32;right\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"l-cell-padding fix-image-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t \\t <span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/320x192_fill.gif\\" data-width=\\"320\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/320x215\\" src=\\"http://placehold.it/320x215\\" width=\\"320\\" editable=\\"true\\" label=\\"Afbeelding\\" /></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>After introduction of our Executive Hospitality Partner Program less than a year ago, we have already established a strong partner eco-system that is successful in providing future proof and robust hospitality solutions. More and more partners are certified and have adopted and trained their commercial and technical staff on the 12 solution components that are part of our Smart Hospitality Solutions Framework. Partners that since the launch of the program have had the honour to become Executive Hospitality Partner are Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands, FMG and Ophelia in Germany, </p>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Afbeelding","type":"im","tocTitle":false},{"label":"Text","type":"ml","tocTitle":false}]},"Two column text":{"label":"Two column text","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Two&#32;column&#32;text\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"twelve\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h1>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">Update </span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"light\\"><span class=\\"cs-el-wrap\\">Executive Hospitality Partner Program</span></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</h1>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"bl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>After introduction of our Executive Hospitality Partner Program less than a year ago, we have already established a strong partner eco-system that is successful in providing future proof and robust hospitality solutions. More and more partners are certified and have adopted and trained their commercial and technical staff on the 12 solution components that are part of our Smart Hospitality Solutions Framework. Partners that since the launch of the program have had the honour to become Executive Hospitality Partner are Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands, FMG and Ophelia in Germany, </p>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>After introduction of our Executive Hospitality Partner Program less than a year ago, we have already established a strong partner eco-system that is successful in providing future proof and robust hospitality solutions. More and more partners are certified and have adopted and trained their commercial and technical staff on the 12 solution components that are part of our Smart Hospitality Solutions Framework. Partners that since the launch of the program have had the honour to become Executive Hospitality Partner are Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands, FMG and Ophelia in Germany, </p>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Heading bold","type":"sl","tocTitle":false},{"label":"Heading light","type":"sl","tocTitle":false},{"label":"Text column 1","type":"ml","tocTitle":false},{"label":"Text column 2","type":"ml","tocTitle":false}]},"Three column text":{"label":"Three column text","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Three&#32;column&#32;text\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"l-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"blue-bg\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td><span class=\\"cs-el-wrap\\">Update </span></td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"m-cell-padding blue-bg\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"blue-bg\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td><span class=\\"cs-el-wrap\\">Update </span></td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"r-cell-padding blue-bg\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"blue-bg\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td><span class=\\"cs-el-wrap\\">Update </span></td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"bl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/210x126_fill.gif\\" data-width=\\"210\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/210x150\\" src=\\"http://placehold.it/210x150\\" width=\\"210\\" editable=\\"true\\" label=\\"Image column 1\\" /></span>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"bl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>After introduction of our Executive Hospitality Partner Program less than a year ago, we have already established a strong partner eco-system that is successful in providing future proof and robust hospitality solutions. More and more partners are certified and have adopted and trained their commercial and technical staff on the 12 solution components that are part of our Smart Hospitality Solutions Framework. Partners that since the launch of the program have had the honour to become Executive Hospitality Partner are Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands, FMG and Ophelia in Germany, </p>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"m-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/210x126_fill.gif\\" data-width=\\"210\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/210x150\\" src=\\"http://placehold.it/210x150\\" width=\\"210\\" editable=\\"true\\" label=\\"Image column 1\\" /></span>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"m-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>After introduction of our Executive Hospitality Partner Program less than a year ago, we have already established a strong partner eco-system that is successful in providing future proof and robust hospitality solutions. More and more partners are certified and have adopted and trained their commercial and technical staff on the 12 solution components that are part of our Smart Hospitality Solutions Framework. Partners that since the launch of the program have had the honour to become Executive Hospitality Partner are Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands, FMG and Ophelia in Germany, </p>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rb-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/210x126_fill.gif\\" data-width=\\"210\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/210x150\\" src=\\"http://placehold.it/210x150\\" width=\\"210\\" editable=\\"true\\" label=\\"Image column 1\\" /></span>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rb-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>After introduction of our Executive Hospitality Partner Program less than a year ago, we have already established a strong partner eco-system that is successful in providing future proof and robust hospitality solutions. More and more partners are certified and have adopted and trained their commercial and technical staff on the 12 solution components that are part of our Smart Hospitality Solutions Framework. Partners that since the launch of the program have had the honour to become Executive Hospitality Partner are Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands, FMG and Ophelia in Germany, </p>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Heading column 1","type":"sl","tocTitle":false},{"label":"Heading column 1","type":"sl","tocTitle":false},{"label":"Heading column 1","type":"sl","tocTitle":false},{"label":"Image column 1","type":"im","tocTitle":false},{"label":"Text column 1","type":"ml","tocTitle":false},{"label":"Image column 1","type":"im","tocTitle":false},{"label":"Text column 2","type":"ml","tocTitle":false},{"label":"Image column 1","type":"im","tocTitle":false},{"label":"Text column 2","type":"ml","tocTitle":false}]},"Three column text - image only":{"label":"Three column text - image only","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Three&#32;column&#32;text&#32;-&#32;image&#32;only\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"bl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/210x126_fill.gif\\" data-width=\\"210\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/210x150\\" src=\\"http://placehold.it/210x150\\" width=\\"210\\" editable=\\"true\\" label=\\"Image column 1\\" /></span>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"m-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/210x126_fill.gif\\" data-width=\\"210\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/210x150\\" src=\\"http://placehold.it/210x150\\" width=\\"210\\" editable=\\"true\\" label=\\"Image column 1\\" /></span>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rb-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/210x126_fill.gif\\" data-width=\\"210\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/210x150\\" src=\\"http://placehold.it/210x150\\" width=\\"210\\" editable=\\"true\\" label=\\"Image column 1\\" /></span>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Image column 1","type":"im","tocTitle":false},{"label":"Image column 1","type":"im","tocTitle":false},{"label":"Image column 1","type":"im","tocTitle":false}]},"Three column heading + image":{"label":"Three column heading + image","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Three&#32;column&#32;heading&#32;+&#32;image\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"l-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"blue-bg\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td><span class=\\"cs-el-wrap\\">Update </span></td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"m-cell-padding blue-bg\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"blue-bg\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td><span class=\\"cs-el-wrap\\">Update </span></td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"r-cell-padding blue-bg\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"blue-bg\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td><span class=\\"cs-el-wrap\\">Update </span></td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"bl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/210x126_fill.gif\\" data-width=\\"210\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/210x150\\" src=\\"http://placehold.it/210x150\\" width=\\"210\\" editable=\\"true\\" label=\\"Image column 1\\" /></span>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"m-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/210x126_fill.gif\\" data-width=\\"210\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/210x150\\" src=\\"http://placehold.it/210x150\\" width=\\"210\\" editable=\\"true\\" label=\\"Image column 1\\" /></span>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"four\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rb-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/210x126_fill.gif\\" data-width=\\"210\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/210x150\\" src=\\"http://placehold.it/210x150\\" width=\\"210\\" editable=\\"true\\" label=\\"Image column 1\\" /></span>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Heading column 1","type":"sl","tocTitle":false},{"label":"Heading column 1","type":"sl","tocTitle":false},{"label":"Heading column 1","type":"sl","tocTitle":false},{"label":"Image column 1","type":"im","tocTitle":false},{"label":"Image column 1","type":"im","tocTitle":false},{"label":"Image column 1","type":"im","tocTitle":false}]},"Two column - panel right":{"label":"Two column - panel right","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Two&#32;column&#32;-&#32;panel&#32;right\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">Update</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</h3>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>After introduction of our Executive Hospitality Partner Program less than a year ago, we have already established a strong partner eco-system that is successful in providing future proof and robust hospitality solutions. More and more partners are certified and have adopted and trained their commercial and technical staff on the 12 solution components that.</p>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/300x180_fill.gif\\" data-width=\\"300\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/300x200\\" src=\\"http://placehold.it/300x200\\" width=\\"300\\" editable=\\"true\\" label=\\"Image column 1\\" /></span>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"r-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/330x198_fill.gif\\" data-width=\\"330\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/330x400\\" src=\\"http://placehold.it/330x400\\" width=\\"330\\" editable=\\"true\\" label=\\"Image column 1\\" /></span>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Heading column 2","type":"sl","tocTitle":false},{"label":"Text column 2","type":"ml","tocTitle":false},{"label":"Image column 1","type":"im","tocTitle":false},{"label":"Image column 1","type":"im","tocTitle":false}]},"Two column -image right - no heading":{"label":"Two column -image right - no heading","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Two&#32;column&#32;-image&#32;right&#32;-&#32;no&#32;heading\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"bl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>After introduction of our Executive Hospitality Partner Program less than a year ago, we have already established a strong partner eco-system that is successful in providing future proof and robust hospitality solutions. More and more partners are certified and have adopted and trained their commercial and technical staff on the 12 solution components that are part of our Smart Hospitality Solutions Framework. Partners that since the launch of the program have had the honour to become Executive Hospitality Partner are Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands, FMG and Ophelia in Germany, </p>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"trl-cell-padding offset-one-line\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"button\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t <tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t <td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a data-cke-saved-href=\\"#\\" href=\\"#\\">Read more</a>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</span>\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t </td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t </tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rl-cell-padding fix-image-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t \\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/300x180_fill.gif\\" data-width=\\"300\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/300x280\\" src=\\"http://placehold.it/300x280\\" width=\\"300\\" editable=\\"true\\" label=\\"Afbeelding\\" /></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Text","type":"ml","tocTitle":false},{"label":"button","type":"ml","tocTitle":false},{"label":"Afbeelding","type":"im","tocTitle":false}]},"Two column - image left and right":{"label":"Two column - image left and right","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Two&#32;column&#32;-&#32;image&#32;left&#32;and&#32;right\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"bl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/330x198_fill.gif\\" data-width=\\"330\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/330x280\\" src=\\"http://placehold.it/330x280\\" width=\\"330\\" editable=\\"true\\" label=\\"Afbeelding column 1\\" /></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rb-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/330x198_fill.gif\\" data-width=\\"330\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/330x280\\" src=\\"http://placehold.it/330x280\\" width=\\"330\\" editable=\\"true\\" label=\\"Afbeelding column 2\\" /></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t</span>","inTOC":false,"regions":[{"label":"Afbeelding column 1","type":"im","tocTitle":false},{"label":"Afbeelding column 2","type":"im","tocTitle":false}]},"Two column - image left":{"label":"Two column - image left","template":"<span class=\\"cs-it-wrap\\" data-layout=\\"Two&#32;column&#32;-&#32;image&#32;left\\"><span class=\\"cs-button-block\\">\\r\\n <span class=\\"cs-edit-content-button\\"></span>\\r\\n <span class=\\"cs-delete-content-button\\"></span>\\r\\n <span class=\\"cs-move-content-handle\\"></span>\\r\\n <span class=\\"cs-add-new-dropdown\\"></span>\\r\\n \\r\\n</span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"twelve\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rl-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h1>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"cs-el-wrap\\">Update </span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"light\\"><span class=\\"cs-el-wrap\\">Executive Hospitality Partner Program</span></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</h1>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"row\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rl-cell-padding fix-image-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t \\t<span class=\\"cs-el-wrap\\" data-fillerimage=\\"https://img.createsend1.com/static/filler/300x180_fill.gif\\" data-width=\\"300\\" data-filename=\\"Default\\"><img data-cke-saved-src=\\"http://placehold.it/300x280\\" src=\\"http://placehold.it/300x280\\" width=\\"300\\" editable=\\"true\\" label=\\"Afbeelding\\" /></span>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"wrapper\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table class=\\"six\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\"rb-cell-padding\\">\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(660, 1037, 0, '<section id=\"fomcgguwea\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h1>To cloud, or not to cloud – that is the question...</h1>\n\n<p>More and more hotels are taking the decision, to ‘take technology out of the property\'s IT-room\' and install it off-site in a datacenter. To share the outcome of this investigation with you, we have compiled a condensed presentation, with all elements and alternatives described and explained. To receive a copy of this presentation please use the form below.</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(665, 862, 0, '<section id=\"qsuggkmzet\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(664, 862, 0, '<section id=\"lhrnfvfsdc\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(666, 1, 0, '<section id=\"xdfohbbroq\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/BX500-front-transparant(200dpi-500br).png\" style=\"height: 61px; width: 250px;\"></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/NEC_BX800_top(500px-200ppi).png\" style=\"height: 62px; width: 250px;\"></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/BX1000-top-transp(200px-500breed).png\" style=\"height: 50px; width: 250px;\"></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/BX9000.jpg\" style=\"height: 86px; width: 200px;\"></p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(669, 1, 0, '<section id=\"bvirmvuwnz\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(670, 1, 0, '<section id=\"mzdwfrlrzz\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(671, 1, 0, '\n \n <section id=\"sqiixacqyy\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>The BX500</strong> is a low-cost digital gateway offering up to 4 Basic Rate Interfaces.</p>\n\n<p> </p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>The BX800 </strong>offers a complete solution for small to medium size enterprises that connects IP-PBXs to any SIP trunking service provider, scalling up to 250 concurrent SBC sessions and up to 600 registered users.</p>\n\n<p>It offers superior performance in connecting any SIP to SIP environment, legacy TDM-based PBX systems to IP networks and IP-PBXs to PSTN.</p>\n\n<p>`</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>The BX1000</strong> is a complete and modular solution connecting IP-PBXs to any SIP trunking service provider, scaling up to 150 concurrent SBC sessions and up to 600 registered users.</p>\n\n<p>Superior performance in connecting any SIP to SIP environment, legacy TDM-based PBX systems to IP networks and IP-PBXs to PSTN, supporting up to 192 voice channels in a modular 1U platform.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>The BX9000</strong> is a software-only based SBC, scaling up to 6000 concurrent sessions and up to 30.000 registered users.</p>\n\n<p>Runs in virtualized datacenter environments, Supports VMware, Hyper-V, KVM and Xen.</p>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(1106, 864, 0, '\n \n <section id=\"oumornqsda\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Empowering enterprises and governments</h2>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(1102, 63, 0, '\n \n \n \n \n <section id=\"fibtsiofqf\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong><span lang=\"NL\">Key characteristics</span></strong><span lang=\"NL\"><o:p></o:p></span></h3>\n\n<ul>\n <li>Many call control features seamlessly integrated with the PBX</li>\n <li>Powerful unified communications, incl. central directory, presence, messaging and alarming</li>\n <li>Intuitive user interface with colour display and icon-based menus</li>\n <li>Dual- and rack chargers; also charging additional batteries</li>\n <li>Bluetooth headset connectivity</li>\n <li>DECT compliance for high quality speech and security</li>\n <li>High definition audio in line with CAT-iq</li>\n <li>Dark and light-grey colour versions</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>Very sturdy, yet appealing design</li>\n <li>Large 2.4-inch, high resolution display</li>\n <li>HD audio incl. loudspeaking mode</li>\n <li>Top SOS button, man-down and pull cord alarm</li>\n <li>Trembler</li>\n <li>Micro USB, MicroSD card</li>\n <li>Bluetooth (also BTLE)</li>\n <li>RTLS (Real-Time Location System) via DECT signal strength and beacons</li>\n <li>IP65 dust and water protection</li>\n <li>Also available: I766Ex model for use in potentially explosive atmospheres</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/I766-charger-front-l(display-centraldir).jpg\" style=\"border: 0px; max-width: 100%; height: 385px; cursor: default; font-family: "Open Sans", sans-serif; font-size: 16px; background-color: rgb(255, 255, 255); width: 350px;\"></p>\n</div>\n</div></section>\n \n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(672, 1, 0, '<section id=\"anxrwounta\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/BX500-front-transparant(200dpi-500br).png\" style=\"height: 59px; width: 240px;\"></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/BX800_top(500px-200ppi).png\" style=\"height: 60px; width: 240px;\"></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/BX1000-top-transp(200px-500breed).png\" style=\"height: 54px; width: 270px;\"></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/BX9000-ill(500px).png\" style=\"width: 225px; height: 92px;\"></p>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(673, 1058, 0, '<section id=\"bwoqgospyl\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2>Enregistrement</h2>\n\n<p>Date, time and location?</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 0, 0),
(677, 1058, 0, '<section id=\"uvhhzviorp\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2>Enregistrement</h2>\n\n<p>Date, time and location?</p>\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100-launch/images/2/SLsystem-basic.jpg\" style=\"width: 600px; height: 500px;\"></p>\n</div>\n</div></section>', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 0, 0),
(674, 1058, 0, '<section id=\"hcdatigriw\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(675, 1058, 0, '<section id=\"snlavqnkne\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><hr></div></div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(676, 1058, 0, '<section id=\"mvgvbcdgqo\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\" style=\"\"></div></div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(679, 1058, 0, '<section id=\"edvzuvxicp\" class=\"\"><div class=\"col16\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>NEC Enterprise Solution a le plaisir de vous annoncer le lancement de sa nouvelle plateforme dédiée aux TPE, le SL2100.</p>\n\n<p>Suite au succès de la plateforme SL1100 dans le monde, NEC Enterprise Solution a décidé de développer encore plus de fonctionnalités afin de mieux répondre à vos attentes.</p>\n\n<p>A cette occasion, nous vous convions à découvrir cette nouvelle plateforme et ses nouveaux terminaux qui, par leurs fonctionnalités et leur positionnement, vous permettront de mieux répondre aux exigences de vos clients.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100-launch/images/NEC_SL2100-system-emea.jpg\"></p>\n</div>\n</div></section>', '2-1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(678, 1058, 0, '<section id=\"fkuccnyqxs\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><div class=\"vert-offset-1\"></div></div></div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(681, 862, 0, '\n \n \n \n \n <section id=\"umfrtdggkl\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/2017-banner-gitex.jpg\" style=\"width: 400px; height: 167px;\"></p>\n\n<p style=\"text-align: center;\"><strong style=\"text-align: center;\">GITEX 2017</strong><br style=\"text-align: center;\">\n<span style=\"text-align: center;\">October 8 - 12</span><br style=\"text-align: center;\">\n<span style=\"text-align: center;\">Dubai, WTC, Booth ZE30</span><br style=\"text-align: center;\">\n<span style=\"text-align: center;\">United Arab Emirates</span><br style=\"text-align: center;\">\n<a class=\"primary-link\" href=\"https://www.nec-enterprise.com/864-GITEX-2017\" style=\"text-decoration-line: underline; color: rgb(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(823, 862, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"bbamfmquls\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><a href=\"http://www.seatradecruiseglobal.com/\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/seatrade2018.jpg\" style=\"width: 550px; height: 125px;\"></a><br>\n<strong>Seatrade Global Cruising 2018</strong><br>\nMarch 5-8<br>\nAmsterdam, Hilton, The Netherlands<br>\n<a class=\"primary-link\" href=\"http://www.seatradecruiseglobal.com/\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0),
(873, 168, 0, '\n \n \n \n <section id=\"nkxrccbyvo\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2><strong>iCall: Smart Healthcare Communications</strong></h2>\n\n<p>NEC’s iCall provides a complete healthcare communication solution for the patients, residents and nurses. Integrating Nurse call, nurse notification and telephony applications offer a one-stop-solution for every healthcare facility in Acute Cure and Care, Long-Term Care and Assisted Living.</p>\n\n<h4><strong>Why telephony and nurse call should be one system</strong></h4>\n\n<p>Alert any nurse, anywhere! Speed of reaction time is very important. iCall offers a broad range of nurse desk units using IP-Touch units, Touch-screen PC’s or corridor displays.</p>\n\n<h4><strong>Key features & benefits</strong></h4>\n\n<p><strong>Open standards infrastructure:</strong> This offers easy IP integration with other applications e.g. fire alarm systems, localisation systems and more.</p>\n\n<p><strong>iCall can re-use existing wiring</strong>: In most retrofit situations iCall can be built on your old existing wiring from an old nurse call system resulting in huge cost savings.</p>\n\n<p><strong>Reliability and security:</strong> iCall is based on a distributed architecture so there is no single point of failure. If one gateway should go down, the other can take over seamlessly in order to guarantee the required notification.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/healthcare/iCall-prodcoll.jpg\" style=\"width: 450px; height: 318px;\"></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0),
(680, 1058, 0, '<section id=\"xdoaadydiv\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2>Enregistrement</h2>\n\n<h3>Jeudi 21 septembre 2017 - WESTOTEL NANTES ATLANTIQUE</h3>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(682, 862, 0, '<section id=\"berzrtrpch\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(683, 1062, 0, '\n \n \n \n \n <section id=\"qwmkcsdelv\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">ADAPTING TO CHANGE REQUIRES FLEXIBLE COMMUNICATIONS</h2>\n\n<p style=\"text-align: center;\">As working from home has become the ‘new normal’ for many employees, the need for easy to use, robust conferencing has become an essential. The SL2100 provides this in a more cost-effective way because there’s more built-in.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 0, 0),
(684, 1062, 0, '\n \n \n \n \n \n \n \n \n <section id=\"cdrqsxwdve\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Smart Communications for 5 – 100+ users</h3>\n\n<p>WebRTC is included ‘out-of-the box’ for SL2100 users, providing video conferencing, collaboration and screen-share for your team.</p>\n\n<p>With VoIP capabilities, it puts Unified Communications within reach of small businesses or it can be used as resilient TDM solution with future-proof upgrade potential. It also presents considerable savings and functionality over and above alternative hosted solutions.</p>\n\n<p>The SL2100 galvanizes your team. In turn, it creates a positive customer experience that generates repeat business.</p>\n\n<p>Your business can’t afford downtime and nor can your communications. The SL2100 provides a reliable, ‘always-on’ solution. There’s less hardware, less licences, less maintenance to worry about.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/emea/NEC_SL2100-system-emea.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 0, 0),
(685, 1062, 0, '\n \n \n \n \n <section id=\"icutkyutmi\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/value-for-money.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Value for Money</h4>\n\n<p style=\"text-align: center;\">Powerful communications with a <strong>small business price tag</strong> that allows you to pay only for what you need. Completely scalable as your business grows.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/ease-to-use.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Easy to Use</h4>\n\n<p style=\"text-align: center;\">Intuitive <strong>applications and features</strong> your whole team can easily use to empower them to be <strong>more productive</strong>. The easy installation also means there’s no downtime.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/keep-connected.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Keep Connected</h4>\n\n<p style=\"text-align: center;\">Single number reach, DECT mobile handsets, built-in conferencing and voice-mail <strong>keeps colleagues and customers up-to-date</strong> and connected.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/safety-first.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Safety First</h4>\n\n<p style=\"text-align: center;\">Includes an <strong>expanded and diverse portfolio of InApps</strong>.<br>\nAs well as providing compelling business benefits, these built-in/on-board apps require no external PC or server.</p>\n</div>\n</div></section>\n \n \n ', '4-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 3, 1, 0, 0),
(686, 1062, 0, '\n \n \n \n <section id=\"smwlyaknyt\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><a class=\"button primary\" href=\"https://www.necsl2100.com/\">Experience the SL2100 on www.necsl2100.com</a></p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(687, 1065, 0, '<section id=\"ysqiibqpey\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2>Please submit the form below to request a meeting at GITEX2017.</h2>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(688, 1066, 0, '\n \n \n \n <section id=\"wybshlrhaz\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Adotta il modello d’impresa del futuro: “Real-Time Enterprise” (RTE)</strong></h2>\n\n<p style=\"text-align: center;\">Le soluzioni di Comunicazioni Unificate & Collaborazione (Unified Communications & Collaboration - UC&C) liberano la produttività all\'interno delle organizzazioni grandi e piccole. Accesso a casella vocale, e-mail e fax da qualsiasi dispositivo e ovunque. Individuano un collega e determinano il modo migliore di contattarlo indipendentemente dalla posizione.</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(689, 1066, 0, '\n \n \n <section id=\"pzktmeisip\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Con le soluzioni di comunicazioni unificate e collaborazione di NEC, la collaborazione, le conferenze e la messaggistica diventano sempre più immediate e flessibili. Forniamo una suite di strumenti UC&C per consentire alle aziende di qualsiasi dimensione di collaborare in modo più efficace - aumentando la produttività, consentendo la mobilità e incoraggiando la comunicazione \"ovunque\".</p>\n\n<p>Le nostre capacità di UC&C sfruttano la potenza del VoIP per integrare le attività di comunicazione. Costruito sulle nostre piattaforme di comunicazione VoIP, NEC riunisce le funzionalità di telefonia VoIP, messaggistica istantanea, videoconferenza, mobilità, presenza e collaborazione nel tuo ambiente aziendale.</p>\n\n<p> </p>\n\n<p>Con le piattaforme NEC di comunicazioni unificate sia gli utenti remoti che quelli on-site possono vedere chi è disponibile in un dato momento e decidere come raggiungerlo.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/graphics/unified-communications-collaboration(1).png\" style=\"width: 550px; height: 350px;\"></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(690, 1069, 0, '\n \n \n <section id=\"ncxskgcnod\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Smart Transformation</h2>\n\n<p style=\"text-align: center;\">With so many disruptive changes to the market, the question now stands: will you smart transform or be left behind?<br>\nHybrid Cloud Services, Real-Time Collaboration, High Available Devices, On-Demand Generation and Contextual Analysis are all part of a rapidly evolving technology ecosystem that NEC is enabling with new approaches to how Communications and IT services are delivered and managed to drive new ways for business to grow.</p>\n\n<div class=\"tab-navigation\">\n<ul>\n <li class=\"col6\"><a class=\"business-agility\" href=\"#tabs-1\">Business<br>\n Agility</a></li>\n <li class=\"col6\"><a class=\"cloud-delivery\" href=\"#tabs-2\">Cloud<br>\n Delivery</a></li>\n <li class=\"col6\"><a class=\"collaborative-communities\" href=\"#tabs-3\">Collaborative<br>\n Communities</a></li>\n <li class=\"col6\"><a class=\"assured-services\" href=\"#tabs-4\">Assured<br>\n Services</a></li>\n</ul>\n\n<div class=\"col24 sub-grid tab-details\" id=\"tabs-1\">\n<div class=\"col12\">\n<h2>Redefining the Rules<br>\nof Engagement</h2>\n\n<p>What does it take to succeed in today’s fast moving business environment? Success depends on a responsive workforce outfitted with adaptive solutions for anytime, anywhere access.</p>\n\n<p><a class=\"primary-link\" href=\"why-NEC/A-More-Responsive-Enterprise-209\">Explore the possibilities</a></p>\n</div>\n\n<div class=\"col8 offset4 vert-offset-1\"><img alt=\"\" class=\"lazyload\" data-original=\"images/business-agility.jpg\"></div>\n</div>\n\n<div class=\"col24 sub-grid tab-details\" id=\"tabs-2\">\n<div class=\"col12\">\n<h2>Growth through Flexible Deployment</h2>\n\n<p>Cloud computing holds the promise of scaling to meet demand quickly, easily and economically. This is best achieved when enterprise requirements and potential risk concerns are managed simultaneously.</p>\n\n<p><a class=\"primary-link\" href=\"why-NEC/Cloud-Delivery-211\">Explore the possibilities</a></p>\n</div>\n\n<div class=\"col8 offset4 vert-offset-1\"><img alt=\"\" class=\"lazyload\" data-original=\"images/cloud-delivery.jpg\"></div>\n</div>\n\n<div class=\"col24 sub-grid tab-details\" id=\"tabs-3\">\n<div class=\"col12\">\n<h2>Fostering alliances across and beyond boundaries</h2>\n\n<p>Cultivating a collaborative atmosphere has never been more vital. Responsiveness depends on simple yet specific techniques that promote openness and transparency to achieve a dynamic and informed work environment.</p>\n\n<p><a class=\"primary-link\" href=\"why-NEC/Collaborative-Communities-210\">Explore the possibilities</a></p>\n</div>\n\n<div class=\"col8 offset4 vert-offset-1\"><img alt=\"\" class=\"lazyload\" data-original=\"images/cummunities.jpg\"></div>\n</div>\n\n<div class=\"col24 sub-grid tab-details\" id=\"tabs-4\">\n<div class=\"col12\">\n<h2>Designed for Continuity</h2>\n\n<p>Readily available access to information, applications and people is the underpinning to any mission-critical environment. Yet without fully automated redundancy and recovery as well as collaborative practices, ease of access will be hampered by sporadic disruptions.</p>\n\n<p><a class=\"primary-link\" href=\"why-NEC/Assured-Services-212\">Explore the possibilities</a></p>\n</div>\n\n<div class=\"col8 offset4 vert-offset-1\"><img alt=\"\" class=\"lazyload\" data-original=\"images/assured-services.jpg\"></div>\n</div>\n</div>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(691, 1070, 0, '\n \n \n \n <section id=\"ifnozatuoz\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Trasformazione Smart</strong></h2>\n\n<p style=\"text-align: center;\">Visti i repentini e radicali cambiamenti nel mercato, la domanda oggi è: sarai in grado di tenere il passo della tecnologia o verrai lasciato indietro? Hybrid Cloud Services, Real-Time Collaboration, High Available Devices, On-Demand Generation e Contextual Analysis sono tutti parte di un ecosistema tecnologico in rapida evoluzione che NEC, grazie al suo approccio per la fornitura e gestione dei servizi di Comunicazione e IT, mette in campo garantendo nuove possibilità di crescita per il tuo business.</p>\n\n<div class=\"tab-navigation\">\n<ul>\n <li class=\"col6\"><a class=\"business-agility\" href=\"#tabs-1\">Business<br>\n Agility</a></li>\n <li class=\"col6\"><a class=\"cloud-delivery\" href=\"#tabs-2\">Cloud<br>\n Delivery</a></li>\n <li class=\"col6\"><a class=\"collaborative-communities\" href=\"#tabs-3\">Collaborative<br>\n Communities</a></li>\n <li class=\"col6\"><a class=\"assured-services\" href=\"#tabs-4\">Assured<br>\n Services</a></li>\n</ul>\n\n<div class=\"col24 sub-grid tab-details\" id=\"tabs-1\">\n<div class=\"col12\">\n<h2><strong>Ridefinire le regole<br>\ndi Engagement</strong></h2>\n\n<p>Cosa serve per avere successo nell\'ambiente di business in rapida evoluzione di oggi? Il successo dipende da una forza lavoro sensibile dotata di soluzioni che permettono l\'accesso in qualsiasi momento e ovunque.</p>\n\n<p><a class=\"primary-link\" href=\"why-NEC/A-More-Responsive-Enterprise-209\">Esplora le possibilità</a></p>\n</div>\n\n<div class=\"col8 offset4 vert-offset-1\"><img alt=\"\" class=\"lazyload\" data-original=\"images/business-agility.jpg\"></div>\n</div>\n\n<div class=\"col24 sub-grid tab-details\" id=\"tabs-2\">\n<div class=\"col12\">\n<h2><strong>Crescita grazie ad una Implementazione flessibile</strong></h2>\n\n<p>Il cloud computing, per soddisfare rapidamente, facilmente ed economicamente la domanda deve essere scalabile. Questo può essere ottenuto nel migliore dei modi quando le richieste di crescita aziendale e i potenziali rischi vengono gestiti contemporaneamente.</p>\n\n<p><a class=\"primary-link\" href=\"why-NEC/Cloud-Delivery-211\">Explore the possibilities</a></p>\n</div>\n\n<div class=\"col8 offset4 vert-offset-1\"><img alt=\"\" class=\"lazyload\" data-original=\"images/cloud-delivery.jpg\"></div>\n</div>\n\n<div class=\"col24 sub-grid tab-details\" id=\"tabs-3\">\n<div class=\"col12\">\n<h2><strong>Promuovere le alleanze oltre e al di là dei confini</strong></h2>\n\n<p>Coltivare un\'atmosfera collaborativa non è mai stato più vitale. La responsabilità dipende da tecniche semplici ma specifiche che promuovono l\'apertura e la trasparenza per ottenere un ambiente di lavoro dinamico e informato.</p>\n\n<p><a class=\"primary-link\" href=\"why-NEC/Collaborative-Communities-210\">Explore the possibilities</a></p>\n</div>\n\n<div class=\"col8 offset4 vert-offset-1\"><img alt=\"\" class=\"lazyload\" data-original=\"images/cummunities.jpg\"></div>\n</div>\n\n<div class=\"col24 sub-grid tab-details\" id=\"tabs-4\">\n<div class=\"col12\">\n<h2><strong>Progettato per la continuità</strong></h2>\n\n<p>L\'accesso facile alle informazioni, alle applicazioni e alle persone è la base di qualsiasi ambiente mission-critical. Tuttavia, senza ridondanza e recupero completamente automatizzati e pratiche collaborative, la facilità di accesso sarà ostacolata da interruzioni sporadiche.</p>\n\n<p><a class=\"primary-link\" href=\"why-NEC/Assured-Services-212\">Explore the possibilities</a></p>\n</div>\n\n<div class=\"col8 offset4 vert-offset-1\"><img alt=\"\" class=\"lazyload\" data-original=\"images/assured-services.jpg\"></div>\n</div>\n</div>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(692, 1078, 0, '\n \n \n <section id=\"keganqvboq\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>UNIVERGE 3C: Welcome to NOW</strong></h2>\n\n<p style=\"text-align: center;\">Comunicazione unificata. Collaborazione. Telefonia. Ora tutta la tua squadra può trarre vantaggio da una singola soluzione. Collabora proattivamente ovunque, in qualsiasi momento.</p>\n\n<p style=\"text-align: center;\">Benvenuti in UNIVERGE 3C.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(693, 1078, 0, '\n \n \n \n \n <section id=\"vnfftrwbbg\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>UC</strong><strong>&C su tutti i dispositivi </strong></h3>\n\n<p>Nell\'attuale rapido e flessibile contesto economico, i dipendenti non sono mai in un posto per molto tempo. Possono essere in ufficio, tra appuntamenti, viaggi di lavoro o lavorare da casa o in un bar. Le soluzioni di mobilità di UNIVERGE 3C consentono ai lavoratori di rimanere connessi e produttivi da qualsiasi località. Permette di accedere in qualsiasi momento e in qualisasi posto per aumentare efficienza e produttività e supporta il controllo delle chiamate e delle funzionalità di UC per i lavoratori mobili e remoti.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/ucc/3c-tablet-phone(1).jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(694, 1078, 0, '\n \n \n \n <section id=\"tkigtvopdn\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>CONNECT</h3>\n\n<p>3C consente ai colleghi di essere seguiti e contattati in modo rapido e semplice utilizzando la directory aziendale per la disponibilità in tempo reale, all\'interno e all\'esterno dell\'ufficio.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>COMMUNICATE</h3>\n\n<p>Gli utenti usufruiscono di un unico numero di contatto su più dispositivi, inclusi i trasferimenti di chiamate senza soluzione di continuità tra le reti pubbliche mobili e WiFi aziendale quando un utente è in movimento.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>COLLABORATE</h3>\n\n<p>Collaborazioni interattive possono essere organizzate in pochi secondi - video conferenze, lavagne comuni e screen sharing con un solo clic.</p>\n</div>\n</div></section>\n \n \n \n ', '3-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 3, 1, 1, 0),
(695, 1078, 0, '\n \n <section id=\"fotyokodgb\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p class=\"page-cta\" style=\"text-align: center;\"><a class=\"button primary full-width\" href=\"http://www.nec-3c.com/it/\" style=\"text-decoration-line: underline; text-align: center;\">www.nec-3C.com/it</a> </p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(696, 1079, 0, '\n \n \n \n <section id=\"npeuvplxnx\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>La vera comunicazione unificata</strong></h2>\n\n<p style=\"text-align: center;\">La versatile suite di UNIVERGE® Business ConneCT integra tutti i flussi di comunicazione e li presenta in un\'unica vista, consentendo ai dipendenti di controllare come e quando essere contattati, tramite una scelta di dispositivi - in ufficio, a casa e quando sono in movimento. Business ConneCT include servizi di controllo chiamate, presenza, servizi di casella vocale, operatore e directory, nonché un Contact Center completo. Business ConneCT è stato progettato per essere installato, utilizzato e gestito facilmente. Questo rende UC&C estremamente facile!</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(697, 1079, 0, '\n \n \n <section id=\"hwyzgwivrt\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>Modalità utente versatili</strong></h3>\n\n<p>Semplice e conveniente da implementare, le tre modalità utente - Dipendente, Operatore e Agente di Contact Center- utilizzano lo stesso database, un\'interfaccia utente comune e vengono gestiti da un punto centrale. Queste versatili modalità utente consentono ai dipendenti di passare facilmente tra diversi ruoli. Ad esempio nelle ore di punta il personale, compresi i lavoratori a distanza, possono agire come Operatore o Agente di Contact Center.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/BCT-rel8-1.jpg\" style=\"height: 290px; width: 565px;\"></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(698, 1079, 0, '\n <section id=\"dbzlvpdprm\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p class=\"vert-offset-1\" style=\"text-align: center;\"><a class=\"button primary full-width\" href=\"http://www.nec-businessconnect.com\" target=\"_blank\">Visit www.nec-businessconnect.com</a></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(699, 1080, 0, '\n \n <section id=\"cancaqifap\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Servizio migliore e clienti soddisfatti</strong></h2>\n\n<p style=\"text-align: center;\">Le soluzioni Contact Center di NEC offrono tutti gli strumenti necessari per rendere rapida e facile ogni interazione tra i tuoi clienti e la tua azienda. Tra tempi di risposta migliorati, ridotti tassi di abbandono, minori costi operativi e maggiori ricavi, vedrai un rapido ritorno sul tuo investimento.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(700, 1080, 0, '\n \n \n \n <section id=\"qcxssxkete\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>Aumenta il coinvoglimento del cliente</strong></h3>\n\n<ul>\n <li> <strong>Migliora il tuo servizio clienti</strong> - Il routing basato su abilità significa che i chiamanti hanno un servizio più veloce e più efficiente</li>\n <li><strong>Misura e gestisci il tuo </strong>t<strong>eam</strong> - Migliora le prestazioni del tuo team su base giornaliera attraverso il monitoraggio delle attività di chiamata e report</li>\n <li><strong>Soddisfa i tuoi clienti</strong> - La funzione di richiamata permette ai clienti che non hanno possibilità di rimanere in coda di lasciare un messaggio ed essere richiamati automaticamente quando preferiscono</li>\n <li><strong>Amplia le possibilità con cui i clienti possono contattarti</strong> - La possibilità di servire i tuoi clienti gestendo ed inoltrando agli agenti differenti tipologie di contatto (Multimedia Queuing) che sono ormai familiari e di uso comune, ti permette di fornire un servizio migliore e alla portata di tutti</li>\n <li><strong>Motiva il tuo team</strong> - L’utilizzo di display che trasmettono in tempo reale il livello delle prestazioni, incoraggia una sana concorrenza tra gli agenti</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"http://login.creativefellows.nl/content/nec-sv-series/images/applications/screen-bct.jpg\"></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(701, 1080, 0, '\n \n \n <section id=\"vfykbtrquk\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>Connette i clienti alla persona giusta</strong></h3>\n\n<p>UNIVERGE Contact Center guida, chiama e indirizza il traffico di posta elettronica al dipendente più adatto, riducendo i tempi di attesa e migliorando la motivazione del personale. Gli agenti del Contact Center sono inoltre forniti di informazioni aggiuntive, come la lingua in cui salutare un chiamante.</p>\n\n<p>Ogni chiamata o email del cliente raggiunge la persona giusta. Ogni dipendente, ovunque sia, può agire come agente mentre svolge altri compiti. Tutti gli agenti hanno accesso a funzioni avanzate di comunicazioni unificate come la gestione della presenza, la messaggistica istantanea, il DECT e la messaggistica mobile.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>Webchat - conveniente e altamente produttiva</strong></h3>\n\n<p>Con l\'interfaccia di live chat è possibile servire i propri clienti al momento in cui sono pronti o nel punto in cui hanno bisogno di assistenza. Webchat è molto economico in quanto i tuoi agenti possono chattare con più persone alla volta. Tipicamente un agente di webchat parla con 10 volte più persone rispetto ad un agente telefonico. E con una cronologia completa di visualizzazione pagina per ogni visitatore, sarai in grado di rispondere in modo veloce quando i tuoi clienti fanno clic su \"Chat\".</p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 2, 1, 1, 0),
(702, 1081, 0, '\n \n \n <section id=\"nmqkvtvryy\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Comunicazioni efficienti, costi ridotti</strong></h2>\n\n<p style=\"text-align: center;\">NEC offre una vasta gamma di opzioni di messaggistica unificata e casella vocale (Unified Messaging e Voice Mail) che aiutano il personale ad essere più produttivo, indipendentemente da dove lavorano. Le soluzioni di messaggistica unificata e casella vocale di NEC consentono la comunicazione veloce per le imprese e per le organizzazioni che operano nel settore sanitario, alberghiero, istruzione, finanza e governo.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(703, 1081, 0, '<section id=\"gwdriquepw\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(704, 1081, 0, '\n \n <section id=\"hgsdgbdofe\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><strong>Principali vantaggi della Messaggistica Unificata e Casella Vocale </strong></h3>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(705, 1081, 0, '\n \n \n \n <section id=\"lfcgrmigpz\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><strong>Rapida distribuzione delle chiamate</strong><br>\nGrazie all’integrazione e alla sinergia di tutte le nostre soluzioni, le chiamate arrivano a destinazione più velocemente di quelle dei tradizionali sistemi di casella vocale</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><strong>Accesso rapido ai messaggi</strong><br>\nI dipendenti si collegano direttamente alla casella vocale saltando inutili messaggi introduttivi</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><strong>Maggiore flessibilità dei messaggi</strong><br>\nI dipendenti possono catturare i messaggi in diretta, archiviarli per accedervi in futuro e inoltrarli in un\'altra casella postale</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><strong>Funzioni di messaggistica su tutti i dispositivi</strong><br>\nGli utenti possono accedere e gestire i loro messaggi su una vasta gamma di dispositivi - indipendentemente dal tipo o dall\'origine dei messaggi ricevuti</p>\n</div>\n</div></section>\n \n \n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(706, 1082, 0, '\n \n \n <section id=\"vfschgqwcs\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Casella vocale e e-mail sono il fulcro delle imprese produttive di oggi</strong></h2>\n\n<p style=\"text-align: center;\">La soluzione di messaggistica unificata e casella vocale UM8000 è un sistema totalmente integrato con SV9100 e SV9300.</p>\n\n<p style=\"text-align: center;\">L\'UM8000 può memorizzare oltre 500 ore di messaggi ed è scalabile da 2 a 16 porte e fino a 4 porte fax. Poiché la lamierina UM8000 scivola all\'interno di un telaio serie SV9000, utilizza meno spazio e potenza rispetto ad altri sistemi di messaggistica autonoma. Se il sistema esegue un errore di alimentazione, UM8000-Mail utilizza lo stesso backup della batteria del sistema della serie SV9000, aggiungendo un\'altra misura di affidabilità al sistema.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(707, 1082, 0, '\n \n <section id=\"kmmnthawry\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Messaggi integrati</h4>\n\n<p>Con la funzionalità di messaggistica unificata (Unified Messaging), tutti i messaggi vocali, fax e e-mail vengono indirizzati in una singola casella di posta in arrivo. Ciò consente agli utenti di tenere traccia di tutti i loro messaggi più facilmente. Gli utenti possono riprodurre e registrare messaggi e inviare e ricevere fax con MS Outlook, Lotus Notes o Novell GroupWise.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Mailbox configurabile dall’utente</h4>\n\n<p>Gli utenti possono controllare e configurare le impostazioni della propria casella postale. Saluti, codici di sicurezza, notifiche, gruppi, preferenze di conversazione e altro ancora, possono essere modificate tramite il gestore delle caselle postali.</p>\n\n<p> </p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Fax and Text-to-Speech</h4>\n\n<p>Combinando la segreteria telefonica, l\'assistente automatico, la funzione text-to-speech, la funzionalità fax e le notifiche in una soluzione completamente integrata, l\'UM8000 aiuta a comunicare in modo più efficace con le persone che hanno più importanza per un\'azienda: clienti e collaboratori.</p>\n\n<p> </p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Supporto completo su dispositivi remoti</h4>\n\n<p>Il supporto per i dispositivi remoti include la notifica tramite feed RSS e il ridimensionamento del client web per utenti mobili, verificato con Windows Mobile, Palm OS, RIM Blackberry e iPhone, compreso il supporto PodCast.</p>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(708, 1083, 0, '\n \n \n <section id=\"wwcmoeebty\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Migliora la produttività sia degli utenti che delle aziende</strong></h2>\n\n<p style=\"text-align: center;\">Nell\'ambiente competivo di oggi, le organizzazioni devono ottenere più risultati con meno risorse e tempo. Con UNIVERGE UM8700 di NEC, le aziende e gli utenti possono comunicare in modo più efficiente, rispondere più rapidamente e ridurre il tempo sprecato.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(709, 1083, 0, '\n \n <section id=\"lkwsgcnqag\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Applicazioni versatili</h3>\n\n<p>NEC UNIVERGE® UM8700 è una soluzione di messaggistica unificata ricca di funzionalità, scalabile e che consente di risolvere le sfide critiche di comunicazione. L\'UM8700 fornisce messaggi unificati con più livelli di ridondanza adatti alle più stringenti esigenze del cliente. Per garantire la massima flessibilità, può essere integrata senza problemi con applicazioni di posta elettronica Microsoft Outlook, Lotus Notes, GroupWise e Internet. L\'UM8700 può essere sfruttata facilmente in grandi aziende, gestendo fino a 30.000 utenti con l\'equivalente di diverse centinaia di porte.</p>\n\n<p>È la prima piattaforma di messaggistica unificata che include funzionalità VideoMail, Find Me/Follow Me (FMFM) e ViewCall per il controllo delle chiamate dal desktop. Può creare e distribuire video messaggi registrati e acquisizioni di immagini tramite client standard di posta elettronica. Gli utenti possono recuperare i messaggi da qualsiasi posizione, utilizzando il dispositivo più conveniente. Utilizzando l\'ultima tecnologia text-to-speech, l\'UM8700 consente agli utenti di ascoltare l\'e-mail lontano dall\'ufficio e rispondere telefonicamente.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Caratteristiche dell’UM8700 </h3>\n\n<ul>\n <li>Potente suite di applicazioni di unified messaging </li>\n <li>Aumenta l\'efficienza grazie a strumenti di miglioramento della produttività degli utenti e degli operatori</li>\n <li>Offre un\'applicazione mobile nativa per i dispositivi mobili Android ™ e iPhone®</li>\n <li>Si Integra senza problemi con i sistemi attuali</li>\n <li>Consente l’implementazione di modalità di high availability e disaster recovery</li>\n <li>Può esssere implementato in modalità distribuita, centralizzata o in ambiente misto</li>\n <li>Funziona in un ambiente virtualizzato</li>\n <li>Offre flessibilità di distribuzione</li>\n <li>Scalabile per soddisfare le esigenze delle imprese in crescita.</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(710, 1084, 0, '\n \n \n <section id=\"cdtcenqbmw\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Soluzioni di Messaggistica Unificata/Casella Vocale</strong></h2>\n\n<p style=\"text-align: center;\">La soluzione UM4730 di messaggistica unificata/casella vocale è un sistema di messaggistica multifunzione completo per i server UNIVERGE SV8500, SV7000, iS3000/SIP@Net e 2000IPS con interfacce analogiche o IP. L\'UM4730 è in grado di contenere fino a 64.000 caselle di posta ed è scalabile da 4 a 64 porte e fino a 8 porte fax. L\'UM4730 funziona su un PC standard con sistema operativo Linux.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(711, 1084, 0, '\n \n <section id=\"teftaahkth\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Messaggi integrati</h4>\n\n<p>Con la funzionalità di messaggistica unificata, tutti i messaggi vocali, fax e e-mail vengono indirizzati in una singola casella di posta in arrivo. Ciò consente agli utenti di tenere traccia di tutti i loro messaggi più facilmente. Gli utenti possono riprodurre e registrare messaggi e inviare e ricevere fax con MS Outlook, Lotus Notes o Novell GroupWise.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Mailbox configurabile dall’utente</h4>\n\n<p>Gli utenti possono controllare e configurare le impostazioni della propria casella postale. Saluti, codici di sicurezza, notifiche, gruppi, preferenze di conversazione e altro ancora, possono essere modificate tramite il gestore delle caselle postali.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Fax and Text-to-Speech</h4>\n\n<p>Combinando la segreteria telefonica, l\'assistente automatico, la funzione text-to-speech, la funzionalità fax e le notifiche in una soluzione completamente integrata, l\'UM4730 aiuta a comunicare in modo più efficace con le persone che hanno più importanza per un\'azienda: clienti e collaboratori.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Supporto completo su dispositivi remoti</h4>\n\n<p>Il supporto per i dispositivi remoti include la notifica tramite feed RSS e il ridimensionamento del client web per utenti mobili, verificato con Windows Mobile, Palm OS, RIM Blackberry e iPhone, compreso il supporto PodCast.</p>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(712, 1086, 0, '\n \n \n <section id=\"fevypebgey\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Numero 1 globale per le piccole e medie imprese</strong>*</h2>\n\n<p style=\"text-align: center;\">I proprietari delle piccole imprese sanno meglio di chiunque altro quanto le interazioni con i clienti siano importanti e come la giusta piattaforma di comunicazione possa fare la differenza. In NEC abbiamo una gamma di piattaforme di comunicazione progettate appositamente per le piccole e medie imprese pronte a crescere.</p>\n\n<p style=\"text-align: center;\">Ogni piattaforma PMI è una soluzione integrata progettata per soddisfare le sfide e le esigenze di comunicazione delle PMI. Quelle piccole e medie imprese che cercano di trarre beneficio dalle comunicazioni unificate con un ritorno tangibile sugl’investimenti possono rivolgersi a NEC.</p>\n\n<p style=\"text-align: center;\"><em>* secondo MZA Q1 2016</em></p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(713, 1087, 0, '\n \n \n <section id=\"khemrvkyfx\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Chiude il divario tra la domanda IT di ieri e domani</strong></h2>\n\n<p style=\"text-align: center;\">Una buona piattaforma di comunicazione può essere la colonna portante della tua azienda. Il sistema garantisce che tutte le chiamate in arrivo e in uscita arrivino alla persona giusta. Inoltre cresce con la tua attività commerciale e fornisce funzionalità tecniche che migliorano le tue comunicazioni.</p>\n\n<p style=\"text-align: center;\">Il miglior sistema di comunicazione per la regolazione del traffico telefonico nella propria azienda può essere determinato da un certo numero di fattori, come la dimensione del tuo business e il numero di workstation. Ad esempio, la soluzione che segue offre il vantaggio nascosto perfetto per le tue comunicazioni aziendali</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(714, 1087, 0, '\n \n <section id=\"nfioaticlr\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Comunicazione Smart per piccole e medie imprese</h3>\n\n<p>La piattaforma SV9100 è un nuovo sistema, con nuovi telefoni portatili e nuove applicazioni per potenziare la tua forza lavoro. Costruito sul modello della premiata tecnologia SV8100, SV9100 offre una doppia capacità di sistema con un costo efficace e va da 10 a oltre 800 utenti.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sv9100-front-right.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(715, 1087, 0, '\n \n \n <section id=\"vipmykksrm\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/UNIVERGE-sv9300-packshot.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>UNIVERGE SV9100 offre</h3>\n\n<ul>\n <li>Server proprietario con architettura stackable</li>\n <li>Soluzione distinta, scalabile e compatibile con comunicazioni unificate IP</li>\n <li>Alta affidabilità</li>\n <li>Struttura di licenza semplice</li>\n <li>Suite completa di soluzioni di Comunicazioni Unificate e Contact Center</li>\n <li>Ampia gamma di applicazioni e dispositivi mobili</li>\n <li>Integrazioni verticali di soluzioni specifiche del mercato</li>\n <li>Ampia gamma di end-point</li>\n <li>Configurazione e manutenzione centralizzata</li>\n <li>Client SIP Multi-Linea, supporto multi-carrier</li>\n</ul>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(716, 1087, 0, '\n \n <section id=\"fipalaiqzc\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Un investimento smart</h3>\n\n<p>La SV9100 è dotata di una garanzia senza precedenti e di una tecnologia a prova di futuro che soddisfa le esigenze dei dipendenti multi-generazionali. Riconosciuta con il più alto livello di soddisfazione del cliente tra i fornitori di comunicazioni unificate, NEC ti offre anche un investimento incredibilmente smart. Gli esperti dell\'industria riconoscono come le nostre piattaforme di comunicazioni unificate siano le soluzioni con i costi complessivi più bassi di proprietà sul mercato.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Lavora con Smart IT</h3>\n\n<p>Interruzione dei servizi di comunicazione significa tempi di inattività per la tua attività commerciale, per i tuoi clienti e perdita di entrate. Ecco perché il SV9100 di NEC è uno dei sistemi di comunicazioni unificate più facili da configurare sul mercato. SV9100 si integra facilmente con la tecnologia IT esistente come un IP o un sistema digitale completamente interoperabile. L\'interfaccia di gestione semplice agevola l\'amministrazione del sistema, offrendo IT Voice, comunicazioni unificate e casella vocale da una posizione centrale.</p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(718, 1087, 0, '\n \n <section id=\"uobconglcc\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SV9100 InUC</h3>\n\n<p>Collaborare con i colleghi non significa sempre essere nella stessa stanza insieme e con lo stesso fuso orario. Nell\'ambiente di lavoro di oggi, i dipendenti sono dispersi in diverse località. Uno dei modi migliori per collaborare in remoto con i colleghi è la videoconferenza.</p>\n\n<p><strong>Cos’è InUC?</strong></p>\n\n<p>InUC (Real-Time Communications) di SV9100 offre video e collaboration working ad un costo altamente efficace che funzionano senza problemi nell\'ambiente IT. Gli utenti SV9100 sono in grado di impostare rapidamente le connessioni audio e video tra due o più PC o dispositivi da qualsiasi punto di connessione Internet e VPN o LAN.</p>\n\n<p>Oltre a funzionalità di video e audio conferenza, gli utenti del PC possono lavorare collettivamente con la condivisione di schermo e documenti condivisi.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/WebRealTimeComms.jpg\"></p>\n\n<p>È anche ideale per demo live di software e presentazioni slideshow.</p>\n\n<p>Collaborare non è solo condivisione di idee, ma anche imparare di più dagli altri e creare connessioni significative all\'interno di un posto di lavoro digitale.</p>\n\n<ul>\n <li>Conferenza video, condivisione di documenti e schermi per un massimo di 32 utenti (8x4) SV9100</li>\n <li>Soluzione altamente economica</li>\n <li>Utilizza connettività sicura</li>\n <li>Funziona tramite Google Chrome su un PC o un dispositivo Android</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 4, 1, 1, 0),
(717, 1087, 0, '\n <section id=\"zqnionynpd\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sv9100-fullpage.jpg\"></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(719, 1087, 0, '\n \n \n \n \n <section id=\"vdhvvfqmlm\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>InGuard - Difesa efficace contro le frodi 24/7</h3>\n\n<h4><strong>Sei a rischio frodi?</strong></h4>\n\n<ul>\n <li>Il costo globale delle frodi telefoniche è di circa 25 miliardi di euro all\'anno, in aumento del 15%</li>\n <li>La frode telefonica, nota anche come hacking telefonico, è un rischio per le imprese di qualsiasi dimensione e si stima che l\'85% sia considerato vulnerabile</li>\n <li>Un singolo attacco può costare migliaia di euro e come scenario peggiore il fallimento</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>L\'applicazione InGuard di NEC ti difende dalle frodi telefoniche</strong></h4>\n\n<ul>\n <li>Difesa efficace 24/7 contro le frodi telefoniche</li>\n <li>Soluzione a basso costo senza bisogno di PC extra</li>\n <li>Configurabile in modo specifico per l\'attività di chiamate aziendali</li>\n <li>Applicazione integrata per le serie SV9100 e SL1000</li>\n</ul>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/Toll-fraud-header.png\" style=\"height: 125px; width: 500px;\"></p>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 5, 1, 1, 0),
(720, 1087, 0, '\n \n \n \n \n <section id=\"ghvvkoqrih\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>InReports</h3>\n\n<h4><strong>Call Management più semplice</strong></h4>\n\n<p>Rapido, facile e conveniente, il nuovo InReports di NEC costituisce il punto di partenza ideale per la gestione delle chiamate.</p>\n\n<p>Le prestazioni delle chiamate sono fondamentali per la produttività dei tuoi team e per i livelli di servizio al cliente. InReports fornisce 24 ore su 24 il monitoraggio e l\'analisi delle comunicazioni di tutta l\'azienda tramite un browser.</p>\n\n<p>I rapporti predefiniti, graficamente migliorati, vengono presentati chiaramente in diversi modi: Elenchi, grafici e pannelli.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3> </h3>\n\n<h4><strong>I benefici di InReports includono:</strong></h4>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/InReports-screen01.png\" style=\"width: 250px; height: 241px; float: right;\"></p>\n\n<ul>\n <li>Facilità di valutazione delle prestazioni della comunicazione dei tuoi team</li>\n <li>statistiche critiche in tempo reale, ad esempio tempi di risposta medio, chiamate senza risposta</li>\n <li>Statistiche visualizzabili dal display per motivare il team</li>\n <li>Protegge attivamente le chiamate non autorizzate</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 6, 1, 1, 0),
(722, 1089, 0, '\n <section id=\"nvmuinclhv\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Rendi più produttiva l\'intera forza lavoro</h2>\n\n<p style=\"text-align: center;\">La serie SL consente alla tua piccola impresa di concentrarsi su ciò che fa meglio, occupandosi dei clienti e non del sistema di comunicazione.</p>\n\n<p style=\"text-align: center;\">Progettato in modo specifico per soddisfare le esigenze delle piccole imprese, la serie SL offre funzionalità intuitive e può essere adattata al ruolo dei dipendenti rendendoli più raggiungibili e più sensibili indipendentemente dalla loro posizione.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(721, 1087, 0, '\n \n \n <section id=\"xyxrmzstdg\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>InHotel</strong></h3>\n\n<p><strong>InHotel - soluzione economica che rende più facili prenotazioni, pagamenti e amministrazione </strong></p>\n\n<p><strong>NEC InHotel (l’applicazione integrata per la gestione alberghiera) fornisce un completo sistema di getione alberghiera perfettamente integrato con tutte le funzionalità del sistema telefonico.</strong></p>\n\n<p>Ideale per alberghi fino a 120 camere – è una piattaforma facile da usare progettata per aumentare la produttività del tuo staff, migliorare l\'esperienza degli ospiti e ridurre significativamente i costi di gestione. E come tutte le tecnologie InApps di NEC sono integrate nella CPU senza dover sostenere i costi di manutenzione di server PC aggiuntivi. Tra i punti di forza della soluzione il prezzo in combinazione un TCO (costo totale di proprietà) estremamente basso.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/InHotel-RoomCalender-onscreen.jpg\" style=\"width: 400px; height: 375px; float: right;\"></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 1, 0),
(723, 1089, 0, '\n <section id=\"aqdgtkskhb\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Caratteristiche intuitive che l\'intera squadra può utilizzare</h3>\n\n<p>Affidabile e semplice da usare, la tua azienda otterrà accesso alle funzionalità previste da sistemi molto più grandi senza bisogno di un grande budget:</p>\n\n<ul>\n <li>Voicemail con notifica e-mail</li>\n <li>Funzionalità a livello di ufficio per i dipendenti remoti</li>\n <li>Strumenti semplici per creare gruppi di chiamate</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/la-sl1000-ip-handset-dss-console.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(724, 1089, 0, '\n \n <section id=\"phiswlgopi\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Rapporto qualità / prezzo ottimo</strong></h4>\n\n<ul>\n <li>Comunicazioni potenti con un piccolo prezzo</li>\n <li>Paghi solo quello che ti serve, con una soluzione totalmente scalabile</li>\n <li>Riduce notevolmente i costi di gestione facendo uso più intelligente delle tue comunicazioni</li>\n</ul>\n\n<h4><strong>Facile da usare</strong></h4>\n\n<ul>\n <li>Funzioni intuitive per l\'intera squadra, senza bisogno di formazione</li>\n <li>I portatili e le applicazioni includono scorciatoie per accelerare i processi di lavoro</li>\n <li>Le applicazioni che risparmiano tempo permettono al team di diventare più produttivo</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Snello e Green</strong></h4>\n\n<ul>\n <li>Modalità di efficienza energetica, contribuendo ad un ambiente più sano</li>\n <li>Conferenza integrata per un approccio più verde alle riunioni di lavoro</li>\n <li>Una gamma di opzioni per il lavoro da casa per ridurre le emissioni di carburante</li>\n</ul>\n\n<h4><strong>Tiene connessi</strong></h4>\n\n<ul>\n <li>Utilizza il tuo cellulare per rimanere in contatto con il tuo numero di ufficio, da qualsiasi luogo</li>\n <li>Non perdere mai una cosa, con una posta vocale avanzata per tenervi aggiornati</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(727, 1090, 0, '\n <section id=\"ozrwdxcwex\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Rendi più produttiva l\'intera forza lavoro</h2>\n\n<p style=\"text-align: center;\">La serie SL consente alla tua piccola impresa di concentrarsi su ciò che fa meglio, occupandosi dei clienti e non del sistema di comunicazione.</p>\n\n<p style=\"text-align: center;\">Progettato in modo specifico per soddisfare le esigenze delle piccole imprese, la serie SL offre funzionalità intuitive e può essere adattata al ruolo dei dipendenti rendendoli più raggiungibili e più sensibili indipendentemente dalla loro posizione.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(725, 1089, 0, '\n \n \n <section id=\"akvhzwytiz\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>La SL1000 ora include un portafoglio di InApps esteso e diversificato. Oltre a fornire vantaggi vantaggiosi per le imprese, queste applicazioni integrate non richiedono un PC o un server esterni che li rendano estremamente efficienti e affidabili. E utilizzando un\'interfaccia browser, essi offrono la disponibilità 24/7 per la tua attività.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>InGuard - Difesa efficace contro le frodi telefoniche 24/7</li>\n <li>InReports - Gestione chiamate semplici</li>\n <li>InUC – Smart Collaboration e altro ancora</li>\n <li>InHotel - soluzione conveniente per prenotazioni, pagamenti e amministrazioni più facili</li>\n</ul>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(726, 1089, 0, '\n <section id=\"rktgroliks\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3>Novità: InApps</h3>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(728, 1090, 0, '\n \n <section id=\"qkfoiuessi\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Caratteristiche intuitive che l\'intera squadra può utilizzare</h3>\n\n<p>Affidabile e semplice da usare, la tua azienda otterrà accesso alle funzionalità previste da sistemi molto più grandi senza bisogno di un grande budget:</p>\n\n<ul>\n <li>Voicemail con notifica e-mail</li>\n <li>Funzionalità a livello di ufficio per i dipendenti remoti</li>\n <li>Strumenti semplici per creare gruppi di chiamate</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/0514_SL1100_24keyMT_and_DSS(bk).jpg\" style=\"width: 800px; height: 300px;\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(731, 1091, 0, '\n \n \n \n <section id=\"mggmeqxtrn\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Progettato per vincere le sfide della comunicazione di oggi</strong></h2>\n\n<p style=\"text-align: center;\">In NEC, il nostro lavoro numero 1 è comprendere le tue esigenze, le tue infrastrutture e le tue preferenze, incluso quali soluzioni di comunicazione sono da adottare e dove adottarle– on premise, in cloud o entrambi.</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(730, 1090, 0, '\n \n <section id=\"tzhctgxvvc\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Rapporto qualità / prezzo ottimo</strong></h4>\n\n<ul>\n <li>Comunicazioni potenti con un piccolo prezzo</li>\n <li>Paghi solo quello che ti serve, con una soluzione totalmente scalabile</li>\n <li>riduce notevolmente i costi di gestione facendo uso più intelligente delle tue comunicazioni</li>\n</ul>\n\n<h4><strong>Facile da usare</strong></h4>\n\n<ul>\n <li>Funzioni intuitive per l\'intera squadra, senza bisogno di formazione</li>\n <li>I portatili e le applicazioni includono scorciatoie per accelerare i processi di lavoro</li>\n <li>Le applicazioni che risparmiano tempo permettono al team di diventare più produttivo</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Snello e Green</strong></h4>\n\n<ul>\n <li>Modalità di efficienza energetica, contribuendo ad un ambiente più sano</li>\n <li>Conferenza integrata per un approccio più verde alle riunioni di lavoro</li>\n <li>Una gamma di opzioni per il lavoro da casa per ridurre le emissioni di carburante</li>\n</ul>\n\n<h4><strong>Tiene connessi</strong></h4>\n\n<ul>\n <li>Utilizza il tuo cellulare per rimanere in contatto con il tuo numero di ufficio, da qualsiasi luogo</li>\n <li>Non perdere mai una cosa, con una posta vocale avanzata per tenervi aggiornati</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(729, 1090, 0, '\n \n <section id=\"yscwlivspr\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Novità: InApps</h3>\n\n<p>La SL1100 ora include un portafoglio di InApps esteso e diversificato. Oltre a fornire vantaggi vantaggiosi per le imprese, queste applicazioni integrate non richiedono un PC o un server esterni che li rendano estremamente efficienti e affidabili. E utilizzando un\'interfaccia browser, essi offrono la disponibilità 24/7 per la tua attività.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><span class=\"short_text\" id=\"result_box\" tabindex=\"-1\" lang=\"it\"><span>Caratteristiche</span></span></h3>\n\n<ul>\n <li>InGuard - Difesa efficace contro le frodi telefoniche 24/7</li>\n <li>InReports - Gestione chiamate semplici</li>\n <li>InUC – Smart Collaboration e altro ancora</li>\n <li>InHotel - soluzione conveniente per prenotazioni, pagamenti e amministrazioni più facili</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(732, 1091, 0, '\n \n \n <section id=\"daybrolbss\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Trasforma in un\'infrastruttura ibrida</h3>\n\n<p>Le architetture flessibili UNIVERGE di NEC garantiscono la soluzione esatta di comunicazioni unificate e collaborazione (UCC) che è necessaria per ottimizzare il ROI, affrontando le sfide chiave e gli obiettivi aziendali.</p>\n\n<p>UNIVERGE è l\'architettura IP di NEC per unire le reti multimediali consentendo soluzioni di business robuste. Le soluzioni UNIVERGE integrano prodotti, applicazioni e servizi in un ambiente multi-fornitore per fornire soluzioni basate su IP che soddisfino le esigenze fondamentali delle aziende oggi.</p>\n\n<p> </p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Abbassa il costo totale di proprietà</h3>\n\n<p>IP, TDM, voce, video e dati tramite comunicazioni cablate o wireless. NEC offre server di comunicazione che supportano gli obiettivi di un\'organizzazione indipendentemente dalla dimensione o dal modo in cui i dipendenti desiderano comunicare con i clienti o tra di loro.</p>\n\n<p>Negli affari, come nella natura, non ci sono due nubi identiche. Fortunatamente, c\'è un intero continuum di opzioni di distribuzione disponibili per adattarsi ai tuoi obiettivi e al tuo budget, sia che tu sia in cerca di spostare le applicazioni nella cloud pubblica, costruire il tuo cloud privato o creare un ibrido tra i due. La scelta è tua. Go on premise. Go cloud. Go Hybrid.</p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(733, 1092, 0, '\n \n \n \n <section id=\"sigucoslqd\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Sfrutta la tecnologia per ottimizzare il lavoro di squadra</strong></h2>\n\n<p style=\"text-align: center;\">UNIVERGE SV9300 Communications Server è un robusto sistema ricco di funzionalità, abilitato per le Unified Communications, ideale per le medie imprese. Il server è stato progettato per aiutare a risolvere le sfide di comunicazione correnti ed è costruito tenendo conto dei tuoi scenari di sviluppo, in modo da poter facilmente adattarne la dimensione al crescere della tua attività.</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(734, 1092, 0, '\n \n <section id=\"pgwtsvptai\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Funzionalità avanzate</h3>\n\n<ul>\n <li>Architettura versatile - funziona come un sistema IP, un sistema digitale o una combinazione dei due</li>\n <li>Architettura modulare per una scalabilità eccezionale fino a 2.048 porte ad un costo vantaggioso</li>\n <li>Uno dei migliori sistemi con capacità di comunicazioni unificate sul mercato</li>\n <li>L\'interfaccia di gestione facile da usare semplifica l\'amministrazione del sistema</li>\n <li>Facile migrazione da UNIVERGE SV8100 e SV8300</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/UNIVERGE-sv9300-packshot.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(735, 1092, 0, '\n \n <section id=\"aqoqmbifcz\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9300-front-center.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>UNIVERGE SV9300 offre</h3>\n\n<ul>\n <li>Server proprietario con architettura stackable</li>\n <li>Piattaforma con capacità IP e comunicazini unificate altamente scalabile</li>\n <li>Alta affidabilità</li>\n <li>Struttura di licenza semplice</li>\n <li>Suite completa di soluzioni di comunicazioni unificate e Contact Center</li>\n <li>Ampia gamma di applicazioni e dispositivi di mobilità</li>\n <li>Integrazioni verticali di soluzioni specifiche del mercato</li>\n <li>Ampia gamma di end-point</li>\n <li>Configurazione e manutenzione centralizzata</li>\n <li>Client SIP Multi-Linea, supporto multi-carrier</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 3, 1, 1, 0),
(739, 1093, 0, '\n <section id=\"esmmulzulk\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Potenza per grandi imprese</h3>\n\n<p>L\'UNIVERGE SV9500 è una potente soluzione di comunicazione progettata per offrire alle aziende competitive la tecnologia piu efficente e facile da utilizzare che richiedono. Affidabile, scalabile, adattabile e facile da gestire, SV9500 è costruito su una tecnologia all\'avanguardia che supporta voice, unified communications and collaboration, unified messaging, e mobility out-of-the-box, il tutto rimanendo facile da gestire.</p>\n\n<p>Questo robusto sistema ricco di funzionalità è ideale per le imprese e le imprese geograficamente distribuite. È stato progettato per aiutare a risolvere le sfide di comunicazione di oggi e offre una facile integrazione con le soluzioni verticali uniche di NEC.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9500-front.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(736, 1092, 0, '\n \n \n <section id=\"cfhcxqtkdf\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Investi nel futuro della tua impresa</h3>\n\n<p>Il processo decisionale intelligente inizia con informazioni qualificate. L\'SV9300 è dotato di una garanzia di 5 anni e di una tecnologia a prova di futuro che soddisfa le esigenze dei dipendenti multi-generazionali. NEC ha il massimo livello di customer satisfaction tra i venditori di Unified Communication e ti offre anche un investimento incredibilmente intelligente. Le nostre piattaforme di Unified Communication sono state riconosciute dagli esperti del settore come quelle con i costi complessivi più bassi di proprietà sul mercato.</p>\n\n<h3>Facilità di amministrazione e manutenzione</h3>\n\n<p>SV9300 si integra facilmente con la tecnologia IT esistente come un IP o un sistema digitale interoperabile. L\'interfaccia di gestione facile da usare consente di semplificare l\'amministrazione del sistema, fornendo al tuo reparto IT un portale personalizzato per amministrare l\'intero sistema di comunicazione. Voce, comunicazioni unificate e casella vocale verranno gestite da una posizione centrale.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>Unifica la tua comunicazione</strong></h3>\n\n<p>La suite SV9300 UC di NEC per le aziende di medie dimensioni offre gli strumenti di comunicazione necessari per semplificare la comunicazione e la consegna delle informazioni. Con questa potente e flessibile soluzione le informazioni sono centralizzate e i messaggi sono unificati, in modo che i tuoi dipendenti possano gestire in modo efficiente le comunicazioni quotidiane e le comunicazioni in tempo reale.</p>\n\n<p>Con SV9300 UC, i tuoi dipendenti possono gestire in autonomia la proprietà delle loro comunicazioni, sincronizzando l’inoltro delle chiamate in base agli impegni in calendario. Possono anche iniziare un meeting o una sessione di supporto a clienti gestendola direttamente dal proprio desktop. SV9300 UC fornisce ai tuoi dipendenti esattamente quello che vogliono, uno strumento di comunicazione sotto il loro controllo.</p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(737, 1092, 0, '\n <section id=\"diytwlvhtr\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9300-fullpage.jpg\"></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(738, 1093, 0, '\n <section id=\"nmausafque\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Sfrutta la tecnologia per ottimizzare il lavoro di squadra e le pratiche commerciali</h2>\n\n<p style=\"text-align: center;\">La smart enterprise innova sfruttando le migliori e le più aggiornate tecnologie, applicazioni e prodotti. Con UNIVERGE SV9500 Communications server di NEC, le smart business sono abilitate da tecnologie che ottimizzano le pratiche commerciali, miglioranio l\'impegno della forza lavoro e creano un vantaggio competitivo.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(740, 1093, 0, '\n <section id=\"pgncxpqqvs\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/UNIVERGE-sv9500-packshot.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SV9500 offre</h3>\n\n<ul>\n <li>Premier IP unified communicationa</li>\n <li>Voice / UC / UM consegnato come soluzione integrata</li>\n <li>Licenza utente semplificata</li>\n <li>Suite completa del contact center</li>\n <li>Ampia gamma di applicazioni e dispositivi di mobilità</li>\n <li>Soluzioni verticali del mercato</li>\n <li>Ampia gamma di end-points</li>\n <li>Configurazione e gestione dei single points</li>\n <li>Architettura con telaio da 19 pollici ampilabile con:<br>\n - Capacità di sistema fino a 4.000 stazioni IP<br>\n - Espandibile a 16.000 (RNoIP) / 192.000 (FCCS / CCIS)</li>\n <li>Client SIP Multi-Line, supporto multi-carrier</li>\n <li>Virtualizzazione</li>\n <li>Consegna sulle iniziative green di NEC</li>\n</ul>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(833, 21, 0, '<section id=\"payaxopvto\" class=\"\"> <div class=\"image-full-width\">\n \n <div class=\"foreground hrzntl-spacer\">\n <div class=\"inner-wrapper\">\n \n <div class=\"col24\">\n <div style=\"\" class=\"column-wrapper\"><p>CLick to edit</p></div>\n </div>\n \n </div>\n </div>\n\n <div class=\"column-wrapper background\" edittype=\"image\"><img src=\"http://placehold.it/1200x300&text=IMAGE\"></div>\n</div>\n</section>', 'img', 'img-sub', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(743, 1094, 0, '\n \n \n \n \n \n \n \n \n \n <section id=\"bysklsldeh\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/GIF%20IS3000%20TO%203C.gif\" style=\"width: 600px; height: 450px;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Con politiche di migrazione molto vantaggiose non solo si beneficerà di un set di servizi ed applicazioni a valore aggiunto, dato dalla nuova tecnologia UC, ma anche di un risparmio economico notevole dato dalla possibilità di riutilizzare l’investimento effettuato precedentemente attraverso il \"ri-utilizzo\" di ripiani e schede di interfaccia per risorse tradizionali, senza necessità di acquistare Mediagateway e Mediaconverter aggiutnivi.</p>\n\n<p>NEC ha infatti sviluppato per i propri clienti un’ architettura che consente il riutilizzo di parte del “vecchio” HW (ripiani PM1100 ed interfacce) in particolare :</p>\n\n<ul>\n <li>Ripiani PM1100</li>\n <li>Interfacce di utente analogico ( ALC-E, ALC-F, ALC-G M/D)</li>\n <li>Interfacce di L.U. analogiche (ATU)</li>\n <li>Interfacce di L.U. ISDN 2Mb/S (DTU) e 2B+D (DTX – <u>no utenti digitali )</u></li>\n <li>Interfacce per celle DECT (DCC)</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(741, 1093, 0, '\n <section id=\"rydxzqltnl\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Virtualizza il tuo ambiente</strong></h4>\n\n<p>L\'SV9500 offre la possibilità di una soluzione di comunicazione completamente virtualizzata. Nella virtualizzazione delle tue applicazioni di unified communications, la tua organizzazione può ottenere gli stessi grandi vantaggi che hai realizzato dai server locali in passato, pur utilizzando diverse nuove funzionalità; come la capacità di implementare le applicazioni in modo più rapido, aumentare le prestazioni e la disponibilità e automatizzare le operazioni, ottenendo risultati IT più semplici da implementare e meno costosi da avere e gestire.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Make Collaborating Easier with Unified Communications</strong></h4>\n\n<p>Con la suite UC SV9500 , è possibile dettare e gestire come, quando e dove si desidera essere raggiunti tramite i client desktop e mobili. Conserva la proprietà delle tue comunicazioni. ImpostI il programma e il telefono squilla secondo le tue impostazioni. Avvii una riunione o una sessione di customer service e la gestisci direttamente dal tuo desktop. SV9500 UC ti dà esattamente quello che vuoi.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Facilita la connessione e migliora l\'esperienza del cliente</strong></h4>\n\n<p>La suite UC Contact Center supportata su SV9500 offre tutti gli strumenti necessari per rendere facile e veloce ogni interazione tra i tuoi clienti e la tua azienda. Tra tempi di risposta migliorati, ridotti tassi di abbandono, minori costi operativi e maggiori ricavi, sia tu che i tuoi clienti vedranno un ritorno sul tuo investimento.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Mantiene l’IT più efficiente</strong></h4>\n\n<p>SV9500 si integra facilmente con la tecnologia IT esistente come un intero sistema IP o un sistema digitale. L\'interfaccia di gestione agevole semplifica l\'amministrazione del sistema, dando al tuo reparto IT un portale personalizzato per amministrare l\'intero sistema di comunicazione - Voice, Unified Communications e Voicemail – tutte da una posizione centrale.</p>\n</div>\n</div></section>\n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(742, 1094, 0, '\n \n \n \n \n \n <section id=\"srgagkrzoo\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 align=\"center\" style=\"text-align:center\"><strong>iS3000: evolve supportandoti nella migrazione verso un’infrastruttura VoIP basata su Univerge 3C</strong><span lang=\"NL\"><o:p></o:p></span></h2>\n\n<p align=\"center\" style=\"text-align:center\">I sistemi iS3000, da anni noti sul mercato come sistemi affidabili TDM o ibridi, evolvono per supportare tutti i clienti che intendono adottare soluzioni di VoIP e UC&C.<span lang=\"NL\"><o:p></o:p></span></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(744, 1094, 0, '\n <section id=\"euexpkuhct\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SIP @ Net fornisce</h3>\n\n<ul>\n <li>Accesso alle più recenti norme come SIP</li>\n <li>Collegamento peer-to-peer a dispositivi basati su SIP, come telefoni cablati e wireless, gateway SIP, softphones e radio DECT IP</li>\n <li>Supporto della comunicazione video e della messaggistica utente-utente SIP</li>\n <li>Accesso SIP –based trunk tramite provider IP a estensioni telefoniche esterne</li>\n <li>Networking con notevoli funzionalità TDM su un\'infrastruttura IP</li>\n <li>Telefonia IP alla scrivania degli utenti</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(745, 1095, 0, '\n \n <section id=\"qzcsswtabx\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Terminali Desktop: ancora il fulcro della tua comunicazione aziendale</strong></h2>\n\n<p style=\"text-align: center;\">NEC offre una vasta gamma di telefoni e applicazioni che aiutano le aziende a beneficiare di una maggiore produttività. La famiglia dei telefoni desktop UNIVERGE, i sistemi wireless e i softphone aiutano i lavoratori ad accedere in modo rapido e affidabile agli strumenti, alle informazioni e alle persone in qualunque momento. Le molte opzioni personalizzabili e le funzioni avanzate disponibili sui telefoni NEC consentono alle aziende di avere una maggiore flessibilità nel modo in cui comunicano.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(746, 1096, 0, '\n \n <section id=\"adematqfrq\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Ampia gamma di potenti telefoni portatili per la mobilità aziendale</strong></h2>\n\n<p style=\"text-align: center;\">Al giorno d’oggi i lavoratori mobili dipendono dagli strumenti di comunicazione che hanno a disposizione nel loro ambito lavorativo e dalla disponibilità di collegamenti gratuiti che siano essi dentro o fuori l’ufficio. NEC offre una vasta gamma di telefoni per soddisfare ogni esigenza professionale. Se hai bisogno di un telefono robusto per ambienti potenzialmente impegnativi o un terminale IP estremamente sofisticato con una gamma completa di funzioni, abbiamo la soluzione appropriata per la tua attività.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(747, 1096, 0, '\n \n <section id=\"rznehlhdag\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3><strong>Dispositivi di ultima generazione per telefonate e messaggi in mobilità all’interno degli uffici</strong></h3>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(750, 1097, 0, '\n \n <section id=\"kwxkeestmc\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>La gamma di server NEC</h3>\n\n<p>La gamma di server NEC offre funzionalità innovative che soddisfano le complesse esigenze di calcolo dell\'infrastruttura IT. Da server altamente efficienti e flessibili con una reputazione giapponese di affidabilità per i data center che richiedono un consolidamento su larga scala, a server che sono facili da configurare su richiesta per ambienti di ufficio che richiedono un piccolo o medio consolidamento.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Soluzioni ecologiche di NEC</h3>\n\n<ul>\n <li>Tecnologia di raffreddamento ottimizzata e controllo intelligente del ventilatore per supportare il funzionamento continuo in un ambiente di 40 ° C (104 ° F) per ridurre al minimo i costi di raffreddamento.</li>\n <li>Configurazioni selezionate fino a 45 ° C</li>\n <li>Power supply condivise e power supply ridondanti con funzionalità di freddo-standby per sostenere un\'efficienza di conversione di potenza massima</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(748, 1096, 0, '\n \n <section id=\"hxcauzryea\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Tutti i telefoni DECT NEC offrono una comunicazione vocale eccellente: qualità della voce cristallina, funzionalità vivavoce, alta sicurezza grazie all\'autenticazione DECT e l\'integrazione con le piattaforme di comunicazione. Le applicazioni includono la rubrica centralizzata, lo stato di presenza, messaggi di testo o di allarmistica e rilevamento della posizione.</p>\n\n<p>I telefoni forniscono ai tuoi dipendenti comunicazioni flessibili, facili e sicure mentre vagano negli uffici della vostra azienda, fornendo la maggior parte delle funzionalità e delle funzionalità di un telefono desktop, con miglioramenti mobili quali messaggi di testo, tasti di allarme, programmabili e integrazione con terze parti applicazioni.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/NEC-IP-DECT-devices.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(749, 1097, 0, '\n \n <section id=\"kgnckhoaxe\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Ottimizza l\'utilizzo delle risorse del tuo server attraverso la virtualizzazione</strong></h2>\n\n<p style=\"text-align: center;\">Sfruttando il ricco patrimonio di sviluppo di mainframe e supercomputer, la famiglia dei server di NEC offre funzionalità innovative che rispondono alle complesse esigenze di calcolo dell\'infrastruttura IT. Alimentati dagli efficienti e potenti processori Intel® Xeon®, la famiglia dei server NEC offre prestazioni e funzionalità avanzate che forniscono soluzioni reali per ridurre i costi di approvvigionamento e di gestione.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(751, 1098, 0, '\n \n <section id=\"xpsigwdrgs\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Elevate prestazioni, affidabilità e disponibilità a prezzi accessibili</h2>\n\n<p style=\"text-align: center;\">I NEC Industry Standard Servers offrono elevate prestazioni, affidabilità e disponibilità a prezzi accessibili. Per ambienti difficili è disponibile in opzione una copertura frontale antipolvere</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(754, 1099, 0, '\n \n <section id=\"yautxdnimc\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>NEC Server Rack</h3>\n\n<p>I server Rack di NEC sono progettati per offrire elevate prestazioni, affidabilità e disponibilità a prezzi accessibili e affrontare qualsiasi ambiente aziendale, dai gruppi di lavoro,dalle piccole alle medie e grandi imprse smart.</p>\n\n<p>Disponibile da 1, 2 o 4 socket basate sugli ultimi processori Intel® Xeon® per soddisfare tutte le esigenze applicative e di prezzo. I modelli sono disponibili in 1U, 2U e 4U, fornendo un ottimo equilibrio di dimensioni ed espandibilità. </p>\n\n<p>Sono supportate temperature di esercizio fino a 40 ° C e con alcuni modelli in configurazioni selezionate fino a 45 ° C.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/rack_server_1U-2U-4U-range.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(752, 1098, 0, '\n \n \n <section id=\"czdaedlsqx\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>NEC Server Tower</h3>\n\n<p>I Server Tower di NEC offrono un rapporto qualità/prezzo ideale per le piccole e medie imprese smart.</p>\n\n<p>Le configurazioni di modelli selezionate supportano temperature operative fino a 48 ° C per una maggiore affidabilità, una maggiore efficienza energetica e ridotti costi operativi.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_tower_server_front_dual_cpu.jpg\"></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(753, 1099, 0, '\n \n <section id=\"gzxfflyffc\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Server scalabili e versatili per imprese smart </strong></h2>\n\n<p style=\"text-align: center;\">Rack server single, dual, quad-socket dotati degli ultimi processori Intel® Xeon® per prestazioni eccezionali, affidabilità e gestione semplificata.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(757, 1100, 0, '\n <section id=\"qpzqkddqly\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Assegnazione ottimale delle risorse</h3>\n\n<p>I sistemi dei Blade Server di NEC ottimizzano il consolidamento del server in combinazione con il software di gestione della piattaforma SigmaSystemCenter (SCC).</p>\n\n<p>SSC è una soluzione per la gestione delle piattaforme integrata, progettata per una gestione centralizzata e un\'autonomia policy-based. Monitora i tassi di utilizzo della CPU e alloca dinamicamente le risorse del server in base al cambiamento dei carichi operativi.</p>\n\n<p>La capacità di bilanciamento del carico di SSC consente agli amministratori di sistema di rispondere a bruschi cambiamenti nel loro ambiente di business. Quando i carichi di server sconnessi vengono rilevati, SCC disattiva i server leggermente caricati per ottenere risparmi di potenza. Accende i server in standby quando i server attivi sono pesantemente caricati.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_dual_cpu_tower_server_front.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(755, 1099, 0, '\n <section id=\"ynxxorvwff\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_rack_server_1U_no_front.jpg\"></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(756, 1100, 0, '\n <section id=\"mitnngdsbe\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Una infrastruttura versatile per la tua attività</h2>\n\n<p style=\"text-align: center;\">Migliora l\'efficienza dei data center con l\'infrastruttura condivisa di potenza, raffreddamento, rete e gestione dei server blade NEC.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(761, 1101, 0, '\n \n \n <section id=\"zfiotexodn\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>NEC Express5800/E120g-M</h3>\n\n<p>L\'Express5800/E120g-M, un server modulare dual-socket, offre prestazioni superiori, scalabilità e capacità di montaggio ad alta densità. Supportando l\'ultima famiglia di prodotti Intel® Xeon® Processor E5-2600 v4, memoria DDR4-2400 ad alta velocità e capacità di archiviazione fino a 8 TB, l\'E120g-M è l\'ideale per i data center e per le applicazioni ad alte prestazioni che richiedono la potenza di calcolo e l\'ottimizzazione dello spazio del data center.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_modular_server_angle.jpg\"></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(760, 1101, 0, '\n \n \n \n \n <section id=\"tdfyvvylre\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Efficienza energetica di ultima generazione</h3>\n\n<p>L\'innovativo concetto di progettazione green di NEC e la tecnologia, leader nel settore, di controllo del raffredamento consentono all\'E120g-M di funzionare a temperature fino a 40 gradi Celsius, riducendo così le esigenze di raffreddamento.</p>\n\n<p>Inoltre, gli alimentatori dual hot plug con modalità standby a freddo, condivisi da quattro nodi di server, consentono un ulteriore risparmio energetico.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Servizio di manutenzione migliore</h3>\n\n<p>È possibile accedere e manutenere i server dal lato anteriore grazie al design innovativo di NEC. Ciò consente di sostituire i standard rack server senza ridisegnare le funzionalità del data center e le procedure di manutenzione del server.</p>\n\n<p>Inoltre con NEC EXPRESSBUILDER puoi gestire facilemnte l\'impostazione e l\'implementazione e sfruttare la facile gestione con NEC EXPRESSSCOPE Engine 3 insieme a NEC ESMPRO. Questi vengono forniti gratuitamente con i server NEC.</p>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(758, 1100, 0, '\n <section id=\"xwfeecunhn\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-sigmablade-server.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>For every scale of server consolidation</h3>\n\n<p>Sono disponibili due custodie per lame per soddisfare le esigenze di scala del consolidamento del server.</p>\n\n<p>Il contenitore a lama H è un telaio a 16 lame da 10 U. Il contenitore a lama M è un telaio a 8 lame, 6U.</p>\n\n<p>Forniscono una facile configurazione e connettività di configurazione attraverso il modulo di gestione. I moduli di alimentazione ridondanti ei ventilatori assicurano che i server mantengano la disponibilità prevista.</p>\n\n<p>Le configurazioni selezionate supportano il funzionamento continuo fino a 40 ° C di temperatura ambiente.</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 3, 1, 1, 0),
(759, 1101, 0, '\n \n <section id=\"lnixrffchh\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\">Piattaforma server con prestazioni ad alta densità e media gamma con grande scalabilità e flessibilità.</p>\n\n<p> </p>\n\n<p style=\"text-align: center;\">Con un massimo di 4 server in un contenitore da 2U, il server modulare NEC è l\'ideale per i più esigenti data center e le applicazioni HPC, che richiedono sia la potenza di calcolo che l\'ottimizzazione dello spazio dei data center ad un prezzo interessante.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(762, 1101, 0, '\n <section id=\"sqxwpdusca\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_modular_server_front.jpg\"></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(763, 1102, 0, '\n <section id=\"izstetonlp\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Piattaforma Ideale per supportare l’ IoT</h2>\n\n<p style=\"text-align: center;\">La serie server DX di NEC offre ai nostri clienti una migliore piattaforma grazie al suo piccolo ingombro e alla bassa potenza richiesta. Questa nuova tecnologia è perfetta per ottimizzare Datacenter, e facilitare la gestione della piattaforma e altro ancora.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(764, 1102, 0, '\n \n <section id=\"pgnrnoiipd\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2><strong>Livello di efficienza migliore grazie al suo design ad altà densità</strong></h2>\n\n<p>I big data continuano a inondare il mondo in tempo reale, generando preziose informazioni che devono essere raccolte e analizzate utilizzando una tecnologia avanzata di analisi. Le risposte generate tramite le analisi dei big data creano un flusso di informazioni su persone, cose e servizi conosciute come Internet of Things (IoT). Questo drammatico flusso di informazioni porterà un grande impatto alle imprese, compresi i cambiamenti nel processo di creazione della conoscenza, una nuova creazione di valore sociale, la riforma della struttura industriale e la riorganizzazione dell\'industria.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_DX2000_scalable_modular_server.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(765, 1103, 0, '\n \n <section id=\"klompuryul\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"> Elevate prestazioni, scalabilità e affidabilità</h2>\n\n<p style=\"text-align: center;\">Sfruttando il patrimonio mondiale di supercomputer e mainframe di NEC, i server scalabili NEC Express5800 rappresentano la sesta generazione della famiglia NEC di piattaforme server basate su architettura Intel®. I server scalabili di NEC realizzano elevate prestazioni, elevata disponibilità e capacità operativa sfruttando l\'ultima famiglia Intel® Xeon® Processor E7 v3. Piattaforma ideale per applicazioni ad alta intensità di elaborazione e affamate di memoria in ambiente mission critical e virtualizzato.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(766, 1103, 0, '\n \n <section id=\"gncktihmvm\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Gamma Express5800/A2000 </h3>\n\n<ul>\n <li>Configurazione scalabile da 2 a 4 socket server</li>\n <li>Elevata affidabilità, disponibilità e funzionalità di manutenzione (RAS)</li>\n <li>Alimentazione 80 PLUS® Platinum certificata</li>\n <li>Funzionabile fino a 40 gradi Celsius</li>\n <li>Ideale per database di grandi dimensioni, applicazioni aziendali, virtualization e in-memoriy computing</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_enterprise_server_front.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(767, 1104, 0, '\n \n <section id=\"gkwuysdpmy\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Continuità operativa eccezionale grazie ai due moduli hardware completamente ridondante</strong></h2>\n\n<p style=\"text-align: center;\">Raggiungere tempi di inattività pari a zero è un obiettivo per le imprese mission-critical che non possono permettersi un singolo momento di fallimento. I server NEC Fault Tolerant (FT) forniscono una soluzione innovativa per affrontare i tempi di inattività pianificati e non pianificati per le applicazioni più importanti. I server FT offrono un eccezionale uptime grazie alla ridondanza dual modular dell’hardware e aiutano a ottimizzare i risultati aziendali. I server offrono una disponibilità continua attraverso la ridondanza hardware in tutti i componenti: processori, memoria, schede madri, I/O, unità disco rigido e ventilatori di raffreddamento.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(768, 1104, 0, '\n \n <section id=\"avwpryybxr\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>99.999% di continuità operativa</h3>\n\n<p>I server fault tolerant di NEC sono progettati con tecnologia innovativa che consente la disponibilità continua di una soluzione con tempi di operatività fino al 99,999%, fornendo l\'integrità dei dati e prestazioni eccezionali.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_fault_tolerant.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(769, 1104, 0, '\n <section id=\"ovehitniok\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>GeminiEngine™ — il cuore del processo di Lockstep</h3>\n\n<p>Il cuore dell\'architettura di ridondanza dual-modular per i server FT è il suo chipset GeminiEngine ™, una funzionalità appositamente progettata per sincronizzare i componenti ridondanti e impedire la degradazione delle prestazioni della CPU. La funzionalità GeminiEngine permette il processo di \"lockstep\", consentendo ai componenti ridondanti di elaborare contemporaneamente le stesse istruzioni, eliminando così i punti di difetto potenziali per la continua elaborazione.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Rapid Disk Resync (RDR)</h3>\n\n<p>Il Rapid Disk Resync (RDR) è una tecnologia di sincronizzazione dei dischi che consente di risincronizzare i dischi in un breve periodo di tempo quando il loro mirror è stato interrotto a causa di un guasto o manutenzione del sistema. Il RDR riprende il mirroring del disco eseguendo copie rapide dei soli dati modificati, anziché interi dati disco, riducendo al contempo il tempo che il sistema esegue con un sistema disco non ridondato.</p>\n\n<p>* Il RDR è disponibile solo sui modelli Windows.</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(771, 1105, 0, '\n \n <section id=\"muscaovesw\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"> <strong>Scalabilità ed affidabilità</strong></h2>\n\n<p style=\"text-align: center;\">Sia la diversa gamma di soluzioni di dischi array di storage NEC sia la nostra premiata piattaforma di grid storage, consentono di mantenere i dati a lungo termine grazie alla scalabilità delle prestazioni, alla massima capacità e al consolidamento su larga scala.</p>\n\n<p style=\"text-align: center;\">I nostri hardware e software storage lavorano per offrire costi bassi ed efficacia elevata.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(770, 1104, 0, '\n <section id=\"gayvthtiqq\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC_fault_tolerant_no_front.jpg\"></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(774, 1106, 0, '\n \n <section id=\"urvylehubr\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p>Strategic Benefits</p>\n\n<p>La nostra gamma di storage M Series è stata sviluppata per rispondere alle esigenze dell\'infrastruttura di nuova generazione. Ciò significa fornire funzionalità che sono centrali per qualsiasi organizzazione che mira a migliorare il modo in cui memorizza, condivide e archiviare i dati critici, come:</p>\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(772, 1105, 0, '\n \n <section id=\"zwqvotmvql\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>Disponibilità continua</strong></h3>\n\n<p>Come leader di Information and Communication Technology (ICT) con più di 117 anni di esperienza, NEC con la sua pluripremiata suite di high availability, le soluzioni di disaster recovery aiuta a mantenere l’ ambiente connesso dove è più importante.</p>\n\n<h4><strong>La continuità diventa realizzabile quando decidi di affidarti a NEC per la tua infrastruttura storage</strong><strong>.</strong></h4>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC%20storage%20M.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(773, 1106, 0, '\n \n <section id=\"czeqzblktw\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"> Competenza e accessibilità</h2>\n\n<p style=\"text-align: center;\">La gamma M-Series, la linea di soluzioni di array su dischi storage di NEC, rende facile il consolidamento e la scalabilità di archiviazione su larga scala con operazioni autonome utilizzando tecnologie avanzate di virtualizzazione, unità a stato solido ad alta velocità e provisioning sottile.</p>\n\n<p style=\"text-align: center;\">Sia per un ambiente entry-level, low-end, mid-tier o ad alte prestazioni, forniamo il sistema ottimale che consente di bilanciare in modo ottimale la disponibilità non-disruptive, altamente efficiente e sicura con un risparmio energetico.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(775, 1106, 0, '\n \n <section id=\"qdrnmbsbop\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/NEC-Storage_MSeries_economy.png\" style=\"width: 70px; height: 70px; text-align: center;\"></p>\n\n<h4 align=\"center\">Funzionalità</h4>\n\n<p align=\"center\">Alte prestazioni<br>\nMigliore stabilità<br>\nAlta disponibilità</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/NEC-Storage_MSeries_functionality.png\" style=\"width: 70px; height: 70px; text-align: center;\"></p>\n\n<h4 align=\"center\">Gestione facile</h4>\n\n<p align=\"center\">Classificazione dei dati<br>\nGestione della cache<br>\nCondivisione dati avanzata</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/NEC-Storage_MSeries_manageability.png\" style=\"width: 70px; height: 70px; text-align: center;\"></p>\n\n<h4 align=\"center\">Economicità</h4>\n\n<p align=\"center\">Minore consumo di energia<br>\nRiduzione dei costi di raffreddamento<br>\nRequisiti di spazio più piccoli</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/NEC-Storage_MSeries_security.png\" style=\"width: 70px; height: 70px; text-align: center;\"></p>\n\n<h4 align=\"center\">Sicurezza</h4>\n\n<p align=\"center\">Dischi Self-encrypting<br>\nTecnologia di cancellazione sicura</p>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(778, 1106, 0, '\n \n <section id=\"lmxasissqc\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"vert-offset-3\">\n<p>La gamma M-Series di storage NEC è stata sviluppata per rispondere alle esigenze dell\'infrastrutture di nuova generazione. Ciò significa fornire funzionalità che sono cruciali per qualsiasi organizzazione che mira a migliorare il modo in cui memorizza, condivide e archiviare i dati critici. Scopri di più nella brochure: <a href=\"http://bit.ly/2wkTY2Q\" target=\"_blank\">http://bit.ly/2wkTY2Q</a></p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal vert-offset-1\"><iframe allowfullscreen=\"\" src=\"//www.youtube.com/embed/UfRUb23GneA\" width=\"100%\" height=\"300\" frameborder=\"0\"></iframe></div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 3, 1, 1, 0),
(779, 1107, 0, '\n \n <section id=\"chgeriihoh\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Alte prestazioni - capacità massima – lo storage ottimizzato per la conservazione dei dati a lungo termine</strong></h2>\n\n<p style=\"text-align: center;\">HYDRAstor, la pluripremiata piattaforma di grid storage, consente la conservazione dei dati a lungo termine grazie alla scalabilità delle prestazioni e alla massimizzata capacità senza la complessità e le limitazioni intrinseche delle soluzioni di legacy storage.</p>\n\n<p style=\"text-align: center;\">NEC HYDRAstor è in grado di offrire un consumo inferiore di spazio d’archiviazione fino al 95% o più con la deduplicazione dei dati globali in linea e una significativa riduzione della richiesta di larghezza di banda di rete.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(776, 1106, 0, '\n \n \n <section id=\"eqvfyitfrb\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2>Strategic Benefits</h2>\n\n<p>La nostra gamma di storage M Series è stata sviluppata per rispondere alle esigenze dell\'infrastruttura di nuova generazione. Ciò significa fornire funzionalità che sono centrali per qualsiasi organizzazione che mira a migliorare il modo in cui memorizza, condivide e archiviare i dati critici, come:</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(777, 1106, 0, '\n \n <section id=\"ircyvkmbdk\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Benefici strategici</strong></h2>\n\n<p style=\"text-align: center;\">La nostra gamma di storage M-Series è stata sviluppata per rispondere alle esigenze dell\'infrastruttura di nuova generazione. Ciò significa fornire funzionalità che sono centrali per qualsiasi organizzazione che intende migliorare il modo in cui memorizza, condivide e archivia i dati critici, come:</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(780, 1107, 0, '\n \n \n <section id=\"zirqwvruhx\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><strong>Risultati affidabili</strong></h3>\n\n<p style=\"text-align: center;\">HYDRAstor, con la sua scalabilità modulare, offre un\'architettura globale di deduplicazione economica e affidabile per il backup e l\'archiviazione.</p>\n\n<p style=\"text-align: center;\"><strong>Ciò è realizzabile attraverso:</strong></p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(781, 1107, 0, '\n \n \n \n \n <section id=\"pyibbxkpky\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-HYDRAstor_UnrestrictedScalability.png\" style=\"width: 70px; height: 70px;\" title=\"<br />Unrestricted Scalability\"><br>\n </p>\n\n<p align=\"center\"><strong>Scalabilità<br>\nIllimitata</strong><br>\nFornisce scalabilità lineare sia delle prestazioni che della capacità eliminando la tecnologia distruptive.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-HYDRAstor_AutoProvisioning.png\" style=\"width: 70px; height: 70px;\" title=\"<br />Auto Provisioning\"><br>\n </p>\n\n<p align=\"center\"><strong>Provisioning<br>\nAutomatico</strong><br>\nSupporta una dimensione di default file system di 256PB assegnando dinamicamente la capacità di archiviazione necessaria senza riconfigurazione o intervento dell\'utente.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-HYDRAstor_Multi-GenerationExpansion.png\" style=\"width: 70px; height: 70px;\" title=\"<br />Multi-Generation Expansion\"><br>\n </p>\n\n<p align=\"center\"><strong>Espansione<br>\nMulti-Generation</strong><br>\nPermette di aggiornare e espandere la tecnologia non-disruptive in loco eliminando la necessità di aggiornamenti del forklift o dei tempi di inattività.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Storage-HYDRAstor_DataResiliency.png\" style=\"width: 70px; height: 70px;\" title=\"<br />Data Resiliency\"><br>\n </p>\n\n<p align=\"center\"><strong>Resilienza<br>\nDati </strong><br>\nFornisce una maggiore protezione dei dati e una ricostruzione più veloce grazie alla resilienza codificata e al ripristino automatico.</p>\n</div>\n</div></section>\n \n \n \n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(782, 1109, 0, '\n \n <section id=\"udniyzitec\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>NEC TaaN</strong></h2>\n\n<p style=\"text-align: center;\">La soluzione TaaN di NEC è in grado di virtualizzare una libreria nastro mettendola a disposizione degli utilizzatori come un vero e proprio NAS, condivisibile in rete dagli utenti stessi e dalle applicazioni.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(785, 1113, 0, '\n \n \n <section id=\"utcaisoxfz\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>SworM permette di archiviare i dati sensibili garantendo che non possano essere cancellati e/o riscritti, così che questi non possano più essere modificati o manipolati.</strong></h2>\n\n<p style=\"text-align: center;\">Il processo di protezione «worm» è aderente alle più stringenti normative nazionali e internazionali nell’ambito dell’archiviazione dei dati sensibili, dematerializzazione dei documenti, archiviazione sostitutiva e archiviazione dei file.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(783, 1109, 0, '\n \n \n \n \n <section id=\"yfhyktqfsg\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Tecnologia sicura ed economica</h3>\n\n<p>Grazie ad un approccio semplice per la scrittura e lettura dei dati, virtualmente compatibile con tutte le applicazioni e le infrastrutture esistenti, questa memoria “elastica” può essere utilizzata per archiviare quantità illimitate d’informazioni in modo sicuro ed economicamente conveniente. I file archiviati in TaaN sono accessibili con le modalità del sistema operativo nativo dal quale vi si accede, anche se i dati vengono effettivamente memorizzati all’interno di una libreria nastro.</p>\n\n<h3>Abbattere i costi dello storage grazie all’architettura ibrida NEC</h3>\n\n<p>TaaN è un’architettura ibrida, che utilizza differenti tier storage per garantire elevate prestazioni, affidabilità e costi di esercizio esigui. Un ambiente sicuro, ad alta capacità, che non richiede processi di backup separati.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/nec-tape-as-a-nas-320tb.jpg\" style=\"width: 750px; height: 380px;\"></p>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(784, 1111, 0, '\n \n <section id=\"imrinncupf\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Le Smart Storage Solution di NEC sono appliance in grado di adattarsi ad ogni tipo di azienda di tutte le dimensioni</strong></h2>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(786, 1113, 0, '\n \n <section id=\"bksrwipcxa\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Ambiti applicativi</h3>\n\n<ul>\n <li>Content Management Systems (CMS)</li>\n <li>Sistemi di gestione dei documenti (DMS)</li>\n <li>Dati finanziari</li>\n <li>Registrazione dati sensibili</li>\n <li>Sanità (cartelle pazienti, Risc/PACS, etc)</li>\n <li>Video e Registrazioni vocali</li>\n <li>Documentazione contabile</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Vantaggi SworM</h3>\n\n<ul>\n <li>SworM offre un ambiente sicuro, che tra l’altro non ha bisogno di processi di backup separati perché è autoconsistente</li>\n <li>SworM fornisce elevate prestazioni e ridottissimi costi di acquisto e di esercizio rispetto ai tradizionali sistemi CAS</li>\n <li>SworM può utilizzarE l’infrastruttura esistente evitando di acquistare nuovo hardware</li>\n <li>SworM è semplice da installare e configurare sla su server fisici, sia su server virtuali</li>\n <li>SworM in meno di due ore é “up and running</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(787, 1115, 0, '\n \n <section id=\"nxgmexhhnr\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Integra la tua l\'infrastruttura IT all\'interno del cloud in un solo clic!</strong></h2>\n\n<p style=\"text-align: center;\">In NEC riteniamo che gestire una massiccia crescita dei dati e ridurre i requisiti di archiviazione primaria, i costi di manutenzione e il backup associato richiedono un approccio totalmente nuovo, utilizzando soluzioni innovative semplici da implementare.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(788, 1115, 0, '\n \n <section id=\"gwatqvvwbg\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>NEC Cloud Gateway</h3>\n\n<p>L\'innovativa soluzione NEC Cloud Gateway può essere facilmente integrata nelle infrastrutture esistenti senza apportare modifiche alle applicazioni e agli utenti; infatti, i dati migrati / spostati continueranno a essere visualizzati localmente anche se memorizzati all\'interno della Cloud.</p>\n\n<p>Ad esempio, i file non accessibili di lunga data (dati statici) possono essere memorizzati automaticamente al sicuro nel cloud, ripristinando lo spazio dei dati nell\'infrastruttura primaria.</p>\n\n<p>La soluzione consente non solo di spostare dati dall\'infrastruttura esistente nel cloud, ma anche di categorizzarli e migrarli in modo trasparente, a seconda del formato, della data di creazione, della dimensione e della pertinenza del business della società.</p>\n\n<p> </p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Cloud Gateway ti permette di:</h3>\n\n<ul>\n <li>Virtualizzare l\'ambiente Cloud trasformandolo in una rete NAS condivisa in rete. Un approccio facile, compatibile con tutte le applicazioni. Questa memoria \"elastica\" può essere usata per memorizzare quantità illimitate di informazioni in modo sicuro ed economico.</li>\n <li>Ridurre drasticamente i costi per l\'archiviazione primaria, la gestione, la manutenzione e i costi correlati che spostano i dati inattivi verso Cloud.</li>\n <li>Ridurre il consumo energetico (consumo e raffreddamento).</li>\n <li>Limitare drasticamente le finestre di tempo per il backup e il ripristino dei dati. I file statici, cioè non acceduti da molto tempo, non verranno più eseguiti in ??backup, ma memorizzati in modo sicuro nel Cloud.</li>\n <li>Migliorare la ritenzione dei dati (RTO) percepibile in caso di emergenza.</li>\n <li>Accedere ai dati migrati in Cloud da altri siti per eseguire operazioni di recupero e migrazione dei dati</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(789, 1116, 0, '\n \n \n <section id=\"ypwxfwpzhb\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>L’evoluzione verso l’iperconvergenza passa per il Software-defined Data Center </strong></h2>\n\n<p style=\"text-align: center;\">Software-Defined Networking (SDN) semplifica e risolve le attuali problematiche di rete per rendere, le complesse architetture ed intricati sistemi infrastrutturali del mondo ICT, più facilmente erogabili, manutenibili e flessibili.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(790, 1116, 0, '\n \n <section id=\"teyrrqpxuo\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>I benefici dell’SDN</h3>\n\n<p>L’SDN ha dimostrato fattive capacità di trasformare una rete in un moderno ambiente IT, ottimizzando le esigenze aziendali eliminando i colli di bottiglia nelle architetture.</p>\n\n<p>Il concetto di SDN è quello di separare il “control plane” dai device portandolo su di un “controllore” centralizzato. Mediante il controller del servizio, l’apertura dell’API e l’utilizzo del software per la programmazione della rete, SDN può aiutare a eliminare i processi manuali, la rigidità e la latenza associata ai tradizionali sistemi di rete “device-centric” .</p>\n\n<h3>Perche adottare SDN </h3>\n\n<ul>\n <li>Economicamente vantaggioso e con un approccio flessibile</li>\n <li>L\'automazione aumenta l\'agilità dei sistemi IT</li>\n <li>Application Aware</li>\n <li>Astrazione dell’architettura di rete su interfaccia grafica.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>Quali sono i vantaggi?</strong></h3>\n\n<ul>\n <li>Riduzione dei costi operativi : 80%</li>\n <li>Riduzione del tempo per la risoluzione dei problemi : 94%</li>\n <li>Riduzione dello spazio rack utilizzato</li>\n <li>Consolidamento dei device: da 40 switch a 8</li>\n <li>Rapida adozione di servizi avanzati per l’autenticazione e monitoraggio, derivanti dalla flessibilità della rete </li>\n</ul>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/illustrations-what-in-it.png\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(792, 1116, 0, '\n <section id=\"empty-section\" class=\"empty\"></section>\n ', '', '', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(791, 1116, 0, '\n \n <section id=\"iwbgvownkp\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/sdnspace2.png\" style=\"width: 269px; height: 60px;\" title=\"Help Shape The Future Of SDN\"></p>\n\n<p style=\"text-align: center;\"> </p>\n\n<p style=\"text-align: center;\"> </p>\n\n<p style=\"text-align: center;\">Che vantaggio ne ricavi?</p>\n\n<p style=\"text-align: center;\"> </p>\n\n<p style=\"text-align: center;\">• riduzione dei costi operativi di rete dell\'80%<br>\n• Riduzione del tempo di risoluzione dei problemi del 94%<br>\n• Riduzione da 17 rack server a 8<br>\n• Consolidation da 40 switch a 8<br>\n• Sviluppo rapido di servizi avanzati di autenticazione e monitoraggio grazie alla flessibilità di rete</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(793, 1116, 0, '\n <section id=\"empty-section\" class=\"empty\"></section>\n ', '', '', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(794, 1116, 0, '\n <section id=\"empty-section\" class=\"empty\"></section>\n ', '', '', '', '', 0, 0, '', '', 0, 6, 1, 0, 0),
(795, 1116, 0, '\n <section id=\"qddoxmfxwz\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"text-align: center;\">Help Shape The Future Of SDN</h3>\n\n<p style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/sdnspace2.png\" style=\"width: 269px; height: 60px;\" title=\"Help Shape The Future Of SDN\"><br>\nJoin the NEC SDN Partner Space, an open SDN applications ecosystem, and help redefine the rules imposed by traditional flat networks and shape tomorrow\'s virtualized network environment.</p>\n\n<p style=\"text-align: center;\"><a class=\"button primary\" href=\"http://sdnspace.com/\" target=\"_blank\">Get Started</a></p>\n</div>\n</div></section>\n ', '1-column-centered', 'text', '', 'headers-blue', 0, 0, '', '', 0, 3, 1, 1, 0),
(796, 1117, 0, '\n \n <section id=\"kpqybexcka\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Migliora la gestione dei pazienti</strong></h2>\n\n<p style=\"text-align: center;\">Le soluzioni di assistenza sanitaria di NEC migliorano la qualità della cura del paziente attraverso una maggiore gestione dei pazienti. Queste soluzioni consentono agli assistenti sanitari di velocizzare il trattamento medico.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(801, 1118, 0, '\n <section id=\"bsmirbiybg\" class=\"\">\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-westin.png\"></p>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-hilton.png\"></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-le-meredien.png\"></p>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-garden-inn.png\"></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-sheraton.png\"></p>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-double-tree.png\"></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-w-hotels.png\"></p>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-waldorf.png\"></p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-marriott.png\"></p>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/logo-hampton-inn.png\"></p>\n</div>\n</div></section>\n ', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 3, 1, 1, 0),
(797, 1117, 0, '\n \n <section id=\"qxknszalvb\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><strong>Aumenta la produttività </strong></h3>\n\n<p style=\"text-align: center;\">Con le soluzioni e i servizi testati da NEC, la cura medica viene ottimizzata attraverso:</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(799, 1118, 0, '\n \n \n <section id=\"znzilbvlhg\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>La giusta soluzione</strong></h2>\n\n<p style=\"text-align: center;\">In tutte le principali regioni geografiche, NEC è uno dei fornitori chiave per l\'industria alberghiera. Grazie alla fusione delle principali tecnologie di rete IT e di comunicazione, NEC mette a disposizione soluzioni con scalabilità e convenienza per soddisfare le mutevoli esigenze aziendali di alberghi, compagnie di crociera e organizzazioni viaggi.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(798, 1117, 0, '\n \n <section id=\"ekmbsohlmg\" class=\"\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Healthcare_PatientUnderstand.jpg\" title=\"<br />Better patient insight\"></p>\n\n<p style=\"text-align: center;\"><strong>Una migliore conoscenza del paziente.</strong></p>\n\n<p style=\"text-align: center;\">Consente di accedere prontamente ai report medici completi dei pazienti</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Healthcare_StaffCooperation.jpg\" title=\"<br />Improved staff cooperation\"></p>\n\n<p style=\"text-align: center;\"><strong>Migliora la collaborazione del personale</strong></p>\n\n<p style=\"text-align: center;\">La lista delle attivi per la messaggistica favorisce risposte più veloci e miglioramenti dei risultati del paziente.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/NEC-Healthcare_AssuredServices.jpg\" title=\"<br />Reliable assured services\"></p>\n\n<p style=\"text-align: center;\"><strong>Servizi affidabili assicurati</strong></p>\n\n<p style=\"text-align: center;\">La ridondanza delle infrastrutture permette di essere preparati alle catastrofi e la continuità per le mission-critical.</p>\n</div>\n</div></section>\n \n ', '3-column-centered', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(800, 1118, 0, '\n \n \n <section id=\"myzlywbszg\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 align=\"center\"><strong>Catene alberghiere internazionali si affidano a NEC</strong></h2>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(802, 1118, 0, '\n \n \n <section id=\"ruhkiggnwk\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\"><strong>Tattiche su misura</strong></h2>\n\n<p style=\"text-align: center;\">Le soluzioni di comunicazione e IT di NEC aiutano le aziende alberghiere a contenere i costi, a migliorare l\'efficienza del personale e creare un ambiente che renda gli ospiti desiderosi di tornare. Noi affrontiamo le esigenze delle aziende alberghiere con soluzioni personalizzate specifiche per il marchio e per il tipo di hotel</p>\n\n<div class=\"tabs-default with-icons\">\n<ul class=\"selector\">\n <li><a href=\"#tabs-1\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-operator.png\">Operator & Guest Reservations</a></li>\n <li><a href=\"#tabs-2\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-pms.png\">PMS Connectivity</a></li>\n <li><a href=\"#tabs-3\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-mobility.png\">Staff Mobility</a></li>\n <li><a href=\"#tabs-4\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-voicemail.png\">Voicemail & Wakeup</a></li>\n <li><a href=\"#tabs-5\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-itci.png\">IT & Communications Infrastructure</a></li>\n <li><a href=\"#tabs-6\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-alarming.png\">Alarming & Mobility</a></li>\n <li><a href=\"#tabs-7\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-byod.png\">BYOD for Guests</a></li>\n <li><a href=\"#tabs-8\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-virtualization.png\">Virtualization & Hosted Delivery</a></li>\n <li><a href=\"#tabs-9\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/ic-wireless.png\">Wireless</a></li>\n</ul>\n\n<div class=\"col24 sub-grid\" id=\"tabs-1\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">Operator & Guest Reservations</h3>\n\n<p>Con le soluzioni operator and guest reservation di NEC il personale alberghiero può semplificare l\'esperienza degli ospiti migliorando i servizi offerti in modo rapido, cortese e personalizzato. Le nostre soluzioni di operator and guest reservation garantiscono il massimo livello di interazione personale aiutando a:</p>\n\n<p><strong>Risposte personalizzate</strong><br>\nLe chiamate in coda vengono gestite in modo intelligente per garantire una risposta veloce e appropriata degli ospiti.</p>\n\n<p><strong>Aumenta la soddisfazione</strong><br>\nLa profilazione in tempo reale aumenta l\'esperienza degli ospiti grazie all\'assistenza personalizzata.</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Aumentare la risposta</strong><br>\nSingle point of contact delle chiamate in arrivo promuove tempi di risposta più rapidi per rafforzare la reputazione del marchio.</p>\n\n<p><strong>Efficienza del personale</strong><br>\nIl routing basato sulle competenze diminuisce il carico di lavoro dei receptionisti, consentendo un\'attenta esperienza di reception</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-2\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">PMS Connectivity</h3>\n\n<p>Con l\'interfaccia aperta di NEC, i sistemi di gestione delle proprietà (PMS) possono essere migliorati per supportare i servizi avanzati di messaggistica per una risposta al cliente di alto livello. La nostra soluzione PMS ottimizza e coordina le comunicazioni in modo che i dipendenti possano lavorare in maniera più smart e i clienti sperimentino un soggiorno indimenticabile, aiutando a:</p>\n\n<p><strong>Migliorare il servizio</strong><br>\nLe funzioni essenziali front e back office diventano più accessibili e più facili da usare per accelerare il tempo di risposta e la disponibilità del personale.</p>\n\n<p><strong>Ampliamento della portata</strong><br>\nLa capacità di configurazione si estende attraverso operazioni single or multi-property per capitalizzare e mantenere esperienze costanti del cliente.</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Consequential Insight</strong><br>\nQuando accoppiati con i servizi di comunicazione di NEC, le funzioni come chiamate di sveglia, disponibilità della stanza e registrazione VIP diventano accessibili e sono facilmente gestibili.</p>\n\n<p><strong>Device Agility</strong><br>\nI telefoni e i portatili possono essere adattati per adeguarsi al ruolo e alle responsabilità del personale, per una maggiore soddisfazione e produttività.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-3\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">Staff Mobility</h3>\n\n<p>Con le mobile solution di NEC, i membri del personale sono più facilmente raggiungibili e le attività prioritizzate. Le nostre soluzioni mobili offrono anche l\'accesso ad applicazioni e informazioni più importanti per aiutare a:</p>\n\n<p><strong>Aumenta l\'accessibilità</strong><br>\nCon la possibilità di posta vocale e messaggistica ovunque e in qualsiasi momento si eliminano le barriere e la facilità di accesso diventa possibile.</p>\n\n<p><strong>Judicious Oversight</strong><br>\nCon l\'accesso ai tool necessari quando andate a gestire le richieste degli ospiti e la gestione dei servizi in loco diventano semplici</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Attenzione al cliente</strong><br>\nL\'accesso ad informazioni e applicazioni critiche permette al personale rivolto al pubblico di concentrarsi sul cliente per farlo diventare un brand advocate.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-4\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">Voicemail & Wakeup</h3>\n\n<p>Con le soluzioni di messaggistica di NEC i clienti possono prendere il controllo e personalizzare il servizio per soddisfare le loro aspettative. L\'installazione è semplice e aiuta a:</p>\n\n<p><strong>Autoamministrato</strong><br>\nLe chiamate, i messaggi e anche le chiamate di sveglia possono essere comodamente gestite e controllate dagli ospiti tramite comandi intuitivi per garantire che le esigenze e le aspettative siano impostate.</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Risposte alle domande</strong><br>\nLe linee di informazione per gli ospiti rispondono automaticamente alle domande di routine senza indugio riducendo il potenziale di informazioni imprecise condivise 24 ore al giorno 362 giorni all\'anno.</p>\n\n<p><strong>Go direct</strong><br>\nRimuovendo la necessità di dirigere i chiamanti in entrata attraverso gli operatori, si evitano potenziali code e quindi potenziali frustrazioni dei clienti.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-5\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">IT & Communications Infrastructure</h3>\n\n<p>Le applicazioni di facile utilizzo e ricche di funzionalità e i server di NEC, rendono più soddisfatti i membri del personale ed i clienti. Le funzionalità di comunicazione avanzate incontrano meglio le aspettative dei clienti per aumentare la soddisfazione del servizio globale aiutando a: </p>\n\n<p><strong>Risposte più veloci</strong><br>\nLa disponibilità sicura di file e dati mantiene l\'attenzione sul servizio dei clienti</p>\n\n<p><strong>Adattabilità personalizzata</strong><br>\nLa flessibilità di personalizzare facilmente l\'infrastruttura da base ad avanzate assicura un sistema perfettamente adatto alle particolari esigenze di ogni stabilimento.</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Gestione semplificata</strong><br>\nI sistemi di gestione centralizzati consentono di gestire facilmente e comodamente le attività quotidiane a partire da un single point di ingresso</p>\n\n<p><strong>Servizio 24 ore su 24</strong><br>\nAmbienti convergenti di applicazioni vocali e dati forniscono un servizio affidabile 24 ore su 24 e tutto l\'anno per contenuti ed esperienze costanti.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-6\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">Alarming & Mobility</h3>\n\n<p>Le soluzioni di comunicazione di NEC elevano la capacità di risposta con configurazioni di interfacce e allarmi che notificano. La compatibilità tra dispositivo e messaggi di testo aumenta la portata e l\'immediatezza aiutando a:</p>\n\n<p><strong>Messaggi di gruppo</strong><br>\nI messaggi vocali e di testo possono essere distribuiti a un gran numero di utenti mobili con facilità.</p>\n\n<p><strong>Automatizza le registrazioni</strong><br>\nQuando è necessario, le chiamate in conferenza possono essere stabilite e registrate automaticamente per uso futuro.</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Allarmi di emergenza</strong><br>\nSe si verifica un\'emergenza, un allarme centrale notifica il personale appropriato in vari modi come voce, testo e email, per metterli al corrente della situazione.</p>\n\n<p><strong>Localizzazione del personale</strong><br>\nLe configurazioni di posizione hanno reso possibile un posizionamento preciso per individuare il personale e inviare supporto di assistenza dove e come necessario.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-7\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">BYOD for Guests</h3>\n\n<p>L\'infrastruttura hospitality di NEC porta a un nuovo livello nei servizi consentendo agli ospiti di rimanere connessi ai propri dispositivi mobili per tutta la durata del loro soggiorno. L\'esperienza degli ospiti migliora grazie a:</p>\n\n<p><strong>Adattabilità intuitiva</strong><br>\nGli strumenti, i menù e le funzionalità on-premise diventano facilmente accessibili usando i dispositivi degli ospiti</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Nessuna opportunità persa</strong><br>\nPermettendo agli ospiti di avere le stesse informazioni sul proprio dispositivo personale e sul dispositivo interno si aumenta la possibilità di continuare ad utilizzare le offerte in loco.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-8\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">Virtualization & Hosted Delivery</h3>\n\n<p>Con i servizi di comunicazione basati su cloud di NEC, diventano possibili una serie di soluzioni di virtualizzazione e di consolidamento complete che portano efficienza nei costi e agilità nella gestione di un\'infrastruttura IT alberghiera. Questo metodo flessibile consente di:</p>\n\n<p><strong>Minori costi generali</strong><br>\nLa manutenzione e gli aggiornamenti diventano una cosa del passato mentre la pianificazione pay-to-grow allinea i servizi e le soluzioni alle necessità reali.</p>\n\n<p><strong>Ongoing Relevance</strong><br>\nLa rapida fornitura di applicazioni, funzionalità e servizi offre un livello di agilità agli ospiti per le esperienze di livello importante</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Infrastrutture senza precedenti</strong><br>\nUna robusta suite di soluzioni cloud offre elevate soluzioni alternative disponibili in termini di scala e di portata in grado di soddisfare rapidamente i requisiti degli ospiti e della proprietà.</p>\n\n<p><strong>Ongoing Continuity</strong><br>\nIl livello più elevato di sicurezza e di prestazioni è possibile grazie a tecnologie premiate che offrono protezioni di ridondanza e di recupero e risoluzione dei problemi.</p>\n</div>\n</div>\n\n<div class=\"col24 sub-grid\" id=\"tabs-9\">\n<div class=\"col12\">\n<h3 class=\"nec-orange\">Wireless</h3>\n\n<p><strong>Accessibilità wireless</strong><br>\nLe soluzioni wireless di voce, dati e messaggistica di NEC offrono una facile gestione di una singola rete convergente e una facile integrazione e configurazione multi-site per la massima flessibilità e adattabilità.</p>\n\n<p><strong>Massimizzare l\'efficienza</strong><br>\nCon un consolidato sistema di paging, telefoni, scansione, radio bidirezionali, intercomunicazione, conferenza e location tag, la connessione e la collaborazione tra il personale diventa facile</p>\n</div>\n\n<div class=\"col12 vert-offset-3\">\n<p><strong>Ambientalmente agile</strong><br>\nLa tecnologia avanzata di soppressione del rumore consente di operare in ambienti rumorosi in modo da non perdere mai una chiamata.</p>\n\n<p><strong>Progettato per l\'uso</strong><br>\nIl design robusto garantisce funzionalità anche in condizioni diverse o cadute involontarie per una continua prestazione</p>\n</div>\n</div>\n</div>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(803, 1118, 0, '\n \n <section id=\"xacrnzobab\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><strong>“NEC si è dimostrato un partner sicuro ed affidabile, offrendo un\'eccellente affidabilità, mentre la competenza del team NEC garantisce che ci vengona offerte le soluzioni più appropriate per soddisfare le nostre esigenze \".</strong></p>\n\n<p style=\"text-align: center;\"><em>Mr. Paul Missen<br>\nVice President Technology Mandarin Oriental Hotel Group</em></p>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 5, 1, 1, 0),
(805, 1120, 0, '\n \n <section id=\"rhzvambvas\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Data Center Campale Mobile</h2>\n\n<p style=\"text-align: center;\">Il sistema NEC Data Center Campale realizza, senza necessità di altre componenti esterne, un data center completo composto da soli quattro rack standard 19’ rugged, in alluminio.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(804, 1118, 0, '\n \n <section id=\"dkxkvduqfw\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Per ogni hotel o catena alberghiera una soluzione adeguata</h3>\n\n<p>NEC è in grado di affrontare ogni brand e tipo di hotel con specifiche piattaforme e soluzioni - da piccole a grandi dimensioni, da funzionalità di base a molto avanzate e in tutto il mondo.</p>\n\n<p>Le soluzioni di Communications e IT di NEC aiutano il controllo dei costi dell\'industria alberghiera, migliorano l\'efficienza del personale e creano un ambiente che rende gli ospiti desiderosi di tornare. Insieme ai nostri partner specializzati offriamo un portafoglio completo di soluzioni e servizi per rispondere alle esigenze dell\'industria alberghiera.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p class=\"vert-offset-4\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/hospitality-solutions-overview.png\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 1, 0),
(806, 1120, 0, '\n \n <section id=\"rnrfubgbxr\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Al loro interno sono installati:</h3>\n\n<ul>\n <li>2 server NEC Fault Tolerant;</li>\n <li>1 storage NEC con doppio controller RAID ridondato;</li>\n <li>Sistemi di continuità elettrica ridondati completi di batterie.</li>\n</ul>\n\n<h3>Il Data Center Campale di NEC è in grado di ottenere:</h3>\n\n<ul>\n <li>Elevate prestazioni</li>\n <li>Alta disponibilità</li>\n <li>Dimensioni e peso ridotti</li>\n <li>Velocità di dispiegamento</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p class=\"vert-offset-4\">Per garantire l’operatività degli apparati elettronici anche in contesti ambientali difficili, ciascun rack è dotato di un sistema di condizionamento (installabile solo quando necessario).</p>\n\n<p>Ciascun modulo Contenitore/Apparato contiene il proprio peso al di sotto dei 100 Kg, assicurando così la possibilità di essere movimentato rapidamente ed in sicurezza da solo 4 operatori.</p>\n\n<p>Il sistema è composto da tre differenti tipi di rack (Server, Storage, Energia) che possono essere combinati secondo il tipo di ridondanza che si vuole raggiungere.</p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(807, 1120, 0, '\n \n <section id=\"etqiixgvns\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Modulo ’’Rack Server’’ </strong></h4>\n\n<p>Il modulo “Rack Server” utilizza il NEC Fault Tolerant Express 5800/R320d-M4.</p>\n\n<p>Questa particolare tipologia di server raggiunge una disponibilità del 99,999% (5 minuti di downtime per anno), grazie alla sue caratteristiche di completa ridondanza HW. Quando il sistema rileva un guasto in uno dei moduli, questo è automaticamente isolato e l\'altro modulo mantiene il sistema in esecuzione senza alcun tipo di impostazione particolare richiesta a livello applicativo o di sistema operativo. Il guasto non comporta alcuna interruzione delle applicazioni attive in quel momento, né alcuna perdita di dati.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Modulo ’’Rack Storage’’</strong></h4>\n\n<p>Il modulo ’’Rack Storage” utilizza il NEC Storage M110. È uno storage con elevate performance ed elevata affidabilità. Garantisce una gestione semplificata delle singole macchine virtuali (VM) e dei desktop virtuali (VDI) in ambiente Vmware. Può utilizzare SSD ed impiegarne parte come cache L2, per cui è possibile migliorare il throughput dei dati frequentemente acceduti. Inoltre, grazie alle funzionalità di tiering, questi possono essere riallocati automaticamente sulla tecnologia più idonea. Il processore, dotato di avanzato risparmio energetico, controlla autonomamente la modalità operativa per ridurre il consumo di energia del sistema.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Modulo ’’Rack UPS’’</strong></h4>\n\n<p>Questo modulo ha il compito di garantire, in modo ridondato, la continuità ai due moduli “Rack Server” presenti nella configurazione standard del DCC. Ciascun UPS è in grado di alimentare entrambi i moduli Server presenti nella configurazione DCC standard.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Modulo di condizionamento</strong></h4>\n\n<p>Il subrack di condizionamento (presente per ciascun rack/modulo) è costituito da un piccolo rack trasportabile separatamente dal modulo rack cui va applicato. Al momento del dispiegamento del DCC può essere “applicato” al modulo corrispondente senza particolari necessità installative e con rapidità. L’intero sistema DCC, nella configurazione standard, prevede la presenza di un sub-rack di condizionamento per ciascun modulo, per un totale di 4 sub-rack di condizionamento.</p>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(808, 1122, 0, '\n <section id=\"gxvwkekvsr\" class=\"\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><a href=\"https://www.nec-enterprise.com/documents?id=786&hash=0136ffc8a30923444a8f658fec278f8494722e0ce7ab883de201c7da3b21baf7\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/NEC_social_values_2017.png\" style=\"border-width: 0px; border-style: solid;\" title=\"NEC Vision 2015-2016\"><br>\n<strong>NEC Vision 2017</strong><br>\nfor Social Value Creation</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><a href=\"https://www.nec-enterprise.com/documents?id=878&hash=122250c3f5b3cff39f74b380a13f31a786c521897c42c8c2c907466448f226d2\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/NEC-vision-case-studies.jpg\" style=\"border-width: 0px; border-style: solid;\" title=\"NEC Vision 2017\"><br>\n<strong>NEC Vision 2017</strong><br>\nCase Studies and Highlights</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><a href=\"https://www.nec-enterprise.com/documents?id=877&hash=803c9700d6b8a629c3a9a793f5a460af2cb560d2362683e8db655861ba42a494\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/NEC-trends-2017.jpg\" style=\"border-width: 0px; border-style: solid;\" title=\"Smart Enterprise\"><br>\n<strong>Smart Enterprise</strong><br>\n10 Strategic Drivers 2017</a></p>\n</div>\n</div></section>\n ', '3-column-centered', 'text', '', 'whitepaper-downloads', 0, 0, '', '', 0, 1, 1, 1, 0),
(809, 1122, 0, '\n \n \n \n <section id=\"uwcgsfwyfd\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Guarda Ora - NEC Vision 2017</strong></h2>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(815, 1122, 0, '\n \n <section id=\"dpbwszfpez\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 style=\"text-align: center;\"><strong>I vantaggi di NEC</strong></h2>\n\n<p style=\"text-align: center;\">Visione globale combinata con presenza locale<br>\nEsperienza consolidata basata sulle attività commerciali in oltre 160 paesi<br>\nUn partner affidabile e stabile la cui missione è realizzare una società abilitata all\'informazione</p>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 6, 1, 1, 0),
(810, 1122, 0, '\n \n \n <section id=\"krlpxwrgam\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 style=\"text-align: center;\"><strong>Perché NEC?</strong></h2>\n\n<p style=\"text-align: center;\">Come leader del settore Information and Communications Technology (ICT), NEC riunisce e integra tecnologie e competenze per creare la società abilitata alla tecnologia di domani.</p>\n</div>\n</div></section>\n \n \n ', '1-column-centered', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(811, 1122, 0, '\n \n \n \n <section id=\"fogvbkpaum\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><strong>Un futuro migliore</strong></h3>\n\n<p style=\"text-align: center;\">NEC offre nuovi approcci a come vengono consegnati e gestiti i servizi di comunicazione e IT, offrendo nuovi modi per operare e sviluppare le imprese</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(812, 1122, 0, '\n \n <section id=\"qhkngodkyz\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/proven-expertise.png\"></p>\n\n<h4 style=\"text-align: center;\"><strong>Esperienza comprovata</strong></h4>\n\n<p style=\"text-align: center;\">Più di 117 anni di eccellenza e competenza.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/scalable-tactics.png\"></p>\n\n<h4 style=\"text-align: center;\"><strong>Tattiche scalabili</strong></h4>\n\n<p style=\"text-align: center;\">Aiuta a sostenere nuovi investimenti strategici da cui trasformarsi e trarne successo.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/smart-transformation.png\"></p>\n\n<h4 style=\"text-align: center;\"><strong>Trasformazione intelligente</strong></h4>\n\n<p style=\"text-align: center;\">Abilita nuove strategie competitive per le aziende</p>\n</div>\n</div></section>\n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(813, 1122, 0, '\n \n <section id=\"zksosathlp\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Impegnato nell\'innovazione</h2>\n\n<p style=\"text-align: center;\">9 laboratori in tutto il mondo che impiegano quasi 1.000 ricercatori</p>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/WhyNECBanner.png\"></p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 4, 1, 1, 0),
(814, 1122, 0, '\n \n <section id=\"yiolptqebe\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Germany / United Kingdom</h3>\n\n<p><strong>Heidelberg / London</strong><br>\nSmart Grid, M2M, Security, Privacy, Media Processing Cloud ICT, Wireless Access, Standardization Activities.</p>\n\n<h3>United States</h3>\n\n<p><strong>Silicon Valley / Princeton</strong><br>\nMedia Analysis, Machine Learning, System Administration & Verification, Energy Management, ITS System Architecture, Optical & Wireless Network, Quantum IT.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Japan</h3>\n\n<p><strong>Kawasaki City / Tsukuba City / Sagamihara City</strong><br>\nData Analytics, ICT Systems, Information & Media Processing, Communications, Processing, Sensing & Actuation Platform, Energy Management, Energy Components, Functional Materials, Low Power Consumption Devices.</p>\n\n<h3>Republic of Singapore</h3>\n\n<p><strong>Singapore</strong><br>\nSafety, Big Data, Security, Smart Energy.</p>\n\n<h3>China</h3>\n\n<p><strong>Beijing</strong><br>\nVideo Surveillance, Sensing, Data Mining, Cloud ICT, Wireless Access.</p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 5, 1, 1, 0),
(816, 1122, 0, '\n \n \n <section id=\"emwailfqwt\" class=\"\"><div class=\"col4 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/Established-1899%20copy.jpg\"></p>\n\n<h4 align=\"center\"><strong>Più di un secolo<br>\ndi esperienza</strong></h4>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/Global%20copy.jpg\"></p>\n\n<h4 align=\"center\"><strong>Più di 64.000<br>\nBrevetti</strong></h4>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/Employees%20copy.jpg\"></p>\n\n<h4 align=\"center\"><strong>Più di 99.000 membri del team in tutto il mondo</strong></h4>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img src=\"https://www.necam.com/images/50%20Innovative%20copy.jpg\"></p>\n\n<h4 align=\"center\"><strong>Tra le Top 50<br>\nimprese innovative</strong></h4>\n</div>\n</div>\n</section>\n \n \n ', '4-column-centered', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 7, 1, 1, 0),
(817, 1122, 0, '\n \n \n <section id=\"vfpgrtwmbv\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/Paul-Kievit.jpg\" style=\"width: 203px; height: 240px; float: left;margin-right:1.5em;\"></p>\n\n<h3><strong>Comprovata Leadership </strong></h3>\n\n<p>\"NEC è unica nel senso che il nostro portafoglio e le sue competenze riguardano l\'intero spettro delle tecnologie IT e delle comunicazioni. Grazie ad una continua innovazione, le nostre soluzioni hanno consentito alle autorità pubbliche, alle persone e alle imprese di ottenere ambienti di lavoro più flessibili, sicuri e dinamici\".</p>\n\n<p><strong>Paul Kievit</strong><br>\nPresident<br>\nNEC Enterprise Solutions</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 8, 1, 1, 0),
(818, 1123, 0, '\n \n <section id=\"nyltyfkvak\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Contattaci</strong></h2>\n\n<p>NEC offre soluzioni di Communication e IT personalizzate ai nostri clienti. Avvia una conversazione con uno specialista di soluzioni NEC che conoscerà te e le tue sfide aziendali e ti aiuterà a trovare la soluzione giusta per te. Invia qui sotto</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(819, 1123, 0, '\n \n \n \n \n <section id=\"xeamqkkqgc\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Partner locator</strong></h4>\n\n<p>Trova un esperto vicino a te per discutere le tue esigenze aziendali.<br>\n<a class=\"primary-link\" href=\"https://www.nec-enterprise.com/partners/Find-a-partner\"><span style=\"color:#FF8C00;\">Trova un partner</span></a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Media/Analyst Relations</strong></h4>\n\n<p>Ottieni l\'assistenza necessaria.<br>\n<a class=\"primary-link\" href=\"javascript:void(location.href=\'mailto:\'+String.fromCharCode(110,101,99,105,116,97,108,105,97,109,97,114,107,101,116,105,110,103,64,101,109,101,97,46,110,101,99,46,99,111,109))\"><span style=\"color:#FF8C00;\">Chiedi aiuto ora</span></a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Opportunità di carriera</strong></h4>\n\n<p>Esplora le opportunità di lavoro esistenti.<br>\n<a class=\"primary-link\" href=\"http://www.neceuropecareers.com/Vacancies\" target=\"_blank\"><span style=\"color:#FF8C00;\">Cerca ora</span></a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Sedi</strong></h4>\n\n<p>Trova contatti aziendali<br>\n<a class=\"primary-link\" href=\"http://www.neceuropecareers.com/Vacancies\" style=\"text-decoration-line: underline; color: rgb(153, 153, 153);\" target=\"_blank\"><span style=\"color:#FF8C00;\">Sedi degli uffici</span></a></p>\n</div>\n</div></section>\n \n \n \n \n ', '4-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(820, 1123, 0, '\n \n <section id=\"cvilmidqrh\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><strong>Grazie per il tuo interesse verso NEC</strong></h2>\n\n<p style=\"text-align: center;\">Per aiutarci a servirTi meglio, compila il seguente modulo. Ciò aiuterà a indirizzare la tua richiesta a un individuo appropriato all\'interno dell’azienda e permetterci di rispondere rapidamente alla tua richiesta.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(821, 1125, 0, '\n \n \n \n <section id=\"mmoerfdbpu\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 align=\"center\"><strong>Contatti e Sedi degli Uffici</strong></h2>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(825, 1133, 0, '\n \n \n \n \n \n \n <section id=\"yvdwfrwenk\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Struggle for life</h2>\n\n<p style=\"text-align: center;\"><strong>Mixing different technologies</strong><br>\nHealthcare communications is focused on the patient or resident and the nursing staff. In all healthcare environments, numerous technologies are mixed into one system, or at least, connected together. In most cases, different technologies are supplied by different suppliers. Sometimes connected to each other but mostly not integrated. Everybody is depending on different suppliers for one integrated solution. So who’s taking responsibility for the performance of all these systems tied together? The challenge is to find a real one-stop-solution for the complete care communication system, including nurse call, notification and telephony.</p>\n\n<h3 style=\"text-align: center;\">Time for a new approach: One Stop Shop</h3>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(822, 1125, 0, '\n \n <section id=\"wfloqabhui\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>NEC Italia S.p.A.</h3>\n\n<p><strong>Ufficio Milano </strong></p>\n\n<p>Viale Enrico Forlanini, 23<br>\n20134 Milano<br>\nPhone: +39.02.48415.1</p>\n\n<p><strong>Ufficio Roma</strong></p>\n\n<p>Via di Grotta Perfetta, 643</p>\n\n<p>00142 Roma<br>\nPhone: +39-06-8720-3905</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>NEC Enterprise Solutions - EMEA</h3>\n\n<p>Olympia 4<br>\n1213 NT HILVERSUM<br>\nThe Netherlands<br>\nTel: +31 35 6899111<br>\n<a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/RouteDescription_NEC_HQ_HVS-NL.pdf\" target=\"_blank\">Directions to NEC Hilversum</a></p>\n\n<p>Postal Address<br>\nNEC Nederland BV<br>\nP.O. BOX 32 , 1200 JD HILVERSUM<br>\nThe Netherlands</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>NEC Enterprise Solutions - UK</h3>\n\n<p>Innovation House, Mere Way,<br>\nRuddington Fields Business Park<br>\nRUDDINGTON, NOTTINGHAM NG11 6JS<br>\nUnited Kingdom<br>\nTel: +44 (0)115 969 5700</p>\n</div>\n</div></section>\n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(824, 862, 0, '<section id=\"qbcccxtxtv\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p class=\"page-cta\"><a href=\"\" class=\"button primary full-width\">TRY THEN BUY – CLICK HERE FOR A FREE 90-DAY TRIAL</a></p>\n</div>\n</div></section>', 'button', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0),
(826, 1133, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"kkkdohsizt\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>One integrated solution… from A to Z</h4>\n\n<p>NEC’s iCall provides a complete healthcare communication solution for the patients, residents and nurses. Integrating nurse call, nurse notification and telephony applications offer a one-stop-solution for every healthcare facility in Acute Cure and Care, Long-Term Care and Assisted Living.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>iCall is designed in open standards</li>\n <li>iCall offers full-IP-to-the-room nurse call</li>\n <li>iCall can re-use existing wiring, with any topology and cable section</li>\n <li>iCall is based on a distributed architecture</li>\n <li>iCall offers a broad range of call units, wired or wireless</li>\n <li>Alert any nurse, anywhere</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(827, 1133, 0, '\n <section id=\"stzaiigfka\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(828, 862, 0, '\n \n \n \n <section id=\"nmzbgdnrnc\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><a href=\"http://www.seatradecruiseglobal.com/\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/seatrade2018.jpg\" style=\"width: 550px; height: 125px;\"></a><br>\n<strong>Seatrade Cruise Global 2018</strong><br>\nMarch 5-8<br>\nFort Lauderdale, FL, USA<br>\n<a class=\"primary-link\" href=\"http://www.seatradecruiseglobal.com/\" target=\"_blank\">Explore</a></p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1002, 1, 0, 0),
(829, 16, 0, '\n <section id=\"tqwinakmyf\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(830, 16, 0, '<section id=\"hzquriorhs\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n<div class=\"col12\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n</div>\n<div class=\"col12\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n</div></section>', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(831, 16, 0, '<section id=\"qkhkrzwftd\" class=\"\"><div class=\"col16\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(832, 21, 0, '<section id=\"goaceydsli\" class=\"\"> <div class=\"image-full-width\">\n \n <div class=\"foreground hrzntl-spacer\">\n <div class=\"inner-wrapper\">\n \n <div class=\"col24\">\n <div style=\"\" class=\"column-wrapper\"><p>CLick to edit</p></div>\n </div>\n \n </div>\n </div>\n\n <div class=\"column-wrapper background\" edittype=\"image\"><img src=\"http://placehold.it/1200x300&text=IMAGE\"></div>\n</div>\n</section>', 'img', 'img-sub', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0),
(834, 21, 0, '<section id=\"etmzhsbmik\" class=\"\"><div class=\"custom-code\"></div></section>', 'custom', 'custom', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(835, 21, 0, '<section id=\"xpvvsghudn\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(836, 21, 0, '<section id=\"blgawuthty\" class=\"\"><div class=\"\">\n <div class=\"column-wrapper\">\n\n <div class=\"tab-navigation\">\n \n <ul class=\"\">\n <li class=\"col6\"><a href=\"#tabs-1\">Header</a></li>\n <li class=\"col6\"><a href=\"#tabs-2\">Header</a></li>\n <li class=\"col6\"><a href=\"#tabs-3\">Header</a></li>\n <li class=\"col6\"><a href=\"#tabs-4\">Header</a></li>\n </ul>\n \n <div class=\"col24 sub-grid\" id=\"tabs-1\">\n <div class=\"col12\">\n <h2>Redefining the Rules <br>of Engagement</h2> \n <p>What does it take to succeed in today’s fast moving business environment? Success depends on a responsive workforce outfitted with adaptive solutions for anytime, anywhere access.</p>\n <p><a href=\"\" class=\"primary-link\"><i class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\n </div>\n <div class=\"col9 offset3 vert-offset-1\">\n <img src=\"images/business-agility.jpg\" alt=\"\">\n </div>\n </div>\n \n <div class=\"col24 sub-grid\" id=\"tabs-2\">\n <div class=\"col12\">\n <h2>Collaborative<br>Communities</h2> \n <p>Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante..</p>\n <p><a href=\"\" class=\"primary-link\"><i class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\n </div>\n <div class=\"col9 offset3 vert-offset-1\">\n <img src=\"http://placehold.it/397x260/e8e8e8/e8e8e8\" alt=\"\">\n </div>\n </div>\n \n <div class=\"col24 sub-grid\" id=\"tabs-3\">\n <div class=\"col12\">\n <h2>Fostering alliances across and beyond boundaries</h2> \n <p>Cultivating a collaborative atmosphere has never been more vital.Responsiveness depends on simple yet specific techniques that promote openness and transparency to achieve a dynamic and informed work environment.</p>\n <p><a href=\"\" class=\"primary-link\"><i class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\n </div>\n <div class=\"col9 offset3 vert-offset-1\">\n <img src=\"images/collaborative-communities.jpg\" alt=\"\">\n </div>\n </div>\n \n <div class=\"col24 sub-grid\" id=\"tabs-4\">\n <div class=\"col12\">\n <h2>Assured Services</h2> \n <p>Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante..</p>\n <p><a href=\"\" class=\"primary-link\"><i class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\n </div>\n <div class=\"col9 offset3 vert-offset-1\">\n <img src=\"http://placehold.it/397x260/e8e8e8/e8e8e8\" alt=\"\">\n </div>\n </div>\n \n </div>\n \n </div>\n</div></section>', 'tabs', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(841, 112, 0, '<section id=\"xcnalnwskt\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(838, 228, 0, '<section id=\"phpgcprddx\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(839, 228, 0, '<section id=\"iqdgprqinm\" class=\"\"><div class=\"custom-code\"></div></section>', 'custom', 'custom', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(840, 228, 0, '<section id=\"hctvcmrqfp\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(844, 112, 0, '<section id=\"cmbqzyisxa\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p class=\"page-cta\"><a href=\"\" class=\"button primary full-width\">TRY THEN BUY – CLICK HERE FOR A FREE 90-DAY TRIAL</a></p>\n</div>\n</div></section>', 'button', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(842, 112, 0, '<section id=\"frzlquhskp\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(843, 112, 0, '<section id=\"qqexsdafaz\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p class=\"page-cta\"><a href=\"\" class=\"button primary full-width\">TRY THEN BUY – CLICK HERE FOR A FREE 90-DAY TRIAL</a></p>\n</div>\n</div></section>', 'button', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(845, 112, 0, '<section id=\"vttrarznru\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p class=\"page-cta\"><a href=\"\" class=\"button primary full-width\">TRY THEN BUY – CLICK HERE FOR A FREE 90-DAY TRIAL</a></p>\n</div>\n</div></section>', 'button', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(846, 1144, 0, '\n <section id=\"rllqcxaair\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p>NEC’s uMobility solution for Fixed Mobile Convergence provides users with a powerful application,<br>\nmaking the smartphone a true extension of the enterprise telephony system. Available for a range of<br>\nmobile devices and combining both mobile and WiFi networks, it ensures to stay connected at all times.<br>\nAnd uMobility is available for all NEC communication servers.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(848, 90, 0, '\n \n \n \n \n <section id=\"uhgbtawczr\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Straightforward Administration</h2>\n\n<p style=\"text-align: center;\">All servers are shipped with NEC EXPRESSBUILDER, our exclusive software that simplifies server installation and configuration. NEC Express5800 servers are also equipped with EXPRESSSCOPE Engine, a baseboard management controller chipset for extensive remote management capabilities, and NEC ESMPRO server management software for efficient centralized management that alleviates the burden of administrative tasks.<br>\n<br>\nTake a closer look at the full capabilities of NEC EXPRESSBUILDER, EXPRESSSCOPE Engine and NEC ESMPRO.</p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(850, 90, 0, '\n <section id=\"rzyphtkahr\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"container-wrapper\">\n<div class=\"col24 centered\">\n<h3 class=\"nec-orange\"> </h3>\n\n<center><font size=\"6\">NEC\'s Slim Tower Core Strengths</font></center>\n</div>\n\n<div class=\"col4-5 centered column-reason\"><img src=\"/images/NEC-Server-SlimTower_InnovativeCooling.png\"><br>\n<b>Flexible<br>\nconfigurations</b></div>\n\n<div class=\"col4-5 centered column-reason\"><img src=\"/images/NEC-Server-SlimTower_QuietOperation.png\"><br>\n<b>Whisper-quiet<br>\noperation</b></div>\n\n<div class=\"col4-5 centered column-reason\"><img src=\"/images/NEC-Server-SlimTower_DustResistant.png\"><br>\n<b>Dust-resistant<br>\ndesign</b></div>\n\n<div class=\"col4-5 centered column-reason\"><img src=\"/images/NEC-Server-SlimTower_EnergyEfficient.png\"><br>\n<b>Energy-efficient<br>\noperation</b></div>\n\n<div class=\"col4-5 centered column-reason\"><img src=\"/images/NEC-Server-SlimTower_CompactChassis.png\"><br>\n<b>Compact<br>\nchassis</b></div>\n<br>\n </div>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(849, 90, 0, '\n <div class=\"col24 centered\" style=\"padding-right: 0.75em; padding-left: 0.75em; width: 1120px; text-align: center;\"><h2 style=\"font-size: 2em; margin-top: 0.75em; margin-bottom: 0.75em; color: rgb(0, 66, 119); font-family: "Neo Sans W01";\">Adaptive & Dependable<br></h2>The durability of the Express5800/100 Slim Tower server series from NEC make them an essential platform for environments challenged by limited space but with high performance needs.<br><br>Compact, whisper-quiet and developed to endure high temperatures and dusty environments, our slim tower servers deliver affordable high availability even in the most challenging of locations.</div>\n ', '', '', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(851, 90, 0, '\n <section id=\"xkqgokvebs\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p> </p>\n<base href=\"/\">\n<title></title>\n<meta charset=\"utf-8\"><meta name=\"keywords\" content=\"NEC, Servers, Express5800, Slim Tower\"><meta name=\"description\" content=\"Ultra-compact and resilient highly reliable single-socket slim tower servers\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n<link href=\"\" rel=\"icon\" sizes=\"16x16\" type=\"image/png\">\n<link href=\"/css/base.css?v=0.1\" rel=\"stylesheet\" type=\"text/css\">\n<link href=\"/css/custom.css?v=0.1\" rel=\"stylesheet\" type=\"text/css\">\n<link href=\"/css/mobile.css?v=0.1\" rel=\"stylesheet\" type=\"text/css\">\n<link href=\"/css/neo-sans.css\" rel=\"stylesheet\" type=\"text/css\">\n<link href=\"/css/font-awesome.min.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\">\n<link href=\"/slick/slick.css\" rel=\"stylesheet\" type=\"text/css\">\n<link href=\"/slick/slick-theme.css\" rel=\"stylesheet\" type=\"text/css\">\n<link href=\"//cdn.jsdelivr.net/jquery.sidr/2.2.1/stylesheets/jquery.sidr.dark.min.css\" rel=\"stylesheet\">\n<link href=\"https://fonts.googleapis.com/css?family=Open+Sans:400,300,700\" rel=\"stylesheet\" type=\"text/css\">\n<p> </p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(852, 90, 0, '<div class=\"col24 centered\" style=\"padding-right: 0.75em; padding-left: 0.75em; width: 1120px; text-align: center;\"><h2 style=\"font-size: 2em; margin-top: 0.75em; margin-bottom: 0.75em; color: rgb(0, 66, 119); font-family: "Neo Sans W01";\">Adaptive & Dependable</h2>The durability of the Express5800/100 Slim Tower server series from NEC make them an essential platform for environments challenged by limited space but with high performance needs.<br><br>Compact, whisper-quiet and developed to endure high temperatures and dusty environments, our slim tower servers deliver affordable high availability even in the most challenging of locations.<br></div>', '', '', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(853, 90, 0, '\n <section id=\"sokquvdbco\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Adaptive & Dependable</h2>\n\n<p style=\"text-align: center;\">The durability of the Express5800/100 Slim Tower server series from NEC make them an essential platform for environments challenged by limited space but with high performance needs. Compact, whisper-quiet and developed to endure high temperatures and dusty environments, our slim tower servers deliver affordable high availability even in the most challenging of locations.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(854, 90, 0, '\n \n <section id=\"quaywccmgs\" class=\"\">\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-Server-SlimTower_InnovativeCooling.png\"><br>\nFlexible<br>\nconfigurations</h4>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-Server-SlimTower_QuietOperation.png\"><br>\nWhisper-quiet<br>\noperation</h4>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-Server-SlimTower_DustResistant.png\"><br>\nDust-resistant<br>\ndesign</h4>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-Server-SlimTower_EnergyEfficient.png\"><br>\nEnergy-efficient<br>\noperation</h4>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-Server-SlimTower_CompactChassis.png\"><br>\nCompact<br>\nchassis</h4>\n</div>\n</div></section>\n \n ', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(855, 90, 0, '\n \n <section id=\"lxrbbvczwi\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\">Straightforward Administration</h2>\n\n<p style=\"text-align: center;\">All servers are shipped with NEC EXPRESSBUILDER, our exclusive software that simplifies server installation and configuration. NEC Express5800 servers are also equipped with EXPRESSSCOPE Engine, a baseboard management controller chipset for extensive remote management capabilities, and NEC ESMPRO server management software for efficient centralized management that alleviates the burden of administrative tasks.<br>\n<br>\nTake a closer look at the full capabilities of NEC EXPRESSBUILDER, EXPRESSSCOPE Engine and NEC ESMPRO.</p>\n\n<p style=\"text-align: center;\"><br>\n<a class=\"button primary with-icon\" href=\"https://www.nec-enterprise.com/products/Server-Management\"><i class=\"fa fa-play-circle\"></i>Learn More</a></p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(856, 90, 0, '\n <section id=\"xdgnddbqpq\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">NEC\'s Slim Tower Core Strengths</h3>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0),
(857, 1146, 0, '\n <section id=\"picysduxwy\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Compact & Robust</h2>\n\n<p style=\"text-align: center;\">The NEC Express5800/T110i-S delivers essential server functionality in a compact 13 liter chassis making it ideal for locations where performance is essential but space is limited. Besides substantial noise suppression, this slim tower server is temperature tolerant and offers an optional dust filter to ensure operational efficiency even in the most challenging of settings.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(858, 1146, 0, '\n <section id=\"mnynncvqzy\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">The Express5800/T110i-S offers</h3>\n\n<ul>\n <li>Single-socket architecture.</li>\n <li>Powered by the Intel® Xeon® processor E3-1200 v5 product family.</li>\n <li>DDR4-2400 ECC unbuffered DIMM memory.</li>\n <li>24 TB internal storage.</li>\n <li>Built-in UPS (Internal Battery).</li>\n <li>High ambient temperature operation up to 48? (118?).</li>\n <li>Operational in 10 to 85% non-condensing humidity.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-Servers-SlimTower-T110h-S_Outside.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(861, 1147, 0, '\n <section id=\"ozipgftvxk\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">The Express5800/T110h-S offers</h3>\n\n<ul>\n <li>Single-socket architecture.</li>\n <li>Features the Intel® Xeon® processor E3-1200 v5 product family.</li>\n <li>13 liter compact noise reduction chassis.</li>\n <li>Up to 64 GB of high speed DDR4 memory.</li>\n <li>20 TB internal storage.</li>\n <li>High ambient temperature operation up to 48? (118?).</li>\n <li>Dual hot plug power supplies with cold-standby mode for added energy efficiency.</li>\n <li>Operational in 20 to 85% non-condensing humidity.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-Servers-SlimTower-T110h-S_Outside-1.jpg\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(859, 1146, 0, '\n <section id=\"vdgnbgprsw\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-Servers-SlimTower-T110h-S_Inside.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Advanced Features Include</h3>\n\n<ul>\n <li>Easy installation and configuration with NEC EXPRESSBUILDER.</li>\n <li>Remote manageability with integrated EXPRESSSCOPE Engine 3 with NEC ESMPRO.</li>\n</ul>\n\n<p><a class=\"button secondary with-icon\" href=\"https://www.nec-enterprise.com/products/Server-Management\"><i class=\"fa fa-play-circle\"></i>Learn More</a></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(860, 1147, 0, '\n <section id=\"ovsglbfsxi\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Highly Dependable</h2>\n\n<p style=\"text-align: center;\">The NEC Express5800/T110h-S single-socket slim tower server provides functionality and reliability in a small footprint chassis. Able to operate in hot and dusty environments, our Express5800/T110h-S is ideally suited to a variety of work settings and conditions where performance and dependability are of vital importance.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(864, 158, 0, '\n <section id=\"xcoyplwfgp\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(862, 1147, 0, '\n <section id=\"kbizxgfqol\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-Servers-SlimTower-T110h-S_Inside-1.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">Advanced Features Include</h3>\n\n<ul>\n <li>Easy installation and configuration with NEC EXPRESSBUILDER.</li>\n <li>Remote manageability with integrated EXPRESSSCOPE Engine 3 with NEC ESMPRO.</li>\n</ul>\n\n<p><a class=\"button secondary with-icon\" href=\"https://www.nec-enterprise.com/products/Server-Management\"><i class=\"fa fa-play-circle\"></i>Learn More</a></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(863, 158, 0, '<section id=\"kvpsqfwyto\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(865, 158, 0, '<section id=\"qftvicsdbh\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(866, 158, 0, '\n \n \n \n \n \n \n \n <section id=\"bcpvoxpcyd\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><a href=\"https://www.nec-enterprise.com/documents?id=786&hash=0136ffc8a30923444a8f658fec278f8494722e0ce7ab883de201c7da3b21baf7\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/NEC_vision2019.jpg\" style=\"border-width: 0px; border-style: solid; height: 319px; width: 226px;\" title=\"NEC Vision 2015-2016\"><br>\n<strong>NEC Vision 2019</strong><br>\nDigital Solutions for Social Challenges</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><a href=\"https://www.nec-enterprise.com/documents?id=877&hash=803c9700d6b8a629c3a9a793f5a460af2cb560d2362683e8db655861ba42a494\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/web-smart-enterprise-drivers-2019.png\" style=\"border-width: 0px; border-style: solid; height: 354px; width: 500px;\" title=\"Smart Enterprise\"><br>\n<strong>Smart Enterprise</strong><br>\n10 Strategic Drivers 2019</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC-Co-creating-the-future-through-Digital-Transformation.pdf\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/cocreating-the-future-thr-Digital-Transformation.JPG\" style=\"border-width: 0px; border-style: solid; height: 319px; width: 225px;\" title=\"Smart Enterprise\"></a><br>\n<a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/cocreating-the-future-thr-Digital-Transformation.JPG\" target=\"_blank\"><strong>Co-creating the future </strong><br>\nthrough Digital Transformation</a><br>\n </p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(867, 1160, 0, '\n \n \n \n \n \n \n <section id=\"ycdbcgmizg\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Flexible Deployment</h2>\n\n<p style=\"text-align: center;\">The QX-S4100 Series Power over Ethernet Plus (PoE+) Switches offer the flexibility to easily deploy and scale PoE devices wherever required without the need to install additional power outlets - saving time and expense.</p>\n\n<p style=\"text-align: center;\">With their support of the OpenFlow protocol and NEC\'s ProgrammableFlow Controller (PFC) Edge Switch Automation capability, it allows them to be used as edge devices in a Software Defined Network (SDN). Configuration and management is simplified and done directly through the PFC’s user interface. These switches can also be standalone.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(872, 1160, 0, '\n <section id=\"cbraryizbc\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\" style=\"\"></div></div></section>\n ', 'spacer', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(874, 168, 0, '<section id=\"drnvvfufqz\" class=\"\"><div class=\"custom-code\"></div></section>', 'custom', 'custom', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0),
(875, 168, 0, '\n \n \n \n <section id=\"fsofnbxsgv\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><span style=\"color:#FF8C00;\"><strong>iCall - Smart Healthcare Communications</strong></span></p>\n\n<p>NEC’s iCall provides a complete healthcare communication solution for the patients, residents and nurses. Integrating Nurse call, nurse notification and telephony applications offer a one-stop-solution for every healthcare facility in Acute Cure and Care, Long-Term Care and Assisted Living.</p>\n\n<p><span style=\"color:#000080;\"><strong>Why telephony and nurse call should be one system </strong></span><br>\nAlert any nurse, anywhere! Speed of reaction time is very important. iCall offers a broad range of nurse desk units using IP-Touch units, Touch-screen PC’s or corridor displays.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><span style=\"color:#000080;\"><strong>Key features & benefits</strong></span></p>\n\n<p><em><strong>Open standards infrastructure - </strong></em>This offers easy IP integration with other applications e.g. fire alarm systems, localisation systems and more.</p>\n\n<p><em><strong>iCall can re-use existing wiring - </strong></em>In most retrofit situations iCall can be built on your old existing wiring from an old nurse call system resulting in huge cost savings.</p>\n\n<p><strong><em>Reliability and securit</em>y - </strong>iCall is based on a distributed architecture so there is no single point of failure. If one gateway should go down, the other can take over seamlessly in order to guarantee the required notification.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/healthcare/iCall-prodcoll.jpg\" style=\"width: 475px; height: 275px;\"></h4>\n</div>\n</div></section>\n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0),
(868, 1160, 0, '\n \n \n \n \n \n \n \n \n \n <section id=\"ywatucihhu\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>QX-S4100 Series Switches offer</h3>\n\n<ul>\n <li>8, 16, 24 and 48 PoE 10/100/1000 Ethernet Ports (can connect to IP phones and other PoE devices that require up to 30W).</li>\n <li>2 or 4 Gigabit SFP Uplink ports.</li>\n <li>Support for L2 and L3 forwarding, QoS, Security, Multicast, VLAN.</li>\n <li>Command Line Interface (CLI) and WebGUI management console.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/NEC-SDN-QXS4100_8-16(1).jpg\" style=\"width: 475px; height: 316px;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(869, 1160, 0, '\n \n \n \n \n \n <section id=\"eulnpsprtl\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/NEC-SDN-QXS4100.jpg\" style=\"width: 475px; height: 406px;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Key Benefits</h3>\n\n<ul>\n <li>Connects to IP telephones or other devices that require PoE.</li>\n <li>Supports NEC\'s ProgrammableFlow Controller R7.4\'s Edge Automation capability which:</li>\n <li>Extends some of the SDN functions to non-OpenFlow switches.</li>\n <li>Simplifies configuration and management of switch.</li>\n <li>Saves time and expense by not having to install electrical power wiring.</li>\n <li>Offers the flexibility of placing PoE devices where needed most and ability to relocate them easily.</li>\n <li>Can be managed by the SDN Controller, WebGUI management console or Command Line Interface (CLI).</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(870, 1160, 0, '<section id=\"nvnaiomque\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><hr></div></div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(871, 1160, 0, '\n <section id=\"spbniszfwi\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\" style=\"\"><hr></div></div></section>\n ', 'devider', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(876, 168, 0, '\n <section id=\"gsvcwwghis\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>\n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 1002, 1, 0, 0),
(877, 168, 0, '<section id=\"ddlbdrvhgx\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1002, 1, 0, 0),
(878, 1133, 0, '\n <section id=\"gwrazbmedo\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><span style=\"color:#FF8C00;\"><strong>iCall - Smart Healthcare Communications</strong></span></p>\n\n<p>NEC’s iCall provides a complete healthcare communication solution for the patients, residents and nurses. Integrating Nurse call, nurse notification and telephony applications offer a one-stop-solution for every healthcare facility in Acute Cure and Care, Long-Term Care and Assisted Living.</p>\n\n<p><span style=\"color:#000080;\"><strong>Why telephony and nurse call should be one system </strong></span><br>\nAlert any nurse, anywhere! Speed of reaction time is very important. iCall offers a broad range of nurse desk units using IP-Touch units, Touch-screen PC’s or corridor displays.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><span style=\"color:#000080;\"><strong>Key features & benefits</strong></span></p>\n\n<p><em><strong>Open standards infrastructure - </strong></em>This offers easy IP integration with other applications e.g. fire alarm systems, localisation systems and more.</p>\n\n<p><em><strong>iCall can re-use existing wiring - </strong></em>In most retrofit situations iCall can be built on your old existing wiring from an old nurse call system resulting in huge cost savings.</p>\n\n<p><strong><em>Reliability and securit</em>y - </strong>iCall is based on a distributed architecture so there is no single point of failure. If one gateway should go down, the other can take over seamlessly in order to guarantee the required notification.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/healthcare/iCall-prodcoll.jpg\" style=\"width: 475px; height: 275px;\"></h4>\n</div>\n</div></section>\n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(904, 28, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"okqzddehly\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/NEC_Baseline_Pro_right(2017).jpg\" style=\"width: 450px; height: 341px;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>BaseLine Pro CLI</strong></h3>\n\n<ul>\n <li>Called number display</li>\n <li>Callers list (80)</li>\n <li>Callers list key</li>\n <li>Calling number display</li>\n <li>8 Direct memory keys</li>\n <li>Earth recall</li>\n <li>Hands-free mode</li>\n <li>Hold</li>\n <li>Last number redial</li>\n <li>Line Power</li>\n <li>Listen-in</li>\n <li>Memory back-up</li>\n <li>Message waiting LED</li>\n <li>Optional desk stand</li>\n <li>Pause insertion</li>\n <li>Post-dialling DTMF</li>\n <li>Pulse dialling</li>\n <li>Ringer LED</li>\n <li>Ringing tone selection</li>\n <li>Speaker volume control</li>\n <li>Time & call duration</li>\n <li>Time-break recall</li>\n <li>Timer key</li>\n <li>Tone dialling</li>\n <li>Wall mounting</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(879, 100, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"tstvuopdmz\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>Why your company needs MyCalls</strong></h3>\n\n<p><strong>Latest Features for the MyCalls Suite:</strong><br>\n> Presence<br>\n> IM (Instant Messaging)<br>\n> Stop/Start Recording</p>\n\n<p><strong>Plus! New Enhanced Reporting:</strong><br>\n> Report Summaries<br>\n> Drill Down Reporting<br>\n> Charts<br>\n> Unreturned Calls Reporting<br>\n> Call Playback Through Reports<br>\n> Custom / Vertical Reports<br>\n> Real-Time Windows</p>\n\n<h4><em><strong>“Generate actionable reports to transform your customer service levels”</strong></em></h4>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p> </p>\n\n<p><br>\n </p>\n\n<p> </p>\n\n<p> </p>\n\n<p> </p>\n\n<p> </p>\n\n<p> </p>\n\n<p> </p>\n\n<p> </p>\n\n<p>Discover more in the <strong><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-208-02_NEC_br_MyCalls_eng(02-2018).pdf\" target=\"_blank\">MyCalls brochure</a></strong></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(880, 100, 0, '\n \n \n \n \n \n \n \n \n <section id=\"qzfyttksoe\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(881, 112, 0, '\n \n \n <section id=\"vepfagpyue\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/cBTsSLrkWJg\" width=\"100%\" height=\"315\" frameborder=\"0\"><br />\n</iframe></div>\n</div>\n</div></section>\n \n \n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0),
(882, 112, 0, '\n \n \n \n \n <section id=\"bvnqninyvt\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\">NEC HYDRAstor Video Case Studies</h2>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', 'single-line', 0, 0, '', '', 0, 1002, 1, 1, 0),
(883, 112, 0, '\n \n <section id=\"gctkqplqav\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/cBTsSLrkWJg?rel=0&showinfo=0\" width=\"100%\"></iframe></div>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 1003, 1, 0, 0),
(884, 1133, 0, '\n <section id=\"nodoitvaud\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/dK6V61qP7II\" height=\"400\" frameborder=\"0\" width=\"100%\"></iframe></p>\n</div>\n</div></section>\n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(885, 862, 0, '\n <section id=\"rnhriwzrsi\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/dementia-care-2018-uk.jpg\" style=\"width: 400px; height: 209px;\"></p>\n\n<p align=\"center\"><strong>Dementia Care & Nursing Home Expo 2018</strong></p>\n\n<p align=\"center\">April 25 - 26 2018<br>\nNational Exhibition Centre, Birmingham, UK<br>\nIncludes NEC\'s iCall Smart Healthcare Seminar<br>\n<a href=\"http://www.carehomeexpo.co.uk/\" target=\"_blank\">EXPLORE</a><a href=\"http://www.carehomeexpo.co.uk/\" target=\"_blank\"> </a></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><a href=\"http://www.seatradecruiseglobal.com/\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/seatrade2018.jpg\" style=\"width: 550px; height: 125px;\"></a><br>\n<strong>Seatrade Cruise Global 2018</strong><br>\nMarch 5-8<br>\nFort Lauderdale, FL, USA<br>\n<a class=\"primary-link\" href=\"http://www.seatradecruiseglobal.com/\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><a href=\"http://www.seatradecruiseglobal.com/\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/seatrade2018.jpg\" style=\"width: 550px; height: 125px;\"></a><br>\n<strong>Seatrade Cruise Global 2018</strong><br>\nMarch 5-8<br>\nFort Lauderdale, FL, USA<br>\n<a class=\"primary-link\" href=\"http://www.seatradecruiseglobal.com/\" target=\"_blank\">Explore</a></p>\n</div>\n</div></section>\n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(886, 862, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"udiducuqei\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\"><img alt=\"\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" style=\"height: 130px; width: 375px;\"></strong></p>\n\n<p style=\"text-align: center;\"><strong>HITEC Amsterdam 2018</strong><br>\nApril 11–13, 2018<br>\nRAI Amsterdam Convention Centre<br>\nAmsterdam, The Netherlands<br style=\"text-align: center;\">\n<a class=\"primary-link\" href=\"https://www.hftp.org/hitec/amsterdam/\" style=\"text-decoration-line: underline; color: rgb\n\n(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"ltcgcldmmc\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, ltcgcldmmc\" title=\"Rich Text Editor, ltcgcldmmc\" aria-describedby=\"cke_156\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-\n\n1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" style=\"height: 130px; width: 375px;\"></strong></p><p style=\"text-align: center;\"><strong>HITEC Amsterdam 2018</strong><br>April 11–13, 2018<br>RAI Amsterdam Convention Centre<br>Amsterdam, The Netherlands<br style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"https://www.hftp.org/hitec/amsterdam/\" href=\"https://www.hftp.org/hitec/amsterdam/\" style=\"text-decoration-line: underline; color: rgb\n\n(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"hdrwhlddkl\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, hdrwhlddkl\" title=\"Rich Text Editor, hdrwhlddkl\" aria-describedby=\"cke_144\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\">?</strong></p>\n\n<p style=\"text-align: center;\"><strong>HITEC Amsterdam 2018</strong><br>\nApril 11–13, 2018<br>\nRAI Amsterdam Convention Centre<br>\nAmsterdam, The Netherlands<br style=\"text-align: center;\">\n<a class=\"primary-link\" href=\"https://www.hftp.org/hitec/amsterdam/\" style=\"text-decoration-line: underline; color: rgb\n\n(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"hchghftxsh\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, hchghftxsh\" title=\"Rich Text Editor, hchghftxsh\" aria-describedby=\"cke_196\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\">?</strong></p><p style=\"text-align: center;\"><strong>HITEC Amsterdam 2018</strong><br>April 11–13, 2018<br>RAI Amsterdam Convention Centre<br>Amsterdam, The Netherlands<br style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"https://www.hftp.org/hitec/amsterdam/\" href=\"https://www.hftp.org/hitec/amsterdam/\" style=\"text-decoration-line: underline; color: rgb\n\n(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p></div></div></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><strong style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/SmartDataSummit-Dubai2018.png\" style=\"width: 400px; \n\nheight: 154px;\">5Th Annual Smart Data Summit 2018</strong><br>\nApril 17 & 18, 2018<br>\nAtlantis, The Palm Dubai, UAE<br>\nBig Data<br style=\"text-align: center;\">\n<a href=\"http://www.bigdata-me.com/\" target=\"_blank\">Explore</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"qxecksvxrf\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, qxecksvxrf\" title=\"Rich Text Editor, qxecksvxrf\" aria-describedby=\"cke_236\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-\n\n1.amazonaws.com/testcassette/nec-enterprise/images/events/SmartDataSummit-Dubai2018.png\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/SmartDataSummit-Dubai2018.png\" style=\"width: 400px; \n\nheight: 154px;\">5Th Annual Smart Data Summit 2018</strong><br>April 17 & 18, 2018<br>Atlantis, The Palm Dubai, UAE<br>Big Data<br style=\"text-align: center;\"><a data-cke-saved-href=\"http://www.bigdata-me.com/\" href=\"http://www.bigdata-me.com/\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"wleicobqza\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, wleicobqza\" title=\"Rich Text Editor, wleicobqza\" aria-describedby=\"cke_184\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"text-align: center;\">?<img alt=\"\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/SmartDataSummit-Dubai2018.png\" style=\"width: 400px; \n\nheight: 154px;\">5Th Annual Smart Data Summit 2018</strong><br>\nApril 17 & 18, 2018<br>\nAtlantis, The Palm Dubai, UAE<br>\nBig Data<br style=\"text-align: center;\">\n<a href=\"http://www.bigdata-me.com/\" target=\"_blank\">Explore</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"cqiawdioff\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, cqiawdioff\" title=\"Rich Text Editor, cqiawdioff\" aria-describedby=\"cke_276\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"text-align: center;\">?<img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-\n\n1.amazonaws.com/testcassette/nec-enterprise/images/events/SmartDataSummit-Dubai2018.png\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/SmartDataSummit-Dubai2018.png\" style=\"width: 400px; \n\nheight: 154px;\">5Th Annual Smart Data Summit 2018</strong><br>April 17 & 18, 2018<br>Atlantis, The Palm Dubai, UAE<br>Big Data<br style=\"text-align: center;\"><a data-cke-saved-href=\"http://www.bigdata-me.com/\" href=\"http://www.bigdata-me.com/\" target=\"_blank\">Explore</a></p></div></div></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\"><img alt=\"\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/DEMENTIA-2018-uk.png\" style=\"height: 83px; width: \n\n400px;\"></strong></p>\n\n<p style=\"text-align: center;\"> </p>\n\n<p style=\"text-align: center;\"><strong>Dementia Care & Nursing Home Expo 2018</strong><br>\nApril 25 - 26, 2018<br>\nNational Exhibition Centre, Birmingham, UK<br>\nIncludes NEC\'s iCall Smart Healthcare Seminar<br style=\"text-align: center;\">\n<a class=\"primary-link\" href=\"http://www.carehomeexpo.co.uk/\" style=\"text-decoration-line: underline; color: rgb(153, \n\n153, 153); text-align: center;\" target=\"_blank\">Explore</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"nvnnfefdzc\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, nvnnfefdzc\" title=\"Rich Text Editor, nvnnfefdzc\" aria-describedby=\"cke_316\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-\n\n1.amazonaws.com/testcassette/nec-enterprise/images/events/DEMENTIA-2018-uk.png\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/DEMENTIA-2018-uk.png\" style=\"height: 83px; width: \n\n400px;\"></strong></p><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Dementia Care & Nursing Home Expo 2018</strong><br>April 25 - 26, 2018<br>National Exhibition Centre, Birmingham, UK<br>Includes NEC\'s iCall Smart Healthcare Seminar<br style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.carehomeexpo.co.uk/\" href=\"http://www.carehomeexpo.co.uk/\" style=\"text-decoration-line: underline; color: rgb(153, \n\n153, 153); text-align: center;\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"tdernybswq\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, tdernybswq\" title=\"Rich Text Editor, tdernybswq\" aria-describedby=\"cke_224\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\">?</strong></p>\n\n<p style=\"text-align: center;\"> </p>\n\n<p style=\"text-align: center;\"><strong>Dementia Care & Nursing Home Expo 2018</strong><br>\nApril 25 - 26, 2018<br>\nNational Exhibition Centre, Birmingham, UK<br>\nIncludes NEC\'s iCall Smart Healthcare Seminar<br style=\"text-align: center;\">\n<a class=\"primary-link\" href=\"http://www.carehomeexpo.co.uk/\" style=\"text-decoration-line: underline; color: rgb(153, \n\n153, 153); text-align: center;\" target=\"_blank\">Explore</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"zwrapzagvm\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, zwrapzagvm\" title=\"Rich Text Editor, zwrapzagvm\" aria-describedby=\"cke_356\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\">?</strong></p><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Dementia Care & Nursing Home Expo 2018</strong><br>April 25 - 26, 2018<br>National Exhibition Centre, Birmingham, UK<br>Includes NEC\'s iCall Smart Healthcare Seminar<br style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.carehomeexpo.co.uk/\" href=\"http://www.carehomeexpo.co.uk/\" style=\"text-decoration-line: underline; color: rgb(153, \n\n153, 153); text-align: center;\" target=\"_blank\">Explore</a></p></div></div></div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(887, 862, 0, '\n \n <section id=\"tsyicspscv\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\"><img alt=\"\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" style=\"height: 130px; width: 375px;\"></strong></p>\n\n<p style=\"text-align: center;\"><strong>HITEC Amsterdam 2018</strong><br>\nApril 11–13, 2018<br>\nRAI Amsterdam Convention Centre<br>\nAmsterdam, The Netherlands<br style=\"text-align: center;\">\n<a class=\"primary-link\" href=\"https://www.hftp.org/hitec/amsterdam/\" style=\"text-decoration-line: underline; color: rgb\n\n(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"xilnwosfen\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, xilnwosfen\" title=\"Rich Text Editor, xilnwosfen\" aria-describedby=\"cke_156\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-\n\n1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" style=\"height: 130px; width: 375px;\"></strong></p><p style=\"text-align: center;\"><strong>HITEC Amsterdam 2018</strong><br>April 11–13, 2018<br>RAI Amsterdam Convention Centre<br>Amsterdam, The Netherlands<br style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"https://www.hftp.org/hitec/amsterdam/\" href=\"https://www.hftp.org/hitec/amsterdam/\" style=\"text-decoration-line: underline; color: rgb\n\n(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p></div></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><strong style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/SmartDataSummit-Dubai2018.png\" style=\"width: 400px; \n\nheight: 154px;\">5Th Annual Smart Data Summit 2018</strong><br>\nApril 17 & 18, 2018<br>\nAtlantis, The Palm Dubai, UAE<br>\nBig Data<br style=\"text-align: center;\">\n<a href=\"http://www.bigdata-me.com/\" target=\"_blank\">Explore</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"utuomspyly\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, utuomspyly\" title=\"Rich Text Editor, utuomspyly\" aria-describedby=\"cke_236\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"text-align: center;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-\n\n1.amazonaws.com/testcassette/nec-enterprise/images/events/SmartDataSummit-Dubai2018.png\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/SmartDataSummit-Dubai2018.png\" style=\"width: 400px; \n\nheight: 154px;\">5Th Annual Smart Data Summit 2018</strong><br>April 17 & 18, 2018<br>Atlantis, The Palm Dubai, UAE<br>Big Data<br style=\"text-align: center;\"><a data-cke-saved-href=\"http://www.bigdata-me.com/\" href=\"http://www.bigdata-me.com/\" target=\"_blank\">Explore</a></p></div></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\"><img alt=\"\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/DEMENTIA-2018-uk.png\" style=\"height: 83px; width: \n\n400px;\"></strong></p>\n\n<p style=\"text-align: center;\"> </p>\n\n<p style=\"text-align: center;\"><strong>Dementia Care & Nursing Home Expo 2018</strong><br>\nApril 25 - 26, 2018<br>\nNational Exhibition Centre, Birmingham, UK<br>\nIncludes NEC\'s iCall Smart Healthcare Seminar<br style=\"text-align: center;\">\n<a class=\"primary-link\" href=\"http://www.carehomeexpo.co.uk/\" style=\"text-decoration-line: underline; color: rgb(153, \n\n153, 153); text-align: center;\" target=\"_blank\">Explore</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"dndoqwxudt\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, dndoqwxudt\" title=\"Rich Text Editor, dndoqwxudt\" aria-describedby=\"cke_316\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\"><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-\n\n1.amazonaws.com/testcassette/nec-enterprise/images/events/DEMENTIA-2018-uk.png\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/DEMENTIA-2018-uk.png\" style=\"height: 83px; width: \n\n400px;\"></strong></p><p style=\"text-align: center;\"><br></p><p style=\"text-align: center;\"><strong>Dementia Care & Nursing Home Expo 2018</strong><br>April 25 - 26, 2018<br>National Exhibition Centre, Birmingham, UK<br>Includes NEC\'s iCall Smart Healthcare Seminar<br style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"http://www.carehomeexpo.co.uk/\" href=\"http://www.carehomeexpo.co.uk/\" style=\"text-decoration-line: underline; color: rgb(153, \n\n153, 153); text-align: center;\" target=\"_blank\">Explore</a></p></div></div>\n</div></section>\n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(888, 862, 0, '\n \n \n <section id=\"gbmxaeemdq\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"mqnhhundvc\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, mqnhhundvc\" title=\"Rich Text Editor, mqnhhundvc\" aria-describedby=\"cke_100\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/veeamon-forum-2017-moscow.png\" style=\"height: 113px; width: 400px;\"></strong></p>\n\n<p style=\"text-align: center;\"><strong style=\"text-align: center;\">VEEAMON FORUM 2</strong><strong style=\"font-size: 1em;\">017</strong></p>\n\n<p style=\"text-align: center;\"><span style=\"text-align: center;\">October 26</span><br style=\"text-align: center;\">\n<span style=\"text-align: center;\">Moscow</span><br style=\"text-align: center;\">\n<span style=\"text-align: center;\">Russia</span><br style=\"text-align: center;\">\n<a class=\"primary-link\" href=\"https://go.veeam.com/veeamon-forum-russia\" style=\"text-decoration-line: underline; color: rgb(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"emtvhemybb\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, emtvhemybb\" title=\"Rich Text Editor, emtvhemybb\" aria-describedby=\"cke_144\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\">?<img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-\n\n1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" style=\"height: 130px; width: 375px;\"></strong></p><p style=\"text-align: center;\"><strong>HITEC Amsterdam 2018</strong><br>April 11–13, 2018<br>RAI Amsterdam Convention Centre<br>Amsterdam, The Netherlands<br style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"https://www.hftp.org/hitec/amsterdam/\" href=\"https://www.hftp.org/hitec/amsterdam/\" style=\"text-decoration-line: underline; color: rgb\n\n(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"vttoxwchap\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, vttoxwchap\" title=\"Rich Text Editor, vttoxwchap\" aria-describedby=\"cke_188\" style=\"position: relative;\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\">?<img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-\n\n1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" src=\"https://s3.eu-central- 1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" style=\"height: 130px; width: 375px;\"></strong></p><p style=\"text-align: center;\"><strong>HITEC Amsterdam 2018</strong><br>April 11–13, 2018<br>RAI Amsterdam Convention Centre<br>Amsterdam, The Netherlands<br style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"https://www.hftp.org/hitec/amsterdam/\" href=\"https://www.hftp.org/hitec/amsterdam/\" style=\"text-decoration-line: underline; color: rgb\n\n(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p></div></div></div></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>\n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(889, 862, 0, '\n \n \n \n <section id=\"gowtovdexh\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" style=\"width: 400px; height: 172px;\"></p>\n\n<p style=\"text-align: center;\"><strong>HITEC Amsterdam 2018</strong><br>\nApril 11–13, 2018<br>\nRAI Amsterdam Convention Centre<br>\nAmsterdam, The Netherlands<br style=\"text-align: center;\">\n<a class=\"primary-link\" href=\"https://www.hftp.org/hitec/amsterdam/\" style=\"text-decoration-line: underline; color: rgb\n\n(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"bfzlfscsfh\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, bfzlfscsfh\" title=\"Rich Text Editor, bfzlfscsfh\" aria-describedby=\"cke_104\" style=\"position: relative;\"><p><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" style=\"width: 400px; height: 172px;\"></p><p style=\"text-align: center;\"><strong>HITEC Amsterdam 2018</strong><br>April 11–13, 2018<br>RAI Amsterdam Convention Centre<br>Amsterdam, The Netherlands<br style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"https://www.hftp.org/hitec/amsterdam/\" href=\"https://www.hftp.org/hitec/amsterdam/\" style=\"text-decoration-line: underline; color: rgb\n\n(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"zaythultbq\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, zaythultbq\" title=\"Rich Text Editor, zaythultbq\" aria-describedby=\"cke_104\" style=\"position: relative;\"><p><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" style=\"width: 400px; height: 172px;\"></p><p style=\"text-align: center;\"><strong>HITEC Amsterdam 2018</strong><br>April 11–13, 2018<br>RAI Amsterdam Convention Centre<br>Amsterdam, The Netherlands<br style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"https://www.hftp.org/hitec/amsterdam/\" href=\"https://www.hftp.org/hitec/amsterdam/\" style=\"text-decoration-line: underline; color: rgb\n\n(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"ufbknhqybv\" contenteditable=\"true\" tabindex=\"0\" spellcheck=\"false\" role=\"textbox\" aria-label=\"Rich Text Editor, ufbknhqybv\" title=\"Rich Text Editor, ufbknhqybv\" aria-describedby=\"cke_144\" style=\"position: relative;\"><p><img alt=\"\" data-cke-saved-src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/HITEC2018.jpg\" style=\"width: 400px; height: 172px;\"></p><p style=\"text-align: center;\"><strong>HITEC Amsterdam 2018</strong><br>April 11–13, 2018<br>RAI Amsterdam Convention Centre<br>Amsterdam, The Netherlands<br style=\"text-align: center;\"><a class=\"primary-link\" data-cke-saved-href=\"https://www.hftp.org/hitec/amsterdam/\" href=\"https://www.hftp.org/hitec/amsterdam/\" style=\"text-decoration-line: underline; color: rgb\n\n(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p></div></div></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/SmartDataSummit-Dubai2018.png\" style=\"width: 400px; height: 154px;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/DEMENTIA-2018-uk.png\" style=\"width: 400px; height: 83px;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>\n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(890, 862, 0, '\n \n \n \n <section id=\"hdirdyycuk\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(891, 1305, 0, '\n \n \n <section id=\"mpbfrlupzz\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"margin-left:.5in;\"><strong><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/softphones/ST500-apps.png\" style=\"width: 600px; height: 199px; float: left;\"></strong></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"margin-left: 0.5in;\"><strong>UNIVERGE ST500 Smartphone Client</strong></h3>\n\n<h4 style=\"margin-left: 0.5in;\"><strong>Voice & video mobile extension for your smartphone</strong></h4>\n\n<p style=\"margin-left:.5in;\">Using your Apple iPhone, iPad and Android smart devices, the ST500 enables your native contact lists to make and receive voice and video calls.<br>\n <br>\nSimply connect to WiFi or use your mobile data (3G/4G) to handle your calls.</p>\n\n<p style=\"margin-left:.5in;\"><strong>Key Features</strong></p>\n\n<ul>\n <li style=\"margin-left: 0.5in;\">Integrates into your smartphone contacts</li>\n <li style=\"margin-left: 0.5in;\">Complete call history</li>\n <li style=\"margin-left: 0.5in;\">Bluetooth headset support</li>\n <li style=\"margin-left: 0.5in;\">Video calling capabilities</li>\n <li style=\"margin-left: 0.5in;\">Compatible with NEC’s SL2100, SV9100, SV9300 & SV9500 communication platforms</li>\n</ul>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1001, 1, 1, 0),
(892, 1062, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"iepcvvmagk\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>UNIVERGE ST500 Smartphone Client</h3>\n\n<h4>Voice & video mobile extension for your smartphone</h4>\n\n<p>Using your Apple iPhone, iPad and Android smart devices, the ST500 enables your native contact lists to make and receive voice and video calls.<br>\n <br>\nSimply connect to WiFi or use your mobile data (3G/4G) to handle your calls.</p>\n\n<p><strong>Key Features</strong></p>\n\n<ul>\n <li>Integrates into your smartphone contacts</li>\n <li>Complete call history</li>\n <li>Bluetooth headset support</li>\n <li>Video calling capabilities</li>\n <li>Compatible with NEC’s SL2100, SV9100, SV9300 & SV9500 communication platforms</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/softphones/ST500-apps.png\" style=\"height: 219px; width: 550px;\"></strong></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(893, 51, 0, '\n \n <section id=\"zkdubzyegk\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>UNIVERGE ST500 Smartphone Client</h3>\n\n<h4>Voice & video mobile extension for your smartphone</h4>\n\n<p>Using your Apple iPhone, iPad and Android smart devices, the ST500 enables your native contact lists to make and receive voice and video calls.<br>\n <br>\nSimply connect to WiFi or use your mobile data (3G/4G) to handle your calls.</p>\n\n<p><strong>Key Features</strong></p>\n\n<ul>\n <li style=\"margin-left: 0.5in;\">Integrates into your smartphone contacts</li>\n <li style=\"margin-left: 0.5in;\">Complete call history</li>\n <li style=\"margin-left: 0.5in;\">Bluetooth headset support</li>\n <li style=\"margin-left: 0.5in;\">Video calling capabilities</li>\n <li style=\"margin-left: 0.5in;\">Compatible with NEC’s SL2100, SV9100, SV9300 & SV9500 communication platforms</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/softphones/ST500-apps.png\" style=\"width: 550px; height: 219px;\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0),
(894, 52, 0, '\n <section id=\"kmcqidpxql\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>UNIVERGE ST500 Smartphone Client</h3>\n\n<h4>Voice & video mobile extension for your smartphone</h4>\n\n<p>Using your Apple iPhone, iPad and Android smart devices, the ST500 enables your native contact lists to make and receive voice and video calls.<br>\n <br>\nSimply connect to WiFi or use your mobile data (3G/4G) to handle your calls.</p>\n\n<p><strong>Key Features</strong></p>\n\n<ul>\n <li style=\"margin-left: 0.5in;\">Integrates into your smartphone contacts</li>\n <li style=\"margin-left: 0.5in;\">Complete call history</li>\n <li style=\"margin-left: 0.5in;\">Bluetooth headset support</li>\n <li style=\"margin-left: 0.5in;\">Video calling capabilities</li>\n <li style=\"margin-left: 0.5in;\">Compatible with NEC’s SL2100, SV9100, SV9300 & SV9500 communication platforms</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/softphones/ST500-apps.png\" style=\"width: 550px; height: 219px;\"></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0),
(895, 31, 0, '\n \n \n \n \n \n \n <section id=\"fqrdufcobo\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>UNIVERGE ST500<br>\nSmartphone Client</h3>\n\n<h4>Voice & video mobile extension for your smartphone</h4>\n\n<p>Using your Apple iPhone, iPad and Android smart devices, the ST500 enables your native contact lists to make and receive voice and video calls. Simply connect to WiFi or use your mobile data (4G/5G) to handle your calls.</p>\n\n<p><strong>Key Features</strong></p>\n\n<ul>\n <li>Integrates into your smartphone contacts</li>\n <li>Complete call history</li>\n <li>Hands-free mode</li>\n <li>Bluetooth headset support</li>\n <li>Video calling capabilities</li>\n <li>Localized dial plan</li>\n <li>Compatible with NEC’s SL2100, SV9100, SV9300 & SV9500, plus SIP@Net communication platforms</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/remote-working/ST500-apps.jpg\"></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 1001, 1, 1, 0),
(896, 1191, 0, '\n \n \n \n <section id=\"uwyytzmuqb\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Is your Communications System past its Prime?</h2>\n\n<p style=\"text-align: center;\">Since its launch in 1983 our acclaimed iS3000 platform has followed a path of solid evolution. It over the years has provided rich communications and networking features and excellent reliability. There comes a time however when it is smart to evolve to the latest, gaining access to the latest productivity-enhancing applications which can improve your competitiveness in the marketplace.</p>\n\n<p style=\"text-align: center;\">Delivering on NEC’s promise to protect investments, we have an attractive offer in place as a cost-effective, non-disruptive, easy path to modernize your communications. Take advantage of our latest communication platforms - such as our UNIVERGE 3C, SV9000 Series or SIP@Net server - offering extended functionality and security enhancements.</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(898, 1191, 0, '\n \n \n \n \n <section id=\"cacpvrrdcm\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>Elevate your Platform</li>\n <li>Enjoy Full CONNECTIVITY</li>\n <li>Ensure your Business Continuity</li>\n <li>Embrace COLLABORATION</li>\n <li>Discover & Experience RICH NEW Applications</li>\n</ul>\n\n<p>Protect Your Investment & Business and take advantage of the great incentives we now offer.</p>\n\n<p>Contact your NEC representative or Partner for all the details of our special Offer when transitioning from iS3000 to a new NEC UNIVERGE 3C or UNIVERGE SV9000 platform.</p>\n\n<p><a class=\"button secondary\" href=\"Contact-us\">Contact your NEC representative or Partner</a></p>\n\n<p> </p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/is3000-communication-transition2.png\"></p>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 2, 1, 1, 0),
(897, 1191, 0, '\n \n <section id=\"aqdnkfemcs\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p>Delivering on NEC’s promise to protect investments, we have an attractive offer in place as a cost-effective, non-disruptive, easy path to modernize your communications. Take advantage of our latest communication platforms - such as our UNIVERGE 3C, SV9000 Series or SIP@Net server - offering extended functionality and security enhancements.</p>\n\n<ul>\n <li>Elevate your Platform</li>\n <li>Enjoy Full CONNECTIVITY</li>\n <li>Ensure your Business Continuity</li>\n <li>Embrace COLLABORATION</li>\n <li>Discover & Experience RICH NEW Applications</li>\n</ul>\n\n<p>Protect Your Investment & Business and take advantage of the great incentives we now offer.</p>\n\n<p>Contact your NEC representative or Partner for all the details of our special Offer when transitioning from iS3000 to a new NEC UNIVERGE 3C or UNIVERGE SV9000 platform.</p>\n\n<p><a class=\"button secondary\" href=\"#\">Contact your NEC representative or Partner</a></p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(899, 1191, 0, '\n \n <section id=\"rzwlttndvg\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3>Some of the immediate benefits of migrating to a newer solution</h3>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(901, 1199, 0, '\n \n \n \n \n \n \n \n \n \n \n \n <section id=\"stixbwldag\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 850px;\">\n <thead>\n <tr>\n <th scope=\"col\"><strong>Technical Detail</strong></th>\n <th scope=\"col\"><strong>GT210(ITX-1615-1W(BK)TEL)</strong></th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Graphic Display</td>\n <td>Monochrome 132 x 48 LCD</td>\n </tr>\n <tr>\n <td>Dimensions</td>\n <td>184(W) x 209(D) x 76(H) mm</td>\n </tr>\n <tr>\n <td>Weight</td>\n <td>0.74 kg</td>\n </tr>\n <tr>\n <td>Environment Operation</td>\n <td>0°C to 40°C</td>\n </tr>\n <tr>\n <td>Storage</td>\n <td>-10°C to 60°C</td>\n </tr>\n <tr>\n <td>Humidity</td>\n <td>10% to 90% Non-condensing</td>\n </tr>\n <tr>\n <td>Power Consumption max</td>\n <td>1.73W/Idle: 1.4W</td>\n </tr>\n <tr>\n <td>LAN Port</td>\n <td>LAN port and PC port</td>\n </tr>\n <tr>\n <td>Headset</td>\n <td>RJ9 headset jack (allowing EHS with Plantronics headsets)</td>\n </tr>\n <tr>\n <td>Voice Code</td>\n <td>G.711?/a, G.722 (wide-band), G.723,G.726-32, G.729 A/B</td>\n </tr>\n <tr>\n <td>SIP Account and Line</td>\n <td>Support 1 SIP account, up to 2 call appearance</td>\n </tr>\n <tr>\n <td>Language</td>\n <td>English, German, Italian, French, Spanish, Portuguese, Russian, Croatian, simplified and traditional, Chinese, Korean, Japanese</td>\n </tr>\n <tr>\n <td>Provisioning</td>\n <td>Yes</td>\n </tr>\n <tr>\n <td>PoE</td>\n <td>Yes (IEEE802.3af Class 2)</td>\n </tr>\n <tr>\n <td>Communications Platform</td>\n <td>\n <p>SL1000/1100 R7 or later<br>\n SL2100 R1 or later<br>\n SV9100 R7 or later<br>\n SV9300 V5 or later<br>\n SV9500 V5 or later<br>\n 3C V9 or later</p>\n </td>\n </tr>\n </tbody>\n</table>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/GT210-callouts.PNG\" style=\"width: 655px; height: 465px;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(906, 28, 0, '\n \n \n <section id=\"vbzpwyibsz\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>BaseLine</h3>\n\n<ul>\n <li>Callers list key</li>\n <li>3 Direct memory keys</li>\n <li>10 Indirect memory keys</li>\n <li>Earth recall</li>\n <li>Last number redial</li>\n <li>Line Power</li>\n <li>Memory back-up</li>\n <li>Memory check key</li>\n <li>Message waiting LED</li>\n <li>Mute</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>BaseLine</h3>\n\n<ul>\n <li>Pause insertion</li>\n <li>Post-dialling DTMF</li>\n <li>Receiver volume control</li>\n <li>Ringer LED</li>\n <li>Ringing tone selection</li>\n <li>Ringing volume control</li>\n <li>Time & call duration</li>\n <li>Time-break recall</li>\n <li>Timer key</li>\n <li>Tone dialling</li>\n <li>Wall mounting</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/BaseLine_pro.jpg\" style=\"height: 360px; width: 450px;\"></p>\n</div>\n</div></section>\n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 1002, 1, 0, 0),
(907, 28, 0, '\n <section id=\"zywobrgrer\" class=\"\" style=\"\"><div class=\"custom-code\"></div></section>\n ', 'custom', 'custom', '', '', 0, 0, '', '', 0, 1003, 1, 0, 0),
(908, 28, 0, '\n \n \n <section id=\"eabupymcnn\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/BaseLine_pro.jpg\" style=\"height: 360px; width: 450px; float: right;\"></p>\n</div>\n</div>\n<div class=\"col12\">\n<div class=\"column-wrapper\" style=\"\"><h3>BaseLine</h3>\n\n<ul>\n <li>Callers list key</li>\n <li>3 Direct memory keys</li>\n <li>10 Indirect memory keys</li>\n <li>Earth recall</li>\n <li>Last number redial</li>\n <li>Line Power</li>\n <li>Memory back-up</li>\n <li>Memory check key</li>\n <li>Message waiting LED</li>\n <li>Mute</li>\n</ul>\n</div>\n</div>\n<div class=\"col12\">\n<div class=\"column-wrapper\" style=\"\"><ul>\n <li>Pause insertion</li>\n <li>Post-dialling DTMF</li>\n <li>Receiver volume control</li>\n <li>Ringer LED</li>\n <li>Ringing tone selection</li>\n <li>Ringing volume control</li>\n <li>Time & call duration</li>\n <li>Time-break recall</li>\n <li>Timer key</li>\n <li>Tone dialling</li>\n <li>Wall mounting</li>\n</ul>\n</div>\n</div></section>\n \n \n ', '2-row-1-column-2-column', 'text', '', '', 0, 0, '', '', 0, 1002, 1, 0, 0),
(902, 1199, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"eaccregouy\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" font=\"9pt\" style=\"width: 100%;\">\n <thead>\n <tr>\n <th scope=\"col\" style=\"width: 4%; text-align: left; background-color: lightblue;\"><span style=\"font-weight: 300;\">Technical Details</span></th>\n <th scope=\"col\" style=\"width: 15%; text-align: left; background-color: lightblue;\"><span style=\"font-weight: 300;\">GT210(ITX-1615-1W(BK)TEL)</span></th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Graphic Display</span></td>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Monochrome 132 x 48 LCD</span></td>\n </tr>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Dimensions</span></td>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">184(W) x 209(D) x 76(H) mm</span></td>\n </tr>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Weight</span></td>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">0.74 kg</span></td>\n </tr>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Environment Operation</span></td>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">0°C to 40°C</span></td>\n </tr>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Storage</span></td>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">-10°C to 60°C</span></td>\n </tr>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Humidity</span></td>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">10% to 90% Non-condensing</span></td>\n </tr>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Power Consumption max</span></td>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">1.73W/Idle: 1.4W</span></td>\n </tr>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">LAN Port</span></td>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">LAN port and PC port</span></td>\n </tr>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Headset</span></td>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">RJ9 headset jack (allowing EHS with Plantronics headsets)</span></td>\n </tr>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Voice Code</span></td>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">G.711µ, G.722 (wide-band), G.723,G.726-32, G.729 A/B</span></td>\n </tr>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">SIP Account and Line</span></td>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Support 1 SIP account, up to 2 call appearance</span></td>\n </tr>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Language</span></td>\n <td style=\"text-align: left;\">Dutch, Croatian, Chinese - simplified and traditional, English, French, German, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish</td>\n </tr>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Provisioning</span></td>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Yes</span></td>\n </tr>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">PoE</span></td>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Yes (IEEE802.3af Class 2)</span></td>\n </tr>\n <tr>\n <td style=\"white-space: nowrap; text-align: left;\"><span style=\"white-space: normal;\">Communications Platform</span></td>\n <td style=\"white-space: nowrap; text-align: left;\">\n <p><span style=\"white-space: normal;\">SL1000/1100 R7 or later<br>\n SL2100 R1 or later<br>\n SV9100 R7 or later<br>\n SV9300 V5 or later<br>\n SV9500 V5 or later<br>\n 3C V9 or later<br>\n SIP@Net V6.5.3.1</span></p>\n </td>\n </tr>\n </tbody>\n</table>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/NEC-GT210-callouts.png\" style=\"width: 525px; height: 392px;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(903, 862, 0, '\n \n \n \n \n <section id=\"vfyiutksdo\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"> </p>\n\n<p style=\"text-align: center;\"><strong>IBC 2018</strong><br>\nSeptember 13–18, 2018<br>\nRAI Amsterdam Convention Centre<br>\nAmsterdam, The Netherlands<br style=\"text-align: center;\">\n<a class=\"primary-link\" href=\"https://www.ibc.org/\" style=\"text-decoration-line: underline; color: rgb(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><br>\n<strong>GITEX 2018</strong><br>\nOctober 14–18, 2018<br>\nDubai World Trade Centre<br>\nDubai, United Arab Emirates<br style=\"text-align: center;\">\n<a class=\"primary-link\" href=\"https://www.nec-enterprise.com/gitex\" style=\"text-decoration-line: underline; color: rgb(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(905, 28, 0, '\n <section id=\"wdmfzwualt\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p>Ringing tone selection ?<br>\nRinging volume control ?<br>\nReceiver volume control ?<br>\nRinger LED ?<br>\nMessage waiting LED ?<br>\nMute ?<br>\nTone dialling ?<br>\nPause insertion ?<br>\nEarth recall ?<br>\nTime-break recall ?<br>\nLast number redial ?<br>\nCallers list key ?<br>\nMemory check key ?<br>\nTimer key ?<br>\nDirect memory keys 3<br>\nIndirect memory keys 10<br>\nMemory back-up ?<br>\nTime & call duration ?<br>\nLine Power ?<br>\nPost-dialling DTMF ?<br>\nWall mounting ?</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1002, 1, 0, 0),
(909, 864, 0, '<section id=\"qwnotonqcy\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><hr></div></div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(910, 864, 0, '\n \n \n \n <section id=\"mhvodlaesq\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\" style=\"\"></div></div></section>\n \n \n \n ', 'spacer', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(911, 862, 0, '\n \n \n \n \n \n \n <section id=\"xsbligsbwu\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"> </p>\n\n<p style=\"text-align: center;\"><strong>AAD 2018 - Africa Aerospace and Defence</strong><br>\nSeptember 19–23, 2018<br>\nTshwane – South Africa<br style=\"text-align: center;\">\n<a href=\"http://www.aadexpo.co.za/\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"> </p>\n\n<p style=\"text-align: center;\"><strong>HTNG European Conference 2018</strong><br>\nOctober 22, 23, 24, 2018<br>\nPenha Longa Resort, Linhó, Sintra, Portugal<br style=\"text-align: center;\">\n<a class=\"primary-link\" href=\"https://www.htng.org/general/custom.asp?page=EC_2018Hotel\" style=\"text-decoration-line: underline; color: rgb(153, 153, 153); text-align: center;\" target=\"_blank\">Explore</a></p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(915, 1225, 0, '\n \n \n <section id=\"nimnrvbwor\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">A New Word in Backup and Site Recovery</h2>\n\n<p style=\"text-align: center;\">Fast growth of virtualized IT infrastructures entails the need for efficient storage optimization and reliable data protection. HYDRAstor NAKIVO VM Data Protection Appliance is a fully integrated ready-to-use data protection solution.<br>\nIt combines NEC HYDRAstor with NAKIVO Backup & Replication to deliver a powerful data protection solution that can reduce VM backup size by up to 95% while securing your virtual environment from disasters, data corruption, and data loss.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(912, 219, 0, '\n \n <section id=\"mefnckkplf\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\">Hilton The Hague Video Case Study</h2>\n\n<div class=\"embed-erternal\" style=\"text-align: center;\"><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/pqghF79S2gc\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></div>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(913, 219, 0, '<section id=\"iehtgkbrxz\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><hr></div></div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(914, 1215, 0, '\n \n <section id=\"hpafwfhbcw\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"margin-left: 36pt; text-align: center;\">Versatile, premium and complete servers</h2>\n\n<p style=\"margin-left: 36pt; text-align: center;\">NEC\'s Smart Value range provide hassle-free servers at a seriously competitive price point. From an SMB plug & play tower server to a mid-range virtual server platform, all bundles include power supply, pre-installed memory, raid card, remote monitoring software plus a re-assuring 5 year warranty.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(916, 1225, 0, '\n \n \n <section id=\"vdafvehkmw\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p class=\"nec-orange\" style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/smarter-storage.png\" style=\"width: 102px; height: 102px;\"></p>\n\n<p class=\"nec-orange\" style=\"text-align: center;\"><strong>Smarter Storage<br>\nSpace Consumption</strong></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/smarter-storage.png\" style=\"width: 102px; height: 102px;\"></h4>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Superior VM Backup<br>\nPerformance</h4>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/smarter-storage.png\" style=\"width: 102px; height: 102px;\"></h4>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Outstanding Scaleout<br>\nCapabilities</h4>\n</div>\n</div></section>\n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(917, 1225, 0, '\n \n \n \n <section id=\"eonmayqdzv\" class=\"\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/smarter-storage.png\" style=\"width: 100px; height: 100px;\"></p>\n\n<p class=\"nec-orange\" style=\"text-align: center;\"><strong>Smarter Storage<br>\nSpace Consumption</strong></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p class=\"nec-orange\" style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/backup-performance.png\" style=\"width: 100px; height: 100px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Superior VM Backup<br>\nPerformance</h4>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p class=\"nec-orange\" style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/scaleout-capabilities.png\" style=\"width: 100px; height: 100px;\"></p>\n\n<h4 class=\"nec-orange\" style=\"text-align: center;\">Outstanding Scaleout<br>\nCapabilities</h4>\n</div>\n</div></section>\n \n \n ', '3-column-centered', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(918, 1225, 0, '\n \n \n \n \n <section id=\"hasidmooyl\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Complete protection for VMware, Hyper-V,<br>\nand AWS EC2 environments</h4>\n\n<ul>\n <li>Image-based, application-aware backup and replication</li>\n <li>Backup copy offsite and to Public Clouds (Amazon/Azure),</li>\n <li>Private or your Partner Cloud</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Optimized Storage Space Utilization</h4>\n\n<ul>\n <li>Up to 95% storage space savings with extreme deduplication</li>\n <li>Exclusion of swap files and partitions during VM backup</li>\n</ul>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 3, 1, 1, 0),
(921, 1225, 0, '<section id=\"csowncmasg\" class=\"\"><div class=\"col8 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n</section>', '2-column-centered', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(919, 1225, 0, '<section id=\"lmebzwhtya\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><hr></div></div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(920, 1225, 0, '<section id=\"ekohvlgryu\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><div class=\"vert-offset-1\"></div></div></div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(922, 1225, 0, '\n \n \n <section id=\"nvtxspgqlr\" class=\"\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div>\n<h4>Extreme Deduplication</h4>\n\n<p>Minimize your storage space consumption with NEC HYDRAstor’s advanced deduplication technology, which can achieve up to 95% data reduction.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div>\n<h4>Faster Backups</h4>\n\n<p>Operate NAKIVO Backup & Replication on NEC HYDRAstor to remove the overhead of NFS/CIFS protocols and to increase VM backup performance by up to 2X. Further improve performance with CBT/RCT, LAN-free Data Transfer, and Network Acceleration.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div>\n<h4>Maximal Cost Efficiency</h4>\n\n<p>Easily expand your logical storage capacity to as much as 302 TB per appliance whenever needed and at a competitive price.</p>\n</div>\n</div>\n</div></section>\n \n \n ', '3-column-centered', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(924, 1225, 0, '\n \n <section id=\"llikclwhld\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div>\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon4-nec.png\" style=\"width: 100px; height: 100px;\"></p>\n\n<h4 style=\"text-align: center;\">Extreme Deduplication</h4>\n\n<p style=\"text-align: center;\">Minimize your storage space consumption with NEC HYDRAstor’s advanced deduplication technology, which can achieve up to 95% data reduction.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon5-nec.png\" style=\"width: 100px; height: 100px;\"></p>\n\n<div>\n<h4 style=\"text-align: center;\">Faster Backups</h4>\n\n<p style=\"text-align: center;\">Operate NAKIVO Backup & Replication on NEC HYDRAstor to remove the overhead of NFS/CIFS protocols and to increase VM backup performance by up to 2X. Further improve performance with CBT/RCT, LAN-free Data Transfer, and Network Acceleration.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div>\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon6-nec.png\" style=\"width: 100px; height: 100px;\"></p>\n\n<h4 style=\"text-align: center;\">Maximal Cost Efficiency</h4>\n\n<p style=\"text-align: center;\">Easily expand your logical storage capacity to as much as 302 TB per appliance whenever needed and at a competitive price.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div>\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon7-nec.png\" style=\"width: 100px; height: 100px;\"></p>\n\n<h4 style=\"text-align: center;\">Effortless Site Recovery</h4>\n\n<p style=\"text-align: center;\">Fully recover your virtualized infrastructure in a few clicks with the high-end Site Recovery functionality. For stronger data protection, store copies of your VM backups in Amazon or Azure clouds.</p>\n</div>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 1, 0),
(923, 1225, 0, '\n \n \n <section id=\"mypnkqezvg\" class=\"\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div>\n<h3>Effortless Site Recovery</h3>\n\n<p>Fully recover your virtualized infrastructure in a few clicks with the high-end Site Recovery functionality. For stronger data protection, store copies of your VM backups in Amazon or Azure clouds.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div>\n<h3>Easy Granular Recovery</h3>\n\n<p>Instantly recover VMs, files, or application objects directly to source or any other location, ensuring data availability under any circumstances.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div>\n<h3>Verified Recoverability</h3>\n\n<p>Use automated screenshot verification to confirm VM backups and replicas are 100% reliable.</p>\n</div>\n</div>\n</div></section>\n \n \n ', '3-column-centered', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(925, 1225, 0, '\n \n \n <section id=\"ulggkqnfas\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon8-nec.png\" style=\"width: 100px; height: 100px;\"></p>\n\n<div>\n<h4 style=\"text-align: center;\">Easy Granular Recovery</h4>\n\n<p style=\"text-align: center;\">Instantly recover VMs, files, or application objects directly to source or any other location, ensuring data availability under any circumstances.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div>\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon9-nec.png\" style=\"width: 100px; height: 100px;\"></p>\n\n<h4 style=\"text-align: center;\">Verified Recoverability</h4>\n\n<p style=\"text-align: center;\">Use automated screenshot verification to confirm VM backups and replicas are 100% reliable.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon11-nec.png\" style=\"width: 100px; height: 100px;\"></p>\n\n<h4 style=\"text-align: center;\">Flexibility and Cost Efficiency</h4>\n\n<p style=\"text-align: center;\">Competitive pricing to suit the needs of SMBs with a flexible licensing model</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/icon10-nec.png\" style=\"width: 100px; height: 100px;\"></p>\n\n<h4 style=\"text-align: center;\">Integrates with HYDRAstor</h4>\n\n<p style=\"text-align: center;\">Enterprise-grade Japanese physical hardware with 2TB and 16TB configurations. Build your own Hybrid Cloud Recovery Solution, together with your partner</p>\n</div>\n</div></section>\n \n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 1, 0),
(926, 1225, 0, '\n \n <section id=\"gnwrhaxtxy\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Reliable Data Protection for VMware,<br>\nHyper-V, and AWS EC2</h2>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 4, 1, 1, 0),
(927, 862, 0, '\n \n <section id=\"dbmfwhtixw\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/CandC-iexpo-2018.png\" style=\"font-size: 1em; height: 144px; width: 655px;\"><br>\n<br>\n<strong>NEC C&C User Forum & iEXPO 2018</strong></p>\n\n<p style=\"text-align: center;\"> Again the NEC Group and NEC C&C Systems Users Association (NUA) host the \'C&C User Forum and iEXPO2018\' at the Tokyo International Forum - November 8-9.</p>\n\n<p style=\"text-align: center;\"><a href=\"https://www.nec.com/en/event/uf-iexpo/message.html\">More</a></p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(970, 862, 0, '\n \n \n \n \n \n <section id=\"lrfqihrvet\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><br>\n<strong style=\"font-size: 1em;\">Arab Health 2019</strong><br>\nJan 28-31, 2019<br>\nDubai World Trade Centre, UAE<br>\nVisit NEC | IndigoCare at Booth Z2.A31<br>\n<a href=\"https://www.arabhealthonline.com/en/Home.html\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"> </p>\n\n<p style=\"text-align: center;\"><strong>NEC at ISE 2019</strong><br>\nFeb 5 - 8<br>\nAmsterdam RAI, Netherlands<br>\nNEC Stand Hall 5 - R20<br>\n<em><a href=\"https://www.iseurope.org/\" target=\"_blank\">ISE 2019</a></em><br>\n<a href=\"https://www.nec-display-solutions.com/p/ise/en/nec.xhtml\" target=\"_blank\"><em><em>NEC at ISE 2019</em></em></a></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/MWC2019_EmailBanner.png\" style=\"height: 175px; width: 350px;\"></strong></p>\n\n<p style=\"text-align: center;\"><strong>Mobile World Congress 2019</strong><br>\nFeb 25-28, 2019<br>\nFira Gran Via, Barcelona, Spain<br>\nNEC Stand Hall 3, 3M30<br style=\"text-align: center;\">\n<a href=\"https://www.mwcbarcelona.com/\" target=\"_blank\">Explore</a></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(928, 112, 0, '\n \n \n \n \n \n \n \n \n <section id=\"smykttbsyc\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><strong><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/KMT0V77TK8U\" width=\"100%\"></iframe></strong></div>\n\n<h4><strong>New York Botanical Garden - Scalable Enterprise Data Storage Solution</strong></h4>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/cBTsSLrkWJg?rel=0&showinfo=0\" width=\"100%\"></iframe></div>\n\n<h4><strong>NEC HYDRAstor in action at Segue Technologies</strong></h4>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1004, 1, 0, 0),
(929, 229, 0, '\n <section id=\"hglcoggeuc\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/KMT0V77TK8U\" width=\"100%\"></iframe></div>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 1, 0),
(930, 80, 0, '\n \n \n \n \n <section id=\"ohdpepqxug\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Optimal Manageability</h2>\n\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.5em; text-align: center;\">NEC\'s QX-S5200 Series Power over Ethernet Plus (PoE+) Gigabit switches bring simplicity and control to network device deployment.<br>\nAble to be standalone or edge devices in a Software Defined Network, these versatile switches increase service agility and reduces network administration burden through zero-touch network policy provisioning from NEC\'s ProgrammableFlow Controller (PFC) Edge Switch Automation and configuration and management through the PFC\'s user interface.</p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(931, 80, 0, '\n \n \n \n \n \n \n \n \n <section id=\"rbrftgtbio\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>QX-S5200 Series Switches offer</strong></h3>\n\n<ul>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">24 and 48 PoE+ 10/100/1000 Ethernet Ports (can connect to IP phones and other PoE devices that require up to 30W).</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">4 Gigabit SFP+ Uplink ports.</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Support for L2 and L3 forwarding, QoS, Security, Multicast, VLAN.</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Support static and RIP policy-based routing functions</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">CLI and WebGUI management console</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">SDN compatible (OpenFlow version 1.3.1)</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">High Speed stack connection function (Intelligent Resilient Framework</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p> </p>\n\n<p> </p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/S5224GT-4X-PW.jpg\" style=\"width: 350px; height: 74px;\"></p>\n\n<p><strong>S5224GT-4X-PW</strong></p>\n\n<div> </div>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(933, 79, 0, '\n \n \n <section id=\"mkinoxsmzz\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Optimal Flexibility</h2>\n\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.5em; text-align: center;\">NEC’s QX-S1000 Series Power over Ethernet Plus (PoE+) Gigabit switches offer businesses the flexibility to easily deploy PoE devices wherever needed. These versatile switches can be used as edge devices in a Software Defined Network (SDN) or they can be standalone. The QX-S4100 series fully supports NEC’s ProgrammableFlow Controller (PFC) Edge Switch Automation capability, and can be configured and managed directly through the PFC’s Graphical User Interface (GUI).</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(932, 80, 0, '\n \n \n \n \n \n \n \n \n \n \n <section id=\"cclykbirhn\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/S5248GT-4X-PW.jpg\" style=\"width: 350px; height: 77px;\"><br>\n<strong>S5248GT-4X-PW</strong></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Key Benefits</h3>\n\n<ul style=\"margin-left: 1.5em; line-height: 1.5em;\">\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Connects to IP telephones or other devices that require PoE.</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Supports NEC\'s ProgrammableFlow Controller R7.4\'s Edge Automation capability which:\n <ul style=\"margin-left: 1.5em; line-height: 1.5em;\">\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Extends some of the SDN functions to non-OpenFlow switches.</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Simplifies configuration and management of switch.</li>\n </ul>\n </li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Saves time and expense by not having to install electrical power wiring.</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Offers the flexibility of placing PoE devices where needed most and ability to relocate them easily.</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Can be managed by the SDN Controller, WebGUI management console or Command Line Interface (CLI).</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(934, 79, 0, '\n \n \n \n \n \n \n \n <section id=\"olngvbiurx\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>QX-S1000 PoE+ Series Switches offer</strong></p>\n\n<ul>\n <li>8, 16 and 24 PoE+ 10/100/1000 Ethernet Ports (can connect to IP phones and other PoE devices that require up to 30W)</li>\n <li>2 or 4 Gigabit SFP Uplink ports</li>\n <li>Support for L2 forwarding, QoS, Security, Multicast & VLAN</li>\n <li>CLI and webGUI management console</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/S1008GT-2G-PW.jpg\" style=\"width: 350px; height: 121px;\"><br>\n<strong>S1008GT-2G-PW</strong></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(935, 79, 0, '\n \n \n \n \n \n \n \n \n <section id=\"momeogqfvg\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/S1016GT-4G-PW.jpg\" style=\"height: 100px; width: 350px;\"><br>\nS1016GT-4G-PW</strong></p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/S1024GT-4G-PW.jpg\" style=\"width: 350px; height: 107px;\"><br>\n<strong>S1024GT-4G-PW</strong></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>Versatile Power over Ethernet Plus (PoE+) switches that can be utilized in SDN network environments as edge devices or standalone</li>\n <li>Connects to IP telephones or other devices that require PoE</li>\n <li>Supports NEC’s ProgrammableFlow Controller Edge Automation capability which:\n <ul>\n <li>Extends some of the SDN functions to non OpenFlow switches</li>\n <li>Simplifies configuration and management of switches</li>\n </ul>\n </li>\n <li>Saves time and expense by not having to install electrical power wiring</li>\n <li>Offers the flexibility of placing PoE devices where needed most and ability to relocate them easily</li>\n <li>Can be managed by the SDN Controller, WebGUI management console or Command Line Interface (CLI)</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(936, 75, 0, '\n \n \n <section id=\"hsirhduymg\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Optimal Flexibility</h2>\n\n<p style=\"margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.5em; text-align: center;\">NEC’s QX-S1000 Series switches can be used as edge devices in a Software Defined Network (SDN) or they can be standalone. The QX-S1000 series fully supports NEC’s ProgrammableFlow Controller (PFC) Edge Switch Automation capability, and can be configured and managed directly through the PFC’s Graphical User Interface (GUI).</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(937, 75, 0, '\n \n \n \n \n \n \n <section id=\"qoylzyxlkl\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>QX-S1000 </strong>non-PoE Gigabit Ethernet Switches<strong> offer:</strong></h3>\n\n<ul>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">8, 16, 24 and 48 10/100/1000 Ethernet Ports</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">2 or 4 Gigabit SFP Uplink ports</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Support for L2 forwarding, QoS, Security, Multicast & VLAN</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">CLI and webGUI management console</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/S1008GT-2G-PW.jpg\" style=\"width: 350px; height: 121px;\"></p>\n\n<p><strong>S1008GT-2G</strong></p>\n\n<p><strong><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/S1016GT-4G-PW.jpg\" style=\"width: 350px; height: 100px;\"><br>\nS1016GT-4G</strong></p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(938, 75, 0, '\n \n \n \n \n \n \n \n <section id=\"zxlbzydefm\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/S1024GT-4G-PW.jpg\" style=\"height: 107px; width: 350px;\"></p>\n\n<p><strong>S1024GT-4G</strong></p>\n\n<p> </p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/S1048GT-4G.jpg\" style=\"height: 107px; width: 350px;\"><br>\n<strong>S1048GT-4G</strong></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Key Benefits</h3>\n\n<ul>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Versatile Ethernet switches that can be utilized in SDN network environments as edge devices or standalone</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Used to complement the QX-S1000 PoE switches in applications where the PoE feature is not required</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Supports NEC’s ProgrammableFlow Controller Edge Automationcapability which:\n <ul>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Extends some of the SDN functions to non-OpenFlow switches</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Simplifies configuration and management of switch</li>\n </ul>\n </li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Can be managed by the SDN Controller, WebGUI management console or Command Line Interface (CLI)</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(939, 75, 0, '<section id=\"rcuzpkihrq\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(940, 73, 0, '\n <section id=\"ohmczcxfpt\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\">NEC’s QX-S6600 Series 10 Gigabit aggregation switches offer businesses the flexibility to easily connect multiple edge switches with 10 Gigabit up-links. The six 40 Gigabit up-links offer high bandwidth in single or redundant configurations.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(941, 73, 0, '\n \n \n \n \n \n \n <section id=\"weflvfqhpt\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>QX-S6600 Series Switches offer</strong></h3>\n\n<ul>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">48 10 Gigabit ports (copper or SFP+) with six 40 Gbps up-links</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">(QSFP+)</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">32 40 Gigabit ports (QSFP+)</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Support for L2/L3 forwarding, QoS, Security, Multicast & VLAN</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">CLI and WebGUI management console</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/S6648XP-6Q.jpg\" style=\"width: 450px; height: 112px;\"><br>\n<strong>S6648XP-6Q</strong></p>\n\n<div>\n<p> </p>\n</div>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(943, 110, 0, '\n \n \n <section id=\"qbvnybqcet\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/M-Series-lineup.jpg\" style=\"width: 1000px; height: 539px;\"></p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(942, 73, 0, '\n \n \n \n \n \n <section id=\"kewsrcsyos\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/S6648XT-6Q.jpg\" style=\"height: 118px; width: 450px;\"><br>\n<strong>S6648XT-6Q</strong></p>\n\n<p> </p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/S6632-QP.jpg\" style=\"width: 450px; height: 127px;\"><br>\n<strong>S6632-QP</strong></p>\n\n<div> </div>\n\n<div> </div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Key Benefits</h3>\n\n<ul style=\"margin-left: 1.5em; line-height: 1.5em;\">\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Versatile Aggregation switches targeted for Enterprise networks</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">In conjunction with QX-S5200 series (1G PoE access switch with 10G Ethernet up-links) and QX-S4100 series (1G PoE access switch with 1G Ethernet up-links) can be used to implement a complete enterprise network</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Full featured L2 and L3 forwarding</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Available in two configurations:\n <ul>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">48 10 Gigabit ports with six 40</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">32 40 Gigabit ports</li>\n </ul>\n </li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Redundant power supply</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(944, 1236, 0, '\n <section id=\"ppyoyookku\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Reliable & Intuitive</h2>\n\n<p style=\"text-align: center;\">Easy to operate, dependable and efficient, this entry-level storage system is well-suited for virtualized environments that demand scalability,</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(945, 1236, 0, '\n <section id=\"ypsbsnonyt\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(946, 1236, 0, '\n \n <section id=\"sqhuppedbv\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries_M110.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\">M120 offers</h3>\n\n<ul>\n <li>Available in 3.5\" drives and 2.5\" drives</li>\n <li>Supports SAS HDD, NearLine SAS HDD, and SSD in the same enclosures for flexible tiered storage architecture</li>\n <li>LUN lock stability</li>\n <li>Cache 64GB / 128GB</li>\n</ul>\n\n<p><em>* 80 PLUS GOLD certified (power supply).</em></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(947, 158, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"vgsdlsvfdz\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><a href=\"https://www.nec-enterprise.com/documents?id=786&hash=0136ffc8a30923444a8f658fec278f8494722e0ce7ab883de201c7da3b21baf7\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/nec-vision-2020.jpg\" style=\"border-width: 0px; border-style: solid; height: 168px;\" title=\"NEC Vision 2015-2016\"><br>\n<strong>NEC Vision 2020</strong><br>\nBringing Amazing Ideas to Life</a></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC-Smart-Enterprise-Drivers-2021.pdf\" target=\"_blank\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/smart-drivers-2021(400px).jpg\" style=\"height: 168px;\"><br>\n<strong>Smart Enterprise</strong><br>\n10 Strategic Drivers 2021</a></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC-Co-creating-the-future-through-Digital-Transformation.pdf\" target=\"_blank\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/cocreating-the-future-thr-Digital-Transformation.JPG\" style=\"border-width: 0px; border-style: solid; height: 168px;\" title=\"Smart Enterprise\"></a><br>\n<a href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/cocreating-the-future-thr-Digital-Transformation.JPG\" target=\"_blank\"><strong>Co-creating the future </strong><br>\nthrough Digital Transformation</a></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(948, 112, 0, '\n \n \n \n \n \n \n \n <section id=\"lytuvvvqgg\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><strong><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/KMT0V77TK8U\" width=\"100%\"></iframe></strong></div>\n\n<h4><strong>New York Botanical Garden - Scalable Enterprise Data Storage Solution</strong></h4>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/cBTsSLrkWJg?rel=0&showinfo=0\" width=\"100%\"></iframe></div>\n\n<h4><strong>NEC HYDRAstor in action at Segue Technologies</strong></h4>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><strong><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/sllfK_F5dzM\" width=\"100%\"></iframe></strong></div>\n\n<h4><strong>NEC HYDRAstor</strong></h4>\n</div>\n</div></section>\n \n \n \n \n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 1005, 1, 1, 0),
(949, 1242, 0, '\n \n \n <section id=\"cdhcqsziek\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Greater Aptitude</h2>\n\n<p style=\"text-align: center;\">By combining storage, computing and networking into a single integrated system, NEC’s HyperConverged Infrastructure (HCI), powered by Scale Computing’s HC3 software, transforms and simplifies data and storage management. It replaces arduous fragmented infrastructure with one intuitive, centralized solution. </p>\n\n<p style=\"text-align: center;\">Built on the company’s high-density dual-socket modular server – the D120h - and Scale Computing’s intelligent HC3 operating system, NEC HCI delivers cloud-like economy and scalability without sacrificing control of on-site systems. A single pane of glass console delivers advanced visibility for increased transparency and ease of management.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(950, 1242, 0, '\n \n \n \n <section id=\"wdeecsnexc\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\" align=\"center\">Base</h3>\n\n<ul class=\"no-bullet with-lines\">\n <li style=\"text-align: center;\"><strong>Compute</strong><br>\n 8 Cores</li>\n <li style=\"text-align: center;\"><strong>RAM</strong><br>\n 64GB</li>\n <li style=\"text-align: center;\"><strong>Storage (RAW)</strong><br>\n SSD 2 x 480GB / HDD 4 x 600GB 10K</li>\n <li style=\"text-align: center;\"><strong>Network</strong><br>\n 4 x 10GbE SFP+</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\" align=\"center\">Mid-range</h3>\n\n<ul class=\"no-bullet with-lines\">\n <li style=\"text-align: center;\"><strong>Compute</strong><br>\n 10 Cores</li>\n <li style=\"text-align: center;\"><strong>RAM</strong><br>\n 128GB</li>\n <li style=\"text-align: center;\"><strong>Storage(RAW)</strong><br>\n SSD 2 x 960GB / HDD 4 x 1.2 TB 10K</li>\n <li style=\"text-align: center;\"><strong>Network</strong><br>\n 4 x 10GbE SFP+</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\" align=\"center\">Power</h3>\n\n<ul class=\"no-bullet with-lines\">\n <li style=\"text-align: center;\"><strong>Compute</strong><br>\n 20 Cores</li>\n <li style=\"text-align: center;\"><strong>RAM</strong><br>\n 256GB</li>\n <li style=\"text-align: center;\"><strong>Storage(RAW)</strong><br>\n SSD 2 x 1.92TB / HDD 4 x 1.8 TB 10K</li>\n <li style=\"text-align: center;\"><strong>Network</strong><br>\n 4 x 10GbE SFP+</li>\n</ul>\n</div>\n</div></section>\n \n \n \n ', '3-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(952, 1242, 0, '\n \n \n \n \n <section id=\"iolfgzbspe\" class=\"\"><div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/hci/NEC-HyperconvergedInfrastructure_Procurement.jpg\" style=\"width: 80px; height: 80px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Ease of Procurement</strong></p>\n\n<p style=\"text-align: center;\">Prepackaged models make for easy implementation.</p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/hci/NEC-HyperconvergedInfrastructure_EntryPoint.jpg\" style=\"width: 80px; height: 80px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Low Cost<br>\nEntry Point</strong></p>\n\n<p style=\"text-align: center;\">Price includes all hardware and software support.</p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/hci/NEC-HyperconvergedInfrastructure_Installation.jpg\" style=\"width: 80px; height: 80px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Simplified Installation</strong></p>\n\n<p style=\"text-align: center;\">Server nodes are factory installed so unit only needs to be turned on and IP information provided.</p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/hci/NEC-HyperconvergedInfrastructure_License.jpg\" style=\"width: 80px; height: 80px;\"></p>\n\n<p style=\"text-align: center;\"><strong>License<br>\nCosts</strong></p>\n\n<p style=\"text-align: center;\">Appliance licensing is node based, not CPU or VM.</p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/hci/NEC-HyperconvergedInfrastructure_Hardware%20.jpg\" style=\"width: 80px; height: 80px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Hardware<br>\nDensity</strong></p>\n\n<p style=\"text-align: center;\">NEC’s 4 node in 2U is unique within the HCI industry.</p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/hci/NEC-HyperconvergedInfrastructure_Migration.jpg\" style=\"width: 80px; height: 80px;\"></p>\n\n<p style=\"text-align: center;\"><strong>Easy<br>\nMigration</strong></p>\n\n<p style=\"text-align: center;\">Provides an easy path from VMware/Hyper-V with our world-class support.</p>\n</div>\n</div>\n</section>\n \n \n \n \n ', '6-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 4, 1, 1, 0),
(951, 1242, 0, '\n \n \n <section id=\"iumiosqsse\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 align=\"center\">Optimal Flexibility</h2>\n\n<p align=\"center\">NEC HCI comes in 3 pre-configured level of configuration. Prepackaged models can be modified to meet specific requirements.</p>\n</div>\n</div></section>\n \n \n ', '1-column-centered', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0),
(953, 1242, 0, '\n \n <section id=\"ephtqebinz\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 align=\"center\">Core Deliverables</h2>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(954, 1242, 0, '\n \n \n \n \n <section id=\"usenhgfqqs\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/hci/NEC-HyperconvergedInfrastructure_Virtualization.jpg\" style=\"margin-top:1.5rem;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 class=\"nec-orange\">The HC3 Difference</h2>\n\n<ul>\n <li>Intelligent storage pooling so there is nothing to configure.</li>\n <li>No virtual <strong>storage</strong> appliance architecture for a hyper-efficient input/output path.</li>\n <li>Hypervisor included - no 3<sup>rd</sup> party licensing.</li>\n <li>24/7/365 in-house ScaleCare support assures optimal assistance.</li>\n <li>Cloud integration with Google Cloud Platform.</li>\n <li>Native Backup/DR features and DRaaS capabilities.</li>\n <li>No storage, high availability, virtualization, data repository expertise required.</li>\n <li>Flexibility in building clusters from differing nodes.</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 4, 1, 1, 0),
(955, 1242, 0, '\n \n <section id=\"bzcbaebduh\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">Backup & Disaster Protection</h3>\n\n<p style=\"text-align: center;\">The HC3 component of NEC HCI delivers fully automated redundancy and recovery</p>\n\n<p style=\"text-align: center;\">to minimize planned and unplanned system outages.</p>\n\n<p style=\"text-align: center;\">Protections include:</p>\n\n<ul>\n <li style=\"text-align: center;\">Instant restore using agentless VM-level snapshot</li>\n <li style=\"text-align: center;\">Continuous VM-level replication with manual failover</li>\n <li style=\"text-align: center;\">Five-minute recovery point objective and recovery time</li>\n <li style=\"text-align: center;\">Remote snapshot replication and point in time rollback</li>\n</ul>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(956, 1242, 0, '\n \n \n \n \n <section id=\"rsgztrlnxo\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2>Backup & Disaster Protection</h2>\n\n<p>The HC3 component of NEC HCI delivers fully automated redundancy and recovery to minimize planned and unplanned system outages.</p>\n\n<p><strong>Protections include:</strong></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 6, 1, 0, 0),
(960, 1243, 0, '\n \n \n <section id=\"qtfswbkezt\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>Empowers users with Carefree Mobility to work and interact from anywhere</li>\n <li>Enables On-Demand and Flexible Deployment of business applications</li>\n <li>Delivers context aware location services at your fingertips</li>\n <li>Drives productive interaction with colleagues and contextual information</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>Ensures uninterrupted and secure Access and Data Availability</li>\n <li>Facilitates Team Collaboration & rich Customer Engagement</li>\n</ul>\n\n<p><strong>Let NEC empower your workforce and enterprise - and drive your Digital Transformation.</strong></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 0, 0),
(957, 1242, 0, '\n \n \n \n <section id=\"sdokqnsmcv\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul style=\"margin-top:0;\">\n <li>Instant restore using agentless VM-level snapshot</li>\n <li>Continuous VM-level replication with manual failover</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul style=\"margin-top:0;\">\n <li>Five-minute recovery point objective and recovery time</li>\n <li>Remote snapshot replication and point in time rollback</li>\n</ul>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 7, 1, 1, 0),
(959, 1243, 0, '\n \n \n \n \n <section id=\"zllliqcqdi\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">The digital experience that <br>\ngives your business a distinctive edge</h2>\n\n<p style=\"text-align: center;\">For years, the promise of a seamless, personalized, digital employee workspace has been just that – a promise, an “emerging opportunity”, a “potentially transformative capability”, a “visionary objective.” It’s time to transform the untapped possibilities into tangible business value and competitive advantage. NEC is uniquely capable of delivering on that promise and make the digital workspace a reality right now.</p>\n\n<p style=\"text-align: center;\">NEC’s Smart WorkSpace makes it easy for employees to work the way they want to work. Using the device of their choice, it gives them fast, easy access to mobile apps, web apps, hosted apps, and data.Everyone wins with NEC’s Smart WorkSpace. Employees are more engaged and productive. IT can provide better service, cut costs, and enhance its reputation. And the business can reduce the cost of office space and win the war for talent at the same time.</p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(958, 1242, 0, '\n \n <section id=\"fxcyvrholv\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Backup & Disaster Protection</h2>\n\n<p style=\"text-align: center;\">The HC3 component of NEC HCI delivers fully automated redundancy and recovery to minimize planned and unplanned system outages.</p>\n\n<h3 style=\"text-align: center;\"><strong>Protections include</strong></h3>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 1, 0),
(962, 1243, 0, '\n <section id=\"npuoifldgy\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(963, 1243, 0, '\n \n \n <section id=\"yfemivpuop\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">See it, experience it yourself</h2>\n\n<p style=\"text-align: center;\">The best way to understand and appreciate the capabilities of NEC Smart WorkSpace is to see it for yourself. Drop us an email at <a href=\"mailto:info@nec.emea.com\">info@nec.emea.com</a> for a demo today and get new insights into how you can transform the employee experience – and business performance.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(964, 1243, 0, '\n <section id=\"epevlinpnh\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"text-align: center;\">UNIVERGE 3C</h3>\n\n<p style=\"text-align: center;\">A complete software based Unified Communicaions & Collaboration solution</p>\n\n<p style=\"text-align: center;\">-></p>\n\n<p style=\"text-align: center;\"><a href=\"https://www.nec-enterprise.com/products/UNIVERGE-3C-3\">https://www.nec-enterprise.com/products/UNIVERGE-3C-3</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Business ConneCT</p>\n\n<p> </p>\n\n<p>All-in-one employee, operator and contat center UC suite for NEC platforms</p>\n\n<p> </p>\n\n<p> -></p>\n\n<p><a href=\"https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4\">https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Virtualization</p>\n\n<p> </p>\n\n<p>Creating a secure and highly productive working environment</p>\n\n<p> </p>\n\n<p>-></p>\n\n<p><a href=\"https://www.nec-enterprise.com/products/Thin-Client-Terminals\">https://www.nec-enterprise.com/products/Thin-Client-Terminals</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Business Mobility</p>\n\n<p> </p>\n\n<p>Making Mobile People More Productive</p>\n\n<p> </p>\n\n<p>-></p>\n\n<p><a href=\"https://www.nec-enterprise.com/products/Wireless-Infrastructure\">https://www.nec-enterprise.com/products/Wireless-Infrastructure</a></p>\n</div>\n</div></section>\n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(961, 1243, 0, '\n \n \n <section id=\"qgdsswgfhk\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">Start anywhere, move ahead at your own pace</h3>\n\n<p style=\"text-align: center;\">One of the key advantages of NEC Smart WorkSpace is the breadth of solutions offered and the flexible deployment options. We offer both project-based consulting and managed services, and you can start anywhere and progress at your own pace.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(965, 1243, 0, '\n \n <section id=\"bwyudcykqq\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"text-align: center;\">UNIVERGE 3C</h3>\n\n<p style=\"text-align: center;\">A complete software based<br>\nUnified Communicaions &<br>\nCollaboration solution</p>\n\n<p style=\"text-align: center;\"><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/UNIVERGE-3C-3\">UNIVERGE 3C</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"text-align: center;\">Business ConneCT</h3>\n\n<p style=\"text-align: center;\">All-in-one employee,<br>\noperator and contat center <br>\nUC suite for NEC platforms</p>\n\n<p style=\"text-align: center;\"><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4\">Business ConneCT</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"text-align: center;\">Virtualization</h3>\n\n<p style=\"text-align: center;\">Creating a secure and highly<br>\nproductive working<br>\nenvironment</p>\n\n<p style=\"text-align: center;\"><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/Thin-Client-Terminals\">Thin Client Terminals</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"text-align: center;\">Business Mobility</h3>\n\n<p style=\"text-align: center;\">Making Mobile People<br>\nMore Productive<br>\n </p>\n\n<p style=\"text-align: center;\"><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/Wireless-Infrastructure\">Wireless Infrastructure</a></p>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(966, 1243, 0, '\n \n <section id=\"eipisadhim\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Collaborative & Highly Interactive</strong></h4>\n\n<p>Smart workspaces enable individuals and systems to interact in open, connected, coordinated and intelligent ecosystems. Users can securely access their working environment with any device, enjoying a consistent, rich-media experience. UC&C allows teams to work together in real time and enables effective interaction with co-workers, clients and suppliers. Homeworkers can join as easy as those in the office, with all corporate features available, web-based and secure.</p>\n\n<p><a href=\"https://www.nec-enterprise.com/products/UC-C\">> EXPLORE THE POSSIBILITIES </a></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Driving Productivity & Reducing Latency</strong></h4>\n\n<p>Informed and connected workspaces drive productivity and reduce latency, from product development to customer care. Empowering mobile workforces frees employees from their desks and makes them more responsive to business.</p>\n\n<p><a href=\"https://www.nec-enterprise.com/products/Wireless-Infrastructure\">> EXPLORE THE POSSIBILITIES </a></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>From Device-centric to User-centric</strong></h4>\n\n<p>The smart workspace is dynamic, flexible and user-centric. Employees can check availability and reserve a parking space before they arrive at the office, choose a flex desk, register their visitors and book a meeting room – all from their fully integrated employee app. Building and room access management, self-service visitor check-in and workspace assignment can all be handled smoothly and securely.</p>\n\n<p><a href=\"https://www.nec-enterprise.com/products/Desktop-Terminals\">> EXPLORE THE POSSIBILITIES </a></p>\n</div>\n</div></section>\n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 7, 1, 0, 0),
(967, 1243, 0, '<section id=\"exynroikwy\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><div class=\"vert-offset-1\"></div></div></div></section>', 'spacer', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 6, 1, 0, 0),
(968, 1243, 0, '<section id=\"osaqdnvnws\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><hr></div></div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(969, 1243, 0, '<section id=\"mddrygqsnd\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><div class=\"vert-offset-1\"></div></div></div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 6, 1, 0, 0),
(1030, 1243, 0, '\n \n \n <section id=\"efnfoepnak\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"text-align: center;\">NEC Smart WorkSpace</h3>\n\n<div class=\"embed-erternal\" style=\"margin-bottom:3rem;\">\n<p style=\"text-align: center;\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/H-2enJzFch8\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></p>\n</div>\n</div>\n</div></section>\n \n \n ', '1-column-centered', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 0, 1, 1, 0),
(971, 862, 0, '\n \n \n \n \n \n \n <section id=\"teylzuelzf\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><strong style=\"font-size: 1em;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/seatrade2019-nec-banner.jpg\" style=\"height: 110px; width: 750px;\"></strong></p>\n\n<p style=\"text-align: center;\"><strong>Seatrade Cruise Global 2019</strong><br>\nExpo: April 8 - 11, 2019<br>\nMiami Beach Convention Centre, Miami, FL, USA<br>\nMeet NEC at Cruise Europe Booth#949<br style=\"text-align: center;\">\n<a href=\"https://seatradecruiseglobal.com/\" target=\"_blank\">Explore</a></p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(972, 168, 0, '<section id=\"mewlmueyxs\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(973, 168, 0, '\n \n \n \n \n <section id=\"dpgpipqlpz\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\">5 Communication Challenges<br>\nfor Care Homes</h4>\n\n<div class=\"embed-erternal\" style=\"margin-bottom:3rem;\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/dgBOwycAqEE?rel=0&fs=0&showinfo=0\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></div>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\">7 Communication Challenges<br>\nfor Medical Centres</h4>\n\n<div class=\"embed-erternal\" style=\"margin-bottom:3rem;\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/WV6R70jaxYQ\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></div>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\">5 Communication Challenges<br>\nfor Dentists</h4>\n\n<div class=\"embed-erternal\" style=\"margin-bottom:3rem;\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/sh_tIsuu_yw\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></div>\n</div>\n</div></section>\n \n \n \n \n ', '3-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 4, 1, 1, 0),
(974, 230, 0, '\n <section id=\"zsrddsuiay\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"text-align: center;\">8 Communication Challenges for Schools</h3>\n\n<div class=\"embed-erternal\" style=\"margin-bottom:3rem;\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/wQbH3bDOwCg\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></div>\n</div>\n</div></section>\n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(975, 230, 0, '\n \n <section id=\"luguhwnrxg\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"line-height:1.5rem;\">Solutions for Schools</h3>\n\n<p>Schools of any size face a variety of challenges on a daily basis. From the \'telephone rush hour\', risk of toll fraud attacks, mobility and security of staff to name a few. Getting the right communication solution in place can be critical to your operations.</p>\n\n<p>NEC systems are trusted by hundreds of schools globally empowering teaching staff, pupils and parents.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"line-height:1.5rem;\">Information on demand</h3>\n\n<p>Cloud computing, big data and mobile apps are empowering administrators and educators, while distance learning has extended the reach of student access to quality education. Information needs to be highly available, as well as secured and managed consistently for privacy and liability concerns. Messaging applications improve community involvement and combined with emergency notification systems put students, staff and school safety first.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"line-height:1.5rem;\">Solutions for Educational Institutions</h3>\n\n<p>NEC offers a comprehensive set of enterprise-grade solutions tailored to the unique needs of higher education. From public and private universities to community colleges and trade schools, institutions of all kinds can rely on NEC’s communications and IT solutions to support campus needs and keep them at the forefront of knowledge delivery. </p>\n</div>\n</div></section>\n \n ', '3-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0),
(1041, 1298, 0, '\n \n \n \n \n \n <section id=\"lefoqmqpuh\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><span style=\"color:#000080;\">AN AFFORDABLE, COMPACT MODEL FOR EXCELLENT USER EXPERIENCE</span></h3>\n\n<p style=\"text-align: center;\">The DT920 is a cost-effective IP entry-level desk phone with high-quality audio. It offers agents and employee’s who often are on the phone intuitive navigation, audio quality and frictionless access to the phone system services. </p>\n</div>\n</div></section>\n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(976, 125, 0, '\n \n \n <section id=\"qwexwmhmmz\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">Security Applications</h3>\n\n<p style=\"text-align: center;\">The GT890 can be easily integrated with SIP-based security cameras and door systems.<br>\nThis makes it ideal as a cost effective, readily accessible and easy-to-use alternative in helping to regulate site access and improve site safety.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 1, 0),
(1042, 1298, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"dsicaaiixy\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DT920 IP Phone</h3>\n\n<ul>\n <li>Monochrome, 168x41 LCD</li>\n <li>6-button & 12-button version (fixed)</li>\n <li>Backlit LCD</li>\n <li>Multi-colour MWI</li>\n <li>Hands-free, full duplex</li>\n <li>Headset support, optional EHS support</li>\n <li>Adjustable stand - 5 steps</li>\n <li>Soft keys/LCD prompts</li>\n <li>Navigation cursor & Directory dial key</li>\n <li>Network support 10/100 Ethernet/1G via licence)</li>\n <li>PoE</li>\n <li>Wideband audio support</li>\n <li>Wall mountable</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/nec-ip-desktop-phone-dt920-12d-l.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(977, 1254, 0, '\n <section id=\"shfqmmywwp\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Staying competitive in a rapidly changing industry</h2>\n\n<p style=\"text-align: center;\">As fast-paced industry Estate Agents face some tough communication challenges with a constantly mobile workforce and demanding customers.</p>\n\n<p style=\"text-align: center;\">An NEC communication solution can help you stay ahead of the competition and keep you up to speed with your buyers, sellers and tenants.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(978, 1254, 0, '\n <section id=\"phpmkcbxip\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">Smart Communications an Essential</h3>\n\n<p style=\"text-align: center;\">A successful estate agents needs to stay responsive at all times. Demanding customers and tenants expect quick answers in a time-sensitive environment. Coupled with constantly mobile staff, getting your communications right is essential for delivering sharp customer service.</p>\n\n<p style=\"text-align: center;\">NEC communication solutions combine flexibility, transparency and reliability when you need it most. Don’t miss that crucial call!</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(979, 1254, 0, '\n \n \n <section id=\"ssohngpwuv\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Smart Communications an Essential</h3>\n\n<p>A successful estate agents needs to stay responsive at all times. Demanding customers and tenants expect quick answers in a time-sensitive environment. Coupled with constantly mobile staff, getting your communications right is essential for delivering sharp customer service.</p>\n\n<p>NEC communication solutions combine flexibility, transparency and reliability when you need it most. Don’t miss that crucial call!</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"margin-bottom:3rem;\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/Pm02AakiAo4\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></div>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(980, 1255, 0, '\n \n \n \n \n <section id=\"znyhvzkxyw\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Industry Specific Communication Solutions</h2>\n\n<p style=\"text-align: center;\">Every industry has its own unique challenges and business \'pain points\'. Discover how an NEC communication solution can help create smoother operations, lower costs, increasing profits and create a safer working environment.<br>\n </p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(983, 862, 0, '\n \n <section id=\"mtykbdxahr\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/UC-Expo-London-2019.jpg\" style=\"width: 350px; height: 200px;\"></p>\n\n<p style=\"text-align: center;\"><strong>UC Expo 2019</strong><br>\nMay 15 - 16, 2019<br>\nExCel, London, UK<br>\nMeet NEC at Cruise Europe <br style=\"text-align: center;\">\n<a href=\"https://www.ucexpo.co.uk/ucexpo/en/page/ucexpo-home\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>\n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(981, 1255, 0, '<section id=\"lkwytzaaaf\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><div class=\"vert-offset-1\"></div></div></div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(982, 1255, 0, '<section id=\"xfhfdcoksi\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><div class=\"vert-offset-1\"></div></div></div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(984, 862, 0, '\n \n \n \n <section id=\"hmqyccufoa\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/UC-Expo-London-2019.jpg\" style=\"width: 350px; height: 200px;\"></p>\n\n<p style=\"text-align: center;\"><strong>UC Expo 2019</strong><br>\nMay 15 - 16, 2019<br>\nExCeL, London, UK<br>\nMeet NEC at Cruise Europe <br style=\"text-align: center;\">\n<a href=\"https://www.ucexpo.co.uk/ucexpo/en/page/ucexpo-home\" target=\"_blank\">Explore</a></p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 0, 0),
(985, 862, 0, '\n \n <section id=\"fcgaafgetn\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/UC-Expo-London-2019.jpg\" style=\"width: 350px; height: 200px;\"></p>\n\n<p style=\"text-align: center;\"><strong>UC Expo 2019</strong><br>\nMay 15 - 16, 2019<br>\nExCeL, London, UK<br>\nMeet NEC at Cruise Europe <br style=\"text-align: center;\">\n<a href=\"https://www.ucexpo.co.uk/ucexpo/en/page/ucexpo-home\" target=\"_blank\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 7, 1, 0, 0),
(986, 862, 0, '\n \n \n \n \n \n \n \n \n \n \n <section id=\"emiyplpefk\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/UC-Expo-London-2019.jpg\" style=\"width: 350px; height: 200px;\"></p>\n\n<p style=\"text-align: center;\"><strong>UC Expo 2019</strong><br>\nMay 15 - 16, 2019<br>\nExCeL, London, UK<br>\nMeet NEC at UC Expo Stand J116<br style=\"text-align: center;\">\n<a href=\"https://www.ucexpo.co.uk/ucexpo/en/node/organisation-nec-showcase-1\" target=\"_blank\">Explore</a></p>\n\n<p style=\"margin-top: 0.75em; margin-bottom: 0.75em; color: rgb(0, 66, 119); font-family: "Neo Sans W01"; text-align: center;\"><strong><a href=\"https://www.nec-enterprise.com/newsroom/Press-releases/NEC-reveals-smart-workspace-solutions-at-UC-EXPO-1276\" target=\"_blank\"><span style=\"color:#008080;\">NEC reveals smart workspace solutions at UC EXPO </span></a></strong><br>\n<a href=\"https://www.nec-enterprise.com/newsroom/Press-releases/NEC-reveals-smart-workspace-solutions-at-UC-EXPO-1276\" target=\"_blank\"><span style=\"color:#008080;\"><em>Experience intuitive workflows wherever you choose to work</em></span></a></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 8, 1, 0, 0),
(987, 1263, 0, '\n <section id=\"kxknxswdrq\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h1>Sitemap</h1>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(988, 1267, 0, '\n \n \n \n <section id=\"mqyodmhokf\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\">As an Information and Communications Technology (ICT) leader with more than 115 years of expertise, NEC has leveraged its adaptive solutions to enable individuals and enterprises across a wide spectrum of industries to achieve more flexible, secure and responsive work environments.</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(989, 1267, 0, '\n \n <section id=\"esmxomqwsd\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><ul>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Education\">Education</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Estate-Agents\">Estate Agents</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Finance\">Finance</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Government\">Government</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Healthcare\">Healthcare</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Hospitality\">Hospitality</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Manufacturing\">Manufacturing</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Retail\">Retail</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Small-and-Medium-Business\">Small and Medium Business</a></li>\n</ul>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(990, 1267, 0, '\n \n <section id=\"uhuinytihg\" class=\"\"><div class=\"col8 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Education\">Education</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Estate-Agents\">Estate Agents</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Finance\">Finance</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Government\">Government</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Healthcare\">Healthcare</a></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Healthcare\">Healthcare</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Hospitality\">Hospitality</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Manufacturing\">Manufacturing</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Retail\">Retail</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Small-and-Medium-Business\">Small and Medium Business</a></li>\n</ul>\n</div>\n</div>\n</section>\n \n ', '2-column-centered', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(991, 1267, 0, '\n <section id=\"dprexmyoqq\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Education\">Education</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Estate-Agents\">Estate Agents</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Finance\">Finance</a></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Government\">Government</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Healthcare\">Healthcare</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Healthcare\">Healthcare</a></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Hospitality\">Hospitality</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Manufacturing\">Manufacturing</a></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Retail\">Retail</a></li>\n <li><a href=\"https://www.nec-enterprise.com/solutions/Small-and-Medium-Business\">Small and Medium Business</a></li>\n</ul>\n</div>\n</div></section>\n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(996, 1268, 0, '\n \n <section id=\"gmezqobbfo\" class=\"\"><div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n</div>\n</section>\n \n ', '6-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(992, 1267, 0, '\n <section id=\"ayrlrgtssd\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Industry Solutions - Field-tested Know-how</h2>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(993, 1268, 0, '\n <section id=\"vpamhqaavd\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\">Combining innovative capability with a rich portfolio in Communications and IT, NEC has provided individuals and enterprises with solutions that cover and enable the full spectrum of business processes for new and improved ways of doing business.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(1002, 28, 0, '\n \n \n \n \n \n <section id=\"osezvvsing\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><span style=\"color:#000080;\"><span style=\"text-align: center;\">AT-50 and AT-55 Caller ID deskphone</span></span></h2>\n\n<p style=\"text-align: center;\"><span style=\"text-align: center;\">With a choice of two models and two color options,</span><br style=\"text-align: center;\">\n<span style=\"text-align: center;\">the AT-50 and AT-55 analogue caller ID telephones are fresh option of corded single line telephones</span><br style=\"text-align: center;\">\n<span style=\"text-align: center;\">and ideal for common areas that require basic yet unrestricted access to reliable phone service.</span></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(994, 1268, 0, '\n \n \n <section id=\"mycwdasevu\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Product Innovation – Integrated Results</h2>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(997, 1268, 0, '\n \n <section id=\"zoklttbtbi\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Applications</strong></h4>\n\n<ul>\n <li><a class=\"icon-uc-c\" href=\"products/UC-C\">UC&C</a></li>\n <li><a class=\"icon-contact-center\" href=\"products/Contact-Center\">Contact Center</a></li>\n <li><a class=\"icon-operator\" href=\"products/Operator\">Operator</a></li>\n <li><a class=\"icon-messaging\" href=\"products/Messaging\">Messaging</a></li>\n <li><a class=\"icon-emergency-notification\" href=\"products/Emergency-Notification\">Emergency Notification</a></li>\n <li><a class=\"icon-call-recording\" href=\"products/Call-Recording\">Call Recording</a></li>\n <li><a class=\"icon-toll-fraud\" href=\"products/Toll-Fraud\">Toll Fraud</a></li>\n <li><a class=\"icon-webrtc\" href=\"products/WebRTC\">WebRTC</a></li>\n <li><a class=\"icon-uc-connector\" href=\"products/UC-Connector\">UC Connector</a></li>\n</ul>\n\n<h4><strong>Communications</strong></h4>\n\n<ul>\n <li><a class=\"icon-smb-phone-systems\" href=\"products/SMB-Phone-Systems\">SMB Phone Systems</a></li>\n <li><a class=\"icon-enterprise-platforms\" href=\"products/Enterprise-Platforms\">Enterprise Platforms</a></li>\n <li><a class=\"icon-software-based-platforms\" href=\"products/Software-Based-Platforms\">Software Based Platforms</a></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Endpoints</strong></h4>\n\n<ul>\n <li><a class=\"icon-desktop-terminals\" href=\"https://www.nec-enterprise.com/products/Desktop-Terminals\">Desktop Terminals</a></li>\n <li><a class=\"icon-dect-handsets\" href=\"https://www.nec-enterprise.com/products/DECT-Handsets\">DECT Handsets</a></li>\n <li><a class=\"icon-wifi-handsets\" href=\"https://www.nec-enterprise.com/products/WiFi-Handsets\">WiFi Handsets</a></li>\n <li><a class=\"icon-softphones\" href=\"https://www.nec-enterprise.com/products/Softphones\">Softphones</a></li>\n <li><a class=\"icon-thin-client-terminals\" href=\"https://www.nec-enterprise.com/products/Thin-Client-Terminals\">Thin Client Terminals</a></li>\n</ul>\n\n<h4><strong>Servers</strong></h4>\n\n<ul>\n <li><a class=\"icon-industry-standard-servers\" href=\"https://www.nec-enterprise.com/products/Industry-Standard-Servers\">Industry Standard Servers</a></li>\n <li><a class=\"icon-sap-hana-offering\" href=\"https://www.nec-enterprise.com/products/SAP-HANA-Offering\">SAP HANA Offering</a></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Storage</strong></h4>\n\n<ul>\n <li><a class=\"icon-data-management\" href=\"https://www.nec-enterprise.com/products/Data-Management\">Data Management</a></li>\n <li><a class=\"icon-storage-management\" href=\"https://www.nec-enterprise.com/products/Storage-Management\">Storage Management</a></li>\n <li><a class=\"icon-high-availability\" href=\"https://www.nec-enterprise.com/products/High-Availability\">High Availability</a></li>\n</ul>\n\n<h4><strong>Networking</strong></h4>\n\n<ul>\n <li><a class=\"icon-sbc-gateways\" href=\"products/SBC-Gateways\">SBC Gateways</a></li>\n <li><a class=\"icon-wireless-infrastructure\" href=\"products/Wireless-Infrastructure\">Wireless Infrastructure</a></li>\n <li><a class=\"icon-sdn-for-enterprise\" href=\"products/SDN-for-Enterprise\">SDN for Enterprise</a></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4><strong>Cloud</strong></h4>\n\n<ul>\n <li><a class=\"icon-cloud-platform-for-iaas\" href=\"products/Cloud-Platform-for-Iaas\">Cloud Platform for Iaas</a></li>\n</ul>\n\n<h4><strong>Management Software</strong></h4>\n\n<ul>\n <li><a class=\"icon-management-administration\" href=\"products/Management-Administration\">Management Administration</a></li>\n <li><a class=\"icon-business-continuity-amp-disaster-recovery\" href=\"products/Business-Continuity-amp-Disaster-Recovery\">Business Continuity & Disaster Recovery</a></li>\n <li><a class=\"icon-server-management\" href=\"products/Server-Management\">Server Management</a></li>\n <li><a class=\"icon-system-management\" href=\"products/System-Management\">System Management</a></li>\n <li><a class=\"icon-expense-management\" href=\"products/Expense-Management\">Expense Management</a></li>\n <li><a class=\"icon-call-management\" href=\"products/Call-Management\">Call Management</a></li>\n <li><a class=\"icon-software-assurance\" href=\"products/Software-Assurance\">Software Assurance</a></li>\n</ul>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(995, 1268, 0, '\n \n \n <section id=\"hgduhsbnuz\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(999, 1269, 0, '\n \n \n <section id=\"atqkiueyes\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2>NEC SD-WAN offers</h2>\n\n<ul>\n <li>Greater visibility to understand usage and performance of applications.</li>\n <li>Insight to pinpoint the reason of potential performance issues.</li>\n <li>Increased control by aligning application requirements with business objectives and network resources.</li>\n <li>Dynamic WAN selection based on real-time conditions of hybrid WAN.</li>\n <li>Centralized management up to 1000+ sites.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/NEC-SDN-SD-WAN_Interface.jpg\" style=\"width: 75%;\"></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(1000, 1269, 0, '\n <section id=\"sxoursydme\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 class=\"nec-orange\" style=\"text-align: center;\">Planned Compatibility</h3>\n\n<p style=\"text-align: center;\">In the future, NEC’s SD-WAN will integrate with our Software Defined Networking Enabled Unified Communications (UC-SDN) solution, allowing WAN selection decisions to improve unified communications performance based on individual calls and call prioritization.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(1001, 28, 0, '\n \n \n \n \n \n \n \n \n \n \n <section id=\"samfhnunya\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"list-style-type: none; list-style-position: initial; position: relative;\"><span style=\"color:#FF8C00;\"><strong>AT-50</strong></span></h3>\n\n<ul>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Dial-tone only functionality</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">2x16 digit display</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Handset volume control</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Directory access up to 30 contacts</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Message waiting and visual ring indicator</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Hearing aid compatibility</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Operability without battery</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Wall mountable</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Available in white and black</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/AT50-bk-and-wh(500px).png\" style=\"width: 500px; height: 383px;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(1003, 28, 0, '<section id=\"kyesozaool\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(1004, 28, 0, '\n \n \n \n \n \n \n <section id=\"kzcpwxdyig\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>BaseLine features</h4>\n\n<p>?</p>\n\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 100%;\">\n <tbody>\n <tr>\n <td>\n <ul>\n <li>Callers list key</li>\n <li>3 Direct memory keys</li>\n <li>10 Indirect memory keys</li>\n <li>Earth recall Last number redial</li>\n <li>Line Power</li>\n <li>Memory back-up</li>\n <li>Memory check key</li>\n <li>Message waiting LED Mute</li>\n </ul>\n </td>\n <td>\n <ul>\n <li>Pause insertion</li>\n <li>Post-dialling DTMF</li>\n <li>Receiver volume control</li>\n <li>Ringer LED</li>\n <li>Ringing tone selection</li>\n <li>Ringing volume control</li>\n <li>Time & call duration</li>\n <li>Time-break recall</li>\n <li>Timer key</li>\n <li>Tone dialling</li>\n <li>Wall mounting</li>\n </ul>\n </td>\n </tr>\n </tbody>\n</table>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3> </h3>\n\n<ul>\n <li>Pause insertion</li>\n <li>Post-dialling DTMF</li>\n <li>Receiver volume control</li>\n <li>Ringer LED</li>\n <li>Ringing tone selection</li>\n <li>Ringing volume control</li>\n <li>Time & call duration</li>\n <li>Time-break recall</li>\n <li>Timer key</li>\n <li>Tone dialling</li>\n <li>Wall mounting</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/BaseLine_pro.jpg\" style=\"width: 350px; height: 280px;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(1005, 28, 0, '\n \n \n \n \n \n \n <section id=\"sxsxcphdvc\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/NEC_Baseline_Pro_right(2017).jpg\" style=\"width: 350px; height: 265px;\"></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><span style=\"color:#eb6e00;\"><strong>BaseLine Pro CLI features</strong></span></h3>\n\n<ul>\n <li>Called number display</li>\n <li>Callers list (80)</li>\n <li>Callers list key</li>\n <li>Calling number display</li>\n <li>8 Direct memory keys</li>\n <li>Earth recall</li>\n <li>Hands-free mode</li>\n <li>Hold</li>\n <li>Last number redial</li>\n <li>Line Power</li>\n <li>Listen-in</li>\n <li>Memory back-up</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>Message waiting LED</li>\n <li>Optional desk stand</li>\n <li>Pause insertion</li>\n <li>Post-dialling DTMF</li>\n <li>Pulse dialling</li>\n <li>Ringer LED</li>\n <li>Ringing tone selection</li>\n <li>Speaker volume control</li>\n <li>Time & call duration</li>\n <li>Time-break recall</li>\n <li>Timer key</li>\n <li>Tone dialling</li>\n <li>Wall mountable</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 1, 0),
(1006, 28, 0, '\n \n \n \n \n \n \n <section id=\"ngmasckumn\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/AT55-bk-and-wh(500px).png\" style=\"width: 500px; height: 383px;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"list-style-type: none; list-style-position: initial; position: relative;\"><span style=\"color:#eb6e00;\"><strong>AT-55</strong></span></h3>\n\n<ul>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">10 one-touch speed dial functionality</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">2x16 digit display</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Hands-free monitoring mode</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Speaker phone</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Speaker volume control</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Speaker and hold keys</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Directory access up to 90 contacts</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Message waiting and visual ring indicator</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Hearing aid compatibility</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Operability without battery</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Wall mountable</li>\n <li style=\"list-style-type: none; list-style-position: initial; position: relative;\">Available in white and black</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(1007, 28, 0, '\n \n <section id=\"wounpraewv\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>BaseLine features</h4>\n\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width: 100%;\">\n <tbody>\n <tr>\n <td style=\"width: 49%; text-align: left; vertical-align: top;\">\n <ul>\n <li>Callers list key</li>\n <li>3 Direct memory keys</li>\n <li>10 Indirect memory keys</li>\n <li>Earth recall</li>\n <li>Last number redial</li>\n <li>Line Power</li>\n <li>Memory back-up</li>\n <li>Memory check key</li>\n <li>Message waiting LED Mute</li>\n </ul>\n </td>\n <td>\n <ul>\n <li>Pause insertion</li>\n <li>Post-dialling DTMF</li>\n <li>Receiver volume control</li>\n <li>Ringer LED</li>\n <li>Ringing tone selection</li>\n <li>Ringing volume control</li>\n <li>Time & call duration</li>\n <li>Time-break recall</li>\n <li>Timer key</li>\n <li>Tone dialling</li>\n <li>Wall mountable</li>\n </ul>\n </td>\n </tr>\n </tbody>\n</table>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/BaseLine_pro.jpg\" style=\"width: 350px; height: 280px;\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(1008, 28, 0, '\n \n \n \n <section id=\"pywuklklyy\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><span style=\"color:#eb6e00;\">BaseLine features</span></h3>\n\n<ul>\n <li>Callers list key</li>\n <li>3 Direct memory keys</li>\n <li>10 Indirect memory keys</li>\n <li>Earth recall</li>\n <li>Last number redial</li>\n <li>Line Power</li>\n <li>Memory back-up</li>\n <li>Memory check key</li>\n <li>Message waiting LED Mute</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>Pause insertion</li>\n <li>Post-dialling DTMF</li>\n <li>Receiver volume control</li>\n <li>Ringer LED</li>\n <li>Ringing tone selection</li>\n <li>Ringing volume control</li>\n <li>Time & call duration</li>\n <li>Time-break recall</li>\n <li>Timer key</li>\n <li>Tone dialling</li>\n <li>Wall mountable</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/terminals/BaseLine_pro.jpg\" style=\"width: 350px; height: 280px;\"></p>\n</div>\n</div></section>\n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 1, 0),
(1009, 1242, 0, '\n <section id=\"yourzdcwps\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">NEC HCI Video</h2>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 7, 1, 0, 0),
(1010, 112, 0, '\n <section id=\"dawaezwksd\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1006, 1, 0, 0),
(1011, 1242, 0, '\n \n \n \n \n \n \n \n <section id=\"zkspzmwfme\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><strong><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/4dokaBaTnro\" width=\"100%\"></iframe></strong></div>\n\n<h3>NEC\'s \'Datacenter-in-a-Box\'</h3>\n\n<p>Explore how NEC is combining storage, computing and networking into a single integrated system to bring resource and cost savings with our HCI solution.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><strong><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/xBBPFwk_cKg\" width=\"100%\"></iframe></strong></div>\n\n<h3>Keeping Business Up & Running</h3>\n\n<p>Learn how NEC\'s HyperConverged Infrastructure, powered by Scale Computing\'s HC3 software, can provide a single turnkey solution that combines server, storage, networking and virtualization technology in one easy-to-manage package.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 8, 1, 0, 0),
(1012, 1014, 0, '\n <section id=\"ibbggrtfuh\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><strong><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/KMT0V77TK8U\" width=\"100%\"></iframe></strong></div>\n\n<h4><strong>New York Botanical Garden - Scalable Enterprise Data Storage Solution</strong></h4>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/cBTsSLrkWJg?rel=0&showinfo=0\" width=\"100%\"></iframe></div>\n\n<h4><strong>NEC HYDRAstor in action at Segue Technologies</strong></h4>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><strong><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/sllfK_F5dzM\" width=\"100%\"></iframe></strong></div>\n\n<h4><strong>NEC HYDRAstor</strong></h4>\n</div>\n</div></section>\n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 1, 0),
(1013, 1278, 0, '\n \n \n \n \n <section id=\"ikhbwinsll\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align:center\" align=\"center\">Compact and professional handset for<br>\nmobile office users</h2>\n\n<h2 style=\"text-align:center\" align=\"center\"><span lang=\"NL\"><o:p></o:p><o:p></o:p></span></h2>\n\n<p style=\"text-align:center\" align=\"center\">The DECT handset G277 is an entry level professional mobile handset providing a range of mobile unified communication features, plug and play installation, charger compatibility and more for effective operation in various businesses.<span lang=\"NL\"><o:p></o:p></span></p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1014, 1278, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"czmqemnnxd\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><span lang=\"NL\"><strong>Key characteristics</strong><o:p></o:p></span></h3>\n\n<ul>\n <li>Appealing design, lightweight and slimline</li>\n <li>Bright 1.8-inch colour display</li>\n <li>Rugged belt clip</li>\n <li>Central Directory access and presence</li>\n <li>Loudspeaker and handsfree mode</li>\n <li>Simple plug-and-play with MicroSD</li>\n <li>Very long battery life and standby time</li>\n <li>USB-C interface for headset</li>\n <li>Many call control features seamlessly integrated with the PBX</li>\n <li>Giving staff freedom to move around and work at any place </li>\n <li>Valuable unified communications, including central directory and presence</li>\n <li>Intuitive user interface with colour display and icon-based menus</li>\n <li>Single or dual charger allowing additional battery to be charged; compatible with previous generation chargers</li>\n <li>User freedom, comfort and flexibility with options such as headset and built-in trembler</li>\n <li>MicroSD card for easy subscription and replacing handset</li>\n <li>DECT compliance for superior quality speech and security</li>\n <li>High-definition audio</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/03-NEC_G277_right-web.jpg\" style=\"width: 240px; height: 519px; float: right;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1015, 1279, 0, '\n \n \n \n \n \n \n <section id=\"hbtkftgcxd\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Professional mobile handset with alarming, <br>\nmessaging and multi-line capabilities</h2>\n\n<p style=\"text-align: center;\">DECT handset G577 is a sophisticated mobile handset combining mobile unified communications with a range of alarming and messaging capabilities, to facilitate task management, staff/patient safety and rich messaging in various businesses, hospitality and healthcare.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1016, 1279, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"lhvwtdepmk\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><span lang=\"NL\"><strong>Key characteristics</strong><br>\n<o:p></o:p></span></h3>\n\n<ul>\n <li>Appealing design, lightweight and slimline</li>\n <li>Bright 2-inch high resolution display</li>\n <li>Large SOS-key for personal safety</li>\n <li>Drop resistant design and IP65</li>\n <li>Rugged belt-clip</li>\n <li>Voice, alarming, messaging and location services</li>\n <li>Central directory and presence</li>\n <li>Simple plug-and-play with MicroSD card</li>\n <li>Very long battery life and standby time</li>\n <li>4 function (line-) keys</li>\n <li>USB-C interface</li>\n <li>Bluetooth for location services and headset connectivity</li>\n <li>Many call control features seamlessly integrated with the PBX </li>\n <li>Mobile staff interaction in various demanding environments </li>\n <li>Valuable unified communications, including central directory access, presence and extensive messaging and alarming features</li>\n <li>Dedicated programmable keys with LED indication</li>\n <li>Intuitive user interface with colour display and icon-based menus</li>\n <li>Single or dual charger allowing additional battery charging; compatible with previous generation chargers </li>\n <li>Options such as Bluetooth - or wired headset and built-in trembler</li>\n <li>DECT compliance for high-quality speech and security</li>\n <li>High-definition audio</li>\n</ul>\n\n<p><strong>G577h (healthcare)</strong><br>\n> Anti-bacterial treated plastics, lens and rubber parts<br>\n> Healthcare version in distinctive colour (white)<br>\n> Same capabilities as G577</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/G577(h).jpg\" style=\"width: 500px; height: 530px;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1017, 63, 0, '\n \n <div class=\"product-row\"><div class=\"col24 centered\"><h3 class=\"nec-orange\">Performance & Protection</h3>The I766 IP handset can positively impact productivity and improve coordination especially of those employees whose job requires them to frequently be on the move. For those that work in potentially dangerous situations, the I766 IP handset with its set of alarm options help to ensure appropriate personnel are reachable when needed.</div></div>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1018, 63, 0, '\n \n <section id=\"ehhihczrtu\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 class=\"nec-orange\" style=\"background-color: rgb(251, 251, 251); text-align: center;\">Performance & Protection</h3>\n\n<p style=\"text-align: center;\"><span style=\"background-color: rgb(251, 251, 251);\">The I766 IP handset can positively impact productivity and improve coordination especially of those employees whose job requires them to frequently be on the move. For those that work in potentially dangerous situations, the I766 IP handset with its set of alarm options help to ensure appropriate personnel are reachable when needed.</span></p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(1019, 63, 0, '\n \n \n <section id=\"thkzyfqleo\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3><span style=\"text-align: center; background-color: rgb(251, 251, 251);\">Performance & Protection</span></h3>\n\n<p><span style=\"text-align: center; background-color: rgb(251, 251, 251);\">The I766 IP handset can positively impact productivity and improve coordination especially of those employees whose job requires them to frequently be on the move. For those that work in potentially dangerous situations, the I766 IP handset with its set of alarm options help to ensure appropriate personnel are reachable when needed.</span></p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(1020, 1278, 0, '\n \n \n \n \n \n \n \n \n \n <section id=\"ocqxcihdgm\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><span lang=\"NL\"><strong>Key characteristics</strong><o:p></o:p></span></h3>\n\n<ul>\n <li>Appealing design, lightweight and slimline</li>\n <li>Bright 1.8-inch colour display</li>\n <li>Rugged belt clip</li>\n <li>Central Directory access and presence</li>\n <li>Loudspeaker and handsfree mode</li>\n <li>Simple plug-and-play with MicroSD</li>\n <li>Intuitive user interface with colour display and icon-based menus</li>\n <li>Many call control features seamlessly integrated with the PBX</li>\n <li>Valuable unified communications, including central directory and presence</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3> </h3>\n\n<ul>\n <li>Single or dual charger allowing additional battery to be charged; compatible with previous generation chargers</li>\n <li>Very long battery life and standby time</li>\n <li>USB-C interface for headset</li>\n <li>Headset and built-in trembler</li>\n <li>MicroSD card for easy subscription and replacing handset</li>\n <li>High-definition audio</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/nec-dect-g277.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(1021, 1279, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"xxvxebgsnm\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><span lang=\"NL\"><strong>Key characteristics</strong><br>\n<o:p></o:p></span></h3>\n\n<ul>\n <li>Appealing design, lightweight and slimline</li>\n <li>Bright 2-inch high resolution display</li>\n <li>Large SOS-key for personal safety</li>\n <li>Drop resistant design and IP65</li>\n <li>Rugged belt-clip</li>\n <li>Voice, alarming, messaging and location services</li>\n <li>Central directory and presence</li>\n <li>Simple plug-and-play with MicroSD card</li>\n <li>Very long battery life and standby time</li>\n <li>4 function (line-) keys</li>\n <li>Location services</li>\n <li>Many call control features seamlessly integrated with the PBX </li>\n <li>Mobile staff interaction in various demanding environments </li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><br>\n<span lang=\"NL\"><o:p></o:p></span></h3>\n\n<ul>\n <li>Valuable unified communications, including central directory access, presence and extensive messaging and alarming features</li>\n <li>Dedicated programmable keys with LED indication</li>\n <li>Intuitive user interface with colour display and icon-based menus</li>\n <li>Single or dual charger allowing additional battery charging; compatible with previous generation chargers </li>\n <li>USB-C interface</li>\n <li>Options such as Bluetooth - or wired headset and built-in trembler</li>\n <li>High-definition audio</li>\n</ul>\n\n<p>Also available: Healthcare version (antibacterial)</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/nec-dect-g577-page-high.jpg\" style=\"width: 240px; height: 573px; float: right;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(1053, 19, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"lqqrnywcls\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">The SV9100 small business voip phone delivers reliable cost-effective communications from 10 to 896 users</h2>\n\n<p align=\"center\">Supporting a suite of secure voice, video and collaboration applications and out-of-the-box mobility, the versatile SV9100 keeps your team – and your customers – connected.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 0, 0),
(1022, 34, 0, '\n \n <section id=\"vnpzihurrh\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/IP-DECT-key-applications.jpg\" style=\"height: 547px; width: 475px; float: left;\"></p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(1024, 34, 0, '\n \n <section id=\"pmawmzualv\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Proven Reliability</strong><br>\nDECT has been around for a while and still is the best possible mobility solution for practically all businesses. </p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"height: 21px; width: 20px; float: left;\"> <strong>Multi-site Mobility</strong><br>\nIP DECT provides wireless communications in a multi-site business or campus environment.</p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Easy Deployment and Managment</strong><br>\nThe DECT powerful management tool supports Central Management. Scalability from 1 to 2000 Access Points. Handset software downloadable ‘through the air’. Central DAP controllers with redundancy and virtualization options.</p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Corporate Directory and Presence Status</strong><br>\nAt all times the telephone numbers and names of the entire organization are at hand. Users can also see the presence of the person they need.</p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Text and Alarm Messaging</strong><br>\nStaff can be alerted in case of incidents or emergencies. Individual messages to terminals, broadcast messages to a group of terminals and confirmation messages by the user. Different priority levels to differentiate between messages.<br>\n<br>\n<img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Location Detection</strong><br>\nLocating DECT handsets and their users can be essential if e.g. staff need immediate assistance from colleagues. Via the SOS button the system alerts staff to provide assistance, while automatically providing location information.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>\n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1025, 34, 0, '\n \n \n \n \n \n \n <section id=\"lpaasoosro\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Proven Reliability</strong><br>\nDECT has been around for a while and still is the best possible mobility solution for practically all businesses. </p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"height: 21px; width: 20px; float: left;\"> <strong>Multi-site Mobility</strong><br>\nIP DECT provides wireless communications in a multi-site business or campus environment.</p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Easy Deployment and Managment</strong><br>\nThe DECT powerful management tool supports Central Management. Scalability from 1 to 2000 Access Points. Handset software downloadable ‘through the air’. Central DAP controllers with redundancy and virtualization options.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/IP-DECT-key-applications.jpg\" style=\"height: 403px; width: 350px;\"></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Corporate Directory / Presence Status</strong><br>\nAt all times the telephone numbers and names of the entire organization are at hand. Users can also see the presence of the person they need.</p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Text and Alarm Messaging</strong><br>\nStaff can be alerted in case of incidents or emergencies. Individual messages to terminals, broadcast messages to a group of terminals and confirmation messages by the user. Different priority levels to differentiate between messages.<br>\n<br>\n<img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/hexagon-bullet.JPG\" style=\"width: 20px; height: 21px; float: left;\"> <strong>Location Detection</strong><br>\nLocating DECT handsets and their users can be essential if e.g. staff need immediate assistance. Via the SOS button the system sets off alerts for assistance, and automatically provides location information.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(1026, 1242, 0, '\n \n \n <section id=\"avoeouaoca\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 9, 1, 0, 0),
(1027, 1242, 0, '<section id=\"dzmxosueyq\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 10, 1, 0, 0),
(1028, 1242, 0, '\n <section id=\"whocusofns\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><strong><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/xBBPFwk_cKg\" width=\"100%\"></iframe></strong></div>\n\n<h3>Keeping Business Up & Running</h3>\n\n<p>Learn how NEC\'s HyperConverged Infrastructure, powered by Scale Computing\'s HC3 software, can provide a single turnkey solution that combines server, storage, networking and virtualization technology in one easy-to-manage package.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><strong><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/4dokaBaTnro\" width=\"100%\"></iframe></strong></div>\n\n<h3>NEC\'s \'Datacenter-in-a-Box\'</h3>\n\n<p>Explore how NEC is combining storage, computing and networking into a single integrated system to bring resource and cost savings with our HCI solution.</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 9, 1, 1, 0),
(1029, 1243, 0, '\n \n \n \n <section id=\"llmsvsuhnr\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>For Employees</h4>\n\n<ul>\n <li>They can work wherever they want to work, with the devices and apps they choose</li>\n <li>Services are easier to access and seamless, personalized, and predictive</li>\n <li>Employees are more engaged, satisfied, productive – and more likely to refer the company to peers</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>For IT</h4>\n\n<ul>\n <li>Enhances IT’s reputation in the eyes of users and business leaders</li>\n <li>Makes it faster to deploy new services, shortening time-to-value and spurring innovation</li>\n <li>Accelerates processes such as employee onboarding/offboarding, so IT can focus on other priorities</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>For the Enterprise</h4>\n\n<ul>\n <li>Boosts productivity and employee satisfaction, engagement and loyalty</li>\n <li>Enhances a company’s state-of-the-art reputation</li>\n <li>Provides a platform for further innovation and new services</li>\n</ul>\n</div>\n</div></section>\n \n \n \n ', '3-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 1, 1, 1, 0),
(1038, 26, 0, '\n \n <section id=\"mympqrtcmc\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0),
(1031, 1296, 0, '\n \n <section id=\"vulcumlbeb\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h1 style=\"text-align: center;\">Committed To Progress</h1>\n\n<p style=\"text-align: center;\">As a global technology leader for 120 years, we have proven our ability to anticipate and meet market needs, to demonstrate technical excellence and to build a dependable and enduring business model based on NEC\'s primary mission, to help orchestrate a brighter world.<br>\n<br>\nOur longevity reflects our capability to cultivate and maintain long-term relationships with our customers and partners by aligning our solutions with strategic business objectives and deliver experiences that make life simpler, safer and better.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1035, 1296, 0, '\n <section id=\"edoszdoara\" class=\"\" style=\"\"><div class=\"custom-code\"><div class=\"col10 offset2 column-reason\">\n <ul class=\"firsts-list\">\n <li><strong class=\"nec-orange\">1956</strong> 1<sup>st</sup> domestic-made automated switching system.</li>\n <li><strong class=\"nec-orange\">1958</strong> 1<sup>st</sup> NEC computer debuts.</li>\n <li><strong class=\"nec-orange\">1963</strong> 1<sup>st</sup> NEC U.S. office opens.</li>\n <li><strong class=\"nec-orange\">1964</strong> 1<sup>st</sup> trans-pacific TV broadcast of Tokyo Olympic Games.</li>\n <li><strong class=\"nec-orange\">1968</strong> 1<sup>st</sup> 144-bit n-channel MOS memory.</li>\n <li><strong class=\"nec-orange\">2002</strong> 1<sup>st</sup> world\'s fastest super computer to predict weather patterns.</li>\n <li><strong class=\"nec-orange\">2007</strong> NEC biometrics began (Ranked #1 fingerprint and face recognition, NIST certified).</li>\n <li><strong class=\"nec-orange\">2010</strong> 1<sup>st</sup> satellite to bring samples from an asteroid.</li>\n <li><strong class=\"nec-orange\">2011</strong> 1<sup>st</sup> to market an enterprise-grade SDN solution.</li>\n </ul> \n </div>\n<div class=\"col10 column-reason\">\n <ul class=\"firsts-list\">\n <li><strong class=\"nec-orange\">2014</strong> Part of consortium to build a trans-pacific submarine cable system (To date deployed enough cable to circle globe more than 5 times).</li>\n <li><strong class=\"nec-orange\">2015</strong> Tests technology that accurately predicts landslide risk.</li>\n <li><strong class=\"nec-orange\">2016</strong> Provides facial comparison technology at New York\'s JFK Internation Airport.</li>\n <li><strong class=\"nec-orange\">2017</strong> NEC system invariant analysis technology, in conjunction with Lockheed Martin, enhances satellite operations.</li>\n <li><strong class=\"nec-orange\">2018</strong> Brings AI to commercial subsea submarine cable networks.</li>\n </ul>\n </div></div></section>\n ', 'custom', 'custom', '', 'panel-grey10', 0, 0, '', '', 0, 5, 1, 1, 0),
(1032, 1296, 0, '\n <section id=\"ftzdhdsbwv\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\">What Sets Us Apart</h2>\n\n<p style=\"text-align: center;\">Our global vision combines with a local presence.<br>\nOur expertise is founded on business operations in over 160 countries.<br>\n9 laboratories throughout the world employing nearly 1,000 researchers help us to continuously innovate.<br>\n<br>\nWe are a reliable and stable partner whose mission is to realize an information-enabled society.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(1033, 1296, 0, '\n \n <section id=\"turhqoopqi\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/fuPzvN7CFgo\" width=\"100%\" height=\"280\" frameborder=\"0\"></iframe></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Leading The Transformation</h3>\n\n<p>NEC remains committed in bringing together our best-in-class integrated technology and expertise to create the information communications society of tomorrow.<br>\n<br>\nEvery day our innovative solutions contribute to greater safety, security, efficiency and equality, and allow people to live richer more fulfilling lives.</p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 3, 1, 1, 0),
(1034, 1296, 0, '\n \n \n \n <section id=\"uhruaentlt\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\">Our Legacy Of Advances</h2>\n\n<p style=\"text-align: center;\">Backed by our 120 years of experience and expertise, NEC knows what it takes to evolve and keep ahead of the continual evolution of technology.<br>\n<br>\nIt is our capability to leverage decades of award-winning technologies that enables NEC to deliver integrated information and communications solutions that create social value through problem resolution and bring new value to people, organizations and society as a whole.</p>\n\n<h3 class=\"nec-orange has-devider\" style=\"text-align: center;border-bottom:solid 1px #ddd;padding-bottom:0.75rem;\">Some Of Our Innovative Firsts</h3>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 4, 1, 1, 0),
(1036, 1296, 0, '\n <section id=\"sakbbopqom\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Leadership Through Collaboration</h2>\n\n<p style=\"text-align: center;\">NEC is committed to working with organizations that are equally dedicated to transformation through innovation.<br>\nWe collaborate closely with customers and partners around the world, orchestrating each project to work in harmony and stay attuned to regionally evolving needs.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 1, 0),
(1037, 1296, 0, '\n \n <section id=\"wptuaysnsi\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/PIe9yVg3vGk\" style=\"margin:auto;\" width=\"90%\" height=\"260\" frameborder=\"0\"></iframe></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Realizing Social Value</h3>\n\n<p>Advancing human potential isn\'t new to NEC. Since the company was founded in 1899, our award-winning technologies with our commitment to innovation have resulted in many socially beneficial firsts. We have a rich heritage of contributing to society as a whole and in helping the organizations that leverage our solutions and services to bring new value to society.</p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 7, 1, 1, 0),
(1039, 26, 0, '\n \n \n \n \n \n \n \n \n <section id=\"dgwrpwtddo\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"add-ons\">MULTICOLOUR MWI LAMP</h4>\n\n<p>7-Colour customisable<br>\nmessage-waiting indicator</p>\n\n<h4 class=\"directories\">DIRECTORIES</h4>\n\n<p>Quickly look up contacts in the directory by using the alphabetic keyboard.</p>\n\n<h4 class=\"audio\">HD AUDIO QUALITY</h4>\n\n<p>Both speakerphone and handset offer super wideband technology for superior HD audio quality.</p>\n\n<h4 class=\"security\">SECURITY</h4>\n\n<p>TLS and SRTP security encryption technology to protect calls and accounts.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"navigation\">INTUITIVE AND INTERACTIVE NAVIGATION</h4>\n\n<p>All models offer intuitive and interactive navigation of the NEC communication features. Interactive keys or touch: The choice is yours.</p>\n\n<h4 class=\"poe\">BUILT-IN POE</h4>\n\n<p>To power the device and give it<br>\na network connection.</p>\n\n<h4 class=\"puzzle\">MORE FLEXIBILITY WITH ADD-ON MODULES</h4>\n\n<p>Add functions and direct-dial buttons. 8 additional line keys 60 additional line keys turning your phone into a switchboard.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'hex-icons', 0, 0, '', '', 0, 1002, 1, 1, 0),
(1040, 26, 0, '\n \n \n \n \n <section id=\"mlykrqeopf\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><br>\nGive Your Employees the Best Tools to Compete</h3>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 1, 0),
(1043, 1300, 0, '\n \n \n \n \n \n \n \n \n \n \n <section id=\"dzmrtxsmuw\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DT930 IP 24-BUTTON PHONE</h3>\n\n<ul>\n <li>Full colour 4.3” LCD</li>\n <li>24-key (32 with 8LK key extension unit)</li>\n <li>Backlit LCD and keypad</li>\n <li>Standard button layout</li>\n <li>Multi-colour MWI</li>\n <li>Hands-free, full duplex</li>\n <li>Adjustable stand - 5 steps</li>\n <li>Headset support, optional EHS support</li>\n <li>Soft keys/LCD prompts</li>\n <li>Navigation cursor & Directory dial key</li>\n <li>Network support 10/100/1G Ethernet</li>\n <li>Wideband audio support</li>\n <li>VoIP encryption</li>\n <li>Wall mountable</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/DT930-24CG-NEW-PORTAL-MODE-WH-emea-left-96ppi.png\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(1044, 1300, 0, '\n \n \n \n <section id=\"pfonsdzyxm\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><span style=\"color:#000080;\">PREMIUM PHONE WITH RICH VISUAL INFORMATION DISPLAY</span></h3>\n\n<p style=\"text-align: center;\">This premium phone helps managers, knowledge workers and sales reps collaborate. It delivers outstanding conversation quality with the super wideband, an alphabetic keyboard and a large color screen. This phone enhance the IP communications experience in multi-device environments. The DT930 improves the overall energy efficiency of IP phone deployments by saving energy in standby mode and in conversation mode.</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(1045, 1301, 0, '\n \n <section id=\"liybmgfeln\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">INTUITIVE TOUCH EXPERIENCE</h2>\n\n<p style=\"text-align: center;\">This sleek and intuitive business phone bring the desk phone experience to life with rich contextual menus and industry-specific applications. With a vivid 4.3-inch touchscreen, easy-to-use navigation, plus the highest quality wideband audio and video - for conversations you\'ll remember. It is the ideal desktop device for busy professionals and executives and also offers a powerful yet cost-effective device.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(1046, 1301, 0, '\n \n \n <section id=\"khuiwrpait\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DT930 IP TOUCH PANEL PHONE</h3>\n\n<ul>\n <li>Full colour 4.3”, 2-point touch panel LCD</li>\n <li>8-key/32-key (virtual)</li>\n <li>Web-based DSS</li>\n <li>Backlit LCD, keypad & line keys</li>\n <li>Multi-colour MWI</li>\n <li>Hands-free, full duplex</li>\n <li>Headset support, optional EHS support</li>\n <li>Soft keys/LCD prompts</li>\n <li>Navigation cursor & Directory dial key</li>\n <li>Network support 10/100/1G Ethernet</li>\n <li>Call history</li>\n <li>PoE or power adapter</li>\n <li>Wall mountable</li>\n <li>Wideband audio support</li>\n <li>VoIP encryption</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"DT930 IP TOUCH PANEL PHONE\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/DT930-8TCGX(touch)-PORTAL-MODE-BK-emea-left-96ppi.png\"></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 1, 1, 1, 0),
(1047, 1303, 0, '\n \n <section id=\"kklukrrpuy\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">CONNECT, INTEGRATE, MANAGE</h2>\n\n<h3 style=\"text-align: center;\">STREAMLINE PROCESSES & WORKFLOWS ACROSS AN ORGANIZATION</h3>\n\n<p style=\"text-align: center;\">Work has changed and customers, employees and partners demand ever shorter response times, faster innovation and higher service levels. Smart enterprises are adopting digital workplace strategies to create rich and connected Customer and Employee Experiences that respond adequately to these rising expectations.</p>\n\n<p style=\"text-align: center;\">NEC’s UNIVERGE Integration Platform (UIP) is software that interconnects disparate systems to become your own centrally managed application network. It seamlessly bridges IT and Communications infrastructures, integrates applications, data, devices and services and enables to dynamically design, manage and streamline workflows across an organization.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(1048, 1303, 0, '<section id=\"kltvpfobiq\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 0, 0),
(1049, 1303, 0, '\n \n <section id=\"snotthvvig\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"text-align: center;\">UNIVERGE Integration Platform (UIP)</h3>\n\n<div class=\"embed-erternal\" style=\"margin-bottom:3rem;\">\n<p style=\"text-align: center;\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/iv5V5Q02LYI\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></p>\n</div>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 1, 1, 1, 0),
(1050, 1303, 0, '\n <section id=\"uixkdicpyk\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\">\n<style type=\"text/css\"><!--\n /* Font Definitions */\n@font-face\n {font-family:Arial;\n panose-1:2 11 6 4 2 2 2 2 2 4;\n mso-font-charset:0;\n mso-generic-font-family:auto;\n mso-font-pitch:variable;\n mso-font-signature:-536859905 -1073711037 9 0 511 0;}\n@font-face\n {font-family:\"?? ??\";\n mso-font-charset:128;\n mso-generic-font-family:auto;\n mso-font-pitch:variable;\n mso-font-signature:-536870145 1791491579 134217746 0 131231 0;}\n@font-face\n {font-family:\"?? ????\";\n mso-font-charset:128;\n mso-generic-font-family:auto;\n mso-font-pitch:variable;\n mso-font-signature:-536870145 1791491579 134217746 0 131231 0;}\n@font-face\n {font-family:\"Cambria Math\";\n panose-1:2 4 5 3 5 4 6 3 2 4;\n mso-font-charset:1;\n mso-generic-font-family:roman;\n mso-font-format:other;\n mso-font-pitch:variable;\n mso-font-signature:0 0 0 0 0 0;}\n@font-face\n {font-family:Calibri;\n panose-1:2 15 5 2 2 2 4 3 2 4;\n mso-font-charset:0;\n mso-generic-font-family:auto;\n mso-font-pitch:variable;\n mso-font-signature:-536870145 1073786111 1 0 415 0;}\n /* Style Definitions */\np.MsoNormal, li.MsoNormal, div.MsoNormal\n {mso-style-unhide:no;\n mso-style-qformat:yes;\n mso-style-parent:\"\";\n margin-top:0cm;\n margin-right:0cm;\n margin-bottom:8.0pt;\n margin-left:0cm;\n line-height:107%;\n mso-pagination:widow-orphan;\n font-size:11.0pt;\n font-family:Calibri;\n mso-ascii-font-family:Calibri;\n mso-ascii-theme-font:minor-latin;\n mso-fareast-font-family:\"?? ??\";\n mso-fareast-theme-font:minor-fareast;\n mso-hansi-font-family:Calibri;\n mso-hansi-theme-font:minor-latin;\n mso-bidi-font-family:\"Times New Roman\";\n mso-bidi-theme-font:minor-bidi;\n mso-ansi-language:EN-GB;\n mso-fareast-language:JA;}\nh3\n {mso-style-noshow:yes;\n mso-style-priority:9;\n mso-style-qformat:yes;\n mso-style-link:\"Kop 3 Teken\";\n mso-style-next:Standaard;\n margin-top:2.0pt;\n margin-right:0cm;\n margin-bottom:0cm;\n margin-left:0cm;\n margin-bottom:.0001pt;\n line-height:107%;\n mso-pagination:widow-orphan lines-together;\n page-break-after:avoid;\n mso-outline-level:3;\n font-size:12.0pt;\n font-family:\"Calibri Light\";\n mso-ascii-font-family:\"Calibri Light\";\n mso-ascii-theme-font:major-latin;\n mso-fareast-font-family:\"?? ????\";\n mso-fareast-theme-font:major-fareast;\n mso-hansi-font-family:\"Calibri Light\";\n mso-hansi-theme-font:major-latin;\n mso-bidi-font-family:\"Times New Roman\";\n mso-bidi-theme-font:major-bidi;\n color:#1F4D78;\n mso-themecolor:accent1;\n mso-themeshade:127;\n mso-ansi-language:EN-GB;\n mso-fareast-language:JA;\n font-weight:normal;}\np\n {mso-style-noshow:yes;\n mso-style-priority:99;\n mso-margin-top-alt:auto;\n margin-right:0cm;\n mso-margin-bottom-alt:auto;\n margin-left:0cm;\n mso-pagination:widow-orphan;\n font-size:12.0pt;\n font-family:\"Times New Roman\";\n mso-fareast-font-family:\"Times New Roman\";\n mso-ansi-language:EN-GB;\n mso-fareast-language:JA;}\nspan.Kop3Teken\n {mso-style-name:\"Kop 3 Teken\";\n mso-style-noshow:yes;\n mso-style-priority:9;\n mso-style-unhide:no;\n mso-style-locked:yes;\n mso-style-link:\"Kop 3\";\n mso-ansi-font-size:12.0pt;\n mso-bidi-font-size:12.0pt;\n font-family:\"Calibri Light\";\n mso-ascii-font-family:\"Calibri Light\";\n mso-ascii-theme-font:major-latin;\n mso-fareast-font-family:\"?? ????\";\n mso-fareast-theme-font:major-fareast;\n mso-hansi-font-family:\"Calibri Light\";\n mso-hansi-theme-font:major-latin;\n mso-bidi-font-family:\"Times New Roman\";\n mso-bidi-theme-font:major-bidi;\n color:#1F4D78;\n mso-themecolor:accent1;\n mso-themeshade:127;}\n.MsoChpDefault\n {mso-style-type:export-only;\n mso-default-props:yes;\n font-size:11.0pt;\n mso-ansi-font-size:11.0pt;\n mso-bidi-font-size:11.0pt;\n font-family:Calibri;\n mso-ascii-font-family:Calibri;\n mso-ascii-theme-font:minor-latin;\n mso-fareast-font-family:\"?? ??\";\n mso-fareast-theme-font:minor-fareast;\n mso-hansi-font-family:Calibri;\n mso-hansi-theme-font:minor-latin;\n mso-bidi-font-family:\"Times New Roman\";\n mso-bidi-theme-font:minor-bidi;\n mso-ansi-language:EN-GB;\n mso-fareast-language:JA;}\n.MsoPapDefault\n {mso-style-type:export-only;\n margin-bottom:8.0pt;\n line-height:107%;}\n@page WordSection1\n {size:612.0pt 792.0pt;\n margin:70.85pt 70.85pt 70.85pt 70.85pt;\n mso-header-margin:35.4pt;\n mso-footer-margin:35.4pt;\n mso-paper-source:0;}\ndiv.WordSection1\n {page:WordSection1;}\n-->\n</style>\n</p>\n\n<p> </p>\n\n<h3 style=\"text-align: center;\">BUSINESS PROCESS MANAGEMENT & RE-ENGINEERING AT YOUR FINGERTPS</h3>\n\n<p style=\"text-align: center;\">NEC’s UIP intelligent software allows you to design workflows through simple Drag & Drop actions. Design, Test and Deploy. Explore alternatives that would otherwise be unthinkable. UIP’s intelligent interface makes this simple and straightforward, but also fast and flexible - with striking results to your business agility and performance!</p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"cxaytoeeuo\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, cxaytoeeuo\" title=\"Tekstverwerker, cxaytoeeuo\" aria-describedby=\"cke_136\" contenteditable=\"true\"><p style=\"text-align: center;\"><style>\n<!--{cke_protected}{C}%3C!%2D%2D%0A%20%2F*%20Font%20Definitions%20*%2F%0A%40font-face%0A%09%7Bfont-family%3AArial%3B%0A%09panose-1%3A2%2011%206%204%202%202%202%202%202%204%3B%0A%09mso-font-charset%3A0%3B%0A%09mso-generic-font-family%3Aauto%3B%0A%09mso-font-pitch%3Avariable%3B%0A%09mso-font-signature%3A-536859905%20-1073711037%209%200%20511%200%3B%7D%0A%40font-face%0A%09%7Bfont-family%3A%22%EF%BC%AD%EF%BC%B3%20%E6%98%8E%E6%9C%9D%22%3B%0A%09mso-font-charset%3A128%3B%0A%09mso-generic-font-family%3Aauto%3B%0A%09mso-font-pitch%3Avariable%3B%0A%09mso-font-signature%3A-536870145%201791491579%20134217746%200%20131231%200%3B%7D%0A%40font-face%0A%09%7Bfont-family%3A%22%EF%BC%AD%EF%BC%B3%20%E3%82%B4%E3%82%B7%E3%83%83%E3%82%AF%22%3B%0A%09mso-font-charset%3A128%3B%0A%09mso-generic-font-family%3Aauto%3B%0A%09mso-font-pitch%3Avariable%3B%0A%09mso-font-signature%3A-536870145%201791491579%20134217746%200%20131231%200%3B%7D%0A%40font-face%0A%09%7Bfont-family%3A%22Cambria%20Math%22%3B%0A%09panose-1%3A2%204%205%203%205%204%206%203%202%204%3B%0A%09mso-font-charset%3A1%3B%0A%09mso-generic-font-family%3Aroman%3B%0A%09mso-font-format%3Aother%3B%0A%09mso-font-pitch%3Avariable%3B%0A%09mso-font-signature%3A0%200%200%200%200%200%3B%7D%0A%40font-face%0A%09%7Bfont-family%3ACalibri%3B%0A%09panose-1%3A2%2015%205%202%202%202%204%203%202%204%3B%0A%09mso-font-charset%3A0%3B%0A%09mso-generic-font-family%3Aauto%3B%0A%09mso-font-pitch%3Avariable%3B%0A%09mso-font-signature%3A-536870145%201073786111%201%200%20415%200%3B%7D%0A%20%2F*%20Style%20Definitions%20*%2F%0Ap.MsoNormal%2C%20li.MsoNormal%2C%20div.MsoNormal%0A%09%7Bmso-style-unhide%3Ano%3B%0A%09mso-style-qformat%3Ayes%3B%0A%09mso-style-parent%3A%22%22%3B%0A%09margin-top%3A0cm%3B%0A%09margin-right%3A0cm%3B%0A%09margin-bottom%3A8.0pt%3B%0A%09margin-left%3A0cm%3B%0A%09line-height%3A107%25%3B%0A%09mso-pagination%3Awidow-orphan%3B%0A%09font-size%3A11.0pt%3B%0A%09font-family%3ACalibri%3B%0A%09mso-ascii-font-family%3ACalibri%3B%0A%09mso-ascii-theme-font%3Aminor-latin%3B%0A%09mso-fareast-font-family%3A%22%EF%BC%AD%EF%BC%B3%20%E6%98%8E%E6%9C%9D%22%3B%0A%09mso-fareast-theme-font%3Aminor-fareast%3B%0A%09mso-hansi-font-family%3ACalibri%3B%0A%09mso-hansi-theme-font%3Aminor-latin%3B%0A%09mso-bidi-font-family%3A%22Times%20New%20Roman%22%3B%0A%09mso-bidi-theme-font%3Aminor-bidi%3B%0A%09mso-ansi-language%3AEN-GB%3B%0A%09mso-fareast-language%3AJA%3B%7D%0Ah3%0A%09%7Bmso-style-noshow%3Ayes%3B%0A%09mso-style-priority%3A9%3B%0A%09mso-style-qformat%3Ayes%3B%0A%09mso-style-link%3A%22Kop%203%20Teken%22%3B%0A%09mso-style-next%3AStandaard%3B%0A%09margin-top%3A2.0pt%3B%0A%09margin-right%3A0cm%3B%0A%09margin-bottom%3A0cm%3B%0A%09margin-left%3A0cm%3B%0A%09margin-bottom%3A.0001pt%3B%0A%09line-height%3A107%25%3B%0A%09mso-pagination%3Awidow-orphan%20lines-together%3B%0A%09page-break-after%3Aavoid%3B%0A%09mso-outline-level%3A3%3B%0A%09font-size%3A12.0pt%3B%0A%09font-family%3A%22Calibri%20Light%22%3B%0A%09mso-ascii-font-family%3A%22Calibri%20Light%22%3B%0A%09mso-ascii-theme-font%3Amajor-latin%3B%0A%09mso-fareast-font-family%3A%22%EF%BC%AD%EF%BC%B3%20%E3%82%B4%E3%82%B7%E3%83%83%E3%82%AF%22%3B%0A%09mso-fareast-theme-font%3Amajor-fareast%3B%0A%09mso-hansi-font-family%3A%22Calibri%20Light%22%3B%0A%09mso-hansi-theme-font%3Amajor-latin%3B%0A%09mso-bidi-font-family%3A%22Times%20New%20Roman%22%3B%0A%09mso-bidi-theme-font%3Amajor-bidi%3B%0A%09color%3A%231F4D78%3B%0A%09mso-themecolor%3Aaccent1%3B%0A%09mso-themeshade%3A127%3B%0A%09mso-ansi-language%3AEN-GB%3B%0A%09mso-fareast-language%3AJA%3B%0A%09font-weight%3Anormal%3B%7D%0Ap%0A%09%7Bmso-style-noshow%3Ayes%3B%0A%09mso-style-priority%3A99%3B%0A%09mso-margin-top-alt%3Aauto%3B%0A%09margin-right%3A0cm%3B%0A%09mso-margin-bottom-alt%3Aauto%3B%0A%09margin-left%3A0cm%3B%0A%09mso-pagination%3Awidow-orphan%3B%0A%09font-size%3A12.0pt%3B%0A%09font-family%3A%22Times%20New%20Roman%22%3B%0A%09mso-fareast-font-family%3A%22Times%20New%20Roman%22%3B%0A%09mso-ansi-language%3AEN-GB%3B%0A%09mso-fareast-language%3AJA%3B%7D%0Aspan.Kop3Teken%0A%09%7Bmso-style-name%3A%22Kop%203%20Teken%22%3B%0A%09mso-style-noshow%3Ayes%3B%0A%09mso-style-priority%3A9%3B%0A%09mso-style-unhide%3Ano%3B%0A%09mso-style-locked%3Ayes%3B%0A%09mso-style-link%3A%22Kop%203%22%3B%0A%09mso-ansi-font-size%3A12.0pt%3B%0A%09mso-bidi-font-size%3A12.0pt%3B%0A%09font-family%3A%22Calibri%20Light%22%3B%0A%09mso-ascii-font-family%3A%22Calibri%20Light%22%3B%0A%09mso-ascii-theme-font%3Amajor-latin%3B%0A%09mso-fareast-font-family%3A%22%EF%BC%AD%EF%BC%B3%20%E3%82%B4%E3%82%B7%E3%83%83%E3%82%AF%22%3B%0A%09mso-fareast-theme-font%3Amajor-fareast%3B%0A%09mso-hansi-font-family%3A%22Calibri%20Light%22%3B%0A%09mso-hansi-theme-font%3Amajor-latin%3B%0A%09mso-bidi-font-family%3A%22Times%20New%20Roman%22%3B%0A%09mso-bidi-theme-font%3Amajor-bidi%3B%0A%09color%3A%231F4D78%3B%0A%09mso-themecolor%3Aaccent1%3B%0A%09mso-themeshade%3A127%3B%7D%0A.MsoChpDefault%0A%09%7Bmso-style-type%3Aexport-only%3B%0A%09mso-default-props%3Ayes%3B%0A%09font-size%3A11.0pt%3B%0A%09mso-ansi-font-size%3A11.0pt%3B%0A%09mso-bidi-font-size%3A11.0pt%3B%0A%09font-family%3ACalibri%3B%0A%09mso-ascii-font-family%3ACalibri%3B%0A%09mso-ascii-theme-font%3Aminor-latin%3B%0A%09mso-fareast-font-family%3A%22%EF%BC%AD%EF%BC%B3%20%E6%98%8E%E6%9C%9D%22%3B%0A%09mso-fareast-theme-font%3Aminor-fareast%3B%0A%09mso-hansi-font-family%3ACalibri%3B%0A%09mso-hansi-theme-font%3Aminor-latin%3B%0A%09mso-bidi-font-family%3A%22Times%20New%20Roman%22%3B%0A%09mso-bidi-theme-font%3Aminor-bidi%3B%0A%09mso-ansi-language%3AEN-GB%3B%0A%09mso-fareast-language%3AJA%3B%7D%0A.MsoPapDefault%0A%09%7Bmso-style-type%3Aexport-only%3B%0A%09margin-bottom%3A8.0pt%3B%0A%09line-height%3A107%25%3B%7D%0A%40page%20WordSection1%0A%09%7Bsize%3A612.0pt%20792.0pt%3B%0A%09margin%3A70.85pt%2070.85pt%2070.85pt%2070.85pt%3B%0A%09mso-header-margin%3A35.4pt%3B%0A%09mso-footer-margin%3A35.4pt%3B%0A%09mso-paper-source%3A0%3B%7D%0Adiv.WordSection1%0A%09%7Bpage%3AWordSection1%3B%7D%0A%2D%2D%3E--></style><br></p><p></p><h3 style=\"text-align: center;\">BUSINESS PROCESS MANAGEMENT & RE-ENGINEERING AT YOUR FINGERTPS </h3><p style=\"text-align: center;\">NEC’s UIP intelligent software allows you to design workflows through simple Drag & Drop actions. Design, Test and Deploy. Explore alternatives that would otherwise be unthinkable. UIP’s intelligent interface makes this simple and straightforward, but also fast and flexible - with striking results to your business agility and performance!</p> <p></p></div></div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1051, 1303, 0, '\n <section id=\"awweffmxkw\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>INTEGRATE ACROSS ALL LEVELS</h4>\n\n<ul>\n <li>The physical level to connect network devices, terminals and sensors</li>\n <li>The application level, where adapters with modern APIs interconnect innovative applications, unlock data and drive business agility</li>\n <li>The integration level to design meaningful workflows in a swift and flexible manner</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>EASY & FLEXIBLE WORKFLOW DESIGN</h4>\n\n<ul>\n <li>The intelligent graphic interface lets your teams design customised workflows fully aligned with your business processes.</li>\n <li>Choose from a vast array of adapters and simply Drag & Drop to interconnect them</li>\n <li>Generate an event as trigger in real time or scheduled resulting in multiple follow-up actions including commands to other systems</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>DEPLOY NEW SERVICES</h4>\n\n<ul>\n <li>Connects any application/data source and enables complete Application Programming Interface (API) management – whether in the cloud, on-premises or hybrid environment</li>\n <li>Boosts employee engagement, customer satisfaction and your company’s state-of-the-art reputation</li>\n <li>Provides a platform for further innovation and new services</li>\n</ul>\n</div>\n</div></section>\n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(1052, 1303, 0, '\n \n <section id=\"bzrhzhqimy\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">BUSINESS PROCESS MANAGEMENT & RE-ENGINEERING AT YOUR FINGERTPS</h3>\n\n<p style=\"text-align: center;\">NEC’s UIP intelligent software allows you to design workflows through simple Drag & Drop actions. Design, Test and Deploy. Explore alternatives that would otherwise be unthinkable. UIP’s intelligent interface makes this simple and straightforward, but also fast and flexible - with striking results to your business agility and performance!</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(1054, 19, 0, '\n \n \n \n \n \n <section id=\"hlsksrwwqz\" class=\"\">\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/on-the-road.png\" style=\"width: 48px; height: 48px;\"><br>\nOn The Road</h4>\n\n<p style=\"text-align: center;\">Flexible call control and management increases workforce efficiency.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/on-premises.png\" style=\"width: 48px; height: 48px;\"><br>\nOn Premises</h4>\n\n<p style=\"text-align: center;\">A choice of desktop, handset and mobile devices fully equip workers.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/roaming.png\" style=\"width: 48px; height: 48px;\"><br>\nSeamless Roaming</h4>\n\n<p style=\"text-align: center;\">Handsets extend reachability across business sites effortlessly.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/home-connected.png\" style=\"width: 48px; height: 48px;\"><br>\nHome Connected</h4>\n\n<p style=\"text-align: center;\">Robust tools and services keep remote workers connected and engaged.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/home-connected.png\" style=\"width: 48px; height: 48px;\"><br>\nHome Connected</h4>\n\n<p style=\"text-align: center;\">Robust tools and services keep remote workers connected and engaged.</p>\n</div>\n</div></section>\n \n \n \n \n ', '5-column', 'text', 'hide-section', 'has-devider-after', 0, 0, '', '', 0, 9, 1, 0, 0),
(1055, 19, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"zzinzmyftb\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SMART MOBILITY<br>\n<span class=\"nec-blue\">COMMUNICATE ANYWHERE, ANY TIME</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"road\">ON THE ROAD</h4>\n\n<p>Treat your smartphone like your desk phone with <a href=\"https://www.nec-enterprise.com/products/Mobile-extension\" style=\"text-decoration:underline;\">Mobile Extension</a>. Enjoy the SV9100 system features while you’re on the move.</p>\n\n<h4 class=\"premises\">ON YOUR PREMISES</h4>\n\n<p>The SV9100’s <a href=\"https://www.nec-enterprise.com/products/DECT-Handsets\" style=\"text-decoration:underline;\">IP DECT range</a> provides the ultimate devices for voice, text messaging and in-house mobility.</p>\n\n<h4 class=\"larger-sites\">LARGER SITES & CAMPUSES</h4>\n\n<p><a href=\"https://www.nec-enterprise.com/products/WiFi-Handsets\" style=\"text-decoration:underline;\">WiFi handsets </a>provide seamless roaming within multiple business locations with advanced wireless features for organizations on the go.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/sv9100-smart-mobility-options-3.jpg\" style=\"margin: auto; display: block;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', 'smart-mobility', 'vertical-align-middle', 0, 0, '', '', 0, 4, 1, 0, 0),
(1056, 19, 0, '\n <section id=\"xamfovtcql\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 0, 0),
(1057, 19, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"tpnhftzsto\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/sv9100-home-workers.jpg\" style=\"width: 90%;margin:auto;display:block;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Remote Workers<br>\n<span class=\"nec-blue\">LOOK AFTER YOUR TEAM AND YOUR BUSINESS CONTINUITY </span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"mobile-extensions\"><strong>VIDEO CONFERENCING </strong></h4>\n\n<p>Enjoy built-in WebRTC video conferencing for your team. Enhance further with InUC - document sharing, screen sharing & presence & more.</p>\n\n<h4 class=\"home-worker\"><strong>HOME AND AWAY</strong></h4>\n\n<p>The ST500 makes your smartphone smarter. Enable voice & video mobile extension over WiFi for your smartphone or smart device.</p>\n\n<h4 class=\"features\"><strong>SYSTEM FEATURES</strong></h4>\n\n<p>The SV9100 works beautifully as a home office VoIP phone system. Home workers benefit from all system features for greater connectivity & seamless customer experience</p>\n\n<p><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/remote-working\">Remote Working solutions</a></p>\n</div>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', 'your-homeworkers', 'vertical-align-middle', 0, 0, '', '', 0, 3, 1, 0, 0),
(1064, 19, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"ekivtstqwt\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/NEC-UT890-IP-videophone.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Desktop VoIP Phones<br>\n<span class=\"nec-blue\">For Every Business Environment</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"navigation\">INTUITIVE AND INTERACTIVE NAVIGATION</h4>\n\n<p>Choose from IP or digital; grayscale, colour or touch-screen displays and even video calling – affordable VoIP phones for small business users</p>\n\n<h4 class=\"handset\">Give Your Employees the Best Tools to Compete</h4>\n\n<p>The SV9100 includes a diverse range of desktop telephones that best fits the individual’s role for easy call control from the office, remote office or homeworking, hot-desking and more. Discover enterprise-level communications with a small business VoIP solutions cost.</p>\n\n<p><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/Desktop-Terminals\">Discover all desktop phones</a></p>\n</div>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', 'desktop-phones', 'vertical-align-middle', 0, 0, '', '', 0, 5, 1, 0, 0),
(1058, 19, 0, '\n \n \n <section id=\"ceeszsqqvg\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2>SMART HOSPITALITY</h2>\n\n<p>NEC’s InHotel combines a complete and comprehensive Property Management System together with tightly integrated telephone system functionality.</p>\n\n<p><a class=\"button secondary\" href=\"https://www.nec-enterprise.com/documents?id=1001&hash=31bf2629ba449ba26b75368141f5ac58d2101295914db05dff3e21d1657aefa3\">Discover InHotel</a></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 3, 1, 0, 0),
(1059, 19, 0, '\n <section id=\"pzfkndgksa\" class=\"\"> <div class=\"image-full-width\">\n \n <div class=\"foreground hrzntl-spacer\">\n <div class=\"inner-wrapper\">\n \n <div class=\"col24\">\n <div style=\"\" class=\"column-wrapper\"><p>dsfad fdsaf ds fdsa</p>\n</div>\n </div>\n \n </div>\n </div>\n\n <div class=\"column-wrapper background\" edittype=\"image\"><img src=\"http://placehold.it/1200x300&text=IMAGE\"></div>\n</div>\n</section>\n ', 'img', 'img-sub', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(1060, 19, 0, '\n <section id=\"szmgegiexn\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">SMART HOSPITALITY</h2>\n\n<p style=\"text-align: center;\">NEC’s InHotel combines a complete and comprehensive Property Management System together with tightly integrated telephone system functionality.</p>\n\n<p style=\"text-align: center;\"><a class=\"button secondary\" href=\"https://www.nec-enterprise.com/documents?id=1001&hash=31bf2629ba449ba26b75368141f5ac58d2101295914db05dff3e21d1657aefa3\">Discover InHotel</a></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 3, 1, 0, 0),
(1061, 19, 0, '\n \n <section id=\"wurhcrxidz\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 style=\"text-align: center;\">SMART HOSPITALITY</h2>\n\n<p style=\"text-align: center;\">NEC’s InHotel combines a complete and comprehensive Property Management System together with tightly integrated telephone system functionality.</p>\n\n<p style=\"text-align: center;\"><a class=\"button secondary\" href=\"https://www.nec-enterprise.com/documents?id=1001&hash=31bf2629ba449ba26b75368141f5ac58d2101295914db05dff3e21d1657aefa3\">Discover InHotel</a></p>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 8, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(1062, 19, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"beoawilvbr\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SMART CALL MANAGEMENT<br>\n<span class=\"nec-blue\">A first-rate user experience</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"mycalls\">Entry-level Analysis</h4>\n\n<p>Quick, easy and cost effective, <a href=\"https://www.nec-enterprise.com/products/InReports-1318\" style=\"text-decoration:underline;\">InReports</a> provides 24/7 monitoring and analysis of your entire company’s communications via a browser</p>\n\n<h4 class=\"customer-service\">Advanced Call Management</h4>\n\n<p>The <a href=\"https://www.nec-enterprise.com/products/Call-Management-100\" style=\"text-decoration:underline;\">MyCalls</a> suite of applications provides your team with the tools to succeed in making your business more customer centric and more profitable</p>\n\n<h4 class=\"headset\">Multimedia Contact Centre</h4>\n\n<p>Create a first rate experience for your customers with the SV9100’s <a href=\"https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4\" style=\"text-decoration:underline;\">Business ConneCT</a> which co-ordinates email, live Webchat, WhatsApp and voice via a single interface.</p>\n</div>\n\n<p> </p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/inreports-mycalls-bct.jpg\" style=\"width: 90%;margin:auto;display:block;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', 'smart-call-management', 'vertical-align-middle', 0, 0, '', '', 0, 6, 1, 0, 0),
(1063, 19, 0, '\n \n <section id=\"rbgsnthrhb\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>xxx</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><strong>SMART SECURITY</strong></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"headset\">InGuard</h4>\n\n<p>NEC’s InGuard application helps defend a business against toll fraud attacks 24/7/365 defence from Toll Fraud</p>\n\n<p class=\"vert-offset-2\"><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/DECT-Handsets\">Discover NEC InGuard</a></p>\n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 6, 1, 0, 0),
(1067, 19, 0, '\n <section id=\"lzmpaelcdt\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">xxxxxxxxxx xxxxxxx</h3>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(1065, 19, 0, '\n \n \n \n \n <section id=\"yagmdgkdva\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"record\">Call Recording</h4>\n\n<p><a href=\"https://www.nec-enterprise.com/products/Call-Recording\" style=\"text-decoration:underline;\">MyCalls Call Recorder</a><strong> </strong>provides a record of who said what enabling quick dispute resolution, avoiding potentially costly litigation and more</p>\n\n<h4 class=\"toll-fraud\">Toll Fraud Defence</h4>\n\n<p>NEC’s <a href=\"https://www.nec-enterprise.com/products/InGuard-1319\" style=\"text-decoration:underline;\">InGuard</a> application helps defend a business against attacks 24/7/365 defence from Toll Fraud.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"sos\">Panic Keys</h4>\n\n<p>SV9100 <a href=\"https://www.nec-enterprise.com/products/Desktop-Terminals\" style=\"text-decoration:underline;\">desktop telephones</a> can be programmed with a one-button emergency key - alerts all other phones of an emergency including location/room it’s coming from</p>\n\n<h4 class=\"panic\">Electronic Door Switch</h4>\n\n<p>NEC door phones and electronic door locks help protect your premises and can be operated from any of your phones</p>\n</div>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 8, 1, 0, 0),
(1066, 19, 0, '\n \n \n <section id=\"aybfxarsgh\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">SMART SECURITY<br>\n<span class=\"nec-blue\">Keeping staff, network and premises safe</span></h3>\n</div>\n</div></section>\n \n ', '1-column', 'text', 'smart-security', '', 0, 0, '', '', 0, 7, 1, 0, 0),
(1069, 1313, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"pzyucyinrn\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DT530 Digital Desktop Telephone</h3>\n\n<ul>\n <li>Monochrome, 168x58 dots LCD</li>\n <li>12-button (fixed) version</li>\n <li>24-button version (up to 32 with key extension unit)</li>\n <li>Backlit LCD & keypad</li>\n <li>Multi-colour (7) Message Waiting Indicator</li>\n <li>Tilt ange (5 steps)</li>\n <li>Hands-free, full duplex</li>\n <li>Headset jack (RJ9)</li>\n <li>Soft keys/LCD prompts</li>\n <li>Navigation cursor & Directory dial key</li>\n <li>Wideband audio support</li>\n <li>Wall mountable</li>\n <li>Choice of black & white models</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/nec-digital-desktop-phone-dt530-24d-l.jpg\" style=\"float: left;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(1070, 1313, 0, '\n \n \n \n <section id=\"rumxxluebt\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(1071, 28, 0, '\n \n <section id=\"tvdiqakxzd\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">Efficient and flexible call management with NEC\'s analogue handsets:</h3>\n\n<h3 style=\"text-align: center;\">BaseLine and AT-50/AT-55 series</h3>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(1072, 19, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"knkdawhfgf\" class=\"\">\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Remote<br>\nworking?</h4>\n\n<p style=\"text-align: center;\">Choose from a wide range of robust home working communications</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Don\'t get caught out with the ISDN switch off!</h4>\n\n<p style=\"text-align: center;\">The SV9100 uses SIP technology which future-proofs your investment</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Multi-generational workforce?</h4>\n\n<p style=\"text-align: center;\">The SV9100 combines telephony as well as mobility, homeworking & BYOD capabilities</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Robust & reliable solution</h4>\n\n<p style=\"text-align: center;\">Can your business afford downtime?</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Robust & reliable solution</h4>\n\n<p style=\"text-align: center;\">Can your business afford downtime?</p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '5-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 2, 1, 0, 0),
(1073, 19, 0, '\n \n \n \n \n \n <section id=\"qogrdpolec\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 class=\"nec-blue\" style=\"text-align: center;margin-bottom:0;\">Overcoming today’s communications challenges with our small business voip phone system</h3>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(1074, 1299, 0, '\n \n \n \n \n \n \n \n \n \n \n \n <section id=\"ghhdktpcqs\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><span style=\"color:#000080;\">COMPACT MODEL WITH LARGE COLOUR DISPLAY FOR FREQUENT USERS</span></h3>\n\n<p style=\"text-align: center;\">The DT920 is a cost-effective IP deskphone with high-quality audio. It offers frequent users intuitive navigation, colour display, audio quality and frictionless access to the phone system services. </p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1076, 1320, 0, '\n \n \n <section id=\"qglofbbiam\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Smart mobile extension for your smartphone</h2>\n\n<p style=\"text-align: center;\">Take the power of the ST500 with you at work, at home and anywhere in-between while not being tied to your desk.NEC’s UNIVERGE ST500 is developed for Apple iPhone, iPad and Android smart devices lets you leverage native contact lists to make and receive voice and video calls. Simply connect to Wi-Fi or use your mobile data (3G/4G) to handle your calls.The ST500 simplifies your operation by one number, merging your call history and work voice mail.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(1075, 1299, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"sxqmtidtbw\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DT920 IP SELF-LABELLING PHONE</h3>\n\n<ul>\n <li>Full colour 3,5” LCD</li>\n <li>Home UI Portal: 2 versions (black or white background)</li>\n <li><span style=\"text-align: center;\">Virtual line upgrade from 8 to 16 to 32 (via optional licences) </span></li>\n <li>Backlit LCD</li>\n <li>Multi-colour MWI</li>\n <li>Hands-free, full duplex</li>\n <li>Adjustable stand - 5 steps</li>\n <li>Headset support, optional EHS support</li>\n <li>Soft keys/LCD prompts</li>\n <li>Navigation cursor & Directory dial key</li>\n <li>Network support 10/100/1G Ethernet</li>\n <li>PoE or power adapter</li>\n <li>Wideband audio support</li>\n <li>VoIP encryption</li>\n <li>Wall mountable</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/DT920-8LCGX-PORTAL-MODE-WH-emea-left-96ppi.png\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(1077, 1320, 0, '\n \n \n <section id=\"pigxcalvsd\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>UNIVERGE ST500 Smartphone Application<br>\n<span class=\"nec-blue\">Mobile Voice and Video Extension</span></h3>\n\n<p>Using your Apple iPhone, iPad and Android smart devices, the ST500 enables your native contact lists to make and receive voice and video calls.<br>\n <br>\nSimply connect to WiFi or use your mobile data (3G/4G) to handle your calls.</p>\n\n<h3>Key Features</h3>\n\n<ul>\n <li>Integrates into your smartphone contacts</li>\n <li>Complete call history</li>\n <li>Bluetooth headset support</li>\n <li>Video calling capabilities</li>\n <li>Compatible with NEC’s SL2100, SV9100, SV9300 & SV9500 communication platforms</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/univerge-st500-features.jpg\" style=\"display:block;margin:auto;width:90%;\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1078, 1316, 0, '\n \n \n \n \n <section id=\"vxbmulryfk\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/InApp-icons-White.png\" style=\"position: absolute; right: 0px; height: 60px; width: 71px;\">Built-in video collaboration, document sharing,<br>\npresence, IM & more</h2>\n\n<p style=\"text-align: center;\">The InUC (Real-Time Communications) provides highly cost-effective video and collaboration working seamlessly within your IT environment. Users are able to quickly set-up audio and video connections between two or more PCs or devices from anywhere with an internet and VPN or LAN connection.</p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(1079, 1316, 0, '\n \n \n <section id=\"yhsrfxtmel\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Increasing productivity</h3>\n\n<p>As well as video and audio conferencing functionality, PC users can work collectively with screen share and shared documents. It’s also ideal for live software demos and presentation slideshows.</p>\n\n<ul>\n <li>Video conferencing, document & screen sharing for up to 32 (8x4) SV9100 users</li>\n <li>Highly cost-effective solution</li>\n <li>Uses secure connectivity</li>\n <li>Works via Google Chrome on a PC or Android device</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/GMXtTHMH5I8\" width=\"100%\" height=\"360\" frameborder=\"0\"></iframe></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1080, 1317, 0, '\n \n \n \n \n \n \n \n <section id=\"woahwpuhwn\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/InApp-icons-White.png\" style=\"position: absolute; right: 0px; height: 60px; width: 71px;\">A Prudent Investment</h2>\n\n<p style=\"text-align: center;\">By combining essential front office functions with advanced communications, InHotel from NEC delivers a service-oriented environment that promotes premises-based efficiencies that streamline administrative and phone-related tasks to improve the hotel experience.</p>\n\n<p style=\"text-align: center;\">With InHotel, the property management systems and information essential to running a hotel become simpler to access, understand and act on.</p>\n</div>\n</div></section>\n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(1081, 1317, 0, '\n \n \n \n \n <section id=\"nkevdcwcwr\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 0, 0),
(1085, 1317, 0, '\n <section id=\"ypmqdwkmdq\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>Automatically set call restrictions based on property or guest preferences.</li>\n <li>Auto capture and bill call costs to appropriate guests.</li>\n <li>Set rates for on-premises telephone calls.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>Allow calls to be consolidated into one account when necessary.</li>\n <li>Set-up guest profiles for easy identification and personalized handling.</li>\n <li>Monitor wakeup calls whether scheduled in-house or by guests.</li>\n</ul>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(1082, 1317, 0, '\n \n \n \n \n \n <section id=\"hctvipavct\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/InHotel-pms-application.jpg\" style=\"display:block;margin:auto;width:90%;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>An Integrated<br>\n<span class=\"nec-blue\">Approach</span></h3>\n\n<p>When purchased as an NEC’s InApps solution on the company’s UNIVERGE® SV9100 or SL2100 communications solutions, hoteliers gain additional advantages, such as:</p>\n\n<ul>\n <li>Preinstalled out-of-the-box usability.</li>\n <li>No additional hardware investment as data is stored in the solution’s central processor.</li>\n <li>No additional maintenance.</li>\n <li>Support for up to 120 rooms on the UNIVERGE® SV9100.</li>\n <li>Support for up to 64 rooms on the SL2100.</li>\n <li>Access to NEC’s award winning communications platforms solutions.</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 2, 1, 1, 0),
(1083, 1317, 0, '\n <section id=\"kxshbunlyl\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>InHotel’s business<br>\n<span class=\"nec-blue\">advantages include</span></h3>\n\n<ul>\n <li>Real-time color-coded calendar views of room reservations and availability.</li>\n <li>Quick-find filters for fast retrieval of property and guest information.</li>\n <li>Guest profiling for personalized service across the property.</li>\n <li>Centralized invoicing of room and amenity charges.</li>\n <li>Easy customization of room rates.</li>\n <li>Browser-based around-the-clock system availability.</li>\n <li>Chrome and Firefox compatibility for convenient accessibility.</li>\n <li>Simultaneous use by staff and premises facilities.</li>\n <li>A one-time purchase price.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/ndQjs4n3SZw\" width=\"100%\" height=\"312\" frameborder=\"0\"></iframe></p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(1084, 1317, 0, '\n \n \n \n \n <section id=\"vnatlbyepm\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">InHotel’s Call Controls</h2>\n\n<p style=\"text-align: center;\">Configurable property management system for on-premises calls bring added value to hoteliers by increasing property oversight, averting misuse, preventing billing mistakes and ensuring guest care.</p>\n\n<h3 class=\"nec-orange\" style=\"margin-bottom: 0px; text-align: center;\">With InHotel, hotel staff can:</h3>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(1087, 1318, 0, '\n \n \n \n <section id=\"rklteyyriz\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Business Benefits<br>\n<span class=\"nec-blue\">InReports Call Management</span></h3>\n\n<p>InReports provides 24/7 monitoring and analysis of your entire company\'s communications via a browser. Pre-defined, graphically enhanced reports are presented clearly in a number of different ways: Lists, Charts and Wallboards.</p>\n\n<ul>\n <li>Easy evaluation of your teams communication performance</li>\n <li>Real-time business critical stats e.g average answer time, unanswered calls</li>\n <li>Wallboard display stats for team motivation</li>\n <li>Pro-actively deter unauthorised calls</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p class=\"vert-offset-2\"><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/YypZiN4VCNQ\" width=\"100%\" height=\"300\" frameborder=\"0\"><br />\n</iframe></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1086, 1317, 0, '\n <section id=\"itbeaofexw\" class=\"\"><div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\">Automatically set call restrictions based on property or guest preferences.</p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\">Auto capture and bill call costs to appropriate guests.</p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\">Set rates for on-premises telephone calls.</p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\">Allow calls to be consolidated into one account when necessary.</p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\">Set-up guest profiles for easy identification and personalized handling.</p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\">Monitor wakeup calls whether scheduled in-house or by guests.</p>\n</div>\n</div>\n</section>\n ', '6-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(1089, 1319, 0, '\n \n <section id=\"oberhfkmll\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/InApp-icons-White.png\" style=\"position: absolute; right: 0px; height: 60px; width: 71px;\">The growing threat of Toll Fraud...</h2>\n\n<p style=\"text-align: center;\">The growing risk of a toll fraud attack is alarming with businesses facing bills which can run into thousands and even result in bankruptcy. Like in EMEA and especially the UK - the third most targeted country in the world, it’s a threat which most businesses don’t truly understand or defend themselves against.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(1088, 1318, 0, '\n \n <section id=\"urgpvyprid\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/InApp-icons-White.png\" style=\"position: absolute; right: 0px; height: 60px; width: 71px;\">Providing dashboard reports of your entire<br>\ncompanies’ call efficiency</h2>\n\n<p style=\"text-align: center;\">Quick, easy and cost-effective, NEC’s new InReports makes the ideal starting point for call management. Call performance is critical to your teams’ productivity as well as levels of customer service.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(1090, 1319, 0, '\n \n <section id=\"ssuiqcdlzs\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Are you at risk from toll fraud?</h3>\n\n<ul>\n <li>The global cost of telephone fraud is around 25bn euros each year, rising by 15%</li>\n <li>Toll fraud, also known as phreaking or phone hacking is a risk to businesses of any size with an estimated 85% considered to be vulnerable</li>\n <li>A single attack can typically cost thousands and as a worst-case scenario result in bankruptcy</li>\n</ul>\n\n<h4><strong>NEC’s InGuard application helps defend against toll fraud attacks and provides peace of mind</strong></h4>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p class=\"vert-offset-4\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/Toll-fraud-header.png\" style=\"height: 125px; width: 500px;\"></p>\n\n<ul>\n <li>Effective 24/7 defence from Toll Fraud</li>\n <li>Low cost solution with no extra PC required</li>\n <li>Configurable to your specific business call activity</li>\n <li>Built-in application for the SV9100 & SL1000 series</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1091, 51, 0, '\n \n \n \n <section id=\"cabdvlpqnz\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/dect.png\" style=\"width: 48px; height: 48px;\"><br>\nOn-site Accessibility</h4>\n\n<p style=\"text-align: center;\">With SV9300\'s wireless DECT phones, employees no longer need to remain at their desks to respond to requests and to get their work done. Feature-rich handsets and mobile phones deliver greater on-premises availability while giving on-site employees total control over how, when and where to be reached when necessary.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/connectivity.png\" style=\"width: 48px; height: 48px;\"><br>\nMobile Dexterity</h4>\n\n<p style=\"text-align: center;\">The SV9300 heightens control over call management by making a smartphone the point of contact when being out of the office or away on-site. By being able to transition between cellular network and Wi-Fi as needed, continuous connectivity becomes streamlined without disruptions or being overly obvious.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/responsive-employees.png\" style=\"width: 48px; height: 48px;\"><br>\nRicher Collaboration</h4>\n\n<p style=\"text-align: center;\">Enhanced mobile presence, rich unified communications features, instant messaging, video collaboration, virtual white boarding, all controlled using an intuitive interface, enable employees to collaborate more, improve information sharing and increase teamwork.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/customers.png\" style=\"width: 48px; height: 48px;\"><br>\nCustomer Care</h4>\n\n<p style=\"text-align: center;\">Combining more efficient and effective communications with intuitive access to critical workplace applications, the SV9300 optimizes workforce productivity to help improve customer satisfaction and call handling so important opportunities get attended to quickly and appropriately.</p>\n</div>\n</div></section>\n \n \n \n ', '4-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1000, 1, 1, 0),
(1092, 51, 0, '\n \n <section id=\"gpveqonsen\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\">Elevating Industry Communications & Collaboration</h2>\n\n<p style=\"text-align: center;\">Whether an acute-care or long-term care facility, a community-based educational institution, a local municipality or a boutique hotel or regional conference center, NEC\'s SV9300 can be customized specific to the organization\'s industry and brand.<br>\n<br>\nRegardless of commercial enterprise, the result is the same.<br>\nA more dynamic, engaged environment that allows employees to work more efficiently for those using the facility for a more favorable and lasting impression.</p>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0),
(1093, 51, 0, '\n \n \n \n <section id=\"nexipzoqgg\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">Elevating Industry Communications & Collaboration</h3>\n\n<p style=\"text-align: center;\">Whether an acute-care or long-term care facility, a community-based educational institution, a local municipality or a boutique hotel or regional conference center, NEC\'s SV9300 can be customized specific to the organization\'s industry and brand. Regardless of commercial enterprise, the result is the same. A more dynamic, engaged environment that allows employees to work more efficiently for those using the facility for a more favorable and lasting impression.</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1001, 1, 1, 0),
(1095, 52, 0, '\n \n <section id=\"fvvosebbqg\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"healthcare\">Healthcare</h4>\n\n<p>Merges clinical workflows with caregiver reachability for improved patient care and better treatments faster.</p>\n\n<h4 class=\"education\">Education</h4>\n\n<p>Realizes highly-connected and secure learning environments that unlock the potential of students, faculty and educational institutions</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"government\">Government</h4>\n\n<p>Delivers secure communications and collaboration solutions that improve how civilians and government workers interact.</p>\n\n<h4 class=\"hotel\">Hospitality</h4>\n\n<p>Creates coordinated and attentive service-oriented properties that improve the guest experience and cultivates guest satisfaction to build brand loyalty.</p>\n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1002, 1, 1, 0),
(1096, 1322, 0, '\n <section id=\"ppdpuwuqps\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><section>\n<div>\n<div>\n<div>\n<h2 style=\"text-align: center;\">Simplified Workplace Accessibility</h2>\n\n<p style=\"text-align: center;\">With an increasingly mobile workforce, including a rise in remote and home-based workers,<br>\nkeeping such a dispersed organization productive and aligned is challenging<br>\nAging and complex infrastructure only exacerbates the situation.<br>\n<br>\nNEC\'s UNIVERGE® SV9000 Series communications platforms deliver simplified yet robust ecosystems that equip employees with the tools and intuitive access to colleagues, customers, applications and information for anywhere, anytime and on any device availability.</p>\n</div>\n</div>\n</div>\n</section>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1097, 1322, 0, '\n \n \n <section id=\"rlbgnlqeao\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 class=\"nec-blue\" style=\"text-align: center;\">Overcoming Today’s Communications Challenges</h3>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 2, 1, 1, 0),
(1098, 1322, 0, '\n \n <section id=\"lbrbeeuxpn\" class=\"\"><div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Looking to cut costs?</h4>\n\n<p>Each SV9000 solution supports SIP technology allowing for the elimination of costly PSTN gateways and the need to maintain a separate trunking system for telephony.</p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4>Confronted with a multi-generational workforce?</h4>\n\n<p>NEC delivers feature-rich telephony as well as strong mobility, homeworking and bring your own device (BYOD) capabilities.</p>\n</div>\n</div>\n\n<div class=\"col4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n</div>\n</section>\n \n ', '6-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(1099, 1322, 0, '\n \n \n <section id=\"xxowcnzubt\" class=\"\">\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Lacking a robust and reliable solution?</h4>\n\n<p style=\"text-align: center;\">NEC can deliver channels of communications tailored to exacting requirements.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Expanding headcount?</h4>\n\n<p style=\"text-align: center;\">NEC\'s SV9000 Series suite is cost effective from 10 to 192,000 users.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Struggling with complexity?</h4>\n\n<p style=\"text-align: center;\">The SV9000 platforms integrate easily with existing IT networks either as an analogue, digital or IP system.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Looking to cut costs?</h4>\n\n<p style=\"text-align: center;\">Each SV9000 solution supports SIP technology allowing for the elimination of costly PSTN gateways and the need to maintain a separate trunking system for telephony.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;\">Confronted with a multi-generational workforce?</h4>\n\n<p style=\"text-align: center;\">NEC delivers feature-rich telephony as well as strong mobility, homeworking and bring your own device (BYOD) capabilities.</p>\n</div>\n</div></section>\n \n \n ', '5-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 3, 1, 1, 0),
(1100, 1322, 0, '\n \n \n <section id=\"nrqfvupltd\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\">Far Reaching Benefits</h2>\n\n<p style=\"text-align: center;\">Being able to bring increased efficiency, flexibility and productivity to the enterprise, the UNIVERGE SV9000 Series can help transform an organization and enhance its reputation through:</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(1101, 1322, 0, '\n \n <section id=\"nxkkthmdzk\" class=\"\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/responsive-employees.png\" style=\"width: 48px; height: 48px;\"><br>\nResponsive Employees</h4>\n\n<p style=\"text-align: center;\">Accessibility to adaptive solutions for anytime, anywhere productivity.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/collaboration.png\" style=\"width: 48px; height: 48px;\"><br>\nCo-Collaboration</h4>\n\n<p style=\"text-align: center;\">Openness and transparency for an informed work environment.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/assured-access.png\" style=\"width: 48px; height: 48px;\"><br>\nAssured Access</h4>\n\n<p style=\"text-align: center;\">Ready availability to information and applications for dynamic functionality.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/customers.png\" style=\"width: 48px; height: 48px;\"><br>\nSatisfied Customers</h4>\n\n<p style=\"text-align: center;\">Fulfilling requests quickly, easily and correctly for exceptional customer service.</p>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(1104, 864, 0, '\n \n \n \n \n \n \n <section id=\"larkbvddua\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" class=\"done0\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/gitex/nec-gitex-2019-university.jpg\" style=\"margin: auto; display: block;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Be sure you visit the<br>\n<span class=\"nec-blue\">NEC booth in order to</span></h3>\n\n<ul>\n <li><strong>Gain Insight</strong> on Business Continuity Solutions, Smart Data Management & Storage, Smart WorkSpace solutions, SDN & Hyper Converged Infrastructure solutions, Advanced Recognition Solutions and Control and Command Solutions.</li>\n <li><strong>Explore the new possibilities</strong> of our UC&C, Mobility for SMB, Enterprises and Government</li>\n <li>Grab a freebie! NEC will be handing out <strong>giveaways to keep you charged</strong> during the show and beyond</li>\n</ul>\n\n<p><a class=\"button secondary toggle-target-element\" data-toggle=\"#form_14\" href=\"Contact-us/How-may-we-help-you-162\">Register now for a Free Entrance Pass</a></p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 2, 1, 1, 0),
(1105, 864, 0, '\n \n \n \n \n \n <section id=\"huodgtwsga\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Meet the<br>\n<span class=\"nec-blue\">NEC Experts of Choice</span></h3>\n\n<p>Experts from across our company will be on site to live demonstrate and discuss NEC’s innovations and solutions with you. We look forward to welcome you at our <strong>booth #Z2-A20</strong> for a few high-powered days of personalized, hands-on experience that will accelerate your efforts and that powers your business.</p>\n\n<p>To <strong>schedule a meeting with us at GITEX 2019</strong>, please contact Merlyn Pereira at <a href=\"mailto:merlyn.pereira@emea.nec.com\" target=\"_blank\">merlyn.pereira@emea.nec.com</a> or call +971 4 299 33 42.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" class=\"done0\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/gitex/nec-gitex-2019.jpg\" style=\"margin: auto; display: block;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 1, 1, 1, 0),
(1107, 864, 0, '\n \n <section id=\"bbdstxaqhu\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?</h2>\n\n<p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.</p>\n\n<p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall </strong>to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" style=\"font-family:Helvetica, Arial, \nsans-serif;font-weight:normal;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;Margin:0;text-align:left;line-height:1.3;color:#ec6600;text-decoration:underline;\" target=\"_blank\">www.gitex.com.</a></p>\n\n<p style=\"text-align: center;\"><a class=\"button secondary toggle-target-element\" data-toggle=\"#form_14\" href=\"Contact-us/How-may-we-help-you-162\">Register now for a Free Entrance Pass</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"cdhkiqufof\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, cdhkiqufof\" title=\"Tekstverwerker, cdhkiqufof\" aria-describedby=\"cke_176\" contenteditable=\"true\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?</h2><p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.<br></p><p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall </strong>to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a data-cke-saved-href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" style=\"font-family:Helvetica, Arial, \nsans-serif;font-weight:normal;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;Margin:0;text-align:left;line-height:1.3;color:#ec6600;text-decoration:underline;\" target=\"_blank\">www.gitex.com.</a><br></p><p style=\"text-align: center;\"><a class=\"button secondary toggle-target-element\" data-toggle=\"#form_14\" data-cke-saved-href=\"Contact-us/How-may-we-help-you-162\" href=\"Contact-us/How-may-we-help-you-162\">Register now for a Free Entrance Pass</a></p></div></div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"kncxbkgquh\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, kncxbkgquh\" title=\"Tekstverwerker, kncxbkgquh\" aria-describedby=\"cke_172\" contenteditable=\"true\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?</h2>\n\n<p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.</p>\n\n<p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall </strong>to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" style=\"font-family:Helvetica, Arial, \nsans-serif;font-weight:normal;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;Margin:0;text-align:left;line-height:1.3;color:#ec6600;text-decoration:underline;\" target=\"_blank\">www.gitex.com.</a></p>\n\n<p style=\"text-align: center;\"><a class=\"button secondary toggle-target-element\" data-toggle=\"#form_14\" href=\"Contact-us/How-may-we-help-you-162\">Register now for a Free Entrance Pass</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"xvhgsokqbb\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, xvhgsokqbb\" title=\"Tekstverwerker, xvhgsokqbb\" aria-describedby=\"cke_216\" contenteditable=\"true\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?</h2><p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.<br></p><p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall </strong>to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a data-cke-saved-href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" style=\"font-family:Helvetica, Arial, \nsans-serif;font-weight:normal;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;Margin:0;text-align:left;line-height:1.3;color:#ec6600;text-decoration:underline;\" target=\"_blank\">www.gitex.com.</a></p><p style=\"text-align: center;\"><a class=\"button secondary toggle-target-element\" data-toggle=\"#form_14\" data-cke-saved-href=\"Contact-us/How-may-we-help-you-162\" href=\"Contact-us/How-may-we-help-you-162\">Register now for a Free Entrance Pass</a></p></div></div></div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(1108, 864, 0, '\n \n <section id=\"fwxqukffvh\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?</h2>\n\n<p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.</p>\n\n<p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall </strong>to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" style=\"font-family:Helvetica, Arial, \nsans-serif;font-weight:normal;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;Margin:0;text-align:left;line-height:1.3;color:#ec6600;text-decoration:underline;\" target=\"_blank\">www.gitex.com.</a></p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"qdbuhevtyn\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, qdbuhevtyn\" title=\"Tekstverwerker, qdbuhevtyn\" aria-describedby=\"cke_92\" contenteditable=\"true\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?<br></h2><p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.</p><p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall </strong>to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a data-cke-saved-href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" style=\"font-family:Helvetica, Arial, \nsans-serif;font-weight:normal;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;Margin:0;text-align:left;line-height:1.3;color:#ec6600;text-decoration:underline;\" target=\"_blank\">www.gitex.com.</a></p></div></div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(1109, 864, 0, '\n \n \n \n <section id=\"fyfsnwbozb\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Are You Ready For What’s ahead?</h2>\n\n<p style=\"text-align: center;\">With so many disruptive changes to the market, the <strong>ability to transform smartly is vital to sustain ongoing success</strong>. NEC is committed to working together with our customers and partners to create new values and business models by integrating key technologies including <strong>IoT, Artificial Intelligence, Cloud/Edge computing, Smart devices and Networks</strong> to empower enterprises and governments for greater success.</p>\n\n<p style=\"text-align: center;\">Be sure to <strong>visit NEC at GITEX 2019</strong> at the Dubai World Trade Center, October 6-10. You are welcome to visit us at <strong>booth # Z2-A20, Gulfcomms - Za‘abeel Hall</strong> to find out more! Register now as a special guest for GITEX to receive a free entrance to the exhibition. You will get a unique code to be registered online at <a href=\"https://necenterprisesolutions.createsend1.com/t/d-l-xpnly-l-i/\" target=\"_blank\">www.gitex.com.</a></p>\n\n<p style=\"text-align: center;\"><a class=\"button secondary toggle-target-element\" data-toggle=\"#form_14\" href=\"Contact-us/How-may-we-help-you-162\">Register now for a Free Entrance Pass</a></p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(1110, 1326, 0, '\n \n <section id=\"rdyukqkint\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 align=\"center\">DRAW ON BUILT-IN POWER</h2>\n\n<p align=\"center\">Extend the reach of your network and your workforce and integrate IP DECT wireless communications across your organization.</p>\n\n<p align=\"center\">No sweat! With NEC InDECT built in your SV9100 and SL2100 communications server you can easily install, deploy and maintain your on-premise IP DECT system. Specifically aimed at smaller implementations, InDECT makes this extremely easy, offering the full scope of sophisticated wireless communications to smaller organizations.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(1111, 1326, 0, '\n \n \n <section id=\"qnwtmcmrxv\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>INdect user &<br>\n<span class=\"nec-blue\">business benefits</span></h3>\n\n<ul>\n <li><strong>Proven and reliable: </strong>Business Mobility IP DECT builds on proven and mature technology</li>\n <li><strong>Cost effective:</strong> NEC IP DECT is attractively priced with a simple low cost system license.</li>\n <li><strong>Integrated: </strong>InDECT is fully integrated in NEC’s UNIVERGE SV9100 and SL2100 communications servers. No separate IT servers needed.</li>\n <li><strong>Rich functionality: </strong>NEC InDECT provides all the richness of sophisticated wireless communications</li>\n <li><strong>Easy install, deployment and management: </strong>the web browser-based application minimises installation effort by retrieving PBX settings like regional settings, tone plan, SIP settings etc.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/IP-DECT-handsets.jpg\" style=\"display: block; margin: auto; width: 90%;\"></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 2, 1, 1, 0),
(1112, 1326, 0, '\n \n <section id=\"nipktfflzu\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/IP-DECT-call-options.jpg\" style=\"display: block; margin: auto; width: 90%;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SMARTLY INTEGRATED<br>\n<span class=\"nec-blue\">easy installation, deployment and maintenance</span></h3>\n\n<p>As one of NEC’s InApps fully integrated on your UNIVERGE SV9100 or SL2100 communications solutions, InDECT is a toolset that allows easy installation, deployment and maintenance of an IP DECT system.</p>\n\n<ul>\n <li>Preinstalled out-of-the-box usability.</li>\n <li>Built-in / embedded application</li>\n <li>Browser-based & available 24 / 7</li>\n <li>Easy to use interface</li>\n <li>Extremely cost-effective</li>\n <li>No extra PC / Server required - data is stored on the CPU</li>\n <li>Save on hardware costs & IT maintenance</li>\n <li>Install an IP DECT system of up to 32 Access Points and 64 handsets.</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 3, 1, 1, 0),
(1113, 3, 0, '\n \n <section id=\"mndepletru\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">UNIVERGE 3C: REDEFINING ENTERPRISE COMMUNICATIONS</h2>\n\n<p style=\"text-align: center;\">Unified Communications. Collaboration. Telephony. Now your whole team can benefit from a single solution. Collaborate pro-actively from almost anywhere, anytime with UNIVERGE 3C – powerful and innovative IP telephony and UC&C software that operates in a dynamic delivery model across premise, cloud or hybrid environments. Welcome to UNIVERGE 3C. Welcome to NOW.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1000, 1, 0, 0),
(1114, 3, 0, '\n \n \n <section id=\"mefkpigneq\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">UNIVERGE 3C: REDEFINING ENTERPRISE COMMUNICATIONS</h2>\n\n<p style=\"text-align: center;\">Unified Communications. Collaboration. Telephony. Now your whole team can benefit from a single solution. Collaborate pro-actively from almost anywhere, anytime with UNIVERGE 3C – powerful and innovative IP telephony and UC&C software that operates in a dynamic delivery model across premise, cloud or hybrid environments. Welcome to UNIVERGE 3C. Welcome to NOW.</p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(1115, 3, 0, '\n \n \n \n \n \n <section id=\"bzcwttxwld\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>CREATE CONNECTED<br>\n<span class=\"nec-blue\">EXPERIENCES</span></h3>\n\n<p>Meet the rising expectations of customers, colleagues and partners for shorter response times and higher service levels. Let your digital workplace strategy create rich and connected Customer and Employee Experiences, through anywhere and anytime, frictionless, personalized and meaningful interaction.</p>\n\n<h3>WORK AS<br>\n<span class=\"nec-blue\">ONE TEAM</span></h3>\n\n<p>Maximize the performance of your workforce and make them more responsive to business. Make customer contact welcoming and well-informed. Enable your teams to work together as one, and collaborate productively in real-time, with co-workers, customers and suppliers.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/3c-team-collaboration2.JPG\"></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 2, 1, 1, 0),
(1116, 3, 0, '\n \n <section id=\"oqfzlffdkx\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;margin-bottom:0;\">UNIVERGE 3C. WELCOME TO NOW!</h2>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(1117, 3, 0, '\n <section id=\"kppotckiml\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\">CONNECT.</h4>\n\n<p>3C enables colleagues to be chased and contacted quickly and easily using company directory and Presence for real-time availability, inside and outside the office.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\">COMMUNICATE.</h4>\n\n<p>Users benefit from a single contact number across multiple devices, including seamless call transfers between public mobile networks and company WiFi when a user is on the move.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\">COLLABORATE.</h4>\n\n<p>Fully interactive collaborations can be arranged in seconds - video conferencing, communal whiteboards and screen sharing are just a click away. Welcome to NOW!</p>\n</div>\n</div></section>\n ', '3-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 4, 1, 1, 0),
(1118, 3, 0, '\n \n \n \n \n \n <section id=\"kqduxmsoeu\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SMART MOBILITY<br>\n<span class=\"nec-blue\">COMMUNICATE ANYWHERE, ANY TIME</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"road\">ON THE ROAD</h4>\n\n<p>Treat your smartphone like your deskphone with 3C Mobile Client. Enjoy the UNIVERGE 3C system features while you’re on the move.</p>\n\n<h4 class=\"premises\">ON YOUR PREMISES</h4>\n\n<p>The UNIVERGE 3C’s <a href=\"https://www.nec-enterprise.com/products/DECT-Handsets\" style=\"text-decoration:underline;\">IP DECT range</a> includes the ultimate devices for voice, text messaging and in-house mobility.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" class=\"done0\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/sv9100-smart-mobility-options-3.jpg\" style=\"margin: auto; display: block;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 5, 1, 1, 0),
(1119, 3, 0, '\n \n \n \n <section id=\"yafsqpckpw\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" class=\"done0\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/UNIVERGE-3C-homeworkers.jpg\" style=\"margin: auto; display: block;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>THE RISE OF THE HOMEWORKER<br>\n<span class=\"nec-blue\">GREATER PRODUCTIVITY, FLEXIBILITY & COST SAVING</span></h3>\n\n<p>UNIVERGE 3C provides <strong>smart collaboration</strong> and keeps homeworkers connected with <strong>highly cost-effective video working</strong> seamlessly within your IT environment. Users can <strong>quickly set up audio and video conferences</strong> between PCs or Android devices from anywhere with an internet and VPN or LAN. </p>\n\n<ul>\n <li>Video conferencing, document & screen sharing</li>\n <li>Presence – see the status of your colleagues</li>\n <li>Call control – determine how you want to be reached</li>\n <li>Voice and video is web based - so no public network charges</li>\n <li>External parties can join web meetings without downloading any application</li>\n</ul>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 6, 1, 1, 0),
(1120, 3, 0, '\n \n \n \n \n <section id=\"rbkdchdkob\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>ADVANCED CONTACT SOLUTIONS<br>\n<span class=\"nec-blue\">THAT ENGAGE YOUR CUSTOMERS</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"record\">MAKE YOUR COMPANY EASY TO DO BUSINESS WITH</h4>\n\n<p>Enable your website visitors to chat and call your organization in real-time and with a single click. Enable your agents to see all communication with a customer in one place, avoiding customers having to repeat themselves. </p>\n\n<h4 class=\"mobile-extensions\">EXPLOIT OMNI-CHANNEL POWER</h4>\n\n<p>The multi-channel environment handles email, live Webchat, WhatsApp and voice via a single interface. Voice calls, emails and webchats are routed to the best suited agent, reducing waiting time and improving customer satisfaction and staff motivation.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" class=\"done3\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/inreports-mycalls-bct.jpg\" style=\"width: 90%;margin:auto;display:block;\"></p>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 7, 1, 1, 0),
(1121, 3, 0, '\n \n \n <section id=\"faaqcqumfz\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">FULLY ALIGNED WITH YOUR IT STRATEGY</h2>\n\n<p style=\"text-align: center;\">UNIVERGE 3C is designed to be embedded in today’s IT architectures meeting all the needs for operational efficiency, security and IT governance.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 8, 1, 0, 0),
(1123, 3, 0, '\n \n \n <section id=\"lzeuslhzwd\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 style=\"text-align: center;\">FULLY ALIGNED WITH YOUR IT STRATEGY</h2>\n\n<p style=\"text-align: center;margin-bottom:0;\">UNIVERGE 3C is designed to be embedded in today’s IT architectures meeting all the needs for operational efficiency, security and IT governance.</p>\n</div>\n</div></section>\n \n \n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 8, 1, 1, 0),
(1126, 3, 0, '\n \n \n <section id=\"bddvwzxlhp\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\">DYNAMIC DELIVERY ACROSS DATA CENTERS AND CLOUD</h4>\n\n<p>UNIVERGE 3C virtualizes communication and collaboration services – whether deployed in a data centre, spread across an organization or hosted in the cloud. It can be deployed on multiple servers or virtual machines across a network and operates as one single system, sharing a common, single database.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\">NATIVE SURVIVABILITY AND CONTINUITY</h4>\n\n<p>UNIVERGE 3C delivers continuous availability and disaster recovery with unmatched security, scalability, interoperability and reliability thanks to latest encryption and security protocols. Servers in Active/Active mode reduce the impact of a system failure and support geographic redundancy.</p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 8, 1, 1, 0),
(1122, 3, 0, '\n \n \n \n \n \n \n \n <section id=\"cfbplufcem\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>BUSINESS PHONES<br>\n<span class=\"nec-blue\">FOR EVERY WORK ENVIRONMENT</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"handset\">INTUITIVE AND INTERACTIVE NAVIGATION</h4>\n\n<p>Choose from IP or digital; grayscale or colour displays and even video calling</p>\n\n<h4 class=\"customer-service\">GIVE YOUR EMPLOYEES THE BEST TOOLS TO COMPETE</h4>\n\n<p>UNIVERGE 3C includes a diverse range of desktop telephones that best fits the individual’s role for easy call control from the office, remote office or homeworking, hot-desking and more</p>\n<a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/Desktop-Terminals\">Discover all desktop phones</a></div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" class=\"done3\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/univerge-handset-color-display.jpg\" style=\"margin: auto; display: block; height: 550px;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle vertical-align-middle__last-item', 0, 0, 'text-left align-top', '', 0, 9, 1, 1, 0),
(1124, 3, 0, '<section id=\"tdzmbeapsg\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><hr></div></div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 7, 1, 0, 0),
(1125, 3, 0, '<section id=\"nwmqsmriqg\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><div class=\"vert-offset-1\"></div></div></div></section>', 'spacer', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 7, 1, 0, 0),
(1127, 3, 0, '<section id=\"cpuiobinoh\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><div class=\"vert-offset-1\"></div></div></div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 9, 1, 0, 0),
(1128, 1329, 0, '\n <section id=\"qkzswifnxf\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">A Streamlined Process</h2>\n\n<p style=\"text-align: center;\">With NEC\'s Front Desk Assistant, visitor check-ins become fully automated and totally transparent.</p>\n\n<p style=\"text-align: center;\">The Front Desk Assistant is an Android™-based tablet application which utilizes NEC\'s award-winning facial recognition software and provides receptionists with a powerful tool in visitor management. When bundled with NEC\'s Android-based desktop telephone and a badge printer, its easy-to-use interface guides visitors to self-register through step-by-step prompts. Profiles are captured and customized badges, complete with an individual\'s photograph, are created. An email automatically notifies the employee being called on that their guest has arrived. When the time comes to leave, visitors simply stop by the reception desk, pull up their profile and select the check-out button.</p>\n\n<p style=\"text-align: center;\">The information captured by Front Desk Assistant can be downloaded as comprehensive reports providing detailed information on visitor activity.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(1129, 1329, 0, '\n \n \n \n <section id=\"mkrfoktaei\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>The Front Desk Assistant<br>\n<span class=\"nec-blue\">can include</span></h3>\n\n<ul>\n <li>The Front Desk Assistant application software</li>\n <li>A GT890 desktop phone</li>\n <li>Integrated facial recognition software</li>\n <li>A badge printer for customizable badges complete with company logo</li>\n</ul>\n\n<p>The Front Desk Assistant can also be run on just an Android-based tablet as well.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/ut890-touch-front-desk.jpg\"></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 2, 1, 1, 0),
(1133, 1331, 0, '\n \n \n \n <section id=\"yidyxbdtvw\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 1, 1, 0, 0),
(1130, 1329, 0, '\n \n \n \n <section id=\"hoclypequo\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-external\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/yfHpDNEw3pk\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Take A Closer Look<br>\n<span class=\"nec-blue\">Visitor check-in and check-out process</span></h3>\n\n<p>Explore the impact that NEC\'s Front Desk Assistant can have on the visitor check-in and check-out process.</p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 3, 1, 1, 0),
(1131, 1329, 0, '\n \n \n <section id=\"mairbkkwsy\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"face-recognition\">Repetitive Authentication</h4>\n\n<p>NEC\'s Front Desk Assistant also helps to streamline the management of repeat visitors. With a person\'s consent, their biometric data can be stored. On return visits, the Front Desk Assistant can check against an existing facial recognition database. If a match is found, the saved information will be auto-populated to check the individual in and get them on their way quickly.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"signing\">Proactive Paperwork</h4>\n\n<p>Should a visit require a non-disclosure agreement (NDA), the Front Desk Assistant can manage this automatically. An optional customizable NDA screen can be made part of the check-in process, averting the chance of it being overlooked or taking up important meeting time.</p>\n</div>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(1132, 1331, 0, '\n \n \n \n \n \n \n \n <section id=\"xanyqzqnvx\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">What is ISDN?</h2>\n\n<p style=\"text-align: center;\">ISDN is a traditional phone line technology which often uses a network to deliver voice and data. This, along with older PSTN technology, is currently being phased out, or in some regions has already been switched off. This technology is still widely used across the EMEA (Europe, Middle East and Africa) and a substantial number of business communications will be at risk.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(1136, 1331, 0, '\n \n \n \n \n \n \n \n \n \n <section id=\"vswmcvmyvz\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">What is SIP?</h2>\n\n<p style=\"text-align: center;\">Sessions Initiated Protocol (SIP) is a more modern telephony solution that uses the internet to deliver voice and data through a single connection. Using SIP trunks with your business telephone system utilitises VoIP technology with benefits including:</p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n ', '1-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 4, 1, 1, 0),
(1134, 1331, 0, '\n \n <section id=\"xueigqrwvo\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div data-template=\"pixel_fancy_title\">\n<h3>What is SIP?</h3>\n</div>\n\n<p>Sessions Initiated Protocol (SIP) is a more modern telephony solution that uses the internet to deliver voice and data through a single connection. ISDN on the other hand, used the traditional copper telephone network to deliver voice and data.</p>\n\n<h3>SIP migration steps</h3>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SIP migration steps</h3>\n\n<div class=\"hex-icons\">\n<h4>Understand</h4>\n\n<p>Your current<br>\ninfrastructure</p>\n\n<h4>Consider</h4>\n\n<p>Your technology<br>\nrequirements</p>\n\n<h4>Choose</h4>\n\n<p>Your preferred<br>\ntechnology</p>\n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 3, 1, 0, 0),
(1135, 1331, 0, '\n \n \n \n <section id=\"nqzaxiyrsp\" class=\"\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"rotate\">Understand</h4>\n\n<p>Your current<br>\ninfrastructure</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"list\">Consider</h4>\n\n<p>Your technology<br>\nrequirements</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"check\">Choose</h4>\n\n<p>Your preferred<br>\ntechnology</p>\n</div>\n</div>\n</div></section>\n \n \n \n ', '3-column-centered', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 5, 1, 1, 0),
(1139, 1331, 0, '\n \n \n \n <section id=\"ufwhhtulgi\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3>FURTHER BENEFITS OF SIP WITH AN NEC PHONE SYSTEM INCLUDE:</h3>\n\n<ul>\n <li><strong>Remote Working</strong>: Home workers and road-based teams can communicate far more effectively</li>\n <li><strong>Video Conferencing</strong>: Provide your team with productive collaborations including screen-sharing</li>\n <li><strong>Flexibility & Scalability</strong>: Easier IT administration, desktop telephony via a softphone and more</li>\n</ul>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 9, 1, 0, 0),
(1137, 1331, 0, '\n \n \n \n \n \n <section id=\"qpoiekkciq\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">WHY ARE ISDN SERVICES ENDING?</h2>\n\n<p style=\"text-align: center;\">Many ISDN services across the EMEA, especially northern Europe, are at their end of life. Carriers have announced that they will be disconnecting service of ISDN to customers. A number of countries have already made the switch and many are getting close. In the UK - BT are expected to reach the end of sale of ISDN services in <strong>2020</strong> with ISDN services expected to be switched off on the BT network in <strong>2025</strong>.</p>\n</div>\n</div></section>\n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1138, 1331, 0, '\n \n <section id=\"nquxsfnwae\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"calendar\">30 June 2019</h4>\n\n<p>New ISDN services no longer<br>\nable to be purchased</p>\n</div>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"calendar\">September 2019</h4>\n\n<p>Disconnection of existing ISDN<br>\nservices will begin </p>\n</div>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"calendar\">2025</h4>\n\n<p>No further<br>\nISDN support </p>\n</div>\n</div>\n</div></section>\n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 8, 1, 0, 0),
(1140, 1331, 0, '\n \n \n \n \n <section id=\"ynziiwhhxv\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>WHY DO I NEED TO BE READY FOR SIP?</h3>\n\n<p>With the ISDN Switch Off, migrating to SIP technology should be a business priority. A SIP Trunk is the digital equivalent of a traditional phone line, it connects to a PBX, a device that provides the brains behind the phone system enabling multiple users to share lines. SIP offers a number of key advantages over ISDN including carrying voice and data across a single connection. NEC has technology ready for this migration, including the <strong>SL2100 and UNIVERGE SV9100</strong> Communication Platforms.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>WHAT ARE THE RISKS IF I DON’T MIGRATE?</h3>\n\n<p>The ISDN Switch Off has long been underway and will be replacing traditional phone lines meaning your existing hardware may well be incompatible. To ensure your business avoids down time, loss or productivity and income; upgrade now.</p>\n\n<ul>\n <li><strong>End of Life Technology</strong>: Support & maintenance services no longer available</li>\n <li><strong>Risk of Downtime</strong>: How much could this cost your business operations and reputation?</li>\n <li><strong>Customer Service Levels</strong>: Your business may no longer be competitive</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 7, 1, 0, 0),
(1194, 1331, 0, '\n \n \n \n <section id=\"xnrhrenegl\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>WHY DO I NEED TO BE READY FOR SIP?</h3>\n\n<p>With the ISDN Switch Off, migrating to SIP technology should be a business priority. A SIP Trunk is the digital equivalent of a traditional phone line, it connects to a PBX, a device that provides the brains behind the phone system enabling multiple users to share lines. SIP offers a number of key advantages over ISDN including carrying voice and data across a single connection. NEC has technology ready for this migration, including the <strong>SL2100</strong> and <strong>UNIVERGE SV9100 </strong><strong>& SV9500</strong> Communication Platforms.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>WHAT ARE THE RISKS IF I DON’T MIGRATE?</h3>\n\n<p>The ISDN Switch Off has long been underway and will be replacing traditional phone lines meaning your existing hardware may well be incompatible. To ensure your business avoids down time, loss or productivity and income; upgrade now.</p>\n\n<ul>\n <li><strong>End of Life Technology</strong>: Support & maintenance services no longer available</li>\n <li><strong>Risk of Downtime</strong>: How much could this cost your business operations and reputation?</li>\n <li><strong>Customer Service Levels</strong>: Your business may no longer be competitive</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>FURTHER BENEFITS OF SIP WITH AN NEC PHONE SYSTEM INCLUDE:</h3>\n\n<ul>\n <li><strong>Remote Working</strong>: Home workers and road-based teams can communicate far more effectively</li>\n <li><strong>Video Conferencing</strong>: Provide your team with productive collaborations including screen-sharing</li>\n <li><strong>Flexibility & Scalability</strong>: Easier IT administration, desktop telephony via a softphone and more</li>\n</ul>\n</div>\n</div></section>\n \n \n \n ', '3-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 7, 1, 1, 0),
(1141, 1331, 0, '\n <section id=\"lqwgbdwsze\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2>Check your Communication Platform is ready for NBN</h2>\n\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n <tbody>\n <tr>\n <td>NEC Platform</td>\n <td>End of Support</td>\n <td>NBN Ready</td>\n </tr>\n <tr>\n <td>NEAX D3</td>\n <td>2008</td>\n <td>No. <a href=\"https://www.nec-enterprise.com/Contact-us#cta-nec\" target=\"_self\">Upgrade your NEC Platform</a></td>\n </tr>\n <tr>\n <td>NEAX 2400 SDS</td>\n <td>2015</td>\n <td>No. <a href=\"https://www.nec-enterprise.com/Contact-us#cta-nec\" target=\"_self\">Upgrade your NEC Platform</a></td>\n </tr>\n <tr>\n <td>NEAX 7400 ICS</td>\n <td>2015</td>\n <td>No. <a href=\"https://www.nec-enterprise.com/Contact-us#cta-nec\" target=\"_self\">Upgrade your NEC Platform</a></td>\n </tr>\n <tr>\n <td>NEAX 2000 IVS2</td>\n <td>2015</td>\n <td>No. <a href=\"https://www.nec-enterprise.com/Contact-us#cta-nec\" target=\"_self\">Upgrade your NEC Platform</a></td>\n </tr>\n <tr>\n <td>RANGER</td>\n <td>2015</td>\n <td>No. <a href=\"https://www.nec-enterprise.com/Contact-us#cta-nec\" target=\"_self\">Upgrade your NEC Platform</a></td>\n </tr>\n <tr>\n <td>XEN AXIS</td>\n <td>2015</td>\n <td>No. <a href=\"https://www.nec-enterprise.com/Contact-us#cta-nec\" target=\"_self\">Upgrade your NEC Platform</a></td>\n </tr>\n <tr>\n <td>XEN MASTER</td>\n <td>2015</td>\n <td>No. <a href=\"https://www.nec-enterprise.com/Contact-us#cta-nec\" target=\"_self\">Upgrade your NEC Platform</a></td>\n </tr>\n <tr>\n <td>XEN ALPHA</td>\n <td>2015</td>\n <td>No. <a href=\"https://www.nec-enterprise.com/Contact-us#cta-nec\" target=\"_self\">Upgrade your NEC Platform</a></td>\n </tr>\n <tr>\n <td>XEN IPK</td>\n <td>2015</td>\n <td>No. <a href=\"https://www.nec-enterprise.com/Contact-us#cta-nec\" target=\"_self\">Upgrade your NEC Platform</a></td>\n </tr>\n <tr>\n <td>COMMANDER ELITE</td>\n <td>2015</td>\n <td>No. <a href=\"https://www.nec-enterprise.com/Contact-us#cta-nec\" target=\"_self\">Upgrade your NEC Platform</a></td>\n </tr>\n <tr>\n <td>XEN IPK II</td>\n <td>2015</td>\n <td>No. <a href=\"https://www.nec-enterprise.com/Contact-us#cta-nec\" target=\"_self\">Upgrade your NEC Platform</a></td>\n </tr>\n <tr>\n <td>NEAX 2000 IPS</td>\n <td>2015</td>\n <td>No. <a href=\"https://www.nec-enterprise.com/Contact-us#cta-nec\" target=\"_self\">Upgrade your NEC Platform</a></td>\n </tr>\n <tr>\n <td>UNIVERGE NEAX 2000 U-IPS</td>\n <td>2015</td>\n <td>No. <a href=\"https://www.nec-enterprise.com/Contact-us#cta-nec\" target=\"_self\">Upgrade your NEC Platform</a></td>\n </tr>\n <tr>\n <td>XEN TOPAZ</td>\n <td>2015</td>\n <td>No. <a href=\"https://www.nec-enterprise.com/Contact-us#cta-nec\" target=\"_self\">Upgrade your NEC Platform</a></td>\n </tr>\n <tr>\n <td>UNIVERGE SV8300</td>\n <td>2019</td>\n <td>Yes</td>\n </tr>\n <tr>\n <td>UNIVERGE SV8100</td>\n <td>2019</td>\n <td>Yes</td>\n </tr>\n <tr>\n <td>UNIVERGE SV8100 SE</td>\n <td>2019</td>\n <td>Yes</td>\n </tr>\n <tr>\n <td>UNIVERGE SL1100</td>\n <td>2020</td>\n <td>Yes</td>\n </tr>\n <tr>\n <td><a href=\"https://www.nec-enterprise.com/products/SL2100-1062\" target=\"_self\">UNIVERGE SL2100</a></td>\n <td> </td>\n <td>Yes</td>\n </tr>\n <tr>\n <td><a href=\"https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19\" target=\"_self\">UNIVERGE SV9100</a></td>\n <td> </td>\n <td>Yes</td>\n </tr>\n <tr>\n <td><a href=\"https://www.nec-enterprise.com/products/UNIVERGE-SV9300-51\" target=\"_self\">UNIVERGE SV9300</a></td>\n <td> </td>\n <td>Yes</td>\n </tr>\n <tr>\n <td><a href=\"https://www.nec-enterprise.com/products/UNIVERGE-SV9500-52\" target=\"_self\">UNIVERGE SV9500</a></td>\n <td> </td>\n <td> </td>\n </tr>\n </tbody>\n</table>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 10, 1, 0, 0),
(1142, 1331, 0, '\n <section id=\"ailfbcbgpc\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\" style=\"\"></div></div></section>\n ', 'spacer', 'text', '', '', 0, 0, '', '', 0, 6, 1, 0, 0),
(1143, 1331, 0, '\n \n \n <section id=\"nvzdvdhvdl\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\" style=\"\"><p style=\"text-align: center;\"><a class=\"button primary with-icon toggle-target-element\" data-toggle=\"#form_24\" href=\"https://www.nec-enterprise.com/Contact-us\"><i class=\"fa fa-arrow-circle-right\"></i>Contact us now!</a></p>\n</div></div></section>\n \n \n ', 'spacer', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(1144, 1333, 0, '\n \n \n \n \n \n \n <section id=\"eanedvlptb\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"add-ons\">MULTICOLOUR MWI LAMP</h4>\n\n<p>7-Colour customisable<br>\nmessage-waiting indicator</p>\n\n<h4 class=\"directories\">ADJUSTABLE STAND</h4>\n\n<p>5 adjustments - Built-in wall mount.</p>\n\n<h4 class=\"audio\">HD AUDIO QUALITY</h4>\n\n<p>Both speakerphone and handset offer super wideband technology for superior HD audio quality.</p>\n\n<h4 class=\"security\">SECURITY</h4>\n\n<p>TLS and SRTP security encryption technology to protect calls and accounts.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"navigation\">HOTDESKING</h4>\n\n<p>Allows handsets and desk space to be shared by a number of employees, helping keep costs down. .</p>\n\n<h4 class=\"poe\">POWER OVER ETHERNET (PoE)</h4>\n\n<p>To power the device and give it<br>\na network connection.</p>\n\n<h4 class=\"puzzle\">FLEXIBILITY WITH ADD-ON MODULES</h4>\n\n<p>Add functions and direct-dial buttons. 8 additional line keys 60 additional line keys turning your phone into a switchboard.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(1145, 1334, 0, '\n \n \n <section id=\"enlwagbqwt\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><span style=\"color:#000080;\">AFFORDABLE, COMPACT MODEL FOR EXCELLENT USER EXPERIENCE</span></h3>\n\n<p style=\"text-align: center;\">The DT920 is a cost-effective IP entry-level desk phone with high-quality audio. It offers agents and employee’s who often are on the phone intuitive navigation, audio quality and frictionless access to the phone system services. </p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1146, 1334, 0, '\n \n \n \n \n \n \n \n \n <section id=\"rugpefeyhb\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><span style=\"color:#000000;\">The DT920S SIP Desktop Telephone</span></h3>\n\n<ul>\n <li><span style=\"color:#000000;\">Monochrome, 168x41 LCD (backlit)</span></li>\n <li><span style=\"color:#000000;\">6-button</span></li>\n <li><span style=\"color:#000000;\">Multi-colour MWI</span></li>\n <li><span style=\"color:#000000;\">Hands-free, full duplex</span></li>\n <li><span style=\"color:#000000;\">Headset EHS support</span></li>\n <li><span style=\"color:#000000;\">Adjustable stand - 5 steps</span></li>\n <li><span style=\"color:#000000;\">Fixed telphone buttons for Microphone Mute | Headset | Speaker | Hold</span></li>\n <li><span style=\"color:#000000;\">Menu keys - ring volume & cursor control</span></li>\n <li><span style=\"color:#000000;\">Network support 10/100/1000Mbps</span></li>\n <li><span style=\"color:#000000;\">PoE</span></li>\n <li><span style=\"color:#000000;\">Wideband and narrowband support</span></li>\n <li><span style=\"color:#000000;\">Wall mountable</span></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/nec-sip-phone-dt920s-6dgs.png\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1147, 1335, 0, '\n \n \n <section id=\"ggiffvuxot\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">COMPACT MODEL WITH LARGE COLOUR DISPLAY FOR FREQUENT USERS</h2>\n\n<p style=\"text-align: center;\">TThe DT920 is a cost-effective IP deskphone with high-quality audio. It offers frequent users intuitive navigation, colour display, audio quality and frictionless access to the phone system services. </p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1148, 1335, 0, '\n \n \n \n \n \n \n \n <section id=\"wrturqbxwv\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DT920 IP SELF-LABELLING PHONE</h3>\n\n<ul>\n <li>Full colour 3,5” LCD (backlit)</li>\n <li><span style=\"text-align: center;\">Self-labelling colour display</span></li>\n <li><span style=\"text-align: center;\">8 viewable lines with support of 32 lines </span></li>\n <li>Multi-colour MWI</li>\n <li>Hands-free, full duplex</li>\n <li>Adjustable stand - 5 steps</li>\n <li>Headset EHS support</li>\n <li>Soft keys/LCD prompts</li>\n <li>Navigation cursor & Directory dial key</li>\n <li>Network support 10/100/1000Mbps</li>\n <li>Ethernet PoE</li>\n <li>Wideband and narrowband audio</li>\n <li>Wall mountable</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/nec-sip-phone-dt920s-lcgs-self-labelling.png\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(1149, 1336, 0, '\n \n \n \n <section id=\"uuhkxksnry\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><span style=\"color:#000080;\">INTUITIVE TOUCH EXPERIENCE</span></h3>\n\n<p style=\"text-align: center;\">TThe DT920 is a cost-effective IP deskphone with high-quality audio. It offers frequent users intuitive navigation, colour display, audio quality and frictionless access to the phone system services. </p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1150, 1336, 0, '\n \n \n \n \n \n \n \n \n <section id=\"akzxlzkqbl\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><span style=\"color:#000000;\">DT930/DT930S SIP TOUCH PANEL PHONE</span></h3>\n\n<ul>\n <li><span style=\"color:#000000;\">Full colour 4,3” LCD (backlit)</span></li>\n <li><span style=\"color:#000000;\"><span style=\"text-align: center;\">Multi-touch 2 point</span></span></li>\n <li><span style=\"color:#000000;\"><span style=\"text-align: center;\">8 viewable lines with support of 32 lines </span></span></li>\n <li><span style=\"color:#000000;\">Multi-colour MWI</span></li>\n <li><span style=\"color:#000000;\">Backlit keypad</span></li>\n <li><span style=\"color:#000000;\">Hands-free, full duplex</span></li>\n <li><span style=\"color:#000000;\">Adjustable stand - 5 steps</span></li>\n <li><span style=\"color:#000000;\">Headset EHS support</span></li>\n <li><span style=\"color:#000000;\">Built-in Bluetooth</span></li>\n <li><span style=\"color:#000000;\">Fixed telephone buttons: Microphone Mute | Headset |<br>\n Speaker and Hold</span></li>\n <li><span style=\"color:#000000;\">Menu keys<br>\n Settings:<br>\n Ring volume | Cursor control</span></li>\n <li><span style=\"color:#000000;\">Network support 10/100/1000Mbps</span></li>\n <li><span style=\"color:#000000;\">Ethernet PoE or power adapter (optional)</span></li>\n <li><span style=\"color:#000000;\">Wideband and narrowband audio</span></li>\n <li><span style=\"color:#000000;\">Key extension module support (60DSS)</span></li>\n <li><span style=\"color:#000000;\">Wall mountable</span></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/nec-sip-phone-dt930s-tcgs-touchpanel.png\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1151, 1333, 0, '\n \n \n \n <section id=\"fwhtkhnfcf\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Give Your Employees the Best Tools to Compete</h2>\n\n<p style=\"text-align: center;\">With NEC UNIVERGE SIP telephones for 3C and SIP@Net , your organization can reap the benefits of this standards-based system and phones which has been shown to dramatically reduce monthly recurring operating costs as compared to traditional digital telephony services.</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(1152, 1333, 0, '\n <section id=\"yxkubnenqd\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"add-ons\">MULTICOLOUR MWI LAMP</h4>\n\n<p>7-Colour customisable<br>\nmessage-waiting indicator</p>\n\n<h4 class=\"directories\">ADJUSTABLE STAND</h4>\n\n<p>5 adjustments - Built-in wall mount.</p>\n\n<h4 class=\"audio\">HD AUDIO QUALITY</h4>\n\n<p>Both speakerphone and handset offer super wideband technology for superior HD audio quality.</p>\n\n<h4 class=\"security\">SECURITY</h4>\n\n<p>TLS and SRTP security encryption technology to protect calls and accounts.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"navigation\">HOTDESKING</h4>\n\n<p>Allows handsets and desk space to be shared by a number of employees, helping keep costs down.</p>\n\n<h4 class=\"poe\">BUILT-IN POWER OVER ETHERNET (PoE)</h4>\n\n<p>To power the device and give it<br>\na network connection.</p>\n\n<h4 class=\"puzzle\">FLEXIBILITY WITH ADD-ON MODULES</h4>\n\n<p>Add functions and direct-dial buttons. 60 additional line keys turn your phone into a switchboard.</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', 'hex-icons', 0, 0, '', '', 0, 2, 1, 1, 0),
(1153, 862, 0, '\n \n <section id=\"pmvycqtzir\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p>NEC at GITEX 2019<br>\nOct 6-10<br>\nDubai WTC<br>\nBooth Z2-A20 Gulfcomms, Za’abeel Hall<br>\n </p>\n\n<p>Showcasing NEC’s smart transformation solutions for today’s digital landscape.</p>\n\n<p><a href=\"https://www.nec-enterprise.com/gitex\" target=\"_blank\"><em>Explore</em></a></p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(1154, 862, 0, '\n <section id=\"ogxhbpxrec\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/nec-at-gitex2019.jpg\" style=\"width: 700px; height: 350px;\"></p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(1155, 862, 0, '\n \n <section id=\"imasnrvuii\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>NEC at GITEX 2019</strong><br>\nOct 6-10 | Dubai WTC<br>\nBooth Z2-A20 Gulfcomms, Za’abeel Hall<br>\n<br>\nShowcasing NEC’s smart transformation solutions for today’s digital landscape.</p>\n\n<p><a href=\"https://www.nec-enterprise.com/gitex\" target=\"_blank\"><em>Explore</em></a></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 0, 0),
(1157, 862, 0, '\n \n \n <section id=\"dhmhiqeidt\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p><strong>NEC at GITEX 2019</strong><br>\nOct 6-10 | Dubai WTC<br>\nBooth Z2-A20 Gulfcomms, Za’abeel Hall<br>\n<br>\nShowcasing NEC’s smart transformation solutions for today’s digital landscape.</p>\n\n<p><a href=\"https://www.nec-enterprise.com/gitex\" target=\"_blank\"><em>Explore</em></a></p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(1156, 862, 0, '\n \n <section id=\"lrwuqxicrl\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"margin: 0.75em 0px; font-family: "Open Sans", sans-serif; font-size: 16px;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/nec-at-gitex2019.jpg\" style=\"border: 0px; max-width: 100%; height: 350px; cursor: default; font-family: "Open Sans", sans-serif; font-size: 16px; background-color: rgb(255, 255, 255); width: 700px;\"></p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1158, 862, 0, '\n \n \n \n \n \n \n <section id=\"cygitsptle\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/smart-building-expo.jpg\" style=\"width: 500px; height: 300px;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>NEC at Smart Building Expo, Milan</strong><br>\nNov 13-15 | FieraMilano, Rho<br>\nPad.6 Stand B03-C02<br>\n<br>\nShowcasing NEC’s smart transformation solutions for today’s digital landscape.</p>\n\n<p><a href=\"https://www.nec-enterprise.com/newsroom/Press-releases/NEC-empowers-Smart-Digital-Transformation-in-Business-and-Society-at-SMART-BUILDING-EXPO-1355\" target=\"_blank\"><em>Press Release</em></a></p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1174, 168, 0, '<section id=\"wryvkegkmh\" class=\"\"><div class=\"col16\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-1-column', 'text', '', '', 0, 0, '', '', 0, 7, 1, 0, 0),
(1159, 1333, 0, '\n \n \n <section id=\"ocymblolff\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><br>\nGive Your Employees the Best Tools to Compete</h3>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(1160, 1344, 0, '\n \n <section id=\"pdvrvbmwlp\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><p><iframe src=\"https://nec.zinfi.net/concierge/Syndication/Showcase/IndexLink.aspx?capid=bb946a02-642e-4a6c-835e-603b51b268af&lanId=1&authid=OohBdXPQBMa66m+46voFIfp0QR3XOxCa\" style=\"width:100%; height:500px; overflow:auto;\" frameborder=\"0\"></iframe></p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 1, 0, '', '', 0, 1, 1, 0, 0),
(1162, 1344, 0, '\n <section id=\"gzcffhzsbg\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"embed-external\"><iframe src=\"https://nec.zinfi.net/concierge/Syndication/Showcase/IndexLink.aspx?capid=bb946a02-642e-4a6c-835e-603b51b268af&lanId=1&authid=OohBdXPQBMa66m+46voFIfp0QR3XOxCa\" style=\"width:100%; height:100%; overflow:auto;\" frameborder=\"0\"></iframe></div>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'zinfi-full-page', 0, 0, '', '', 0, 1, 1, 1, 0),
(1161, 1344, 0, '\n <section id=\"ylgdhqcztn\" class=\"\" style=\"\"><div class=\"custom-code\"><p><iframe src=\"https://nec.zinfi.net/concierge/Syndication/Showcase/IndexLink.aspx?capid=bb946a02-642e-4a6c-835e-603b51b268af&lanId=1&authid=OohBdXPQBMa66m+46voFIfp0QR3XOxCa\" style=\"width:100%; height:500px; overflow:auto;\" frameborder=\"0\"></iframe></p>\n</div></section>\n ', 'custom', 'custom', '', '', 1, 0, '', '', 0, 1, 1, 0, 0),
(1163, 1346, 0, '\n <section id=\"hgebqpscws\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"embed-external\"><iframe src=\"https://nec.zinfi.net/concierge/Syndication/Showcase/IndexLink.aspx?capid=4bc0af34-42cf-4fce-86b7-a07aea4c8d37&lanId=1&authid=OohBdXPQBMa66m+46voFIfp0QR3XOxCa\" style=\"width:100%; height:100%; overflow:auto;\" frameborder=\"0\"></iframe></div>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'zinfi-full-page', 0, 0, '', '', 0, 1, 1, 1, 0),
(1164, 1345, 0, '\n <section id=\"ycxekuugdf\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"embed-external\"><iframe src=\"https://nec.zinfi.net/concierge/Syndication/Showcase/IndexLink.aspx?capid=f919d0e1-e759-480f-9ab7-6a6b594ceb77&lanId=1&authid=OohBdXPQBMa66m+46voFIfp0QR3XOxCa\" style=\"width:100%; height:100%; overflow:auto;\" frameborder=\"0\"></iframe></div>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'zinfi-full-page', 0, 0, '', '', 0, 1, 1, 1, 0),
(1165, 1347, 0, '\n <section id=\"lntvnqlnwg\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><div><iframe src=\"https://nec.zinfi.net/concierge/Syndication/Showcase/IndexLink.aspx?capid=bb946a02-642e-4a6c-835e-603b51b268af&lanId=1&authid=OohBdXPQBMa66m+46voFIfp0QR3XOxCa\" style=\"height: 0;padding-bottom: 50%;position: relative;width:100%; height:100%; overflow:auto;\" frameborder=\"0\"></iframe></div>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'zinfi-full-page', 0, 0, '', '', 0, 1, 1, 1, 0),
(1166, 1349, 0, '\n \n \n \n \n \n <section id=\"iqbyphqref\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><span style=\"color:#000080;\">Maximum Flexibility</span></h3>\n\n<p style=\"text-align: center;\">NEC\'s GT890 IP desktop video telephone brings optimum manageability to desktop communications.<br>\nAudio or video calls can be easily made with a touch of a button. Switching between audio and video while on an actual phone call is intuitively simple. Users can also effortlessly change between handset and speaker with a tap of a button.</p>\n\n<p style=\"text-align: center;\">Besides 7-way audio conferencing and 3-way high definition (HD) video conferencing, the GT890\'s open interface makes it modifiable to an organization\'s specific needs through the development of custom applications. Compatible with NEC\'s complete suite of communications platforms allows for maximum flexibility in deployment and the opportunity to easily adopt any of the company\'s award-winning communications solutions.</p>\n</div>\n</div></section>\n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(1167, 1349, 0, '\n \n \n \n <section id=\"ktucgqftrf\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2>The GT890 offers</h2>\n\n<ul>\n <li>7-inch capacitive five-finger multi-touch display</li>\n <li>Android™-based operating system</li>\n <li>Built-in HD mega-pixel camera with privacy shutter</li>\n <li>Wi-Fi support for wireless connection to the network for placement flexibility and hot spotting</li>\n <li>Advanced echo cancellation and double-talk performance speakerphone</li>\n <li>Security encryption for call and account protection</li>\n <li>Full interoperability with NEC\'s complete suite of communications platforms</li>\n <li>Compatible with NEC\'s SV9100, SV9500, UNIVERGE 3C & SL2100 communication solutions</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/NEC-GT890-ST500-dialer(tilt02).PNG\"></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'headers-orange', 0, 0, '', '', 0, 2, 1, 1, 0),
(1168, 52, 0, '\n \n \n \n \n \n <section id=\"pzgxpdvmnu\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/MFvz7ffN25A\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></div>\n\n<h3>Springfield Utility Board’s NEC Solution Proved Disaster-Ready</h3>\n\n<p>Learn how Springfield Utility Board (SUB), an Oregon public utility provider (electricity, water and telecom) met their community’s needs by replacing an old, end-of-life communications system with the latest state-of-the-art NEC technology--giving SUB customers caller access even in the worst snowstorm in 50 years. By seamlessly moving to an NEC Fault Tolerant server and virtual NEC platform (UNIVERGE SV9500, with enhanced Contact Center tools and metrics reporting, built in disaster recovery, and much more), SUB’s (3) locations are connected and SUB Customer Service is available 24/7.</p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1003, 1, 1, 0),
(1415, 1062, 1366, '\n \n <section id=\"othrdetxig\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">ADAPTING TO CHANGE REQUIRES FLEXIBLE COMMUNICATIONS</h2>\n\n<p style=\"text-align: center;\">As working from home has become the ‘new normal’ for many employees, the need for easy to use, robust conferencing has become an essential. The SL2100 provides this in a more cost-effective way because there’s more built-in.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 0, 1, 0),
(1169, 52, 0, '\n <section id=\"oslkkrmmqp\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><strong><iframe allow=\"autoplay; encrypted-media\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/MFvz7ffN25A\" width=\"100%\"></iframe></strong></div>\n\n<h4><strong>New York Botanical Garden - Scalable Enterprise Data Storage Solution</strong></h4>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1004, 1, 0, 0),
(1170, 158, 0, '<section id=\"sxdkawguvq\" class=\"\"> <div class=\"image-full-width\">\n \n <div class=\"foreground hrzntl-spacer\">\n <div class=\"inner-wrapper\">\n \n <div class=\"col24\">\n <div style=\"\" class=\"column-wrapper\"><p>CLick to edit</p></div>\n </div>\n \n </div>\n </div>\n\n <div class=\"column-wrapper background\" edittype=\"image\"><img src=\"http://placehold.it/1200x300&text=IMAGE\"></div>\n</div>\n</section>', 'img', 'img-sub', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1171, 158, 0, '<section id=\"zvorngnhwf\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1172, 158, 0, '\n <section id=\"xbbxnebrez\" class=\"\"><div class=\"col8 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/nec-enterprise-profile.jpg\" style=\"height: 353px; width: 250px;\"></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n</section>\n ', '2-column-centered', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1173, 158, 0, '\n \n <section id=\"rxmhigoscd\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Germany / United Kingdom</h3>\n\n<p><strong>Heidelberg / London</strong><br>\nSmart Grid, M2M, Security, Privacy, Media Processing Cloud ICT, Wireless Access, Standardization Activities.</p>\n\n<h3>United States</h3>\n\n<p><strong>Silicon Valley / Princeton</strong><br>\nMedia Analysis, Machine Learning, System Administration & Verification, Energy Management, ITS System Architecture, Optical & Wireless Network, Quantum IT.</p>\n\n<p> </p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\">NEC Enterprise Solutions Profile</h4>\n\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/nec-enterprise-profile.jpg\" style=\"width: 200px; height: 283px; border-width: 1px; border-style: solid;\"></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Japan</h3>\n\n<p><strong>Kawasaki City / Tsukuba City / Sagamihara City</strong><br>\nData Analytics, ICT Systems, Information & Media Processing, Communications, Processing, Sensing & Actuation Platform, Energy Management, Energy Components, Functional Materials, Low Power Consumption Devices.</p>\n\n<h3>Republic of Singapore</h3>\n\n<p><strong>Singapore</strong><br>\nSafety, Big Data, Security, Smart Energy.</p>\n\n<h3>China</h3>\n\n<p><strong>Beijing</strong><br>\nVideo Surveillance, Sensing, Data Mining, Cloud ICT, Wireless Access.</p>\n</div>\n</div></section>\n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(1175, 168, 0, '\n <section id=\"hinxuxcubc\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 7, 1, 0, 0),
(1176, 168, 0, '\n \n \n <section id=\"nybsxkczso\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\">Video Case Study: Appletree Medical Practice</h2>\n\n<p><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/TVLalS7scc8\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></p>\n</div>\n</div></section>\n \n \n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 6, 1, 0, 0),
(1177, 168, 0, '<section id=\"iceymmgtfs\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><hr></div></div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 6, 1, 0, 0),
(1178, 168, 0, '\n \n <section id=\"kqvxvqwoyh\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\" style=\"text-align: center;\">Video Case Study: Appletree Medical Practice</h3>\n\n<div class=\"embed-erternal\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/TVLalS7scc8\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></div>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 6, 1, 0, 0),
(1179, 168, 0, '\n <section id=\"eohtxucbur\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 6, 1, 1, 0),
(1181, 862, 0, '\n <section id=\"zfwedslrva\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>\n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(1180, 168, 0, '\n <section id=\"oidllnylsq\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-orange\" style=\"text-align: center;\">Video Case Study: Appletree Medical Practice</h3>\n\n<div class=\"embed-erternal\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/TVLalS7scc8\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></div>\n</div>\n</div></section>\n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 6, 1, 1, 0),
(1182, 862, 0, '\n \n <section id=\"xzpxeuzvxx\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/smart-building-expo.jpg\" style=\"width: 500px; height: 300px;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>NEC at Smart Building Expo, Milan</strong><br>\nNov 13-15 | FieraMilano, Rho<br>\nPad.6 Stand B03-C02<br>\n<br>\nShowcasing NEC’s smart transformation solutions for today’s digital landscape.</p>\n\n<p><a href=\"https://www.nec-enterprise.com/newsroom/Press-releases/NEC-empowers-Smart-Digital-Transformation-in-Business-and-Society-at-SMART-BUILDING-EXPO-1355\" target=\"_blank\"><em>Press Release</em></a></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1183, 862, 0, '\n \n \n <section id=\"vysoiqrbfs\" class=\"\"><div class=\"col8 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/smart-building-expo.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><strong>NEC at Smart Building Expo, Milan</strong><br>\nNov 13-15 | FieraMilano, Rho<br>\nPad.6 Stand B03-C02<br>\n<br>\nShowcasing NEC’s smart transformation solutions for today’s digital landscape.</p>\n\n<p><a href=\"https://www.nec-enterprise.com/newsroom/Press-releases/NEC-empowers-Smart-Digital-Transformation-in-Business-and-Society-at-SMART-BUILDING-EXPO-1355\" target=\"_blank\"><em>Press Release</em></a></p>\n</div>\n</div>\n</section>\n \n \n ', '2-column-centered', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1184, 862, 0, '\n \n \n \n \n \n \n \n \n <section id=\"ftucrafihw\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/Cairo-ICT-Fair-2019.jpg\" style=\"border: 0px; max-width: 100%; cursor: default; font-family: "Open Sans", sans-serif; font-size: 16px; background-color: rgb(255, 255, 255); height: auto !important;\"></p>\n\n<p style=\"text-align: center;\"><strong>Cairo ICT Fair & Forum, Cairo, Egypt</strong><br>\nDec 01- 04 | EIEC (Egypt International Exhibiton Center)</p>\n\n<p style=\"text-align: center;\"><span style=\"color: rgb(20, 23, 26); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif; font-size: 15px; white-space: pre-wrap; background-color: rgb(245, 248, 250);\">NEC empowers Smart Digital Transformation in Business and Society at Cairo ICT 2019 - Powerful showcase of Smart Workspace Solutions that transform the business experience. Visit us Booth 4B3 in Hall 4</span><br>\n<br>\n<a href=\"https://cairoict.com/\" style=\"text-decoration-line: underline; color: rgb(153, 153, 153); text-align: center;\" target=\"_blank\"><span style=\"color: rgb(0, 0, 128);\"><em>Explore</em></span></a></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(1190, 862, 0, '\n \n \n \n \n \n <section id=\"wsrgbyuuet\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"> </p>\n\n<p style=\"text-align: center;\"><strong>Seatrade Cruise Global 2020</strong><br>\nApril 20-23 | Expo April 21-23 <br>\nMiami Beach Convention Center <br>\nMiami Beach, FL, USA</p>\n\n<p style=\"text-align: center;\"><a href=\"https://www.seatradecruiseglobal.com/en/home.html\" style=\"text-decoration-line: underline; color: rgb(153, 153, 153); text-align: center;\" target=\"_blank\"><span style=\"color: rgb(0, 0, 128);\"><em>Explore</em></span></a></p>\n</div>\n</div></section>\n \n \n \n \n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(1185, 862, 0, '\n <section id=\"ixgmmmrcxm\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(1186, 125, 0, '\n \n <section id=\"mbvawiwlsv\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-external\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/aamumJ8XJUA\" width=\"100%\" height=\"315\" frameborder=\"0\"><br />\n</iframe></div>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 1002, 1, 1, 0),
(1187, 1349, 0, '\n <section id=\"ybexthcmdl\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-external\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/aamumJ8XJUA\" width=\"100%\" height=\"315\" frameborder=\"0\"><br />\n</iframe></div>\n</div>\n</div></section>\n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(1188, 1349, 0, '<section id=\"dnnyeaouon\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><div class=\"vert-offset-1\"></div></div></div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(1189, 125, 0, '<section id=\"dmhclrfpvr\" class=\"\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><div class=\"vert-offset-1\"></div></div></div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 1003, 1, 1, 0),
(1223, 1382, 0, '\n \n <section id=\"vhovpkeuqa\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Succession Planning and Migration Solutions</h2>\n\n<p style=\"text-align: center;\"><span style=\"text-align: center;\">At NEC we are committed to being your trusted communications advisor and partner – today, tomorrow and for years to come.</span><br style=\"text-align: center;\">\n<span style=\"text-align: center;\">One that will help sidestep the uncertainty and risk plus empower with strategies that will help business thrive.</span><br style=\"text-align: center;\">\n<br style=\"text-align: center;\">\n<span style=\"text-align: center;\">As investments in technology are important because of the potential of adding value and having a direct impact on an organization bottom line, we are committed to helping protect existing investments by providing clear migration paths that are both simple and cost-effective.</span> </p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1191, 1331, 0, '\n \n \n \n \n \n <section id=\"tyzfwxress\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>ARE ALL REGIONS OF THE EMEA AFFECTED BY THIS?</h3>\n\n<p>A number of countries have already made the switch and many are getting close. Countries affected so far are Belgium, France, Germany, Netherlands, Sweden and Switzerland. I<strong>n the UK - BT are expected to reach the end of sale of ISDN services in 2020 with ISDN services expected to be switched off on the BT network in 2025</strong>. Other regions remain unaffected. The best way to find out if your region is affected is to <strong>contact your current telecoms supplier</strong>. And if so – read on to discover more.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>WHAT YOU NEED TO DO</h3>\n\n<p>Businesses currently using ISDN will need to migrate their service onto a Sessions Initiated Protocol (SIP) Trunk connection. Doing this sooner rather than later will ensure you have no loss of service or business productivity. Avoid being caught in the bottleneck of last-minute mass migrations to SIP - contact your NEC supplier or contact us directly today!</p>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(1196, 1364, 0, '\n \n \n \n <section id=\"qfzkalrybk\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Enabling cruise and ferry companies to maximize passenger experience, services, safety and satisfaction</h2>\n\n<p style=\"text-align: center;\">NEC’s Smart Cruise Solutions ensure you – shipbuilder, owner, staff and passenger - of the utmost in comfort, quality, safety, efficiency and reliability. Maximizing passenger experience, services and satisfaction, we connect passengers and crew with the information they need. And what’s more … we are here to stay!</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(1192, 1331, 0, '\n \n \n \n \n \n <section id=\"spehndpikr\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"text-align: center;\"><strong>Cheaper Calls</strong></h3>\n\n<p style=\"text-align: center;\">SIP allows for inclusive call bundles, which can include free national calls!</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"text-align: center;\"><strong>Speed</strong></h3>\n\n<p style=\"text-align: center;\">New SIP lines can be installed far quicker than traditional lines</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 style=\"text-align: center;\"><strong>Cost</strong></h3>\n\n<p style=\"text-align: center;\">They are also far cheaper to install</p>\n</div>\n</div></section>\n \n \n \n \n \n ', '3-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 4, 1, 1, 0),
(1193, 1331, 0, '\n \n \n <section id=\"wrcndodefq\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">SIP migration steps</h2>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(1195, 1331, 0, '\n \n <section id=\"awmakwgknt\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\">Don\'t forget to share this post!</h4>\n\n<div id=\"share-article\" style=\"text-align: center;margin-bottom:1.5rem;\"> </div>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'headers-blue', 0, 0, '', '', 0, 8, 1, 1, 0),
(1197, 1364, 0, '\n \n \n \n \n \n \n \n \n <section id=\"vvumilarra\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SMART<br>\n<span class=\"nec-blue\">CRUISE SOLUTIONS</span></h3>\n\n<p>As renowned innovator with over 40 years of experience in the industry, NEC combines its rich portfolios in IT and Communications to provide the technologies, services and expertise that from the moment of check-in make life on board <strong>more enjoyable, more efficient and more safe and secure</strong>.</p>\n\n<p>This makes NEC across all geographic regions <strong>key supplier of IT & Communications to the Cruise Line industry</strong>. Integration of wired and wireless communications, applications, server and storage solutions maximize passenger and crew benefits and</p>\n\n<ul class=\"orange\">\n <li><a href=\"https://www.nec-enterprise.com/products/UC-C\">Unify Communications</a></li>\n <li><a href=\"https://www.nec-enterprise.com/products/Integration-Platform\">Optimize Staff Workflows</a></li>\n <li>Support Messaging and <a href=\"https://www.nec-enterprise.com/products/Emergency-Notification\">Alarm Notification</a></li>\n <li>Ensure Passengers and Crew stay connected</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/smart-cruise-solutions-communication.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 1, 1, 1, 0),
(1202, 1364, 0, '\n \n <section id=\"awgincgsdq\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/cruise-line-companies-partner-nec.jpg\"></p>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 6, 1, 0, 0),
(1198, 1364, 0, '\n \n \n \n \n \n \n \n \n \n <section id=\"wukzrmpqbe\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>NEW BUILD &<br>\n<span class=\"nec-blue\">RETROFIT for vessels</span></h3>\n\n<p>NEC has vast experience in delivering advanced solutions for new build vessels as well as in the retrofit of vessels in order to bring them up to scratch to the latest standards of comfort and technology.</p>\n\n<p>NEC was unique in developing and introducing <strong>DECT Dual Band</strong>, enabling ships to <strong>use <a href=\"https://www.nec-enterprise.com/products/DECT-S-IP-DECT-34\">DECT</a> at different international ports where frequency bands differ</strong>. Switching to the correct frequency band is done automatically through GPS. This technology has been installed on numerous - new build and existing - ships. <strong>Optimised technology ensures seamless handover</strong> throughout the entire ship, while powerful encryption techniques guarantee secure communications. A wide range of advanced telephone features and innovative applications add to the hospitality experience of passengers and efficiency of crew.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/IP-DECT-shipping-cruise-calling.jpg\"></h3>\n\n<p> </p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 3, 1, 1, 0),
(1205, 1364, 0, '\n \n \n \n \n \n \n \n \n \n \n <section id=\"kpkttxhicc\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>OPTIMIZING STAFF<br>\n<span class=\"nec-blue\">WORKLOWS</span></h3>\n\n<p>NEC applications unify communication streams and optimize staff workflows. <strong><a href=\"https://www.nec-enterprise.com/products/Emergency-Notification\">Alarm notification and emergency</a></strong> calls increase safety and security, while wireless communications ensure passengers and crew stay connected wherever they are. NEC’s <strong><a href=\"https://www.nec-enterprise.com/products/High-Availability\">Fault Tolerant servers</a></strong> ensure 24/7 operation, while our advanced data storage and data management solutions scale to the most demanding requirements.</p>\n\n<p>NEC’s <strong><a href=\"https://www.nec-enterprise.com/products/Integration-Platform\">UNIVERGE Integration Platform (UIP)</a></strong> ties disparate software systems together to function as one complete end-to-end solution. It connects any application/data source and enables comprehensive Application Programming Interface (API) management – whether in the cloud, on-premises or in a hybrid environment. Its intuitive interface helps accelerate agility on board by being able to quickly and easily design, implement and modify workflows integrating the most advanced features.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SMOOTH & SPEEDY<br>\n<span class=\"nec-blue\">PASSENGER BOARDING</span></h3>\n\n<p>A particular one of such workflows is passenger check-in and check-out when boarding or disembarking. This traditionally is ‘rush hour’ for passengers as well as for crew. This process can be smoothed by applications running on self-service kiosks and terminals, automating and speeding up the check-in/check-out process.</p>\n\n<p>These can be integrated in advanced workflows including cabin allocation and access, billing, passenger counting, routing and guidance.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'panel-grey10', 0, 0, '', '', 0, 4, 1, 1, 0),
(1199, 1364, 0, '\n \n \n \n \n \n \n \n \n \n \n \n <section id=\"sydzogyhab\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>EXTENDED SHORELINE<br>\n<span class=\"nec-blue\">COMMUNICATIONS</span></h3>\n\n<p>Drawing on latest powerful mobile technologies, NEC adds further value by extending the reach of a ship’s onboard network to include communications ashore, including:</p>\n\n<ul class=\"orange\">\n <li><strong>Docks and Terminals</strong> (for e.g. advanced check-in, staff connectivity)</li>\n <li><strong>Islands and Resorts</strong> (passenger & staff connectivity, smart tour guide, messaging and notifications)</li>\n</ul>\n\n<p>This capability significantly enhances both passenger experience and staff efficiency. Passengers stay connected while ashore, with access to valuable information, notifications and services and can enjoy the benefits of additional entertainment. Staff while ashore, remain seamlessly connected with one another and have all information at hand to ensure safety and security and provide best possible service to passengers. </p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><span class=\"nec-blue\">IN GOOD<br>\nCOMPANY</span></h3>\n\n<p>NEC’s Communications and IT solutions help the Hospitality sector to control costs, improve staff efficiency and create an environment that makes guests want to return. Some of the cruise line companies, ship yards and partners that rely on NEC’s communications and application solutions are:</p>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/cruise-line-companies-partner-nec.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 4, 1, 0, 0),
(1206, 1364, 0, '\n \n \n \n <section id=\"uswneughuw\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3>EXTENDED SHORELINE<br>\n<span class=\"nec-blue\">COMMUNICATIONS</span></h3>\n\n<p>Drawing on latest powerful mobile technologies, NEC adds further value by extending the reach of a ship’s onboard network to include communications ashore, including:</p>\n\n<ul class=\"orange\">\n <li><strong>Docks and Terminals</strong> (for e.g. advanced check-in, staff connectivity)</li>\n <li><strong>Islands and Resorts</strong> (passenger & staff connectivity, smart tour guide, messaging and notifications)</li>\n</ul>\n\n<p>This capability significantly enhances both passenger experience and staff efficiency. Passengers stay connected while ashore, with access to valuable information, notifications and services and can enjoy the benefits of additional entertainment. Staff while ashore, remain seamlessly connected with one another and have all information at hand to ensure safety and security and provide best possible service to passengers.</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 5, 1, 1, 0),
(1201, 1364, 0, '\n \n \n \n \n \n <section id=\"cmfqczaygb\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div></section>\n \n \n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(1200, 1364, 0, '\n \n \n \n \n \n <section id=\"vyzfyamsoz\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/call-from-cruise-ship.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>MISSION<br>\n<span class=\"nec-blue\">CRITICAL OPERATIONS</span></h3>\n\n<p>Any present day shipbuilder and cruise line company is aware of the mission critical role <strong>reliable and sophisticated IT & Communications</strong> play in the day to day operations on board. Advances in technology and the digital transformation of business processes not only bring new opportunities for additional services and unprecedented entertainment. They also are <strong>enhancing passenger safety, ensuring smooth operations and boosting staff efficiency</strong>.</p>\n\n<p>NEC has always been at the forefront of developments and innovations, including <strong><a href=\"https://www.nec-enterprise.com/products/DECT-S-IP-DECT-34\">IP DECT</a> - the most favoured and successful technology for wireless on premise communications</strong>. Using its own dedicated spectrum, DECT provides crystal-clear voice quality and excellent security and reliability, without any disturbance.</p>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 2, 1, 1, 0),
(1203, 1364, 0, '\n \n <section id=\"ymvuksxuzt\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(1204, 1364, 0, '\n <section id=\"cdvpegwdli\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3>SMOOTH & SPEEDY<br>\n<span class=\"nec-blue\">PASSENGER BOARDING</span></h3>\n\n<p>A particular one of such workflows is passenger check-in and check-out when boarding or disembarking. This traditionally is ‘rush hour’ for passengers as well as for crew. To smooth this process, NEC has specifically developed SesaMe, a platform independent application that can be accessed from self-service kiosks and terminals. SesaMe makes use of ID scanning and facial recognition to automate and speed up the check-in/check-out process and through NEC’s UIP can be integrated in advanced workflows including cabin allocation and access, billing, passenger counting, routing and guidance.</p>\n\n<h3>EXTENDED SHORELINE<br>\n<span class=\"nec-blue\">COMMUNICATIONS</span></h3>\n\n<p>Drawing on latest powerful mobile technologies, NEC adds further value by extending the reach of a ship’s onboard network to include communications ashore, including:</p>\n\n<ul class=\"orange\">\n <li><strong>Docks and Terminals</strong> (for e.g. advanced check-in, staff connectivity)</li>\n <li><strong>Islands and Resorts</strong> (passenger & staff connectivity, smart tour guide, messaging and notifications)</li>\n</ul>\n\n<p>This capability significantly enhances both passenger experience and staff efficiency. Passengers stay connected while ashore, with access to valuable information, notifications and services and can enjoy the benefits of additional entertainment. Staff while ashore, remain seamlessly connected with one another and have all information at hand to ensure safety and security and provide best possible service to passengers. </p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(1207, 1364, 0, '\n \n <section id=\"ekmbovgzby\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/cruise-line-companies-partner-nec.jpg\"></p>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 7, 1, 1, 0),
(1208, 1364, 0, '\n <section id=\"czsedgygfk\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><span class=\"nec-blue\">IN GOOD COMPANY</span></h3>\n\n<p style=\"text-align: center;\">NEC’s Communications and IT solutions help the Hospitality sector to control costs, improve staff efficiency and create an environment that makes guests want to return. Some of the cruise line companies, ship yards and partners that rely on NEC’s communications and application solutions are:</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 1, 0),
(1209, 1368, 0, '\n <section id=\"kqgcroepag\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">AN AFFORDABLE, COMPACT MODEL FOR EXCELLENT USER EXPERIENCE</h2>\n\n<p style=\"text-align: center;\">The DT920 is a cost-effective IP entry-level desk phone with high-quality audio. It offers agents and employee’s who often are on the phone intuitive navigation, audio quality and frictionless access to the phone system services. </p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1210, 1368, 0, '\n \n <section id=\"cezbbvyaqv\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>The DT920 SIP Phone</h3>\n\n<ul>\n <li>Monochrome, 168x41 LCD</li>\n <li>6-button</li>\n <li>Backlit LCD</li>\n <li>Multi-colour MWI</li>\n <li>Hands-free, full duplex</li>\n <li>Headset support, optional EHS support</li>\n <li>Adjustable stand - 5 steps</li>\n <li>Soft keys/LCD prompts</li>\n <li>Navigation cursor & Directory dial key</li>\n <li>Network support 10/100 Ethernet/1G via licence)</li>\n <li>PoE</li>\n <li>Wideband audio support</li>\n <li>Wall mountable</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-terminals/IP-terminal-DT920-6D.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(1211, 1369, 0, '\n \n \n \n <section id=\"knennynkzu\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DT920 & DT920S SIP SELF-LABELLING PHONE</h3>\n\n<ul>\n <li>Full colour 3,5” LCD</li>\n <li><span style=\"text-align: center;\">Virtual line upgrade from 8 to 16 to 32 (via optional licences) </span></li>\n <li>Backlit LCD</li>\n <li>Multi-colour MWI</li>\n <li>Hands-free, full duplex</li>\n <li>Adjustable stand - 5 steps</li>\n <li>Headset support, optional EHS support</li>\n <li>Soft keys/LCD prompts</li>\n <li>Navigation cursor & Directory dial key</li>\n <li>Network support 10/100/1000Mbps</li>\n <li>PoE or power adapter</li>\n <li>Wideband audio support</li>\n <li>VoIP encryption</li>\n <li>Wall mountable</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/DT920-8LCGX-portal-mode-BK-emea-left.PNG\"></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(1212, 1370, 0, '\n \n \n \n <section id=\"aelrqvveit\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DT930 IP TOUCH PANEL PHONE</h3>\n\n<ul>\n <li>Full colour 4.3”, 2-point touch panel LCD</li>\n <li><span style=\"text-align: center;\">8-key/32-key (virtual)</span></li>\n <li>Backlit LCD & Keypad</li>\n <li>Multi-colour MWI</li>\n <li>Hands-free, full duplex</li>\n <li>Adjustable stand - 5 steps</li>\n <li>Built-in Bluetooth</li>\n <li>Direct headset connectivity</li>\n <li>Soft keys/LCD prompts</li>\n <li>Navigation cursor & Directory dial key</li>\n <li>Network support 10/100/1000Mbps</li>\n <li>PoE</li>\n <li>Wideband audio support</li>\n <li>VoIP encryption</li>\n <li>Wall mountable</li>\n <li>Key extension support (60 lines)</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/DT930-8TCGX(touch)-PORTAL-MODE-BK-emea-left-96ppi.png\"></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1214, 1334, 0, '\n \n <section id=\"aogrtglbbl\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><span style=\"color:#000000;\">The DT920S SIP Desktop Telephone</span></h3>\n\n<ul>\n <li><span style=\"color:#000000;\">Monochrome, 168x41 LCD (backlit)</span></li>\n <li><span style=\"color:#000000;\">6-button</span></li>\n <li><span style=\"color:#000000;\">Multi-colour MWI</span></li>\n <li><span style=\"color:#000000;\">Hands-free, full duplex</span></li>\n <li><span style=\"color:#000000;\">Headset EHS support</span></li>\n <li><span style=\"color:#000000;\">Adjustable stand - 5 steps</span></li>\n <li><span style=\"color:#000000;\">Fixed telphone buttons for Microphone Mute | Headset | Speaker | Hold</span></li>\n <li><span style=\"color:#000000;\">Menu keys - ring volume & cursor control</span></li>\n <li><span style=\"color:#000000;\">Network support 10/100/1000Mbps</span></li>\n <li><span style=\"color:#000000;\">PoE</span></li>\n <li><span style=\"color:#000000;\">Wideband and narrowband support</span></li>\n <li><span style=\"color:#000000;\">Wall mountable</span></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/IP-terminal-DT920-12D.jpg\"></p>\n</div>\n</div></section>\n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(1213, 1370, 0, '\n \n <section id=\"kqyvuakzwf\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><span style=\"color:#000080;\">INTUITIVE TOUCH EXPERIENCE</span></h3>\n\n<p style=\"text-align: center;\">This sleek and intuitive business phone bring the desk phone experience to life with rich contextual menus and industry-specific applications. With a vivid 4.3-inch touchscreen, easy-to-use navigation, plus the highest quality wideband audio and video - for conversations you\'ll remember. It is the ideal desktop device for busy professionals and executives and also offers a powerful yet cost-effective device. </p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(1215, 1334, 0, '\n \n \n \n \n \n <section id=\"zcbgwuhdrk\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><span style=\"color:#000000;\">DT920/DT920S SIP Phones</span></h3>\n\n<ul>\n <li><span style=\"color:#000000;\">Monochrome, 168x41 LCD (backlit)</span></li>\n <li><span style=\"color:#000000;\">6-button & 12-button version</span></li>\n <li><span style=\"color:#000000;\">Multi-colour MWI</span></li>\n <li><span style=\"color:#000000;\">Hands-free, full duplex</span></li>\n <li><span style=\"color:#000000;\">Headset EHS support</span></li>\n <li><span style=\"color:#000000;\">Adjustable stand - 5 steps</span></li>\n <li><span style=\"color:#000000;\">Fixed telphone buttons for Microphone Mute | Headset | Speaker | Hold</span></li>\n <li><span style=\"color:#000000;\">Menu keys - ring volume & cursor control</span></li>\n <li><span style=\"color:#000000;\">Network support 10/100/1000Mbps</span></li>\n <li><span style=\"color:#000000;\">PoE</span></li>\n <li><span style=\"color:#000000;\">Wideband and narrowband support</span></li>\n <li><span style=\"color:#000000;\">Wall mountable</span></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/nec-sip-phone-dt920s-6dgs.png\"></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/nec-ip-desktop-phone-dt920-12d-l.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 1, 0),
(1216, 1369, 0, '\n \n \n \n \n \n \n \n \n <section id=\"nguurpiiqa\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DT920/DT920S SIP Self-labelling Phones</h3>\n\n<ul>\n <li>Full colour 3,5” LCD</li>\n <li>Home UI Portal: 2 versions (black or white background)</li>\n <li><span style=\"text-align: center;\">Virtual line upgrade from 8 to 16 to 32 (via optional licences) </span></li>\n <li>Backlit LCD</li>\n <li>Multi-colour MWI</li>\n <li>Hands-free, full duplex</li>\n <li>Adjustable stand - 5 steps</li>\n <li>Headset support, optional EHS support</li>\n <li>Soft keys/LCD prompts</li>\n <li>Navigation cursor & Directory dial key</li>\n <li>Network support 10/100/1000Mbps</li>\n <li>PoE or power adapter</li>\n <li>Wideband audio support</li>\n <li>VoIP encryption</li>\n <li>Wall mountable</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/DT920-8LCGX-portal-mode-BK-emea-left.PNG\" style=\"border: 0px; max-width: 100%; cursor: default; font-family: "Open Sans", sans-serif; font-size: 16px; background-color: rgb(255, 255, 255); height: auto !important;\"></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/DT920-8LCGX-EMEA-left-96ppi.png\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1217, 1369, 0, '\n \n \n <section id=\"akchciqqdl\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\"><span style=\"color:#4B0082;\"><strong>COMPACT MODEL FOR EXCELLENT USER EXPERIENCE</strong></span></h3>\n\n<p style=\"text-align: center;\">The DT920 is a cost-effective IP entry-level desk phones with high-quality audio. It offers frequent users, intuitive navigation, audio quality and frictionless access to the phone system services. Virtual line upgrade from 8 to 16 to 32 (via optional licences) </p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(1218, 1336, 0, '\n \n \n <section id=\"fzporqplta\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><span style=\"color:#000000;\">DT930/DT930S SIP TOUCH PANEL PHONES</span></h3>\n\n<ul>\n <li><span style=\"color:#000000;\">Full colour 4,3” LCD (backlit), <span style=\"color:#000000;\"><span style=\"text-align: center;\">Multi-touch 2 point</span></span></span></li>\n <li>Home UI Portal: 2 versions (black or white background)</li>\n <li><span style=\"color:#000000;\"><span style=\"text-align: center;\">8 viewable lines with support of 32 lines </span></span></li>\n <li><span style=\"color:#000000;\">Multi-colour MWI</span></li>\n <li><span style=\"color:#000000;\">Backlit keypad</span></li>\n <li><span style=\"color:#000000;\">Hands-free, full duplex</span></li>\n <li><span style=\"color:#000000;\">Adjustable stand - 5 steps</span></li>\n <li><span style=\"color:#000000;\">Headset EHS support</span></li>\n <li><span style=\"color:#000000;\">Built-in Bluetooth</span></li>\n <li><span style=\"color:#000000;\">Fixed telephone buttons: Microphone Mute | Headset |<br>\n Speaker and Hold</span></li>\n <li><span style=\"color:#000000;\">Menu keys<br>\n Settings:<br>\n Ring volume | Cursor control</span></li>\n <li><span style=\"color:#000000;\">Network support 10/100/1000Mbps</span></li>\n <li><span style=\"color:#000000;\">Ethernet PoE or power adapter (optional)</span></li>\n <li><span style=\"color:#000000;\">Wideband and narrowband audio</span></li>\n <li><span style=\"color:#000000;\">Key extension module support (60DSS)</span></li>\n <li><span style=\"color:#000000;\">Wall mountable</span></li>\n</ul>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/nec-sip-phone-dt930s-tcgs-touchpanel.png\"></p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/IP-terminal-DT930-Touch-display.jpg\"></p>\n</div>\n</div></section>\n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(1219, 129, 0, '\n <section id=\"ibwcundzfz\" class=\"\" style=\"\"><div class=\"custom-code\"></div></section>\n ', 'custom', 'custom', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0),
(1220, 129, 0, '\n <section id=\"nsrpgonvqt\" class=\"\"> <div class=\"image-full-width\">\n \n <div class=\"foreground hrzntl-spacer\">\n <div class=\"inner-wrapper\">\n \n <div class=\"col24\">\n <div style=\"\" class=\"column-wrapper\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/SWA-logo-transp.png\" style=\"width: 250px; height: 276px;\">CLick to edit</p>\n</div>\n </div>\n \n </div>\n </div>\n\n <div class=\"column-wrapper background\" edittype=\"image\"><img src=\"http://placehold.it/1200x300&text=IMAGE\"></div>\n</div>\n</section>\n ', 'img', 'img-sub', '', '', 0, 0, '', '', 0, 1001, 1, 0, 0),
(1221, 1378, 0, '\n \n <section id=\"oldrhnvvkk\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Integrate your hotels’ telephony & PMS</h2>\n\n<p style=\"text-align: center;\">NEC’s PMS-InConnect is a suite of InApps which connects your hotels’ communications with some of the most widely used Property Management Solutions, including Opera, Protel, Brilliant, OnQ (from Hilton WorldWide) and Hotsoft. Highly cost-effective and scalable, PMS-Connect accommodates for hotels from 5 to 500 rooms.</p>\n\n<p style=\"text-align: center;\"><strong>Best of all - you get complete integration without the need for costly middleware!</strong></p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 1, 1, 1, 0),
(1222, 1378, 0, '\n \n <section id=\"qdtonzrhki\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>BENEFITS FOR YOUR HOTEL INCLUDE:</h3>\n\n<ul class=\"orange\">\n <li><strong>Save on Costly Hotel Middleware</strong> – Eliminate the costs of middleware installation, hardware, software & maintenance (these can cost you potentially more than a new phone system!)</li>\n <li><strong>Seamless Integration with your PMS</strong> – Connects directly, works instantly</li>\n <li><strong>Easier Guest Billing</strong> – Helps create fast, accurate bills on check-out</li>\n <li><strong>Faster Check-in & Check-out</strong> – More admin tasks are automated to streamline your guest experience</li>\n <li><strong>Smarter Hotel Management</strong> – Increase the efficiency of your operations and teams for a more profitable hotel!</li>\n</ul>\n\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nec-pms-integrations.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>INTUITIVE FEATURES FOR YOUR STAFF & GUESTS:</h3>\n\n<ul class=\"orange\">\n <li><strong>Call Charge Calculation</strong> – Call costs can be easily customised</li>\n <li><strong>Caller ID</strong> – Guest names & room numbers are displayed for all internal calls on the receptionist handset display; enables personalised greetings</li>\n <li><strong>Do Not Disturb</strong> – Guests can set their own privacy setting</li>\n <li><strong>Guest Billing</strong> – Automated guest phone call bills plus<br>\n mini-bar integration</li>\n <li><strong>Multi-Site Option</strong> – Multi-site hotels can be ‘daisy-chained’ to use a central front-of-house system</li>\n <li><strong>Room Status Messages</strong> - View in ‘real-time’: Dirty/Cleaning/Cleaned/Inspected/Out of Order/Out of Service</li>\n <li><strong>Toll Restriction</strong> – Flexible call barring: choose from Block all, Allow International, Allow National Only & All Local Only</li>\n <li><strong>Voicemail Integration</strong> – Guests received their own private voicemail box with up to 28 languages – this is reset<br>\n automatically with the next check-in</li>\n <li><strong>Wake Up Calls</strong> – Easily administered; un-answered calls can be alerted for staff attention</li>\n</ul>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(1224, 1382, 0, '\n \n <section id=\"dbrpebibkn\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Available Paths</h2>\n\n<p style=\"text-align: center;\"><span style=\"text-align: center; background-color: rgb(246, 246, 246);\">Due of our long-term commitment to our customers, we have developed migration paths to our UNIVERGE® SV9000 series of communications platforms and other advanced productivity-enhancing applications.</span><br style=\"text-align: center; background-color: rgb(246, 246, 246);\">\n<br style=\"text-align: center; background-color: rgb(246, 246, 246);\">\n<span style=\"text-align: center; background-color: rgb(246, 246, 246);\">Below is information on how to migrate existing communications infrastructure and applications to NEC’s most advanced technologies.</span></p>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(1225, 1382, 0, '<section id=\"zzfyapbnai\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 0, 0),
(1226, 1382, 0, '\n <section id=\"nihcnzohpy\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Migrate to UNIVERGE 3C</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>Migrate to UNIVERGE SV9500</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 1, 1, 0),
(1227, 226, 0, '\n \n \n <section id=\"zlgnkkbzut\" class=\"\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Partner Program Roadmap</h3>\n\n<p>At NEC Enterprise Solutions we are ready for the future. We have designed our new Partner Program to be your roadmap to getting there. The Program provides a framework in which we can work together to meet our mutual business objectives. Our innovative UC&C and IT solutions are designed for open connectivity, high availability, flexible growth and smooth migration to full IP telephony, giving our business partners an ideal platform to create new, profitable opportunities.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Feel free to contact us</h3>\n\n<p>If you would like to join the NEC Partner Program, please fill in the partner boarding form and we will contact you as soon as possible.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SMARTER ON-BOARDING</h3>\n\n<p>In order to get you up and running as quicker as possible – NEC’s Partner Program is here to help. As an example, the following video provides a Quick Installation Guide to the SL2100 - our best-selling small business PBX:</p>\n</div>\n</div></section>\n \n \n ', '3-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(1228, 226, 0, '\n \n <section id=\"rtkeoiwryv\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/OzfZ02D7rEM\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></div>\n\n<p>Want to see more like this? <a href=\"https://www.youtube.com/playlist?list=PL94rhEuF55lQWDXQwygiQ_Jwj9y2Hpaqd\">See the full series here</a></p>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(1229, 226, 0, '\n \n \n \n \n \n \n \n \n \n <section id=\"usrmkyiugw\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Partner<br>\n<span class=\"nec-blue\">Program Roadmap</span></h3>\n\n<p>At NEC Enterprise Solutions we are ready for the future. We have designed our new Partner Program to be your roadmap to getting there. The Program provides a framework in which we can work together to meet our mutual business objectives. Our innovative UC&C and IT solutions are designed for open connectivity, high availability, flexible growth and smooth migration to full IP telephony, giving our business partners an ideal platform to create new, profitable opportunities.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>ARE YOU A<br>\n<span class=\"nec-blue\">PANASONIC RESELLER?</span></h3>\n\n<p>Contact the <a href=\"/partners/Become-a-Business-Partner#contact-nec\">NEC Team</a> today to discover why our unique partner program with easy on-boarding and fast-track training is the ‘perfect fit’ for your business.</p>\n\n<p><a class=\"button secondary\" href=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC_NS_Panasonic_7_reasons.pdf\">7 Reasons to become a NEC partner</a></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 3, 1, 1, 0),
(1232, 226, 0, '\n \n <section id=\"lnxskxorfx\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"embed-erternal\" style=\"text-align: center;\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/OzfZ02D7rEM\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SMARTER<br>\n<span class=\"nec-blue\">ON-BOARDING</span></h3>\n\n<p>In order to get you up and running as quicker as possible – NEC’s Partner Program is here to help. As an example, the following video provides a Quick Installation Guide to the SL2100 - our best-selling small business PBX.</p>\n\n<p><strong>Want to see more like this? <a href=\"https://www.youtube.com/playlist?list=PL94rhEuF55lQWDXQwygiQ_Jwj9y2Hpaqd\">See the full series here</a></strong></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, '', '', 0, 4, 1, 1, 0),
(1230, 226, 0, '<section id=\"swmspzkyrv\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(1231, 226, 0, '<section id=\"gprqatnqkm\" class=\"\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(1233, 1387, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"lqqrnywcls\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/new-enhaunced-sv9100.png\" style=\"position: absolute; right: 0px;\">The SV9100 delivers reliable, cost-effective<br>\ncommunications from 10 to 896 users</h2>\n\n<p style=\"margin-left:36.0pt;\" align=\"center\">Supporting a suite of secure voice, video and collaboration applications and out-of-the-box mobility, the versatile SV9100 keeps your team – and your customers – connected.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 0, 1, 1, 0),
(1234, 1387, 1233, '\n \n <section id=\"qogrdpolec\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 class=\"nec-blue\" style=\"text-align: center;margin-bottom:0;\">Overcoming Today’s Communications Challenges</h3>\n</div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1235, 1387, 1234, '\n \n \n \n \n <section id=\"knkdawhfgf\" class=\"\">\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Expanding<br>\nheadcount?</h4>\n\n<p style=\"text-align: center;\">The SV9100 is cost-effective from 10 to 896 users </p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Don\'t get caught out with the ISDN switch off!</h4>\n\n<p style=\"text-align: center;\">The SV9100 uses SIP technology which future-proofs your investment</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Multi-generational workforce?</h4>\n\n<p style=\"text-align: center;\">The SV9100 combines telephony as well as mobility, homeworking & BYOD capabilities</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Robust & reliable solution</h4>\n\n<p style=\"text-align: center;\">Can your business afford downtime?</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Easily<br>\nconfigured</h4>\n\n<p style=\"text-align: center;\">Integrates with existing IT network as an analogue, digital or IP system</p>\n</div>\n</div></section>\n \n \n \n \n ', '5-column', 'text', '', 'has-devider-after', 0, 0, '', '', 0, 2, 1, 1, 0),
(1236, 1387, 1235, '\n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"zzinzmyftb\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SMART MOBILITY<br>\n<span class=\"nec-blue\">COMMUNICATE ANYWHERE, ANY TIME</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"road\">ON THE ROAD</h4>\n\n<p>Treat your smartphone like your desk phone with <a href=\"https://www.nec-enterprise.com/products/Mobile-extension\" style=\"text-decoration:underline;\">Mobile Extension</a>. Enjoy the SV9100 system features while you’re on the move.</p>\n\n<h4 class=\"premises\">ON YOUR PREMISES</h4>\n\n<p>The SV9100’s <a href=\"https://www.nec-enterprise.com/products/DECT-Handsets\" style=\"text-decoration:underline;\">IP DECT range</a> provides the ultimate devices for voice, text messaging and in-house mobility.</p>\n\n<h4 class=\"larger-sites\">LARGER SITES & CAMPUSES</h4>\n\n<p><a href=\"https://www.nec-enterprise.com/products/WiFi-Handsets\" style=\"text-decoration:underline;\">WiFi handsets </a>provide seamless roaming within multiple business locations with advanced wireless features for organizations on the go.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/sv9100-smart-mobility-options-3.jpg\" style=\"margin: auto; display: block;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', 'smart-mobility', 'vertical-align-middle', 0, 0, '', '', 0, 3, 1, 1, 0),
(1237, 1387, 1236, '\n \n \n \n \n \n \n \n \n \n \n <section id=\"tpnhftzsto\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/sv9100-home-workers.jpg\" style=\"width: 90%;margin:auto;display:block;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>YOUR HOMEWORKERS<br>\n<span class=\"nec-blue\">Single Number Reach UC capability</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"mobile-extensions\"><strong>HOME AND AWAY</strong></h4>\n\n<p>The <a href=\"https://www.nec-enterprise.com/products/Mobile-extension\" style=\"text-decoration:underline;\">ST500</a> makes your smartphone smarter. Enjoy voice & video mobile extension over WiFi for your smartphone or smart device.</p>\n\n<h4 class=\"home-worker\"><strong>THE HOME OFFICE</strong></h4>\n\n<p>Smart collaboration without the cost. <a href=\"https://www.nec-enterprise.com/products/InUC-1316\" style=\"text-decoration:underline;\">InUC</a> keeps your homeworkers connected with video conferencing, document & screen sharing capabilities.</p>\n</div>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', 'your-homeworkers', 'vertical-align-middle', 0, 0, '', '', 0, 4, 1, 1, 0),
(1238, 1387, 1237, '\n \n \n \n \n \n <section id=\"ekivtstqwt\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DESKTOP PHONES<br>\n<span class=\"nec-blue\">FOR EVERY WORK ENVIRONMENT</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"navigation\">INTUITIVE AND INTERACTIVE NAVIGATION</h4>\n\n<p>Choose from IP or digital; grayscale, colour or touch-screen displays and even video calling</p>\n\n<h4 class=\"handset\">Give Your Employees the Best Tools to Compete</h4>\n\n<p>The SV9100 includes a diverse range of desktop telephones that best fits the individual’s role for easy call control from the office, remote office or homeworking, hot-desking and more</p>\n\n<p><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/Desktop-Terminals\">Discover all desktop phones</a></p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/NEC-UT890-IP-videophone.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', 'desktop-phones', 'vertical-align-middle', 0, 0, '', '', 0, 5, 1, 1, 0),
(1239, 1387, 1238, '\n \n \n \n \n \n \n \n \n \n \n <section id=\"beoawilvbr\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/inreports-mycalls-bct.jpg\" style=\"width: 90%;margin:auto;display:block;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SMART CALL MANAGEMENT<br>\n<span class=\"nec-blue\">A first-rate user experience</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"mycalls\">Entry-level Analysis</h4>\n\n<p>Quick, easy and cost effective, <a href=\"https://www.nec-enterprise.com/products/InReports-1318\" style=\"text-decoration:underline;\">InReports</a> provides 24/7 monitoring and analysis of your entire company’s communications via a browser</p>\n\n<h4 class=\"customer-service\">Advanced Call Management</h4>\n\n<p>The <a href=\"https://www.nec-enterprise.com/products/Call-Management-100\" style=\"text-decoration:underline;\">MyCalls</a> suite of applications provides your team with the tools to succeed in making your business more customer centric and more profitable</p>\n\n<h4 class=\"headset\">Multimedia Contact Centre</h4>\n\n<p>Create a first rate experience for your customers with the SV9100’s <a href=\"https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4\" style=\"text-decoration:underline;\">Business ConneCT</a> which co-ordinates email, live Webchat, WhatsApp and voice via a single interface.</p>\n</div>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', 'smart-call-management', 'vertical-align-middle', 0, 0, '', '', 0, 6, 1, 1, 0),
(1240, 1387, 1239, '\n <section id=\"aybfxarsgh\" class=\"\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">SMART SECURITY<br>\n<span class=\"nec-blue\">Keeping staff, network and premises safe</span></h3>\n</div>\n</div></section>\n ', '1-column', 'text', 'smart-security', '', 0, 0, '', '', 0, 7, 1, 1, 0),
(1241, 1387, 1240, '\n \n \n \n \n <section id=\"yagmdgkdva\" class=\"\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"record\">Call Recording</h4>\n\n<p><a href=\"https://www.nec-enterprise.com/products/Call-Recording\" style=\"text-decoration:underline;\">MyCalls Call Recorder</a><strong> </strong>provides a record of who said what enabling quick dispute resolution, avoiding potentially costly litigation and more</p>\n\n<h4 class=\"toll-fraud\">Toll Fraud Defence</h4>\n\n<p>NEC’s <a href=\"https://www.nec-enterprise.com/products/InGuard-1319\" style=\"text-decoration:underline;\">InGuard</a> application helps defend a business against attacks 24/7/365 defence from Toll Fraud.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"sos\">Panic Keys</h4>\n\n<p>SV9100 <a href=\"https://www.nec-enterprise.com/products/Desktop-Terminals\" style=\"text-decoration:underline;\">desktop telephones</a> can be programmed with a one-button emergency key - alerts all other phones of an emergency including location/room it’s coming from</p>\n\n<h4 class=\"panic\">Electronic Door Switch</h4>\n\n<p>NEC door phones and electronic door locks help protect your premises and can be operated from any of your phones</p>\n</div>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 8, 1, 1, 0),
(1242, 1387, 1241, '\n \n \n \n <section id=\"hlsksrwwqz\" class=\"\">\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/on-the-road.png\" style=\"width: 48px; height: 48px;\"><br>\nOn The Road</h4>\n\n<p style=\"text-align: center;\">Flexible call control and management increases workforce efficiency.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/on-premises.png\" style=\"width: 48px; height: 48px;\"><br>\nOn Premises</h4>\n\n<p style=\"text-align: center;\">A choice of desktop, handset and mobile devices fully equip workers.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/roaming.png\" style=\"width: 48px; height: 48px;\"><br>\nSeamless Roaming</h4>\n\n<p style=\"text-align: center;\">Handsets extend reachability across business sites effortlessly.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/home-connected.png\" style=\"width: 48px; height: 48px;\"><br>\nHome Connected</h4>\n\n<p style=\"text-align: center;\">Robust tools and services keep remote workers connected and engaged.</p>\n</div>\n</div>\n\n<div class=\"col4-5\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/insight.png\" style=\"width: 48px; height: 48px;\"><br>\nGreater Insight</h4>\n\n<p style=\"text-align: center;\">Intuitive call management monitors and analyzes performance and use.</p>\n</div>\n</div></section>\n \n \n \n ', '5-column', 'text', 'hide-section', 'has-devider-after', 0, 0, '', '', 0, 9, 1, 1, 0),
(1243, 1388, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"wbqxdoovdx\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Addressing the Coronavirus Challenge with<br>\nSmart Remote Working Solutions</h2>\n\n<p style=\"text-align: center;\">The emergence and dramatic spread of the Coronavirus has impacted societies and economies around the globe. Like almost all businesses right now you’re likely to be faced with keeping your team safe and your business up and running. Sourcing home working video conferencing solutions at short notice can be challenging. However – NEC has a range of quick implemented and cost-effective solutions when you need it most.</p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(1244, 1388, 0, '\n \n <section id=\"aydcogcyxw\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>REMOTE WORKING ESSENTIALS > System features for all - Ensure smooth communications with company directories, presence information & call routing > Call Control - Call transfer, hold, parking & voicemail enable sharp customer service levels > Video Conferencing - Create collaborative communities with audio, video & screen</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1245, 1388, 0, '\n \n \n \n \n \n <section id=\"lymwciikhz\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 class=\"nec-orange\" style=\"text-align: center; margin-bottom: 0px;\">Remote Working Contact Essentials</h3>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1249, 1388, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"vaducbvmfk\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/remote-working/NEC_IPDECT_G577H.jpg\" style=\"margin: auto; height: 500px;\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>PROTECTING YOUR<br>\n<span class=\"nec-blue\">IN-OFFICE WORK FORCE</span></h3>\n\n<p>For your customers who have employees that cannot effectively work remotely, there is typically the requirement for workers who need an on-campus mobile communications device:</p>\n\n<p><strong>IP DECT: Cleanable wireless handsets</strong></p>\n\n<ul class=\"orange\">\n <li>i766 & G577 DECTs are IP65 rated i.e. they are <strong>water spray protected & safe to clean</strong></li>\n <li><strong>Reliable </strong>on-campus / premises <strong>mobile communications</strong></li>\n <li>Ideal for<strong> clinicians, warehouse personnel, factory workers,</strong> etc.</li>\n</ul>\n\n<p><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/DECT-handset-G577-healthcare-version-antibacterial-60\">Discover more</a></p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', 'IP-DECT', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 6, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(1246, 1388, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"ayswozdmug\" class=\"grid-container\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"features\">System features for all</h4>\n\n<p>Ensure smooth communications with your colleagues and customers with effective call routing</p>\n</div>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"call-control\">Call Control</h4>\n\n<p>Call transfer, hold, parking & voicemail enable sharp customer service levels</p>\n</div>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"video\">Video Conferencing</h4>\n\n<p>Create collaborative communities with audio, video & screen sharing</p>\n</div>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '3-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 2, 1, 1, 0),
(1247, 1388, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"vooepziusf\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>YOUR HOMEWORKING TEAM<br>\n<span class=\"nec-blue\">UNIVERGE ST500 App</span></h3>\n\n<p>Make your smartphone your business phone</p>\n\n<ul class=\"orange\">\n <li>Enjoy <strong>voice mobile extension</strong> over WiFi for your smartphone or smart device</li>\n <li><strong>Bring Your Own Device</strong> (BYOD): Enable your team to use their own mobiles, iPads or tablets</li>\n <li><strong>Free WiFi business calls</strong></li>\n <li>Download for free via App Store</li>\n</ul>\n\n<p><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/UNIVERGE-ST500-Smartphone-Client-1320\">Discover more</a></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/remote-working/nec-st500.jpg\" style=\"margin-top:1.5rem;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n ', '2-column', 'text', 'UNIVERGE-ST500', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 3, 1, 1, 0),
(1248, 1388, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"nbygaeixor\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/remote-working/video-conferencing.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/remote-working/built-in-licenses.png\" style=\"width: 60px; height: 60px; padding-right: 16px; margin-top: -8px; float: left;\">Homeworking Video Conferencing:<br>\n<span class=\"nec-blue\">Built-in collaboration</span></h3>\n\n<ul class=\"orange\">\n <li>Home working <strong>video conferencing solutions, document & screen sharing</strong>, up to 32 users</li>\n <li>Uses <strong>secure WebRTC connectivity</strong>via a web browser</li>\n <li>InUC provides further features including P<strong>resence, Instant Messaging & Call Status</strong></li>\n <li>Works via <strong>Google Chrome on a PC or Android</strong> device</li>\n</ul>\n\n<p><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/InUC-1316\">Discover more</a></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', 'Video-Conferencing', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 5, 1, 1, 0),
(1250, 1388, 0, '<section id=\"shsqahhhmp\" class=\"grid-container\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><hr></div></div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1252, 1390, 0, '\n \n \n \n <section id=\"fotrnsbnns\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">MAKE YOUR SMART PHONE SMARTER</h2>\n\n<p style=\"text-align: center;\">Mobile Extension lets you carry your office number with you. ?With system phone functionality straight to your mobile or home office, ?you can treat it like your desk phone. It really is like being in when you’re out.</p>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"auppyovkxd\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, auppyovkxd\" title=\"Tekstverwerker, auppyovkxd\" aria-describedby=\"cke_49\" contenteditable=\"true\"><h2 style=\"text-align: center;\">MAKE YOUR SMART PHONE SMARTER</h2>\n\n<p style=\"text-align: center;\">Mobile Extension lets you carry your office number with you. ?With system phone functionality straight to your mobile or home office, ?you can treat it like your desk phone. It really is like being in when you’re out.</p>\n</div>\n</div></div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(1251, 1388, 0, '<section id=\"ydzuprptlo\" class=\"grid-container\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><div class=\"vert-offset-1\"></div></div></div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(1253, 1390, 0, '\n \n \n \n \n \n <section id=\"prtmrxgstw\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Mobile Extension:<br>\nMAKE YOUR SMART PHONE SMARTER</h2>\n\n<p style=\"text-align: center;\">Mobile Extension lets you carry your office number with you. With system phone functionality straight to your mobile or home office, you can treat it like your desk phone. It really is like being in when you’re out.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 1, 1, 1, 0),
(1254, 1390, 0, '\n \n \n \n <section id=\"gcyniwrfcp\" class=\"grid-container\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"features\">MOBILE WORKERS?</h4>\n\n<p>Stay contactable on a ?‘single reach’ number, ?wherever you are</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"features\">REMOTE WORKERS</h4>\n\n<p>Delivers system features ?straight to a home office ?– even via a landline!</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"features\">CALL RECORDING</h4>\n\n<p>Mobile calls via your system ?can be securely recorded for ?peace of mind</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"features\">COST SAVINGS</h4>\n\n<p>Provide BYOD for your team ?and even eliminate the cost ?of business mobiles</p>\n</div>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1255, 1390, 0, '\n \n \n \n \n \n \n \n <section id=\"lfvxrodtau\" class=\"grid-container\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"road\">MOBILE WORKERS</h4>\n\n<p>Stay contactable on a ‘single reach’ number, wherever you are</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"add-ons\">REMOTE WORKERS</h4>\n\n<p>Delivers system features straight to a home office – even via a landline!</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"record\">CALL RECORDING</h4>\n\n<p>Mobile calls via your system can be securely recorded for peace of mind</p>\n</div>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"mobile-extensions\">COST SAVINGS</h4>\n\n<p>Provide BYOD for your team and even eliminate the cost of business mobiles</p>\n</div>\n</div>\n</div></section>\n \n \n \n ', '4-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 3, 1, 1, 0),
(1256, 1390, 0, '\n \n \n \n \n \n \n \n <section id=\"gsmkzicwit\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(1265, 1388, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"dsqzxfluke\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Let your Contact Center<br>\n<span class=\"nec-blue\">Agents work from home!</span></h3>\n\n<p>With NEC’s UNIVERGE Business ConneCT, your remote contact center agents can <strong>work safely and securely from home</strong> – with all the same support, presence and information as in the office. Without any additional licence, your agents can from home simply log on and start work. NEC’s <strong>remote contact center solutions</strong> keeps them well informed with:</p>\n\n<ul>\n <li>Full <strong>visibility of customers’ histories</strong> and their previous interactions</li>\n <li><strong>Omni-channel service </strong>so customers can access your organization using their channel of choice</li>\n <li>Create a <strong>fully functioning remote working contact </strong>center for your team</li>\n</ul>\n\n<p><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/Contact-Center\">Discover More</a></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/remote-working/screen-bct.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n ', '2-column', 'text', 'Business-ConneCT', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 6, 1, 1, 0),
(1257, 1390, 0, '\n \n \n \n <section id=\"whnizgfzvp\" class=\"grid-container\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(1258, 1390, 0, '\n \n \n \n \n \n \n \n <section id=\"gzmizsvuoq\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;margin-bottom:0;\">Key features</h3>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, 'text-left align-top', '', 0, 4, 1, 1, 0),
(1259, 1390, 0, '\n \n \n \n \n \n <section id=\"bitwfnieeh\" class=\"grid-container\"><div class=\"col8 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n</section>\n \n \n ', '2-column-centered', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(1266, 31, 0, '\n \n \n \n <section id=\"raxghehdil\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/SP350%20replace(1).png\" style=\"display:block;width:60%;margin:auto 20%\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>UNIVERGE® SP350</h3>\n\n<p>Enabling communication and access to information in real time. NEC\'s UNIVERGE SP350 SoftPhone embeds voice communication into business processes to bring employees the instant communication and information they require. This versatile communications tool offers an extensive array of high-quality video, audio, voice and text features.</p>\n\n<p>The SP350 SoftPhone is a multimedia IP phone installed on a personal computer or laptop. It delivers high-quality voice communication using a USB-connected headset/handset. Employees can use it as a primary desktop telephone, as a supplemental desktop telephone or as a remote/telecommuting device.</p>\n\n<p>Business ConneCT Operators and Contact Center Agents are also empowered with SP350 SoftPhone where needed to work from a remote location.</p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 1, 1, 1, 0),
(1260, 1390, 0, '\n \n \n \n \n \n <section id=\"ctwdcvnlky\" class=\"grid-container\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Empower your mobile &<br>\n<span class=\"nec-blue\">remote workforce</span></h3>\n\n<p>You can stay just as responsive when you’re on the move or working remotely, maintaining high customer service levels. As well as being reachable on a single direct number, you can stay active within departmental call groups.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Save with easy<br>\n<span class=\"nec-blue\">expenses administration</span></h3>\n\n<p>Using the Call-back feature, you can make calls from your mobile via the phone system. As well as potentially cheaper calls, this also means you can avoid divulging your personal mobile number when making calls out of the office. What’s more – calls are charged to the company, not the personal mobile or landline. No more fiddly expenses to work out!</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Got MyCalls<br>\n<span class=\"nec-blue\">Call Manager?</span></h3>\n\n<p>Using MyCalls with Mobile Extension you’ll be able to view detailed information for calls made out of the office. This is ideal for monitoring how many calls your field-based team are handling, and how much outgoing calls are costing the company.</p>\n</div>\n</div></section>\n \n \n ', '3-column', 'text', '', '', 0, 0, 'text-left align-top', '', 0, 3, 1, 1, 0),
(1261, 1390, 0, '\n \n \n \n <section id=\"ptrdydmeuz\" class=\"grid-container\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>Call forward</li>\n <li>Call waiting</li>\n <li>Camp on</li>\n <li>Class of service</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>Conference call</li>\n <li>Department group member</li>\n <li>DID</li>\n <li>Hold & transfer</li>\n <li>Hotel features</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><ul>\n <li>Incoming ring group member</li>\n <li>Paging</li>\n <li>Speed dial</li>\n <li>Toll restriction</li>\n</ul>\n</div>\n</div></section>\n \n ', '3-column-centered', 'text', '', '', 0, 0, 'text-left align-top', '', 0, 4, 1, 1, 0),
(1262, 1390, 0, '\n \n <section id=\"tbkvuqnolx\" class=\"grid-container\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><div class=\"vert-offset-1\"></div></div></div></section>\n ', 'spacer', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 3, 1, 1, 0),
(1263, 1388, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"qlduwvhigt\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/remote-working/softphones-nec.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>WORK FROM HOME<br>\n<span class=\"nec-blue\">WITH FULL-FLEDGED FUNCTIONALITY</span></h3>\n\n<p>Working from home and missing full-fledged business phone functionality as you are used to in the office? No need to! Our remote contact centre solutions are easily installed on your Windows PC. Using your existing VPN connection they replicate your office desk phone using the same extension number, the same features and experiences as in the office.</p>\n\n<ul class=\"orange\">\n <li><strong>High-quality voice communication </strong>using a USB-connected headset</li>\n <li><strong>Full functionality and features</strong> of your desktop phone</li>\n <li>Plus <strong>advanced multimedia applications</strong></li>\n</ul>\n\n<p><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/Softphones\">Discover More</a></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', 'SP310-SOFTPHONE', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 7, 1, 1, 0),
(1264, 1388, 0, '\n \n \n \n \n \n \n \n \n \n <section id=\"fgpndeanal\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/remote-working/built-in-licenses.png\" style=\"width: 60px; height: 60px; float: left;padding-right:16px;margin-top:-8px;\">Mobile Extension:<br>\n<span class=\"nec-blue\">Making smartphones smarter</span></h3>\n\n<ul class=\"orange\">\n <li>Delivers <strong>phone system functionality</strong> to your mobile</li>\n <li>Mobile Extension <strong>also works via your landline</strong> – ideal for homeworkers!</li>\n <li>Calls are<strong> made via your phone system</strong> – avoids divulging your number on a business call</li>\n <li>Call features include: <strong>call transfer, call logging,<br>\n voicemail & caller ID</strong></li>\n</ul>\n\n<p><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/Mobile-extension\">Discover more</a></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/remote-working/video-conference-home-worker.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', 'Mobile-Extension', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 5, 1, 1, 0),
(1281, 1415, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"ovlkcxeqbl\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/share/NEC%20Univerge%20Blue%20PC%20screens%20share.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"univerge-blue-panel\">\n<h3>UNIVERGE BLUE<br>\n<span class=\"nec-blue\">SHARE</span></h3>\n\n<h4><strong>Simplifying and securing the sharing of digital documentation</strong></h4>\n\n<p>Improve team collaboration, streamline workflows and increase decision making speed with UNIVERGE BLUE® SHARE file sharing and backup. With direct access to the application from any device, teams can review recent files and backup documents quickly, no matter their location.</p>\n\n<ul>\n <li>Real-time backup of all files, mobile photos, and videos from any device</li>\n <li>View the most current version of files and co-edit documents in real time from any device</li>\n <li>Integrates with Windows file server, Exchange® Email, Active Directory, Outlook®, Office®, and Office 365®</li>\n</ul>\n</div>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', 'share', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 5, 1, 1, 0),
(1279, 1415, 0, '\n \n \n \n \n \n \n \n \n \n \n \n <section id=\"bhmofeqcff\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/connect/NEC%20Univerge%20Blue%20PC%20screens%20connect.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"univerge-blue-panel\">\n<h3>UNIVERGE BLUE<br>\n<span class=\"nec-blue\">CONNECT</span></h3>\n\n<h4><strong>A fully integrated cloud-based unified communications (UC) solution</strong></h4>\n\n<p>UNIVERGE BLUE® CONNECT combines your phone system, chat, video, screen sharing, file management and conference calling into a seamless experience that fits with your business size, needs, and work style.</p>\n\n<ul>\n <li>Allows mobile devices to become part of the CONNECT phone system.</li>\n <li>Increases workforce flexibility with virtually anywhere, anytime and on any device accessibility.</li>\n <li>Transcribes voicemail messages to text and email for efficient voicemail handling.</li>\n</ul>\n</div>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 3, 1, 1, 0),
(1280, 1415, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"flirllmnfr\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"univerge-blue-panel\">\n<h3>UNIVERGE BLUE<br>\n<span class=\"nec-blue\">MEET</span></h3>\n\n<h4><strong>Connect, engage and collaborate virtually from anywhere at any time</strong></h4>\n\n<p>Galvanises remote workforces, transforming both your user and customer experience</p>\n\n<ul>\n <li>Integrates audio, video and screen sharing into a turnkey cloud-based video conferencing platform</li>\n <li>Flexible how, when, where and with whom collaboration.</li>\n <li>Increase workforce productivity with intuitive communications tools, such as messaging to video transfer, one-click screen sharing and in-meeting chat.</li>\n</ul>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/meet/NEC%20Univerge%20Blue%20PC%20screens.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', 'meet', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 4, 1, 1, 0),
(1282, 1415, 0, '\n \n \n \n \n \n \n \n \n \n <section id=\"zzvgzpzhvc\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"univerge-blue-panel\">\n<h3>UNIVERGE BLUE<br>\n<span class=\"nec-blue\">ENGAGE</span></h3>\n\n<h4>A highly customizable cloud-based contact center solution</h4>\n\n<p>Improves the handling and oversight of communications through a range of agent and supervisor contact center services.</p>\n\n<ul>\n <li>Highly flexible solution including easy deployment for remote / home workers.</li>\n <li>Scalable from the smallest call-centric teams to large omni-channel environments.</li>\n <li>Streamlines incoming inquiries from multiple channels using smart routing and delivers context to agents for optimal customer experience.</li>\n <li>Compatibility with most CRM and ERP systems and collaborative apps .</li>\n</ul>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/enage/NEC%20Univerge%20Blue%20PC%20screens%20Engage.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', 'engage', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 6, 1, 1, 0),
(1283, 1415, 0, '\n \n \n \n \n \n \n \n <section id=\"twohqgfkkc\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/migrate/WHY-UNIVERGE-BLUE.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"univerge-blue-panel\">\n<h3>UNIVERGE BLUE<br>\n<span class=\"nec-blue\">BACKUP</span></h3>\n\n<h4>Critical data center and data store cloud services</h4>\n\n<p>Offers a broad set of fully integrated services to manage and protect critical proprietary information and data.</p>\n\n<ul>\n <li>Service includes Infrastructure as a Service (IaaS) and UNIVERGE BLUE® RECOVER, a Disaster Recovery-as-a-Service (DRaaS) cloud solution.</li>\n <li>Comprehensive management and recovery services and full-staffed network operations center are available 24 hours a day, 7 days a week, 365 days a year.</li>\n</ul>\n</div>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', 'backup', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 7, 1, 0, 0),
(1284, 1415, 0, '\n \n <section id=\"pcnuboppkt\" class=\"grid-container\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/univerge-blue-coming-soon.png\" style=\"position: absolute; right: 0px;\">UNIVERGE BLUE™ CLOUD SERVICES</h2>\n\n<p style=\"text-align: center;\">Enter the world of UNIVERGE BLUE and explore how it is changing how organizations are communicating, collaborating and streamlining operational complexity.</p>\n</div>\n</div></section>\n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(1285, 1415, 0, '\n \n \n \n \n \n <section id=\"gxkvcwgzim\" class=\"grid-container\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/blue/connect.png\" style=\"width: 75%;\"></p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\">Integrated Cloud-Based Unified Communications</p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\"><a class=\"button secondary\" href=\"https://www.nec-enterprise.com/products/UNIVERGE-BLUE-1415#connect\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/blue/meet.png\" style=\"width: 75%;\"></p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\">Secure, HIPAA-Enabled Audio & Video Collaboration</p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\"><a class=\"button secondary\" href=\"https://www.nec-enterprise.com/products/UNIVERGE-BLUE-1415#meet\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/blue/share.png\" style=\"width: 75%;\"></p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\">File Sync & Share with File Backup & Antivirus</p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\"><a class=\"button secondary\" href=\"https://www.nec-enterprise.com/products/UNIVERGE-BLUE-1415#share\">Explore</a></p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/blue/engage.png\" style=\"width: 75%;\"></p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\">Omni-Channel Cloud-Based Contact Center</p>\n\n<p style=\"font-size: 0.875rem; text-align: center;\"><a class=\"button secondary\" href=\"https://www.nec-enterprise.com/products/UNIVERGE-BLUE-1415#engage\">Explore</a></p>\n</div>\n</div></section>\n \n \n ', '4-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(1286, 1419, 0, '\n \n <section id=\"kottzifqlx\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">NMC: MEET, COLLABORATE & NOTIFY</h2>\n\n<p style=\"text-align: center;\">NEC Meeting Center (NMC) is a secure and comprehensive collaboration solution that enables real-time sharing and exchange of information between colleagues and customers. Equipped with meet-me audio, web and video collaboration, dial-out Firebar emergency conferencing as well as mass notification in one complete solution, NMC alleviates the need and expense of deploying and managing multiple separate applications.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(1287, 1419, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"odlunrmhop\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>SMART APPLICATION<br>\n<span class=\"nec-blue\">SUITE</span></h3>\n\n<p>NMC is a suite of applications including Audio Conferencing, Web Collaboration, Emergency Dial-out Conferencing and Mass Notification. Audio applications are supported up to 1,000 ports on a single server and Web collaboration up to 384 ports on a single server.</p>\n\n<p>NMC is platform agnostic and can reside on a physical server or on a Virtual Server using VMWare. The suite is supported on NEC’s UNIVERGE 3C, SV9100, SV9300, SV9500 and SIP@Net platforms.</p>\n\n<h4>NEC MEETING CENTER<span class=\"nec-blue\"> OFFERS</span></h4>\n\n<ul>\n <li>Real-time information sharing for better decision making.</li>\n <li>Better collaboration, i.e. with a geographically dispersed workforce.</li>\n <li>Reduced travel costs by remaining connected through real-time access and communication.</li>\n <li>Eliminating monthly recurring charges for hosted solutions.</li>\n <li>Secure connections with individuals across diverse locations</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nec-smart-application.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 1, 1, 1, 0),
(1288, 1419, 0, '\n \n \n \n \n \n \n \n <section id=\"cgxwgwhysm\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 1, 0, 0),
(1290, 1419, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"haoutqabva\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>AUDIO CONFERENCING<br>\n<span class=\"nec-blue\">STAYING CONNECTED HAS NEVER BEEN EASIER</span></h3>\n\n<p>With NEC Meeting Center’s rich set of audio conferencing capabilities, staying connected from any location has never been easier. It allows employees to set up and manage secure conference calls via their PC or through the NMC ‘Real View’ web portal on their mobile device.</p>\n\n<h4>FLEXIBLE, CUSTOMIZABLE, SECURE</h4>\n\n<ul>\n <li>Support reservation-less and reservation-based audio conferences</li>\n <li>Enable secure conference access (access code and personal PIN)</li>\n <li>Customize conference with entry tones, memorable PINs, recording on/off, auto-call back on/off etc.</li>\n <li>Schedule recurring audio conferences via the Web Portal</li>\n <li>Use Microsoft® Office Outlook® iCalendar to send invitations</li>\n <li>See real-time view of a running audio conference via NMC’s “Real View” Web Portal</li>\n <li>Display loudest speaker</li>\n <li>Auto mute noisy lines or lines with excessive echo</li>\n <li>Merge multiple audio conferences into one without dropping calls</li>\n <li>Record entire conference or excerpts from a conference</li>\n <li>Send a detailed end-of-conference summary report to the moderator</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nmc-mass-notification.jpg\"></p>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 4, 1, 1, 0),
(1289, 1419, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"icconwhidr\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nmc-video-conferencing.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>WEB COLLABORATION REAL-TIME SHARING<br>\n<span class=\"nec-blue\">& EXCHANGE OF INFORMATION</span></h3>\n\n<p>Having the right collaboration tools makes a huge difference in your team’s ability to maintain high levels of customer service – no matter location.</p>\n\n<h4>ELEVATE CUSTOMER AND EMPLOYEE EXPERIENCE NMC</h4>\n\n<p>Web Collaboration makes it easy for employees to communicate, share ideas and information with colleagues and customers - in meetings, presentations and training sessions. Combining Web Collaboration with Audio Conferencing or using WebRTC PC Audio, further enhances your team’s collaboration capabilities.</p>\n\n<ul>\n <li>Real-time information exchange between colleagues and customers</li>\n <li>Standalone or with NMC’s Audio Conferencing application</li>\n <li>Web-based application requires no software download and no recurring costs of hosted solutions</li>\n <li>Runs across the Internet or a private data network without requiring any changes to firewalls</li>\n <li>Behind a private network your conference cannot be compromised</li>\n <li>Upload images for annotation by attendees – and save to local PC</li>\n <li>Perform public chat to all participants or private chat</li>\n <li>Upload files to the Chat so other participants can download</li>\n <li>Record the meeting and download to MP4 file for easy distributed</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 3, 1, 1, 0),
(1291, 1419, 0, '\n \n \n \n \n \n \n \n \n \n \n \n <section id=\"itxfmtpzyh\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nmc-mass-notification.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>MASS NOTIFICATION<br>\n<span class=\"nec-blue\">EXTEND YOUR REACH</span></h3>\n\n<p>When an emergency happens or when an announcement needs to go out about a situation or event, you need a quick and reliable method to send notifications out. It needs to be simple to use, have the ability to communicate via different channels and be a system that can be accessed from anywhere.</p>\n\n<h4>GETTING THE WORD OUT</h4>\n\n<p>NMC Mass Notification is simple to use and sends multi-modal messages to individuals or groups – quickly and efficiently.</p>\n\n<ul>\n <li>Select communications medium to use (Voice, Email and/or SMS)</li>\n <li>Send out emergency alerts, reminders, special event notices, etc.</li>\n <li>Send messages on-the-fly or at scheduled times</li>\n <li>Send pre-recorded messages or record and distribute immediately</li>\n <li>Send caller-ID of your choice to display associated ‘caller name’ (e.g., ‘Security Alert’)</li>\n <li>Display real-time call activity and a progress bar on a Web Portal</li>\n <li>Report on call completions (Busy, No Answer, Answering machine)</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 5, 1, 1, 0),
(1292, 1419, 0, '\n \n \n \n \n \n \n \n <section id=\"gawhymgxot\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>EMERGENCY CONFERENCING<br>\n<span class=\"nec-blue\">CONNECT SEAMLESSLY with DIAL-OUT FIREBAR</span></h3>\n\n<p>Whether you need to reach a group quickly during an emergency or have a weekly scheduled call with colleagues, NEC Meeting Center’s Dial-Out (Firebar) conferencing can call a pre-determined group of people and pull them into an audio conference.</p>\n\n<h4>AUTOMATICALLY ‘DIALS-OUT’ TO CONFERENCE GROUP</h4>\n\n<p>NMC Dial-Out provides flexibility to automatically reach a group of people via voice, email, and SMS text.</p>\n\n<ul>\n <li>Initiates a conference call with a single press of a speed-dial key</li>\n <li>Triggers a dial-out conference based on an incoming call, a click on a web portal or a scheduled time</li>\n <li>Selects the medium to use (Voice, Email, SMS or any combination)</li>\n <li>Sends caller-ID of choice to display the associated ’caller name’</li>\n <li>Offers answering machine detection and avoidance</li>\n <li>Provides detailed reports on call completions (Busy, No Answer, Answering machine etc.)</li>\n <li>‘Find Me’ calls all available numbers until the individual answers</li>\n <li>Alleviates the need to continually schedule repetitive meetings</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nmc-dial-out.jpg\"></p>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 6, 1, 1, 0),
(1293, 1426, 0, '\n \n \n \n \n \n <section id=\"kkpuqsguxq\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">BECOME AN BUSINESS PARTNER<br>\n<span class=\"nec-orange\">PARTNERING FOR SUCCESS</span></h2>\n\n<p style=\"text-align: center;\">Join the Global No.1! Gain access to our award-winning unified communications, collaboration and IT solutions as well as our expertise as a global technology leader for over 120 years.</p>\n</div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 1, 1, 0, 0),
(1294, 1426, 0, '\n \n \n \n \n \n <section id=\"neipvfeilb\" class=\"grid-container\"><div class=\"col8 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-blue\" style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/become-a-partner/partner-roadmap.png\" style=\"width: 60px; height: 60px;margin-bottom:12px;\"><br>\nPartner Program Roadmap</h3>\n\n<p style=\"text-align: center;\">At NEC Enterprise Solutions we are ready for the future. We have designed our new Partner Program to be your roadmap to getting there. The Program provides a framework designed to meet our mutual business objectives.</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-blue\" style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/become-a-partner/partner-on-board.png\" style=\"width: 60px; height: 60px;margin-bottom:12px;\"><br>\nSMARTER ON-BOARDING</h3>\n\n<p style=\"text-align: center;\">For businesses of all sizes our innovative UC&C and IT solutions are designed for open connectivity, high availability and flexible growth, giving our business partners an ideal platform to create new, profitable opportunities.</p>\n</div>\n</div>\n</section>\n \n \n ', '2-column-centered', 'text', '', '', 0, 0, '', '', 0, 1, 1, 1, 0),
(1295, 1426, 0, '\n \n \n \n \n \n \n \n \n \n <section id=\"xrwgynsfdl\" class=\"grid-container\"><div class=\"custom-code\"><div class=\"col24 reasons__intro\">\n<h2>WE WORK FOR YOU</h2>\n<p><strong>Do you want to work for a vendor? Or do you want your vendor to work for you?</strong><br>\nReseller support is an essential – at NEC this includes account management, technical and marketing support.</p>\n</div>\n\n<div class=\"col8\"><div class=\"reasons__option\">\n<h4 class=\"one\">CHOICE</h4>\n<p>On-premises or cloud? At NEC we do both. We won’t push a reseller or an end user into a solution they’re not comfortable with, just whatever’s best for them.</p>\n</div></div>\n\n<div class=\"col8\"><div class=\"reasons__option\">\n<h4 class=\"two\">100% RESELLER FOCUSSED</h4>\n<p>NEC is one of the only manufacturers in the industry to deliver 100 percent of our business through the channel. So you won’t need to worry about competing with a direct sales team.</p>\n</div></div>\n\n<div class=\"col8\"><div class=\"reasons__option\">\n<h4 class=\"three\">TAKE CONTROL</h4>\n<p>Unlike other vendors – you control your pricing and you keep your customer ownership. Don’t be an agent!</p>\n</div></div>\n\n<div class=\"col8\"><div class=\"reasons__option\">\n<h4 class=\"four\">HIT THE GROUND RUNNING</h4>\n<p>Single sign-on to Partner \nEnablement Tools \n– Quote, Sell and Deploy!</p>\n</div></div>\n\n<div class=\"col8\"><div class=\"reasons__option\">\n<h4 class=\"five\">ROOM FOR GROWTH</h4>\n<p>NEC’s UNIVERGE BLUE is one of the broadest cloud services platform globally. As well as award-winning UCaaS there’s contact center, file synching, chat, backup and more. Grow your solution with your customers.</p>\n</div></div>\n\n<div class=\"col8\"><div class=\"reasons__option\">\n<h4 class=\"six\">FASTER, SMARTER TRAINING</h4>\n<p>We’ll get you up to speed in no time with our video-based Virtual Sales Academy, UNIVERGE BLUE University and online accreditation.</p>\n</div></div>\n\n<div class=\"col8\"><div class=\"reasons__option\">\n<h4 class=\"seven\">EXCLUSIVITY</h4>\n<p>NEC don’t do solutions for anyone else. It’s easier to stand out in the marketplace – don’t be a ‘me-too’. Our partnership with Intermedia (***Include PR link here***) is also an EMEA (Europe, Middle East & Africa) exclusive.</p>\n</div></div>\n\n<div class=\"col8\"><div class=\"reasons__option\">\n<h4 class=\"eight\">UNIQUE PARTNER PROGRAM</h4>\n<p>We have designed our new Partner Program to offer our business partners an ideal platform to create new, profitable opportunities.</p>\n</div></div>\n\n<div class=\"col8\"><div class=\"reasons__option\">\n<h4 class=\"nine\">STRESS-FREE CLOUD EXPERIENCE</h4>\n<p>Active QoS Monitoring and High Availability - enjoy 99.999% uptime with guaranteed SLA</p>\n</div></div>\n\n<div class=\"col18 offset3 reasons__outro\">\n\n<h2>CONTACT US TODAY</h2>\n<p>If you would like to discover more about the NEC Partner Program, please fill in the partner boarding form and we will contact you as soon as possible.</p>\n<p>\n<a href=\"\" class=\"button secondary with-icon toggle-target-element\" data-toggle=\"#form_5\"><i class=\"fa fa-arrow-circle-right\"></i>Become a partner Today</a>\n</p>\n</div>\n\n<div class=\"clearfix\"></div>\n</div></section>\n \n \n \n \n ', 'custom', 'custom', '', 'partner-reasons', 0, 0, 'text-left align-top', '', 0, 2, 1, 1, 0),
(1296, 1426, 0, '\n \n \n \n \n \n \n \n <section id=\"oricmvywbi\" class=\"grid-container\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 style=\"text-align: center;\">BECOME AN BUSINESS PARTNER<br>\n<span class=\"nec-orange\">PARTNERING FOR SUCCESS</span></h2>\n\n<p style=\"text-align: center;\">Join the Global No.1! Gain access to our award-winning unified communications, collaboration and IT solutions as well as our expertise as a global technology leader for over 120 years.</p>\n</div>\n</div></section>\n \n \n \n ', '1-column-centered', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(1297, 1431, 0, '\n \n \n \n \n \n \n \n <section id=\"xmhflotnnd\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">NEC Group <span class=\"nec-orange\">Code of Conduct</span></h2>\n\n<p style=\"text-align: center;\">In order to realize a sustainable society, the NEC Group contributes to solving our customers\' issues and advancing the resolution of social issues through the power of ICT, and thereby continues promoting our values of “Safety, Security, Efficiency, and Equality”.</p>\n\n<p style=\"text-align: center;\">To provide our customers and society with excellent value, we have Integrity, high ethical standards and sincerity, as a foundation for all of our actions. This Code of Conduct provides detailed guidelines for this Integrity. As a member of the NEC Group, we promise to comply in good faith with this Code of Conduct so as to be connected with people all over the world, beyond boundaries, and to enable the solving of social issues and sustainable economic growth for the future.</p>\n</div>\n</div></section>\n \n \n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 1, 1, 1, 0),
(1298, 1431, 0, '\n \n \n \n \n \n <section id=\"kkrwgfilsb\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(1299, 100, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"xrfldfqits\" class=\"grid-container\">\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/agent-stats.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<h4 style=\"text-align: center;\">HOW CAN YOU OVERCOME REMOTE WORKING CHALLENGES?</h4>\n\n<p style=\"text-align: center;\">The MyCalls suite has full remote working capabilities. Keep track of your team’s call performance with Presence, live call stats, call reports and call recording!</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p class=\"nec-orange\" style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/remote-working.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<h4 style=\"text-align: center;\">HOW MUCH ARE MISSED CALLS COSTING?</h4>\n\n<p style=\"text-align: center;\">MyCalls highlights every missed call – as it happens. A fast call back means less risk of losing business and customers to your competitors.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p class=\"nec-orange\" style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/benefits.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<h4 style=\"text-align: center;\">WHICH ORGANISATIONS WOULD BENEFIT FROM MYCALLS?</h4>\n\n<p style=\"text-align: center;\">Regardless of size, any organisation that uses the telephone to keep in touch with its customers will benefit. It’s ideal for busy sales departments and helpdesks or for healthcare.</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p class=\"nec-orange\" style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/productivity.png\" style=\"width: 48px; height: 48px;\"></p>\n\n<h4 style=\"text-align: center;\">GOOD REASONS TO CHOOSE MYCALLS</h4>\n\n<p style=\"text-align: center;\">Increases productivity of your team, reduces your operational costs and transforms your customer experience!</p>\n</div>\n</div></section>\n \n \n \n \n \n \n \n ', '4-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 1, 1, 1, 0),
(1300, 100, 0, '\n \n \n \n \n \n \n \n \n \n \n \n <section id=\"ttaopznhmh\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>CALL MANAGEMENT<br>\n<span class=\"nec-blue\">MyCalls Call Manager adds an extra dimension to teams call performance</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"sos\">Manage by Exception</h4>\n\n<p>User-defined system alarms alert managers to urgent situations, e.g. if the number of abandoned calls exceeds a given threshold</p>\n\n<h4 class=\"features\">NEW ENHANCED REPORTING</h4>\n\n<p>Enjoy quicker access to actionable reports with more visuals, charts and drill down analysis</p>\n\n<h4 class=\"mycalls\">‘REAL-TIME’ DASHBOARD</h4>\n\n<p>The ability to display call performance data on a wallboard increases motivation for teams & individuals</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/Mycalls.jpg\" style=\"margin-top:1.5rem;\"></p>\n</div>\n</div></section>\n \n \n \n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 2, 1, 1, 0),
(1301, 100, 0, '\n \n <section id=\"ecibawnlkh\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>EMPOWERED RECEPTION?<br>\n<span class=\"nec-blue\">MyCalls Operator Console provides call control at the hub of your communications</span></h3>\n\n<h4 class=\"hex-icons\">BETTER FIRST IMPRESSIONS?</h4>\n\n<div class=\"hex-icons\">Deliver excellent first contact with your customers with professional & friendly service - even during heavy call traffic</div>\n\n<h4 class=\"hex-icons\">SIMPLE, VISUAL INTERFACE?</h4>\n\n<div class=\"hex-icons\">Like a company dashboard, all calls are presented clearly along with Caller ID, phonebook & previous handling</div>\n\n<h4 class=\"hex-icons\">CALL CONTROL?</h4>\n\n<div class=\"hex-icons\">Calls can be answered in any order, from queues, using drag & drop simplicity, while VIP callers are easily prioritised</div>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"cbouhhrvsg\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, cbouhhrvsg\" title=\"Tekstverwerker, cbouhhrvsg\" aria-describedby=\"cke_425\" contenteditable=\"true\"><h3>EMPOWERED RECEPTION?<br><span class=\"nec-blue\">MyCalls Operator Console provides call control at the hub of your communications</span><br></h3><h4 class=\"hex-icons\">BETTER FIRST IMPRESSIONS?<br></h4><div class=\"hex-icons\">Deliver excellent first contact with your customers with professional & friendly service - even during heavy call traffic <br></div><h4 class=\"hex-icons\">SIMPLE, VISUAL INTERFACE?<br></h4><div class=\"hex-icons\">Like a company dashboard, all calls are presented clearly along with Caller ID, phonebook & previous handling <br></div><h4 class=\"hex-icons\">CALL CONTROL?<br></h4><div class=\"hex-icons\">Calls can be answered in any order, from queues, using drag & drop simplicity, while VIP callers are easily prioritised<br></div></div></div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(1302, 100, 0, '\n \n <section id=\"vfcmmkbeyu\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>EMPOWERED RECEPTION?<br>\n<span class=\"nec-blue\">MyCalls Operator Console provides call control at the hub of your communications</span></h3>\n\n<div class=\"hex-icons\">\n<h4>BETTER FIRST IMPRESSIONS?</h4>\n\n<p>Deliver excellent first contact with your customers with professional & friendly service - even during heavy call traffic</p>\n\n<h4>SIMPLE, VISUAL INTERFACE?</h4>\n\n<p>Like a company dashboard, all calls are presented clearly along with Caller ID, phonebook & previous handling</p>\n\n<h4>CALL CONTROL?</h4>\n\n<p>Calls can be answered in any order, from queues, using drag & drop simplicity, while VIP callers are easily prioritised</p>\n</div>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"nvztciqtxg\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, nvztciqtxg\" title=\"Tekstverwerker, nvztciqtxg\" aria-describedby=\"cke_425\" contenteditable=\"true\"><h3>EMPOWERED RECEPTION?<br><span class=\"nec-blue\">MyCalls Operator Console provides call control at the hub of your communications</span><br></h3><div class=\"hex-icons\"><h4>BETTER FIRST IMPRESSIONS?<br></h4><p>Deliver excellent first contact with your customers with professional & friendly service - even during heavy call traffic</p><h4>SIMPLE, VISUAL INTERFACE?</h4><p>Like a company dashboard, all calls are presented clearly along with Caller ID, phonebook & previous handling</p><h4>CALL CONTROL?</h4><p>Calls can be answered in any order, from queues, using drag & drop simplicity, while VIP callers are easily prioritised</p></div></div></div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(1303, 100, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"isfiglkplp\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/mycalls-empowered-reception.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>EMPOWERED RECEPTION<br>\n<span class=\"nec-blue\">MyCalls Operator Console provides call control at the hub of your communications</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"customer-service\">BETTER FIRST IMPRESSIONS</h4>\n\n<p>Deliver excellent first contact with your customers with professional & friendly service - even during heavy call traffic</p>\n\n<h4 class=\"navigation\">SIMPLE, VISUAL INTERFACE</h4>\n\n<p>Like a company dashboard, all calls are presented clearly along with Caller ID, phonebook & previous handling</p>\n\n<h4 class=\"headset\">CALL CONTROL</h4>\n\n<p>Calls can be answered in any order, from queues, using drag & drop simplicity, while VIP callers are easily prioritised</p>\n</div>\n</div>\n</div></section>\n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 3, 1, 1, 0),
(1304, 100, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"scelylmags\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/mycalls-credit-card-payments.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>CALL RECORDING<br>\n<span class=\"nec-blue\">MyCall Call Recorder: simple, secure call recording with advanced analytics</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"record\">WHO SAID WHAT</h4>\n\n<p>Provides undisputable facts about every call that can be used to resolve disputes quickly & effectively</p>\n\n<h4 class=\"security\">SECURE RECORDINGS</h4>\n\n<p>All recordings have highly secure 256 bit encryption – complies with current rules on safe storage of customer information</p>\n\n<h4 class=\"security\">Take credit card payments</h4>\n\n<p>Stop/Start recording for security compliancy with credit card payments over the phone</p>\n</div>\n</div>\n</div></section>\n \n \n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 5, 1, 1, 0),
(1305, 100, 0, '\n \n \n \n \n \n <section id=\"rbsypedltw\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>.</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 1, 1, 0, 0),
(1307, 100, 0, '\n \n \n \n \n \n <section id=\"fllotalcvh\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>FASTER, BETTER COMMUNICATIONS<br>\n<span class=\"nec-blue\">MyCalls Desktop speeds up your call handling and transforms customer experience</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"call-control\">Speeds Workflow</h4>\n\n<p>Callers are identified immediately, with screen-popped access to database records for faster, warmer, more efficient service</p>\n\n<h4 class=\"larger-sites\">Presence</h4>\n\n<p>Provides bird’s eye view of your colleagues status and availability</p>\n\n<h4 class=\"handset\">Real-time views</h4>\n\n<p>Extension activity from the desktop simplifies all telephone functions & saves time on basics like dialling & call transfer</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/MyCalls%20Enhanced%20Reporting.jpg\" style=\"margin: 0px 15%; width: 70%;margin-top:3rem;\"></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 4, 1, 1, 0),
(1306, 100, 0, '\n \n \n \n <section id=\"tcfbbpaeup\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DELIGHT YOUR CUSTOMERS<br>\n<span class=\"nec-blue\">MyCalls Call Centre enhances performance for call centre managers, supervisors and agents</span></h3>\n\n<div class=\"hex-icons\">\n<h4>Increase Capability</h4>\n\n<p>Full call centre functionality built around NEC ACD technology enhances customer experience</p>\n\n<h4>Maximise Agent Productivity</h4>\n\n<p>Managers have real-time information & activity reports essential to agent performance and training</p>\n\n<h4>Predictive Abandonment</h4>\n\n<p>Intelligent call analysis to help prevent losing callers and business</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(1308, 100, 0, '\n \n <section id=\"lgkemgglmq\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DELIGHT YOUR CUSTOMERS<br>\n<span class=\"nec-blue\">MyCalls Call Centre enhances performance for call centre managers, supervisors and agents</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"record\">Increase Capability?</h4>\n\n<p>Full call centre functionality built around NEC ACD technology enhances customer experience</p>\n\n<h4 class=\"security\">Maximise Agent Productivity?</h4>\n\n<p>Managers have real-time information & activity reports essential to agent performance and training</p>\n\n<h4 class=\"security\">Predictive Abandonment</h4>\n\n<p>?Intelligent call analysis to help prevent losing callers and business</p>\n</div>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"qmlfppbdou\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, qmlfppbdou\" title=\"Tekstverwerker, qmlfppbdou\" aria-describedby=\"cke_638\" contenteditable=\"true\"><h3>DELIGHT YOUR CUSTOMERS<br><span class=\"nec-blue\">MyCalls Call Centre enhances performance for call centre managers, supervisors and agents</span><br></h3><div class=\"hex-icons\"><h4 class=\"record\">Increase Capability?</h4><p>Full call centre functionality built around NEC ACD technology enhances customer experience<br></p><h4 class=\"security\">Maximise Agent Productivity?</h4><p>Managers have real-time information & activity reports essential to agent performance and training</p><h4 class=\"security\">Predictive Abandonment</h4><p>?Intelligent call analysis to help prevent losing callers and business</p></div></div></div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"></div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 5, 1, 0, 0),
(1309, 100, 0, '\n \n \n \n <section id=\"gqpfltksri\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>DELIGHT YOUR CUSTOMERS<br>\n<span class=\"nec-blue\">MyCalls Call Centre enhances performance for call centre managers, supervisors and agents</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"productivity\">Increase Capability</h4>\n\n<p>Full call centre functionality built around NEC ACD technology enhances customer experience</p>\n\n<h4 class=\"abandonment\">Maximise Agent Productivity</h4>\n\n<p>Managers have real-time information & activity reports essential to agent performance and training</p>\n\n<h4 class=\"agent\">Predictive Abandonment</h4>\n\n<p>Intelligent call analysis to help prevent losing callers and business</p>\n</div>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/agent-delight-customers.jpg\"></p>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 5, 1, 1, 0),
(1322, 1449, 0, '\n \n <section id=\"ywvhyxfbku\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">Network Simplified</h2>\n\n<p style=\"text-align: center;\">The NEC Network Operation Engine (NOE) simplifies day-to-day automated and virtualized networking management by delivering a secure, flexible and centrally configurable network made possible through an easy-to-use management interface and drag-and-drop configuration.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 1, 1, 1, 0),
(1317, 1448, 0, '\n \n \n \n \n \n <section id=\"qsexzpwdbl\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/5-Dedicated-technical-support.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>ALWAYS THERE:<br>\n<span class=\"nec-blue\">Dedicated technical support</span></h3>\n\n<ul>\n <li>100% UK based</li>\n <li>Unsurpassed levels of telephone and online support</li>\n <li>Experienced, highly responsive team</li>\n <li>Complete technical & sales support with a <strong>single point of contact</strong></li>\n</ul>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 4, 1, 1, 0),
(1318, 1448, 0, '\n \n \n \n \n \n <section id=\"wisscgkntc\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>yOUR SUCCESS IS OUR SUCCESS:<br>\n<span class=\"nec-blue\">Dedicated sales support</span></h3>\n\n<ul>\n <li><strong>Live demo support</strong></li>\n <li>Award Winning Channel Partner Programs</li>\n <li>Vertical market expertise</li>\n <li>Extensive Marketing support</li>\n <li>Regional based logistics</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/6-Dedicated-sales-support.jpg\"></p>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 5, 1, 1, 0),
(1321, 1448, 0, '\n \n <section id=\"kcuwkdlibi\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2>For an introduction from the NEC Team contact us today</h2>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 1, 0),
(1323, 1449, 0, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"idvtkhhshr\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>The NOE<br>\n<span class=\"nec-blue\">offers</span></h3>\n\n<ul>\n <li>A browser-based management interface featuring full physical network topology and intuitive virtual network views.</li>\n <li>Automated bulk configuration via GUI operation eliminates the potential of misconfigurations and inconsistencies.</li>\n <li>Schedulable virtualized device and link-status health checks, and on-demand audits and bandwidth usage monitoring.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Virtualized<br>\n<span class=\"nec-blue\">Management</span></h3>\n\n<ul>\n <li>Conversion of multiple virtual networks to a single common physical network specific to category of devices.</li>\n <li>Easy addition or migration of devices on the virtual network without requiring changes in the physical network.</li>\n <li>Optimal configuration and isolation of each virtual network.</li>\n <li>Virtualized L2 and L3 networks for automatic configuration and routing.</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n \n \n \n ', '2-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 2, 1, 1, 0),
(1319, 1448, 0, '\n \n \n \n \n \n <section id=\"qpwrbokauu\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/7-UNIQUE-CHANNEL-PARTNER-PROGRAM.jpg\"></p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>WE WORK FOR YOU:<br>\n<span class=\"nec-blue\">UNIQUE CHANNEL PARTNER PROGRAM</span></h3>\n\n<ul>\n <li>Do you want to WORK FOR your PBX/Cloud technology VENDORS?<br>\n OR…</li>\n <li>Do you want your cloud technology vendors to <strong>WORK FOR YOU?</strong></li>\n <li>We are committed to a business model that enhances your profitability and to help you win against your competitors</li>\n</ul>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 5, 1, 1, 0),
(1320, 1448, 0, '<section id=\"stmpeblzxf\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 6, 1, 0, 0),
(1325, 1449, 0, '\n \n <section id=\"novveshctx\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\"><strong>TRY THEN BUY</strong> – Act now for a free 90-day trial</h2>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 1, 0, 0),
(1324, 1449, 0, '\n \n \n \n \n \n \n \n \n \n <section id=\"hwboyqtxkp\" class=\"grid-container\"><div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><p>ff</p>\n</div>\n</div>\n\n<div class=\"col12\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3>Virtualized<br>\n<span class=\"nec-blue\">Management</span></h3>\n\n<ul>\n <li>Conversion of multiple virtual networks to a single common physical network specific to category of devices.</li>\n <li>Easy addition or migration of devices on the virtual network without requiring changes in the physical network.</li>\n <li>Optimal configuration and isolation of each virtual network.</li>\n <li>Virtualized L2 and L3 networks for automatic configuration and routing.</li>\n</ul>\n</div>\n</div></section>\n \n \n \n \n ', '2-column', 'text', '', 'vertical-align-middle', 0, 0, 'text-left align-top', '', 0, 3, 1, 0, 0),
(1326, 1449, 0, '\n \n <section id=\"pylsggkept\" class=\"grid-container\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"work-quickly\">Work quickly</h4>\n\n<p>Provisioning network devices, configuration and services through automation methods enable modern IT organizations to work rapid.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"service\">Avoid mistakes</h4>\n\n<p>People rely on manual command line interfaces, which require significant typing and lead to errors. Network automation avoids these mistakes.</p>\n</div>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"health\">Keep networks operating well</h4>\n\n<p>Network performance improves since automation enables feedback to reconfigure systems as needed</p>\n</div>\n</div>\n</div></section>\n ', '3-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 1, 1, 1, 0),
(1327, 226, 0, '\n \n \n \n \n \n <section id=\"ekndqefrou\" class=\"grid-container\"><div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/1.png\" style=\"height: 64px; width: 57px; display: block; margin: 0px auto 0.75rem;\">COMMITMENT</h4>\n\n<p style=\"text-align: center;\">A strong, long standing<br>\ncommitment to the PBX</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/2.png\" style=\"height: 64px; width: 57px; display: block; margin: 0px auto 0.75rem;\">STABILITY</h4>\n\n<p style=\"text-align: center;\">Financially stable & global<br>\nSME #1 for 6 consecutive years</p>\n</div>\n</div>\n\n<div class=\"col8\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/3.png\" style=\"height: 64px; width: 57px; display: block; margin: 0px auto 0.75rem;\">CHOICE</h4>\n\n<p style=\"text-align: center;\">PBX, Hybrid and Cloud –<br>\nat NEC we cover all bases</p>\n</div>\n</div></section>\n \n \n ', '3-column', 'text', '', 'has-devider-after', 0, 0, 'text-left align-top', '', 0, 1, 1, 0, 0),
(1328, 226, 0, '\n \n \n \n <section id=\"wmehkzxyde\" class=\"grid-container\"><div class=\"col6 offset3\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/1.png\" style=\"height: 48px; width: 43px; display: block; margin: 0px auto 0.75rem;\">COMMITMENT</h4>\n\n<p style=\"text-align: center;\">A strong, long standing<br>\ncommitment to the PBX</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/2.png\" style=\"height: 48px; width: 43px; display: block; margin: 0px auto 0.75rem;\">STABILITY</h4>\n\n<p style=\"text-align: center;\">Financially stable & global<br>\nSME #1 for 6 consecutive years</p>\n</div>\n</div>\n\n<div class=\"col6\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h4 style=\"text-align: center;\"><img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/3.png\" style=\"height: 48px; width: 43px; display: block; margin: 0px auto 0.75rem;\">CHOICE</h4>\n\n<p style=\"text-align: center;\">PBX, Hybrid and Cloud –<br>\nat NEC we cover all bases</p>\n</div>\n</div></section>\n \n ', '3-column-centered', 'text', '', 'panel-grey10', 0, 0, 'text-left align-top', '', 0, 2, 1, 1, 0),
(1329, 226, 0, '\n \n \n \n \n \n <section id=\"mlhllbiwbk\" class=\"grid-container\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h2 align=\"center\">3 ROCK SOLID REASONS <span class=\"nec-orange\">TO CHOOSE NEC</span></h2>\n\n<p align=\"center\">In turbulent times you need a vendor you can rely on. Trust NEC to deliver:</p>\n</div>\n</div></section>\n \n \n ', '1-column-centered', 'text', '', '', 0, 0, 'text-left align-top', '', 0, 1, 1, 1, 0),
(1330, 226, 0, '<section id=\"llptwuhnti\" class=\"grid-container\"><div class=\"col24\"><div class=\"column-wrapper\" edittype=\"none\"><div class=\"vert-offset-1\"></div></div></div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 2, 1, 1, 0),
(1331, 120, 0, '\n \n <section id=\"xfplqhkbat\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2 class=\"nec-orange\" style=\"text-align: center;\">Small Business Phone System</h2>\n\n<p style=\"text-align: center;\">NEC’s SL2100 (Small Business Phone System) and SV9100 (SME Phone System) brings all this together with a cost-effective, modular solutions that keeps your team – and your customers – connected.</p>\n\n<p style=\"text-align: center;\">Looking for cost-effective telephone systems for small businesses or SMEs? NEC have the answer.</p>\n</div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(1332, 19, 0, '\n \n \n \n <section id=\"xsvfdagult\" class=\"grid-container\"><div class=\"col16 offset4\">\n<div class=\"column-wrapper\" edittype=\"textarea\" style=\"\"><h3 class=\"nec-blue\" style=\"text-align: center;margin-bottom:0;\">Overcoming today’s communications challenges with our small business voip phone system</h3>\n</div>\n</div></section>\n \n ', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 1, 1, 0, 0),
(1333, 1069, 0, '\n \n \n \n <section id=\"mxblkirehq\" class=\"grid-container\"><div class=\"col24\">\n<div class=\"column-wrapper\" style=\"\"><h2>Addressing the Coronavirus challenge<br>\n<span class=\"nec-orange\">with Smart Communications</span></h2>\n\n<p>Since the dramatic spread of the Coronavirus and lockdown, remote working has become the ‘new normal’. Synergise your work force and maintain business continuity with NEC’s versatile and robust remote worker communications.</p>\n\n<hr></div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, 'text-center ', '', 0, 0, 1, 0, 0),
(1334, 1069, 0, '<section id=\"nbyyirqsab\" class=\"grid-container\"><div class=\"page-row\"> \r\n<div class=\"grid-container\"> \r\n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\r\n \r\n <div class=\" cell\">\r\n <div class=\"column-wrapper\" style=\"\"><h2>Addressing the Coronavirus challenge<br>\r\n<span class=\"nec-orange\">with Smart Communications</span></h2>\r\n\r\n<p>Since the dramatic spread of the Coronavirus and lockdown, remote working has become the ‘new normal’. Synergise your work force and maintain business continuity with NEC’s versatile and robust remote worker communications.</p>\r\n</div>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n</div></section>\r\n \r\n \r\n \r\n ', '1-column', 'text', '', 'has-devider-after', 0, 0, ' ', '', 0, 0, 0, 1, 0),
(1335, 1069, 0, '<section id=\"iuoggxiynx\" class=\"grid-container\"><div class=\"grid-x grid-padding-x hr-devider\">\n<div class=\"medium-12 cell\">\n<hr>\n</div>\n</div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(1336, 1069, 0, '<section id=\"hvpgtgihyz\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 cell\">\n<div class=\"column-wrapper\">\n\n<div class=\"column-wrapper\" edittype=\"spacer\"><div class=\"default-spacer\"></div></div>\n\n</div>\n</div>\n</div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(1337, 1069, 0, '<section id=\"ncnctslhhz\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 cell\">\n<div class=\"column-wrapper\">\n\n<div class=\"column-wrapper\" edittype=\"spacer\"><div class=\"default-spacer\"></div></div>\n\n</div>\n</div>\n</div></section>', 'spacer', 'text', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(1338, 1069, 0, '<section id=\"izfmxdsupu\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 cell\">\n<div class=\"column-wrapper\">\n\n<div class=\"column-wrapper\" edittype=\"spacer\"><div class=\"default-spacer\"></div></div>\n\n</div>\n</div>\n</div>\n</section>', 'spacer', 'spacer', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(1339, 1069, 0, '\n \n \n \n \n \n \n \n <section id=\"aiuiexhgmw\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\" medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"on-top guide\"><a href=\"/products/remote-working\">NEC’s Guide to<br>\nRemote Working</a></h4>\n</div>\n</div>\n\n<div class=\" medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"on-top prepared\"><a href=\"/newsroom/Blogs/Being-Prepared-1411\">Being Prepared: Moving<br>\nForward in a COVID-19 World</a></h4>\n</div>\n</div>\n\n<div class=\" medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"on-top telecommuting\"><a href=\"/newsroom/Blogs/The-New-Normal-of-Telecommuting-1401\">The New Normal of Telecommuting</a></h4>\n</div>\n</div>\n\n<div class=\" medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"on-top communications\"><a href=\"/newsroom/Blogs/Smart-Enterprise-Communications-in-times-of-Corona-1389\">Enterprise Communications in Times of COVID-19</a></h4>\n</div>\n</div>\n</div></section>\n \n \n \n ', '4-column', 'text', '', 'hex-icons', 0, 0, 'text-center align-top', '', 0, 1, 0, 1, 0),
(1342, 1069, 0, '<section id=\"hmheoyhlob\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1343, 1069, 0, '<section id=\"yevvhgyhbw\" class=\"\"><div class=\"page-section page__section-group section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'panel-grey10', 0, 0, ' ', '', 0, 1, 0, 0, 0),
(1344, 1069, 1343, '\n \n <section id=\"ofqupixiex\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2>Moving Society & Enterprises Forward</h2>\n\n<p>As an Information and Communications Technology (ICT) leader with nearly 120 years of expertise, NEC combines its advanced technologies, phone systems and knowledge to help ensure the safety, security, efficiency and equality of society ? enabling people to live brighter, more enriched lives.</p>\n</div>\n </div>\n \n </div>\n </div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1345, 1069, 1343, '\n \n <section id=\"ryqyiefnya\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2>Moving Society & Enterprises Forward</h2>\n\n<p>As an Information and Communications Technology (ICT) leader with nearly 120 years of expertise, NEC combines its advanced technologies, phone systems and knowledge to help ensure the safety, security, efficiency and equality of society ? enabling people to live brighter, more enriched lives.</p>\n</div>\n </div>\n \n </div>\n </div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1346, 1069, 0, '<section id=\"rnpskghwpw\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'trending-topics', 0, 0, 'text-left align-top', '', 0, 2, 0, 1, 0),
(1347, 1069, 1346, '\n \n \n \n \n \n <section id=\"ldbhhovgyq\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x align-center text-center align-top\">\n \n <div class=\" cell small-12 medium-8\">\n <div class=\"column-wrapper\" style=\"\"><h2>Moving Society & Enterprises Forward</h2>\n\n<p>As an Information and Communications Technology (ICT) leader with nearly 120 years of expertise, NEC combines its advanced technologies, phone systems and knowledge to help ensure the safety, security, efficiency and equality of society ? enabling people to live brighter, more enriched lives.</p>\n</div>\n </div>\n \n </div>\n </div>\n</div></section>\n \n \n ', '1-column', 'text', '', '', 0, 0, 'text-center align-top', 'small-12 medium-8', 0, 1, 0, 1, 0),
(1348, 1069, 1346, '<section id=\"zqaqbedvrs\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1349, 1069, 1346, '<section id=\"lhztkbbdcz\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1350, 1069, 1346, '\n \n \n \n <section id=\"hvnbkivvww\" class=\"grid-container\">\n<div class=\"custom-code\">{trending_topics}</div></section>\n \n ', 'Custom code', 'custom', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1351, 1069, 0, '\n \n \n \n <section id=\"paezxylgoh\" class=\"grid-container\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\" cell\">\n \n<div class=\"custom-code\">{trending_topics}</div>\n\n </div>\n </div>\n</div></section>\n \n ', 'Custom code', 'custom', '', '', 0, 0, ' ', '', 5, 2, 0, 0, 0),
(1353, 1069, 0, '<section id=\"iaccqrmvym\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\">\n <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h1>\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n \n </div>\n </div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 0, 0, 0),
(1352, 1459, 0, '<section id=\"cfzrlsrfyw\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\">\n <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h1>\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n \n </div>\n </div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1354, 1459, 0, '<section id=\"oexsnqksvw\" class=\"grid-container\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n \n<div class=\"custom-code\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n\n </div>\n </div>\n</div></section>', 'Custom code', 'custom', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1355, 1459, 0, '<section id=\"ksmopmhkqe\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1356, 1459, 0, '<section id=\"ytmfmzobxr\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\">\n <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h1>\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n \n </div>\n </div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(1357, 1459, 0, '<section id=\"vmotphfrsf\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(1358, 1459, 1357, '\n \n \n \n \n \n <section id=\"yuifxzkqdi\" class=\"grid-container\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\" cell\">\n \n<div class=\"custom-code\">{trending_topics_nog_iets}</div>\n\n </div>\n </div>\n</div></section>\n \n \n ', 'Custom code', 'custom', '', '', 0, 0, ' ', '', 5, 1, 0, 0, 0),
(1359, 1069, 1346, '\n \n \n \n \n \n \n \n \n \n <section id=\"ftucutdpcl\" class=\"grid-container\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x align-center text-center align-top\">\n \n <div class=\" cell small-12\">\n \n<div class=\"custom-code\">{trending_topics}</div>\n\n </div>\n </div>\n</div></section>\n \n \n \n \n ', 'Custom code', 'custom', '', '', 0, 0, 'text-center align-top', 'small-12', 5, 1, 0, 0, 0),
(1360, 1069, 0, '<section id=\"cembhwvozg\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 2, 0, 0, 0),
(1361, 1069, 1360, '<section id=\"gyofblfznd\" class=\"grid-container\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n \n<div class=\"custom-code\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</p>\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n\n </div>\n </div>\n</div></section>', 'Custom code', 'custom', '', '', 0, 0, '', '', 0, 2, 0, 0, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(1362, 1069, 1360, '\n \n \n \n \n \n <section id=\"wxsgevhozr\" class=\"\"><div class=\"custom-code\"><div class=\"grid-container\">\n<div class=\"grid-x grid-padding-x\">\n{trending_topics}\n</div>\n</div></div>\n</section>\n \n \n ', 'Custom code', 'custom', '', '', 0, 0, ' ', '', 5, 2, 0, 0, 0),
(1363, 1069, 1346, '\n \n \n \n <section id=\"kqvpsaewmu\" class=\"\"><div class=\"custom-code\"><div class=\"grid-container\">\n<div class=\"grid-x grid-padding-x\">\n{trending_topics}\n</div>\n</div></div>\n</section>\n \n ', 'Custom code', 'custom', '', '', 0, 0, ' ', '', 5, 1, 0, 1, 0),
(1364, 1069, 0, '<section id=\"hmosapzpkw\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'latest-news', 0, 0, ' ', '', 0, 3, 0, 1, 0),
(1365, 1069, 1364, '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <section id=\"zygbishxwo\" class=\"\"><div class=\"custom-code\"><div class=\"grid-container\">\n<div class=\"grid-x grid-padding-x align-center text-left align-top\">\n<div class=\"cell text-center\">\n<h3>Latest News</h3>\n<ul class=\"news-browser\">\n{latest_news}\n</ul>\n</div>\n</div></div></div>\n</section>\n \n \n \n \n \n \n \n ', 'Custom code', 'custom', '', '', 0, 0, 'text-left align-top', '', 6, 2, 0, 1, 0),
(1366, 1062, 0, '<section id=\"anctwdghdv\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'rows-devider-bottom', 0, 0, ' ', '', 0, 0, 0, 1, 0),
(1367, 1062, 1366, '\n \n \n \n <section id=\"zencddpcnz\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">ADAPTING TO CHANGE REQUIRES FLEXIBLE COMMUNICATIONS</h2>\n\n<p style=\"text-align: center;\">As working from home has become the ‘new normal’ for many employees, the need for easy to use, robust conferencing has become an essential. The SL2100 provides this in a more cost-effective way because there’s more built-in.</p>\n</div>\n </div>\n \n </div>\n </div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(1368, 1062, 1366, '<section id=\"nehitmrlwv\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\">\n <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h1>\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\">\n <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h1>\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n \n</div>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(1369, 1062, 1366, '\n \n \n \n <section id=\"lcaezpvbvc\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x text-left align-top\">\n \n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>Smart Communications for 5 – 100+ users</h3>\n\n<p>WebRTC is included ‘out-of-the box’ for SL2100 users, providing video conferencing, collaboration and screen-share for your team.</p>\n\n<p>With VoIP capabilities, it puts Unified Communications within reach of small businesses or it can be used as resilient TDM solution with future-proof upgrade potential. It also presents considerable savings and functionality over and above alternative hosted solutions.</p>\n\n<p>The SL2100 galvanizes your team. In turn, it creates a positive customer experience that generates repeat business.</p>\n\n<p>Your business can’t afford downtime and nor can your communications. The SL2100 provides a reliable, ‘always-on’ solution. There’s less hardware, less licences, less maintenance to worry about.</p>\n</div>\n </div>\n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/emea/NEC_SL2100-system-emea.jpg\"></p>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, 'text-left align-top', '', 0, 2, 0, 0, 0),
(1370, 1062, 1366, '\n \n \n \n <section id=\"kngaxzsmma\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/value-for-money.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Value for Money</h4>\n\n<p style=\"text-align: center;\">Powerful communications with a <strong>small business price tag</strong> that allows you to pay only for what you need. Completely scalable as your business grows.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/ease-to-use.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Easy to Use</h4>\n\n<p style=\"text-align: center;\">Intuitive <strong>applications and features</strong> your whole team can easily use to empower them to be <strong>more productive</strong>. The easy installation also means there’s no downtime.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/keep-connected.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Keep Connected</h4>\n\n<p style=\"text-align: center;\">Single number reach, DECT mobile handsets, built-in conferencing and voice-mail <strong>keeps colleagues and customers up-to-date</strong> and connected.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/safety-first.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Safety First</h4>\n\n<p style=\"text-align: center;\">Includes an <strong>expanded and diverse portfolio of InApps</strong>.<br>\nAs well as providing compelling business benefits, these built-in/on-board apps require no external PC or server.</p>\n</div>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 3, 0, 0, 0),
(1371, 1062, 1366, '\n \n \n \n <section id=\"zduauxycbx\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><a class=\"button primary\" href=\"https://www.necsl2100.com/\">Experience the SL2100 on www.necsl2100.com</a></p>\n</div>\n </div>\n \n </div>\n </div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 0, 0, 0),
(1372, 1062, 1366, '\n \n \n \n <section id=\"ighyzfxoeq\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>UNIVERGE ST500 Smartphone Client</h3>\n\n<h4>Voice & video mobile extension for your smartphone</h4>\n\n<p>Using your Apple iPhone, iPad and Android smart devices, the ST500 enables your native contact lists to make and receive voice and video calls. Simply connect to WiFi or use your mobile data (3G/4G) to handle your calls.</p>\n\n<ul>\n <li>Integrates into your smartphone contacts</li>\n <li>Complete call history</li>\n <li>Bluetooth headset support</li>\n <li>Video calling capabilities</li>\n <li>Compatible with NEC’s SL2100, SV9100, SV9300 & SV9500 communication platforms</li>\n</ul>\n</div>\n </div>\n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><strong><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/softphones/ST500-apps.png\" style=\"height: 219px; width: 550px;\"></strong></p>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 5, 0, 0, 0),
(1373, 19, 0, '<section id=\"qodxacztai\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 2, 0, 0, 0),
(1374, 19, 1373, '\n \n <section id=\"duzgrlgamf\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">The SV9100 small business voip phone delivers reliable cost-effective communications from 10 to 896 users</h2>\n\n<p align=\"center\">Supporting a suite of secure voice, video and collaboration applications and out-of-the-box mobility, the versatile SV9100 keeps your team – and your customers – connected.</p>\n</div>\n </div>\n \n </div>\n </div>\n</div></section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 0, 0, 0),
(1375, 19, 1373, '\n \n \n <section id=\"yilgauotin\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3 class=\"nec-blue\" style=\"text-align: center;margin-bottom:0;\">Overcoming today’s communications challenges with our small business voip phone system</h3>\n</div>\n </div>\n \n </div>\n </div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1376, 19, 1373, '\n \n \n <section id=\"dhhsnhzoud\" class=\"grid-container\"><div class=\"grid-x grid-padding-x small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Remote<br>\nworking?</h4>\n\n<p style=\"text-align: center;\">Choose from a wide range of robust home working communications</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Don\'t get caught out with the ISDN switch off!</h4>\n\n<p style=\"text-align: center;\">The SV9100 uses SIP technology which future-proofs your investment</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Multi-generational workforce?</h4>\n\n<p style=\"text-align: center;\">The SV9100 combines telephony as well as mobility, homeworking & BYOD capabilities</p>\n</div>\n</div>\n\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Robust & reliable solution</h4>\n\n<p style=\"text-align: center;\">Can your business afford downtime?</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Robust & reliable solution</h4>\n\n<p style=\"text-align: center;\">Can your business afford downtime?</p>\n</div>\n</div>\n</div></section>\n \n ', '5-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1377, 19, 0, '\n \n \n <section id=\"wnvrtqvovm\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">The SV9100 small business voip phone delivers reliable cost-effective communications from 10 to 896 users</h2>\n\n<p align=\"center\">Supporting a suite of secure voice, video and collaboration applications and out-of-the-box mobility, the versatile SV9100 keeps your team – and your customers – connected.</p>\n</div>\n </div>\n \n </div>\n </div>\n</div></section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1378, 19, 0, '<section id=\"ksphsxslrf\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'rows-devider-bottom', 0, 0, 'text-left align-top', '', 0, 3, 0, 1, 0),
(1379, 19, 1378, '\n \n \n <section id=\"seadqgnvor\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/sv9100-home-workers.jpg\" style=\"width: 90%;margin:auto;display:block;\"></p>\n</div>\n </div>\n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>Remote Workers<br>\n<span class=\"nec-blue\">LOOK AFTER YOUR TEAM AND YOUR BUSINESS CONTINUITY </span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"mobile-extensions\"><strong>VIDEO CONFERENCING </strong></h4>\n\n<p>Enjoy built-in WebRTC video conferencing for your team. Enhance further with InUC - document sharing, screen sharing & presence & more.</p>\n\n<h4 class=\"home-worker\"><strong>HOME AND AWAY</strong></h4>\n\n<p>The ST500 makes your smartphone smarter. Enable voice & video mobile extension over WiFi for your smartphone or smart device.</p>\n\n<h4 class=\"features\"><strong>SYSTEM FEATURES</strong></h4>\n\n<p>The SV9100 works beautifully as a home office VoIP phone system. Home workers benefit from all system features for greater connectivity & seamless customer experience</p>\n\n<p><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/remote-working\">Remote Working solutions</a></p>\n</div>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(1380, 19, 1378, '\n \n \n <section id=\"fffzzagyzs\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"></div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/sv9100-smart-mobility-options-3.jpg\" style=\"margin: auto; display: block;\"></p>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1381, 19, 1378, '\n \n \n <section id=\"eispogkyef\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/NEC-UT890-IP-videophone.jpg\"></p>\n</div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"></div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 0, 0, 0),
(1395, 19, 1373, '<section id=\"pumeeqyxpv\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\">\n <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h1>\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n \n </div>\n</div>\n</div>\n</section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 0, 0, 0),
(1382, 19, 1378, '\n \n \n <section id=\"qwrgtalbuv\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"></div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"></div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 3, 0, 0, 0),
(1383, 19, 1373, '<section id=\"wgokunsitc\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\">\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\">\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n \n</div>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1384, 19, 1378, '\n \n \n <section id=\"eechgntdqu\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"record\">Call Recording</h4>\n\n<p><a href=\"https://www.nec-enterprise.com/products/Call-Recording\" style=\"text-decoration:underline;\">MyCalls Call Recorder</a><strong> </strong>provides a record of who said what enabling quick dispute resolution, avoiding potentially costly litigation and more</p>\n\n<h4 class=\"toll-fraud\">Toll Fraud Defence</h4>\n\n<p>NEC’s <a href=\"https://www.nec-enterprise.com/products/InGuard-1319\" style=\"text-decoration:underline;\">InGuard</a> application helps defend a business against attacks 24/7/365 defence from Toll Fraud.</p>\n</div>\n</div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"sos\">Panic Keys</h4>\n\n<p>SV9100 <a href=\"https://www.nec-enterprise.com/products/Desktop-Terminals\" style=\"text-decoration:underline;\">desktop telephones</a> can be programmed with a one-button emergency key - alerts all other phones of an emergency including location/room it’s coming from</p>\n\n<h4 class=\"panic\">Electronic Door Switch</h4>\n\n<p>NEC door phones and electronic door locks help protect your premises and can be operated from any of your phones</p>\n</div>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 5, 0, 0, 0),
(1385, 19, 1378, '\n \n \n \n \n <section id=\"hfporwwotn\" class=\"grid-container\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\" cell\">\n <div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">SMART SECURITY<br>\n<span class=\"nec-blue\">Keeping staff, network and premises safe</span></h3>\n</div>\n </div>\n \n </div>\n </div>\n</div></section>\n \n \n ', '1-column', 'text', '', 'row-no-border', 0, 0, ' ', '', 0, 4, 0, 0, 0),
(1386, 19, 1378, '\n \n \n <section id=\"zfvqxidkzb\" class=\"grid-container\"><div class=\"grid-x grid-padding-x small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/on-the-road.png\" style=\"width: 48px; height: 48px;\"><br>\nOn The Road</h4>\n\n<p style=\"text-align: center;\">Flexible call control and management increases workforce efficiency.</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/on-premises.png\" style=\"width: 48px; height: 48px;\"><br>\nOn Premises</h4>\n\n<p style=\"text-align: center;\">A choice of desktop, handset and mobile devices fully equip workers.</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/roaming.png\" style=\"width: 48px; height: 48px;\"><br>\nSeamless Roaming</h4>\n\n<p style=\"text-align: center;\">Handsets extend reachability across business sites effortlessly.</p>\n</div>\n</div>\n\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/home-connected.png\" style=\"width: 48px; height: 48px;\"><br>\nHome Connected</h4>\n\n<p style=\"text-align: center;\">Robust tools and services keep remote workers connected and engaged.</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/home-connected.png\" style=\"width: 48px; height: 48px;\"><br>\nHome Connected</h4>\n\n<p style=\"text-align: center;\">Robust tools and services keep remote workers connected and engaged.</p>\n</div>\n</div>\n</div></section>\n \n ', '5-column', 'text', '', '', 0, 0, '', '', 0, 6, 0, 0, 0),
(1387, 19, 0, '\n \n <section id=\"ibzpfcekbx\" class=\"grid-container\"><div class=\"grid-container page-row\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">The SV9100 small business voip phone delivers reliable cost-effective communications from 10 to 896 users</h2>\n\n<p align=\"center\">Supporting a suite of secure voice, video and collaboration applications and out-of-the-box mobility, the versatile SV9100 keeps your team – and your customers – connected.</p>\n</div>\n </div>\n \n </div>\n</div>\n</section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(1388, 19, 0, '\n \n <section id=\"zyxmgctctl\" class=\"\"><div class=\"grid-container page-row\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">The SV9100 small business voip phone delivers reliable cost-effective communications from 10 to 896 users</h2>\n\n<p align=\"center\">Supporting a suite of secure voice, video and collaboration applications and out-of-the-box mobility, the versatile SV9100 keeps your team – and your customers – connected.</p>\n</div>\n </div>\n \n </div>\n</div>\n</section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(1389, 19, 1373, '\n \n <section id=\"diplcycgxv\" class=\"\"><div class=\"grid-container page-row\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3 class=\"nec-blue\" style=\"text-align: center;margin-bottom:0;\">Overcoming today’s communications challenges with our small business voip phone system</h3>\n</div>\n </div>\n \n </div>\n</div>\n</section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(1390, 19, 1373, '<section id=\"gcpnhygxks\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\">\n <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h1>\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n \n </div>\n</div>\n</div>\n</section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 0, 0, 0),
(1391, 19, 1378, '\n \n \n \n \n \n <section id=\"cxdeoiimdy\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x text-left align-middle\">\n \n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/sv9100-home-workers.jpg\" style=\"width: 90%;margin:auto;display:block;\"></p>\n</div>\n </div>\n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>Remote Workers<br>\n<span class=\"nec-blue\">LOOK AFTER YOUR TEAM AND YOUR BUSINESS CONTINUITY </span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"mobile-extensions\"><strong>VIDEO CONFERENCING </strong></h4>\n\n<p>Enjoy built-in WebRTC video conferencing for your team. Enhance further with InUC - document sharing, screen sharing & presence & more.</p>\n\n<h4 class=\"home-worker\"><strong>HOME AND AWAY</strong></h4>\n\n<p>The ST500 makes your smartphone smarter. Enable voice & video mobile extension over WiFi for your smartphone or smart device.</p>\n\n<h4 class=\"features\"><strong>SYSTEM FEATURES</strong></h4>\n\n<p>The SV9100 works beautifully as a home office VoIP phone system. Home workers benefit from all system features for greater connectivity & seamless customer experience</p>\n\n<p><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/remote-working\">Remote Working solutions</a></p>\n</div>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n \n \n ', '2-column', 'text', '', '', 0, 0, 'text-left align-middle', '', 0, 3, 0, 1, 0),
(1392, 19, 1378, '\n \n \n <section id=\"gblignazii\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x text-left align-middle\">\n \n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>SMART MOBILITY<br>\n<span class=\"nec-blue\">COMMUNICATE ANYWHERE, ANY TIME</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"road\">ON THE ROAD</h4>\n\n<p>Treat your smartphone like your desk phone with <a href=\"https://www.nec-enterprise.com/products/Mobile-extension\" style=\"text-decoration:underline;\">Mobile Extension</a>. Enjoy the SV9100 system features while you’re on the move.</p>\n\n<h4 class=\"premises\">ON YOUR PREMISES</h4>\n\n<p>The SV9100’s <a href=\"https://www.nec-enterprise.com/products/DECT-Handsets\" style=\"text-decoration:underline;\">IP DECT range</a> provides the ultimate devices for voice, text messaging and in-house mobility.</p>\n\n<h4 class=\"larger-sites\">LARGER SITES & CAMPUSES</h4>\n\n<p><a href=\"https://www.nec-enterprise.com/products/WiFi-Handsets\" style=\"text-decoration:underline;\">WiFi handsets </a>provide seamless roaming within multiple business locations with advanced wireless features for organizations on the go.</p>\n</div>\n</div>\n </div>\n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/sv9100-smart-mobility-options-3.jpg\" style=\"margin: auto; display: block;\"></p>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, 'text-left align-middle', '', 0, 4, 0, 1, 0),
(1393, 19, 1378, '\n \n \n <section id=\"hwpmonzsie\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x text-left align-middle\">\n \n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/NEC-UT890-IP-videophone.jpg\"></p>\n</div>\n </div>\n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>Desktop VoIP Phones<br>\n<span class=\"nec-blue\">For Every Business Environment</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"navigation\">INTUITIVE AND INTERACTIVE NAVIGATION</h4>\n\n<p>Choose from IP or digital; grayscale, colour or touch-screen displays and even video calling – affordable VoIP phones for small business users</p>\n\n<h4 class=\"handset\">Give Your Employees the Best Tools to Compete</h4>\n\n<p>The SV9100 includes a diverse range of desktop telephones that best fits the individual’s role for easy call control from the office, remote office or homeworking, hot-desking and more. Discover enterprise-level communications with a small business VoIP solutions cost.</p>\n\n<p><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/Desktop-Terminals\">Discover all desktop phones</a></p>\n</div>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, 'text-left align-middle', '', 0, 5, 0, 1, 0),
(1394, 19, 1378, '\n \n \n <section id=\"auecbulfyu\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x text-left align-middle\">\n \n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>SMART CALL MANAGEMENT<br>\n<span class=\"nec-blue\">A first-rate user experience</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"mycalls\">Entry-level Analysis</h4>\n\n<p>Quick, easy and cost effective, <a href=\"https://www.nec-enterprise.com/products/InReports-1318\" style=\"text-decoration:underline;\">InReports</a> provides 24/7 monitoring and analysis of your entire company’s communications via a browser</p>\n\n<h4 class=\"customer-service\">Advanced Call Management</h4>\n\n<p>The <a href=\"https://www.nec-enterprise.com/products/Call-Management-100\" style=\"text-decoration:underline;\">MyCalls</a> suite of applications provides your team with the tools to succeed in making your business more customer centric and more profitable</p>\n\n<h4 class=\"headset\">Multimedia Contact Centre</h4>\n\n<p>Create a first rate experience for your customers with the SV9100’s <a href=\"https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4\" style=\"text-decoration:underline;\">Business ConneCT</a> which co-ordinates email, live Webchat, WhatsApp and voice via a single interface.</p>\n</div>\n\n<p> </p>\n</div>\n </div>\n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/inreports-mycalls-bct.jpg\" style=\"width: 90%;margin:auto;display:block;\"></p>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, 'text-left align-middle', '', 0, 6, 0, 1, 0),
(1396, 19, 1373, '<section id=\"sxwhcgyvzy\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\">\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\">\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n \n</div>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 0, 0, 0),
(1397, 19, 1373, '<section id=\"izmitkcdvx\" class=\"\"><div class=\"grid-x grid-padding-x small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n\n<div class=\"cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '5-column', 'text', '', '', 0, 0, '', '', 0, 3, 0, 0, 0),
(1398, 19, 1378, '\n \n <section id=\"ebgwhfscre\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x align-center text-left align-top\">\n \n <div class=\" cell\">\n <div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">SMART SECURITY<br>\n<span class=\"nec-blue\">Keeping staff, network and premises safe</span></h3>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n ', '1-column', 'text', '', 'row-no-border', 0, 0, 'text-left align-top', '', 0, 7, 0, 1, 0),
(1399, 19, 1378, '\n \n <section id=\"ftqeekkckq\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"record\">Call Recording</h4>\n\n<p><a href=\"https://www.nec-enterprise.com/products/Call-Recording\" style=\"text-decoration:underline;\">MyCalls Call Recorder</a><strong> </strong>provides a record of who said what enabling quick dispute resolution, avoiding potentially costly litigation and more</p>\n\n<h4 class=\"toll-fraud\">Toll Fraud Defence</h4>\n\n<p>NEC’s <a href=\"https://www.nec-enterprise.com/products/InGuard-1319\" style=\"text-decoration:underline;\">InGuard</a> application helps defend a business against attacks 24/7/365 defence from Toll Fraud.</p>\n</div>\n</div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"sos\">Panic Keys</h4>\n\n<p>SV9100 <a href=\"https://www.nec-enterprise.com/products/Desktop-Terminals\" style=\"text-decoration:underline;\">desktop telephones</a> can be programmed with a one-button emergency key - alerts all other phones of an emergency including location/room it’s coming from</p>\n\n<h4 class=\"panic\">Electronic Door Switch</h4>\n\n<p>NEC door phones and electronic door locks help protect your premises and can be operated from any of your phones</p>\n</div>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 8, 0, 1, 0),
(1400, 19, 1378, '\n <section id=\"igebrwlvzm\" class=\"\"><div class=\"grid-x grid-padding-x small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>\n ', '5-column', 'text', '', '', 0, 0, '', '', 0, 3, 0, 0, 0),
(1401, 19, 1378, '\n <section id=\"ulyliybdwm\" class=\"\"><div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/on-the-road.png\" style=\"width: 48px; height: 48px;\"><br>\nOn The Road</h4>\n\n<p style=\"text-align: center;\">Flexible call control and management increases workforce efficiency.</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/on-premises.png\" style=\"width: 48px; height: 48px;\"><br>\nOn Premises</h4>\n\n<p style=\"text-align: center;\">A choice of desktop, handset and mobile devices fully equip workers.</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/on-the-road.png\" style=\"width: 48px; height: 48px;\"><br>\nOn The Road</h4>\n\n<p style=\"text-align: center;\">Flexible call control and management increases workforce efficiency.</p>\n</div>\n</div>\n\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/on-premises.png\" style=\"width: 48px; height: 48px;\"><br>\nOn Premises</h4>\n\n<p style=\"text-align: center;\">A choice of desktop, handset and mobile devices fully equip workers.</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/home-connected.png\" style=\"width: 48px; height: 48px;\"><br>\nHome Connected</h4>\n\n<p style=\"text-align: center;\">Robust tools and services keep remote workers connected and engaged.</p>\n</div>\n</div>\n</div>\n</div></section>\n ', '5-column', 'text', '', '', 0, 0, '', '', 0, 9, 0, 0, 0),
(1402, 19, 1378, '\n \n \n \n \n \n \n \n <section id=\"sriklbazwx\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x align-center text-center align-top\">\n \n <div class=\" cell medium-8 medium-8 small-12 medium-8\">\n <div class=\"column-wrapper\" style=\"\"><h3 class=\"nec-blue\">Overcoming today’s communications challenges with our small business voip phone system</h3>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n \n \n \n \n \n ', '1-column', 'text', '', 'row-no-border', 0, 0, 'text-center align-top', 'small-12 medium-8', 0, 1, 0, 1, 0),
(1404, 19, 1378, '\n <section id=\"ctkdiwyzka\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2 style=\"text-align: center;\">The SV9100 small business voip phone delivers reliable cost-effective communications from 10 to 896 users</h2>\n\n<p align=\"center\">Supporting a suite of secure voice, video and collaboration applications and out-of-the-box mobility, the versatile SV9100 keeps your team – and your customers – connected.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 0, 1, 0),
(1403, 19, 1378, '\n \n \n <section id=\"miupsovdms\" class=\"\"><div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Remote<br>\nworking?</h4>\n\n<p style=\"text-align: center;\">Choose from a wide range of robust home working communications</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Don\'t get caught out with the ISDN switch off!</h4>\n\n<p style=\"text-align: center;\">The SV9100 uses SIP technology which future-proofs your investment</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Multi-generational workforce?</h4>\n\n<p style=\"text-align: center;\">The SV9100 combines telephony as well as mobility, homeworking & BYOD capabilities</p>\n</div>\n</div>\n\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Robust & reliable solution</h4>\n\n<p style=\"text-align: center;\">Can your business afford downtime?</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Robust & reliable solution</h4>\n\n<p style=\"text-align: center;\">Can your business afford downtime?</p>\n</div>\n</div>\n</div>\n</div></section>\n \n ', '5-column', 'text', '', '', 0, 0, '', '', 0, 2, 0, 1, 0),
(1405, 1460, 0, '<section id=\"lvgwyqswht\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'rows-devider-bottom', 0, 0, ' ', '', 0, 1, 0, 1, 0),
(1406, 1460, 1405, '\n \n \n \n <section id=\"kzyaaokmkv\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2>SV9100 VoIP telefoonsysteem biedt kleinere organisaties betrouwbare, kosteneffectieve communicatie voor 10 tot 896 gebruikers</h2>\n\n<p>De veelzijdige SV9100 ondersteunt een reeks veilige spraak-, video- en samenwerkingstoepassingen en kant-en-klare mobiliteit en houdt uw team - en uw klanten - verbonden.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(1407, 1460, 1405, '\n \n \n \n <section id=\"ydshruewcx\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\" cell\">\n <div class=\"column-wrapper\" style=\"\"><h3 class=\"nec-blue\">Overwin de communicatie-uitdagingen van vandaag met ons VoIP-telefoonsysteem voor kleinere bedrijven</h3>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n ', '1-column', 'text', '', 'row-no-border', 0, 0, ' ', '', 0, 1, 0, 1, 0),
(1408, 1460, 1405, '\n \n \n \n \n \n \n <section id=\"fpdirrdbay\" class=\"\"><div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Telewerken</h4>\n\n<p style=\"text-align: center;\">Kies uit een breed scala aan robuuste communicatieoplossingen voor het thuiswerken</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Uitfasering van ISDN en SIP-technologie</h4>\n\n<p style=\"text-align: center;\">De SV9100 maakt gebruik van SIP-technologie die uw investering toekomstbestendig maakt</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Millenials in uw personeelsbestand?</h4>\n\n<p style=\"text-align: center;\">De SV9100 combineert telefonie met mobiliteit, thuiswerken en BYOD-mogelijkheden</p>\n</div>\n</div>\n\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Robuuste en betrouwbare oplossing</h4>\n\n<p style=\"text-align: center;\">Kan uw bedrijf zich uitval veroorloven?</p>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"nec-orange\" style=\"text-align: center;font-size:0.875rem;\">Gemakkelijk geconfigureerd</h4>\n\n<p style=\"text-align: center;\">Integreert met uw bestaand IT-netwerk als analoog, digitaal of IP-systeem?</p>\n</div>\n</div>\n</div>\n</div></section>\n \n \n \n ', '5-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(1409, 1460, 1405, '\n \n \n \n <section id=\"srcbamaazb\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/sv9100-home-workers.jpg\" style=\"width: 90%;margin:auto;display:block;\"></p>\n</div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>Telewerkers<br>\n<span class=\"nec-blue\">ZORG GOED VOOR UW TEAM EN UW BEDRIJFSCONTINUÏTEIT</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"mobile-extensions\"><strong>VIDEOVERGADEREN </strong></h4>\n\n<p>Geniet van ingebouwde WebRTC-videoconferenties voor uw team. Verbeter dit verder met InUC - Documenten delen, Schermen delen, Presence (Aanwezigheidsinformatie) en meer.</p>\n\n<h4 class=\"home-worker\"><strong>THUIS EN ONDERWEG </strong></h4>\n\n<p>De ST500 maakt uw smartphone slimmer. Schakel mobiele extensie voor spraak en video over WiFi in voor uw smartphone.</p>\n\n<h4 class=\"features\"><strong>SYSTEEMFUNCTIES </strong></h4>\n\n<p>De SV9100 werkt uitstekend als VoIP-telefoonsysteem voor een thuiskantoor. Thuiswerkers profiteren van alle systeemfuncties voor betere connectiviteit en een naadloze klantervaring</p>\n</div>\n\n<p><a class=\"button primary\" href=\"/nl/products/remote-working\">Oplossingen voor Werken op Afstand </a></p>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(1410, 1460, 1405, '\n \n <section id=\"tnkkeaylyk\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>SLIMME MOBIELE COMMUNICATIE<br>\n<span class=\"nec-blue\">ALTIJD EN OVERAL</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"road\">ONDERWEG</h4>\n\n<p>Behandel uw smartphone als uw bureautelefoon met <a href=\"https://www.nec-enterprise.com/products/Mobile-extension\" style=\"text-decoration:underline;\">Mobile Extension</a>. Geniet onderweg van de SV9100-systeemfuncties.</p>\n\n<h4 class=\"premises\">OP KANTOOR & CAMPUSSEN</h4>\n\n<p>De <a href=\"https://www.nec-enterprise.com/products/DECT-Handsets\" style=\"text-decoration:underline;\">IP DECT toestelreeks</a> van de SV9100 biedt de ideale oplossing voor spraak, tekstberichten en interne mobiliteit. Met naadloze roaming over meerdere bedrijfslocaties met geavanceerde draadloze functies voor medewerkers die veel op een campus onderweg zijn.</p>\n</div>\n</div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/sv9100-smart-mobility-options-3.jpg\" style=\"margin: auto; display: block;\"></p>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(1411, 1460, 1405, '\n \n <section id=\"pzqfqpshun\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/NEC-UT890-IP-videophone.jpg\"></p>\n</div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>VoIP Bureautelefoontoestellen<br>\n<span class=\"nec-blue\">Voor Elke Zakelijke Omgeving</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"navigation\">INTUÏTIEVE EN INTERACTIEVE NAVIGATIE</h4>\n\n<p>Kies uit IP of digitaal; grijswaarden-, kleuren- of touchscreen-displays en videobellen - betaalbare VoIP-telefoons voor kleinzakelijke gebruikers</p>\n\n<h4 class=\"handset\">Geef uw Medewerkers de Beste Middelen om te Concurreren</h4>\n\n<p>De SV9100 omvat een breed scala aan bureautelefoons die het beste bij de diverse individuele rollen passen voor op kantoor, extern kantoor of thuiswerk, hot-desking en meer. Ontdek communicatie op topniveau tegen beperkte kosten.</p>\n\n<p><a class=\"button primary\" href=\"https://www.nec-enterprise.com/products/Desktop-Terminals\">Ontdek alle bureautelefoontoestellen</a></p>\n</div>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(1412, 1460, 1405, '\n <section id=\"mvbhsxdgdi\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>SMART CALL MANAGEMENT<br>\n<span class=\"nec-blue\">A first-rate user experience</span></h3>\n\n<div class=\"hex-icons\">\n<h4 class=\"mycalls\">Entry-level Analysis</h4>\n\n<p>Quick, easy and cost effective, <a href=\"https://www.nec-enterprise.com/products/InReports-1318\" style=\"text-decoration:underline;\">InReports</a> provides 24/7 monitoring and analysis of your entire company’s communications via a browser</p>\n\n<h4 class=\"customer-service\">Advanced Call Management</h4>\n\n<p>The <a href=\"https://www.nec-enterprise.com/products/Call-Management-100\" style=\"text-decoration:underline;\">MyCalls</a> suite of applications provides your team with the tools to succeed in making your business more customer centric and more profitable</p>\n\n<h4 class=\"headset\">Multimedia Contact Centre</h4>\n\n<p>Create a first rate experience for your customers with the SV9100’s <a href=\"https://www.nec-enterprise.com/products/UNIVERGE-Business-ConneCT-4\" style=\"text-decoration:underline;\">Business ConneCT</a> which co-ordinates email, live Webchat, WhatsApp and voice via a single interface.</p>\n</div>\n\n<p> </p>\n</div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/inreports-mycalls-bct.jpg\" style=\"width: 90%;margin:auto;display:block;\"></p>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(1413, 1460, 1405, '\n \n <section id=\"svmrzwrrem\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x align-center text-left align-top\">\n \n <div class=\" cell\">\n <div class=\"column-wrapper\" style=\"\"><h3 style=\"text-align: center;\">SLIMME BEVEILIGING<br>\n<span class=\"nec-blue\">Personeel, netwerk en terrein veilig houden</span></h3>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n ', '1-column', 'text', '', 'row-no-border', 0, 0, 'text-left align-top', '', 0, 1, 0, 1, 0),
(1414, 1460, 1405, '\n <section id=\"uhxhpobwuc\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"record\">Gespreksopname</h4>\n\n<p><a href=\"https://www.nec-enterprise.com/products/Call-Recording\" style=\"text-decoration:underline;\">MyCalls Call Recorder</a> levert een opname van wie wat heeft gezegd, waardoor snelle geschillenbeslechting mogelijk is, mogelijk dure rechtszaken worden vermeden en meer.</p>\n\n<h4 class=\"toll-fraud\"><strong>Bescherming</strong></h4>\n\n<p>De <a href=\"https://www.nec-enterprise.com/products/InGuard-1319\" style=\"text-decoration:underline;\">InGuard</a> applicatie van NEC helpt een bedrijf 24 uur per dag, 7 dagen per week en 365 dagen per week te verdedigen tegen aanvallen en fraude.</p>\n</div>\n</div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><div class=\"hex-icons\">\n<h4 class=\"sos\">Noodknoppen</h4>\n\n<p>SV9100 <a href=\"https://www.nec-enterprise.com/products/Desktop-Terminals\" style=\"text-decoration:underline;\">bureautoestellen</a> kunnen worden geprogrammeerd met een één knops-noodtoets. Deze waarschuwt alle andere telefoons bij een noodgeval, inclusief de locatie / kamer waar de oproep vandaan komt.</p>\n\n<h4 class=\"panic\">Elektronische deurschakelaar</h4>\n\n<p>NEC-deurtelefoons en elektronische deursloten helpen uw pand te beschermen en kunnen vanaf al uw telefoons worden bediend</p>\n</div>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(1416, 1062, 1366, '\n \n \n \n \n \n <section id=\"mttovsankb\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x align-middle\">\n \n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>Smart Communications<br>\n<strong>for 5 – 100+ users</strong></h3>\n\n<p>WebRTC is included ‘out-of-the box’ for SL2100 users, providing video conferencing, collaboration and screen-share for your team.</p>\n\n<p>With VoIP capabilities, it puts Unified Communications within reach of small businesses or it can be used as resilient TDM solution with future-proof upgrade potential. It also presents considerable savings and functionality over and above alternative hosted solutions.</p>\n\n<p>The SL2100 galvanizes your team. In turn, it creates a positive customer experience that generates repeat business.</p>\n\n<p>Your business can’t afford downtime and nor can your communications. The SL2100 provides a reliable, ‘always-on’ solution. There’s less hardware, less licences, less maintenance to worry about.</p>\n</div>\n </div>\n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/emea/NEC_SL2100-system-emea.jpg\"></p>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, ' align-middle', '', 0, 1, 0, 1, 0),
(1417, 1062, 1366, '\n \n \n \n <section id=\"vklnqtpxct\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/value-for-money.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Value for Money</h4>\n\n<p style=\"text-align: center;\">Powerful communications with a <strong>small business price tag</strong> that allows you to pay only for what you need. Completely scalable as your business grows.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/ease-to-use.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Easy to Use</h4>\n\n<p style=\"text-align: center;\">Intuitive <strong>applications and features</strong> your whole team can easily use to empower them to be <strong>more productive</strong>. The easy installation also means there’s no downtime.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/keep-connected.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Keep Connected</h4>\n\n<p style=\"text-align: center;\">Single number reach, DECT mobile handsets, built-in conferencing and voice-mail <strong>keeps colleagues and customers up-to-date</strong> and connected.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/safety-first.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Safety First</h4>\n\n<p style=\"text-align: center;\">Includes an <strong>expanded and diverse portfolio of InApps</strong>.<br>\nAs well as providing compelling business benefits, these built-in/on-board apps require no external PC or server.</p>\n</div>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 3, 0, 0, 0),
(1418, 1062, 1366, '\n \n <section id=\"mkrryhgsax\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><a class=\"button primary\" href=\"https://www.necsl2100.com/\">Experience the SL2100 on www.necsl2100.com</a></p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 4, 0, 1, 0),
(1419, 1062, 1366, '\n \n \n \n \n \n <section id=\"lgvbkkario\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x align-middle\">\n \n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>UNIVERGE ST500<br>\n<strong>Smartphone Client</strong></h3>\n\n<p>Voice & video mobile extension for your smartphone by using your Apple iPhone, iPad and Android smart devices, the ST500 enables your native contact lists to make and receive voice and video calls. Simply connect to WiFi or use your mobile data (3G/4G) to handle your calls.</p>\n\n<ul>\n <li>Integrates into your smartphone contacts</li>\n <li>Complete call history</li>\n <li>Bluetooth headset support</li>\n <li>Video calling capabilities</li>\n <li>Compatible with NEC’s SL2100, SV9100, SV9300 & SV9500 communication platforms</li>\n</ul>\n</div>\n </div>\n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><p><strong><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/softphones/ST500-apps.png\" style=\"height: 219px; width: 550px;\"></strong></p>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n \n ', '2-column', 'text', '', '', 0, 0, ' align-middle', '', 0, 5, 0, 1, 0),
(1420, 1062, 1366, '<section id=\"llgkzhxvoc\" class=\"\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div></section>', '3-column', 'text', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(1421, 1062, 1366, '<section id=\"mprydheswt\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\">\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\">\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n \n</div>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(1422, 1062, 1366, '\n \n \n \n <section id=\"zgavttvdsw\" class=\"\"><div class=\"page-row\">\n<div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/value-for-money.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Value for Money</h4>\n\n<p style=\"text-align: center;\">Powerful communications with a <strong>small business price tag</strong> that allows you to pay only for what you need. Completely scalable as your business grows.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/ease-to-use.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Easy to Use</h4>\n\n<p style=\"text-align: center;\">Intuitive <strong>applications and features</strong> your whole team can easily use to empower them to be <strong>more productive</strong>. The easy installation also means there’s no downtime.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/keep-connected.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Keep Connected</h4>\n\n<p style=\"text-align: center;\">Single number reach, DECT mobile handsets, built-in conferencing and voice-mail <strong>keeps colleagues and customers up-to-date</strong> and connected.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/safety-first.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Safety First</h4>\n\n<p style=\"text-align: center;\">Includes an <strong>expanded and diverse portfolio of InApps</strong>.<br>\nAs well as providing compelling business benefits, these built-in/on-board apps require no external PC or server.</p>\n</div>\n</div>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', '', 0, 0, '', '', 0, 3, 0, 0, 0),
(1423, 1062, 1366, '<section id=\"bmpnyxefqc\" class=\"\"><div class=\"page-row\">\n<div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 large-3 cell\">\n<div class=\"column-wrapper\">\n\n<p>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,</p>\n\n</div>\n</div>\n</div>\n</div></section>', '4-column', 'text', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(1424, 1062, 1366, '\n \n \n \n <section id=\"beuqcmpvug\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\" medium-6 large-3 cell\">\n <div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/value-for-money.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Value for Money</h4>\n\n<p style=\"text-align: center;\">Powerful communications with a <strong>small business price tag</strong> that allows you to pay only for what you need. Completely scalable as your business grows.</p>\n</div>\n </div>\n <div class=\" medium-6 large-3 cell\">\n <div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/ease-to-use.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Easy to Use</h4>\n\n<p style=\"text-align: center;\">Intuitive <strong>applications and features</strong> your whole team can easily use to empower them to be <strong>more productive</strong>. The easy installation also means there’s no downtime.</p>\n</div>\n </div>\n\n <div class=\" medium-6 large-3 cell\">\n <div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/keep-connected.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Keep Connected</h4>\n\n<p style=\"text-align: center;\">Single number reach, DECT mobile handsets, built-in conferencing and voice-mail <strong>keeps colleagues and customers up-to-date</strong> and connected.</p>\n</div>\n </div>\n <div class=\" medium-6 large-3 cell\">\n <div class=\"column-wrapper\" style=\"\"><h4 style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/necsl2100/images/icons/safety-first.png\" style=\"width: 96px; height: 96px;\"></h4>\n\n<h4 style=\"text-align: center;\">Safety First</h4>\n\n<p style=\"text-align: center;\">Includes an <strong>expanded and diverse portfolio of InApps</strong>.<br>\nAs well as providing compelling business benefits, these built-in/on-board apps require no external PC or server.</p>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n ', '4-column', 'text', '', 'row-no-border', 0, 0, ' ', '', 0, 2, 0, 1, 0),
(1431, 1461, 1428, '\n \n \n \n <section id=\"nmiiccickl\" class=\"\"><div class=\"custom-code\"><div class=\"grid-container\">\n<div class=\"grid-x grid-padding-x\">\n{trending_topics}\n</div>\n</div></div>\n</section>\n \n ', 'Custom code', 'custom', '', '', 0, 0, ' ', '', 5, 3, 0, 1, 0),
(1425, 1461, 0, '\n \n \n \n <section id=\"rdqtqyyzqy\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\" cell\">\n <div class=\"column-wrapper\" style=\"\"><h2>In tijden van Corona komt het aan<br>\nop Slimme Communicatie</h2>\n\n<p>Sinds de dramatische verspreiding van het Coronavirus en de lockdowns, is werken op afstand het ‘nieuwe normaal’ geworden. Breng ondanks de afstand uw personeel samen en verzeker uw bedrijfscontinuïteit met NEC\'s veelzijdige en robuuste communicatie voor al uw medewerkers, waar zij zich ook bevinden.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n ', '1-column', 'text', '', 'has-devider-after', 0, 0, ' ', '', 0, 0, 0, 1, 0),
(1426, 1461, 0, '\n \n <section id=\"empty-section\" class=\"empty\"></section>\n ', '', '', '', '', 0, 0, '', '', 0, 2, 0, 0, 0),
(1427, 1461, 0, '\n \n \n \n \n \n \n \n \n \n <section id=\"swkoedpooe\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x text-center align-top\">\n \n <div class=\" medium-6 large-3 cell small-6 medium-3\">\n <div class=\"column-wrapper\" style=\"\"><h4 class=\"on-top guide\"><a href=\"/products/remote-working\">NEC’s Gids voor ?Werken op Afstand </a></h4>\n</div><div class=\"editor-wrapper\"><div class=\"column-wrapper cke_editable cke_editable_inline cke_contents_ltr cke_show_borders\" id=\"mtcnmwfrfz\" tabindex=\"0\" spellcheck=\"false\" style=\"position: relative;\" role=\"textbox\" aria-label=\"Tekstverwerker, mtcnmwfrfz\" title=\"Tekstverwerker, mtcnmwfrfz\" aria-describedby=\"cke_175\" contenteditable=\"true\"><h4 class=\"on-top guide\"><a href=\"/products/remote-working\">NEC’s Gids voor ?Werken op Afstand </a></h4>\n</div>\n </div>\n <div class=\" medium-6 large-3 cell small-6 medium-3\">\n <div class=\"column-wrapper\" style=\"\"><h4 class=\"on-top prepared\"><a href=\"/newsroom/Blogs/Being-Prepared-1411\">Wees Voorbereid: Vooruit ?in een COVID-19 Wereld </a></h4>\n</div>\n </div>\n\n <div class=\" medium-6 large-3 cell small-6 medium-3\">\n <div class=\"column-wrapper\" style=\"\"><h4 class=\"on-top telecommuting\"><a href=\"/newsroom/Blogs/The-New-Normal-of-Telecommuting-1401\">De Nieuwe Norm van Telewerken </a></h4>\n</div>\n </div>\n <div class=\" medium-6 large-3 cell small-6 medium-3\">\n <div class=\"column-wrapper\" style=\"\"><h4 class=\"on-top communications\"><a href=\"/newsroom/Blogs/Smart-Enterprise-Communications-in-times-of-Corona-1389\">Bedrijfscommunicatie in Tijden van COVID-19</a></h4>\n</div>\n </div>\n \n</div>\n</div>\n</div></div></section>\n \n \n \n \n ', '4-column', 'text', '', '', 0, 0, 'text-center align-top', 'small-6 medium-3', 0, 2, 0, 0, 0),
(1428, 1461, 0, '<section id=\"alotsimawh\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'trending-topics', 0, 0, ' ', '', 0, 2, 0, 1, 0),
(1429, 1461, 1428, '\n \n <section id=\"ngfyzzhkqi\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2>Samenleving & Ondernemingen Vooruit Helpen</h2>\n\n<p>Als wereldleider op het gebied van Informatie- en Communicatietechnologie (ICT) met meer dan 120 jaar expertise, combineert NEC haar geavanceerde technologieën, telefoonsystemen en kennis om de gezondheid, veiligheid, efficiëntie en gelijkheid van de samenleving te helpen waarborgen - waardoor mensen een mooier en rijker leven kunnen leiden.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(1430, 1461, 0, '\n \n \n \n \n \n \n \n <section id=\"vwanihnaec\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x text-center align-top\">\n \n <div class=\" medium-6 large-3 cell\">\n <div class=\"column-wrapper\" style=\"\"><h4 class=\"on-top guide\"><a href=\"/products/remote-working\">NEC’s Gids voor Werken op Afstand </a></h4>\n</div>\n </div>\n <div class=\" medium-6 large-3 cell\">\n <div class=\"column-wrapper\" style=\"\"><h4 class=\"on-top prepared\"><a href=\"/newsroom/Blogs/Being-Prepared-1411\">Wees Voorbereid: Vooruit in een COVID-19 Wereld </a></h4>\n</div>\n </div>\n\n <div class=\" medium-6 large-3 cell\">\n <div class=\"column-wrapper\" style=\"\"><h4 class=\"on-top telecommuting\"><a href=\"/newsroom/Blogs/The-New-Normal-of-Telecommuting-1401\">De Nieuwe Norm van Telewerken </a></h4>\n</div>\n </div>\n <div class=\" medium-6 large-3 cell\">\n <div class=\"column-wrapper\" style=\"\"><h4 class=\"on-top communications\"><a href=\"/newsroom/Blogs/Smart-Enterprise-Communications-in-times-of-Corona-1389\">Bedrijfscommunicatie in Tijden van COVID-19</a></h4>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n \n \n ', '4-column', 'text', '', 'hex-icons', 0, 0, 'text-center align-top', '', 0, 1, 0, 1, 0),
(1433, 1461, 1432, '\n \n \n \n <section id=\"tizpapzmsf\" class=\"\"><div class=\"custom-code\"><div class=\"grid-container\">\n<div class=\"grid-x grid-padding-x align-center text-left align-top\">\n<div class=\"cell text-center\">\n<h3>Latest News</h3>\n<ul class=\"news-browser\">\n{latest_news}\n</ul>\n</div>\n</div></div></div>\n</section>\n \n ', 'Custom code', 'custom', '', '', 0, 0, ' ', '', 6, 3, 0, 1, 0),
(1432, 1461, 0, '<section id=\"macoqinkbm\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'latest-news', 0, 0, ' ', '', 0, 3, 0, 1, 0);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `prijzen_product`
--
CREATE TABLE `prijzen_product` (
`prijs_product_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`naam` varchar(250) NOT NULL,
`aantal` int(10) NOT NULL,
`van` float NOT NULL,
`voor` float NOT NULL,
`gewicht` float NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `secties`
--
CREATE TABLE `secties` (
`sectie_id` int(10) NOT NULL,
`naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`meta_titel` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`meta_description` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`stramien` int(1) NOT NULL DEFAULT '1',
`kolommen` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
`cssid` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
`zichtbaar` int(1) NOT NULL DEFAULT '1',
`position` int(1) NOT NULL,
`custom` int(1) NOT NULL DEFAULT '0',
`custom_code` text COLLATE utf8_unicode_ci NOT NULL,
`sort` int(10) NOT NULL DEFAULT '0',
`sitelinks` int(1) NOT NULL DEFAULT '1',
`categories` int(1) NOT NULL DEFAULT '0',
`show_translations` int(4) NOT NULL DEFAULT '1',
`redirect` text COLLATE utf8_unicode_ci NOT NULL,
`active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `secties`
--
INSERT INTO `secties` (`sectie_id`, `naam`, `url`, `meta_titel`, `meta_description`, `stramien`, `kolommen`, `cssid`, `zichtbaar`, `position`, `custom`, `custom_code`, `sort`, `sitelinks`, `categories`, `show_translations`, `redirect`, `active`) VALUES
(1, 'Products', 'products', '', '', 19, '', '', 1, 1, 0, '', 0, 1, 0, 1, '', 1),
(2, 'Solutions', 'solutions', '', '', 2, '', '', 1, 2, 0, '', 0, 1, 0, 1, '', 1),
(3, 'how to buy', '', '', '', 2, '', '', 1, 2, 0, '', 0, 1, 0, 1, '', 0),
(4, 'support', '', '', '', 2, '', '', 1, 3, 0, '', 0, 1, 0, 1, '', 0),
(5, 'Partners', 'partners', '', '', 9, '', '', 1, 3, 0, '', 3, 1, 0, 1, '', 1),
(20, 'Solutions', '', '', '', 0, '', '', 0, 0, 0, '', 0, 1, 0, 1, '', 0),
(7, 'About NEC', '', '', '', 7, '', '', 0, 10, 0, '', 0, 1, 0, 1, '', 0),
(8, 'Sitelinks', '', '', '', 0, '', '', 0, 13, 0, '', 0, 1, 0, 1, '', 0),
(9, 'Headerlinks', '', '', '', 0, '', '', 0, 14, 0, '', 0, 1, 0, 1, '', 0),
(10, 'home', '/', '', '', 8, '', '', 0, 0, 0, '', 0, 1, 0, 1, '', 1),
(11, 'Why NEC', 'why-nec', '', '', 2, '', '', 1, 4, 0, '', 0, 1, 0, 1, '', 1),
(12, 'Blog', '', '', '', 6, '', '', 0, 7, 0, '', 0, 1, 0, 1, '', 0),
(13, 'Smart Enterprise', '', '', '', 6, '', '', 0, 11, 0, '', 0, 1, 0, 1, '', 0),
(14, 'other', '', '', '', 1, '', '', 0, 12, 0, '', 0, 1, 0, 1, '', 0),
(15, 'sellingtips', '', '', '', 6, '', '', 0, 8, 0, '', 0, 1, 0, 1, '', 0),
(17, 'Contact us', '', '', '', 2, '', '', 0, 6, 0, '', 0, 1, 0, 1, '', 1),
(16, 'Resources', 'documents', '', '', 20, '', '', 0, 7, 0, '', 0, 1, 0, 0, '', 1),
(18, 'Support', 'support', '', '', 7, '', '', 1, 5, 0, '', 0, 1, 0, 1, '', 1),
(19, 'Newsroom', '', '', '', 11, '', '', 0, 8, 0, '', 1, 1, 0, 1, '', 1),
(21, 'search', '', '', '', 12, '', '', 0, 9, 0, '', 0, 1, 0, 1, '', 1),
(22, 'events', '', '', '', 2, '', '', 0, 10, 0, '', 0, 1, 0, 1, '', 1),
(23, 'footer panels', '', '', '', 2, '', '', 0, 11, 0, '', 0, 1, 0, 1, '', 1),
(24, 'industry', '', '', '', 14, '', '', 0, 12, 0, '', 0, 1, 0, 1, '', 1),
(25, 'Sitemap', '', '', '', 15, '', '', 0, 13, 0, '', 0, 1, 0, 1, '', 1),
(26, 'zinfi', '', '', '', 2, '', '', 0, 14, 0, '', 0, 1, 0, 1, '', 1);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `sectie_categories`
--
CREATE TABLE `sectie_categories` (
`sectie_category_id` int(10) NOT NULL,
`sectie_id` int(10) NOT NULL,
`category_id` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `sectie_templates`
--
CREATE TABLE `sectie_templates` (
`sectie_templates_id` int(10) NOT NULL,
`sectie_id` int(10) NOT NULL,
`template_id` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Gegevens worden geëxporteerd voor tabel `sectie_templates`
--
INSERT INTO `sectie_templates` (`sectie_templates_id`, `sectie_id`, `template_id`) VALUES
(1, 1, 1),
(2, 16, 3),
(3, 5, 4),
(4, 2, 1),
(5, 11, 1),
(6, 10, 1),
(9, 17, 1),
(10, 18, 1),
(11, 5, 1),
(12, 19, 6),
(13, 22, 1),
(14, 23, 7),
(15, 10, 8),
(16, 10, 5),
(19, 24, 9),
(20, 25, 1),
(21, 26, 1);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `stramiens`
--
CREATE TABLE `stramiens` (
`stramien_id` int(10) NOT NULL,
`naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`position` int(10) NOT NULL,
`columns` int(10) NOT NULL,
`active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `stramiens`
--
INSERT INTO `stramiens` (`stramien_id`, `naam`, `position`, `columns`, `active`) VALUES
(1, 'content - sidebar', 3, 0, 1),
(2, 'content', 2, 0, 1),
(6, 'sidebar - content ', 4, 0, 1),
(7, 'legal', 5, 0, 1),
(8, 'home', 6, 0, 1),
(9, 'partners', 0, 0, 1),
(10, 'drivers2016', 0, 0, 1),
(11, 'news', 0, 0, 1),
(12, 'search', 0, 0, 1),
(13, 'event', 0, 0, 1),
(14, 'industry', 0, 0, 1),
(15, 'sitemap', 0, 0, 1),
(16, 'terminals2019', 0, 0, 1),
(17, 'partners_v2', 0, 0, 1),
(18, 'univerge-blue', 0, 0, 1),
(19, 'page', 0, 0, 1),
(20, 'resources', 0, 0, 1);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `tags`
--
CREATE TABLE `tags` (
`tag_id` int(10) NOT NULL,
`name` varchar(250) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`times_tagged` int(10) NOT NULL DEFAULT '0',
`position` int(10) NOT NULL,
`active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `td_contact`
--
CREATE TABLE `td_contact` (
`entry_id` int(10) NOT NULL,
`position` int(10) NOT NULL,
`status` int(1) NOT NULL DEFAULT '1',
`last_edit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`template_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`language_id` int(11) NOT NULL DEFAULT '0',
`form_id` int(10) NOT NULL,
`stramien_id` int(10) NOT NULL,
`meta_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`meta_desc` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`page_redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`title` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`text` text COLLATE utf8_unicode_ci,
`link` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`link_to` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`image` tinytext COLLATE utf8_unicode_ci,
`show_form` int(10) DEFAULT NULL,
`panel_type` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `td_contact`
--
INSERT INTO `td_contact` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `text`, `link`, `link_to`, `image`, `show_form`, `panel_type`) VALUES
(1, 0, 1, '2016-08-31 12:28:07', 7, 863, 0, 0, 0, '', '', '', 'Stay connected', '<p>Join our mailing list for company updates<br />\r\nand information on future events</p>\r\n', NULL, '162|-|Start now', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/contact-panels/contact-events.jpg', 0, ''),
(2, 0, 1, '2016-08-31 13:00:12', 7, 865, 0, 14, 0, '', '', '', 'Register now', '<p>To meet the NEC experts of your choice!<br />\r\nJoin us at GITEX 2019 in booth # Z2-A20</p>\r\n', NULL, '162|-|Register now to get a free pass', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/dubai-2018-2.jpg', 1, ''),
(3, 0, 1, '2016-10-17 14:21:05', 7, 903, 0, 16, 0, '', '', '', 'Infosecurity, Storage Expo and The Tooling Event', '<p><strong>Data: </strong>woensdag 2 en donderdag 3 november 2016<br />\r\n<strong>Locatie: </strong>Jaarbeurs Utrecht – Hal 1, Stand D077<br />\r\n<strong>Tijd: </strong>9.30 - 17.00 uur</p>\r\n', NULL, '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/contact-panels/contact-events.jpg', 1, ''),
(4, 0, 1, '2017-06-06 09:40:07', 7, 1011, 0, 20, 0, '', '', '', 'Free 90-day HYDRAstor VA Trial', '<p>How can we help you become storage proficient?</p>\r\n', NULL, '1011|-|Request Now!', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/contact-nec2.jpg', 1, ''),
(5, 0, 1, '2017-09-08 07:20:43', 7, 1064, 0, 0, 0, '', '', '', 'test', '', NULL, '', '', 0, ''),
(6, 0, 1, '2019-02-26 13:18:25', 7, 1261, 0, 0, 0, '', '', '', 'Lets talk', '', NULL, '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/contact-panels/contact-nec.jpg', 0, ''),
(7, 0, 1, '2019-07-11 13:12:18', 7, 1295, 0, 0, 0, '', '', '', '<span style=\"font-size:2rem;\">See it, experience it yourself</span>', '<p>The best way to understand and appreciate the capabilities of NEC Smart WorkSpace is to see it for yourself. Drop us an email at <a href=\"mailto:info@nec.emea.com\">info@nec.emea.com</a> for a demo today and get new insights into how you can transform the employee experience – and business performance.</p>\r\n', NULL, '162|-|Request a free demo', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/workspace/nec-smart-workspace-footer.jpg', 0, ''),
(8, 0, 1, '2019-07-23 09:43:43', 7, 1304, 0, 0, 0, '', '', '', '<span style=\"font-size:2rem;\">See it, experience it yourself</span>', '<p>The best way to understand and appreciate the capabilities of <strong>NEC UNIVERGE Integration Platform</strong> is to see it for yourself. Drop us an email at <a href=\"mailto:info@nec.emea.com\">info@nec.emea.com</a> for a demo today and get new insights into how you can transform the employee experience – and business performance.</p>\r\n', NULL, '162|-|Request a free demo', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/contact-panels/contact-nec.jpg', 0, ''),
(9, 0, 1, '2019-09-20 10:11:57', 7, 1332, 0, 24, 0, '', '', '', 'Need assistance with your ISDN Migration?', '', NULL, '1261|-|Lets talk', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/contact-panels/contact-nec.jpg', 1, ''),
(10, 0, 1, '2020-06-10 07:16:07', 7, 1416, 0, 2, 0, '', '', '', '<span style=\"font-size:2rem;font-weight:normal;\">Everything your team needs for <strong>cloud-based connections</strong></span>', '', NULL, '162|-|Ask a Question', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/world-map.jpg', 1, 'blue'),
(11, 0, 1, '2020-09-24 15:05:36', 7, 1427, 0, 5, 0, '', '', '', 'Become a nec partner', '', NULL, '', '', 1, 'default');
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `td_industry`
--
CREATE TABLE `td_industry` (
`entry_id` int(10) NOT NULL,
`position` int(10) NOT NULL,
`status` int(1) NOT NULL DEFAULT '1',
`last_edit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`template_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`form_id` int(10) NOT NULL,
`stramien_id` int(10) NOT NULL,
`meta_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`meta_desc` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`page_redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`title` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`text` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`dfsfds` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`youtube` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`image` tinytext COLLATE utf8_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `td_industry`
--
INSERT INTO `td_industry` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `text`, `dfsfds`, `youtube`, `image`) VALUES
(1, 0, 1, '2019-02-26 12:59:11', 9, 1256, 0, 0, '', '', '', 'Dentist solutions', 'Do your communications need a check-up?', NULL, 'https://www.youtube.com/watch?v=sh_tIsuu_yw', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/dentist-solutions.jpg'),
(2, 0, 1, '2019-02-26 13:04:43', 9, 1257, 0, 0, '', '', '', 'Medical Centres', 'How can your communications help you deal with aggressive patients?', NULL, 'https://www.youtube.com/watch?v=WV6R70jaxYQ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/medical-centre-solutions.jpg'),
(3, 0, 1, '2019-02-26 13:06:12', 9, 1258, 0, 0, '', '', '', 'Estate Agents', 'Do your communications make your customer feel at home?', NULL, 'https://www.youtube.com/watch?v=Pm02AakiAo4', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/estate-agents.jpg'),
(4, 0, 1, '2019-02-26 13:07:55', 9, 1259, 0, 0, '', '', '', 'Care Home', 'Is your current nursecall system still fit for purpose?', NULL, 'https://www.youtube.com/watch?v=dgBOwycAqEE', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/care-homes.jpg'),
(5, 0, 1, '2019-02-26 13:08:13', 9, 1260, 0, 0, '', '', '', 'Schools', 'Can your communications help beat the school bully?', NULL, 'https://www.youtube.com/watch?v=wQbH3bDOwCg', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/school-bully.jpg'),
(6, 0, 1, '2019-02-27 12:02:04', 9, 1262, 0, 0, '', '', '', 'Retail', 'Building a better understanding of customers through seamless and responsive in-store experiences', NULL, 'https://www.nec-enterprise.com/solutions/Retail', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/NEC-SmartRetail.jpg');
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `td_news`
--
CREATE TABLE `td_news` (
`entry_id` int(10) NOT NULL,
`position` int(10) NOT NULL,
`status` int(1) NOT NULL DEFAULT '1',
`last_edit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`template_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`language_id` int(11) NOT NULL DEFAULT '0',
`form_id` int(10) NOT NULL,
`stramien_id` int(10) NOT NULL,
`meta_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`meta_desc` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`page_redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`title` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`subtitle` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`image` tinytext COLLATE utf8_unicode_ci,
`date` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`text` text COLLATE utf8_unicode_ci,
`resources` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`author` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `td_news`
--
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(1, 0, 1, '2016-06-30 13:41:01', 6, 355, 0, 0, 0, '', '', '', 'title', 'subtitle', 'image', 'date', 'overview', NULL, ''),
(2, 0, 1, '2016-06-30 13:41:01', 6, 356, 0, 0, 0, '', '', '', 'NEC adds IndigoCare to its Global Healthcare Solutions Offering', 'Integrated Full IP-based iCall Nurse Call Solution delivers flexibility and unique IT value', '', '', '<p align=\"left\"><strong>Hilversum, 7 June 2016 – </strong>NEC Enterprise Solutions, leader in Enterprise Communications & IT solutions, today announced it is expanding its global portfolio of Healthcare solutions to include IndigoCare’s iCall nurse call system.<br />\r\n<br />\r\nNEC, who has been extremely successful in global healthcare markets over many years, aims to provide fully integrated solutions to hospitals, nursing homes and other healthcare institutions. By expanding its portfolio with IndigoCare’s smart nurse call system NEC expands its capabilities in the healthcare market beyond the walls of the hospital environment with a Full-IP solution.</p>\r\n\r\n<p align=\"left\"><strong style=\"line-height: 1.6em;\">Distributed architecture ensures highest degree of flexibility</strong><br />\r\n<span style=\"line-height: 1.6em;\">The open, distributed architecture of the iCall full-IP Nurse Call System ensures the highest degree of flexibility and ease of integration for the budget conscious long-term care market segment. iCall fits into any new buildings’ infrastructure as well as in retrofit projects by using IP network intelligence and its specifically designed LocalBus for re-use of old wiring. iCalls open architecture and its tight integration with NEC‘s communication servers, offers a unique combination that provides customers with an end-to-end one-stop-shop solution.</span></p>\r\n\r\n<p align=\"left\">Mark Decat, Managing Partner IndigoCare, commented: ‘We have many years of experience with the combined offering of iCall and the NEC portfolio. Numerous installations of this unique combination have already been implemented successfully in Belgium and we are very pleased to share our experience with NEC business partners in other regions and expand our success worldwide. We are convinced this strong proposition will strengthen the market position of NEC in the global healthcare market.</p>\r\n\r\n<p align=\"left\"><strong style=\"line-height: 1.6em;\">NEC and iCall provide substantial increase in staff efficiency</strong><br />\r\n<span style=\"line-height: 1.6em;\">In regular nurse call systems, nurses can only discover the reason of a room call by entering the room. With the iCall NEC combination, room calls are immediately sent to a group of IP-DECT users, enabling immediate voice response from a nurse to a patient through the speakerphone of any NEC communication endpoint. The combined feature of nurse call with intercom is unique in the world and provides staff full freedom to move around and still be instantly available. Staff know immediately the reason of a room call and can react in a faster and much more efficient way. User cases show a considerable increase in staff efficiency by using the NEC and iCall system.</span></p>\r\n\r\n<p align=\"left\"><strong>Co-development supports transformation in Healthcare institutions</strong><br />\r\n<span style=\"line-height: 1.6em;\">The iCall nurse call solution is easily integrated with other application such as notification platforms, building management systems, digital signage and access control systems. The companies’ mutual co-development plan aims to exploit the solution’s openness by adding applications that increase staff efficiency, the comfort level of patients and residents, as well as the healthcare institutions’ competitive edge.</span></p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong style=\"line-height: 1.6em;\">For more information please contact NEC Enterprise Solutions:</strong></p>\r\n\r\n<p><strong>Robert van Amerongen Annick Reyngoudt</strong><br />\r\n<strong style=\"line-height: 1.6em;\">Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\" style=\"line-height: 1.6em;\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong style=\"line-height: 1.6em;\"> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p><br />\r\n<strong style=\"line-height: 1.6em;\">About NEC Enterprise Solutions:</strong><br />\r\n<span style=\"line-height: 1.6em;\">NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</span></p>\r\n\r\n<p><span style=\"line-height: 1.6em;\">NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: </span><a href=\"http://www.nec-enterprise.com/\" style=\"line-height: 1.6em;\">http://www.nec-enterprise.com</a><span style=\"line-height: 1.6em;\">.</span></p>\r\n\r\n<p><strong style=\"line-height: 1.6em;\">About IndigoCare</strong><br />\r\n<span style=\"line-height: 1.6em;\">Founded in 2005, IndigoCare builds on the rich history of its predecessor, Essec Healthcare Telecom, telecom system integrator on the Belgian market offering total solutions in nurse call, notification and telephony systems.</span></p>\r\n\r\n<p>IndigoCare is the developer and manufacturer of iCall, one of the most flexible nurse call system in the world based on a fully IP-based distributed architecture. The company’s mission is to make sure that every healthcare and telecommunication system can be fully integrated with each other and every new development within the product range is based on open standards with the capability of extending the product range in a very flexible way. <a href=\"http://www.indigocare.com/\">http://www.indigocare.com</a>.</p>\r\n', '', ''),
(3, 0, 1, '2016-06-30 13:41:01', 6, 357, 0, 0, 0, '', '', '', 'NEC awards Top Performers at NEC EMEA Partner Conference 2016 in Venice, Italy', 'NEC and Business Partners demonstrate strong mutual commitment at highly successful event', '', '', '<p align=\"left\"><strong>Venice, Hilversum, 30<sup>th</sup> of May 2016</strong> – At NEC’s EMEA Partner Conference 2016, held in Venice from 25-27 May, NEC, leading IT and Communications solutions provider, awarded its top performing business partners addressing the enterprise ICT market for their excellent performance over the past year.</p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">The three-day conference with “Discover” as theme, brought together NEC’s major distributors, key business partners and solution partners from over 40 countries across EMEA (Europe, Middle East & Africa). At the conference Paul Kievit, President at NEC Enterprise Solutions, expressed his appreciation for the strong commitment the business partners have shown and congratulated them with their significant achievements across many territories. NEC’s growing market penetration and expanding partner community was reflected in the increased number of participants, this year some 300 attendees from across the region.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">“It is highly inspiring to experience the enthusiasm of our business partners for our brand, our portfolio and our vision”, said Paul Kievit, President of NEC Enterprise Solutions. This conference confirms once again how NEC and our partners are bringing IT and Communication solutions that enable organizations and their workforce to embrace the business advantages of digital transformation. The awards are recognition of our mutual commitment and business success and we look forward to fruitful continuation of the way we are serving the EMEA Enterprise market together”, Kievit stated.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">NEC shared its vision and plans for the upcoming year and showcased a broad suite of IT & Communications solutions set behind the company’s Smart Enterprise approach. Latest enhancements and expansions to the portfolio were received by all partners with extreme enthusiasm. Awards presented during the special Gala Dinner at the prestigious Hotel Excelsior on Lido Island included those for top distributors, resellers, system integrators and selected areas of excellent performance.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">“With the innovative power of a global leader and the dynamic support of local organizations and highly professional channel partners, NEC is in an excellent position to respond to the most demanding needs of customers”, Kievit concluded.</span></p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong style=\"line-height: 1.6em;\">For more information please contact NEC Enterprise Solutions:</strong></p>\r\n\r\n<p><strong style=\"line-height: 1.6em;\">Robert van Amerongen Annick Reyngoudt</strong><br />\r\n<strong style=\"line-height: 1.6em;\">Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\" style=\"line-height: 1.6em;\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong style=\"line-height: 1.6em;\"> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p> </p>\r\n\r\n<p><img src=\"https://www.nec-enterprise.com/content/images/Press/NEC_Business_Partners_at_NEC_EMEA_Partner_Conference_2016_Venice.jpg\" style=\"width: 750px; height: 499px;\" /></p>\r\n\r\n<p><strong><em><a href=\"https://www.nec-enterprise.com/content/images/Press/NEC_Business_Partners_at_NEC_EMEA_Partner_Conference_2016_Venice(hr).jpg\">​[download hires]</a></em></strong></p>\r\n', '', ''),
(4, 0, 1, '2016-06-30 13:41:01', 6, 358, 0, 0, 0, '', '', '', 'The Council for the Judiciary of the Netherlands renews its telecommunications with KPN and NEC', 'New centralized VoIP based Unified Communications solution improves', '', '05-03-12', '<p align=\"\\\"><strong>Hilversum, March 5, 2012</strong> - The Council for the Judiciary of The Netherlands has commissioned KPN to provide, in close collaboration with NEC, a completely new telecommunications facility based on Voice over IP. For the Council this means a significantly enhanced IT and Communications, boosting efficiency and realizing a flexible working environment for in due course over twelve thousand employees across 27 judicial organizations.</p><p align=\"\\\"><strong>Flexible environment, better accessibility, central management</strong><br />The Council for the Judiciary issued a European call for tender with the objective of designing, building, implementing and maintaining a flexible ICT infrastructure that would allow for all telephony facilities to be managed from one central platform and enable staff to work and access all digitally stored files irrespective of place and time. The council was looking for a future proof and fault tolerant, flexible environment that fits the organisation's vision and strategic plans towards superior accessibility for civilians and staff. The new communications infrastructure significantly enhances the Judiciary's accessibility for citizens, as centralization of the telephony functionality allows the Judiciary to be accessible by means of one national number.</p><p align=\"\\\"><strong>NEC</strong>'<strong>s UNIVERGE solutions ensure New Way of Working</strong><br />The council awarded the contract to system integrator KPN, in cooperation with NEC as the provider of the advanced Voice over IP and Unified Communications solution. The comprehensive functionality of NEC's solutions in support of the envisaged New Way of Working was an important aspect in the Council's final decision. The solution includes NEC's UNIVERGE SIP@Net and SV8100 communications servers, 5.000 IP telephone sets, the Business ConneCT application for Unified Communications and Collaboration and MA4000 Configuration and Expense Management.</p>', NULL, ''),
(5, 0, 1, '2016-06-30 13:41:01', 6, 359, 0, 0, 0, '', '', '', 'NEC to Exhibit M2M Service Enabled by Mobile Cloud and Mobile Broadband Solutions at Mobile World Congress', '', '', '23-01-12', '<p>London and Tokyo, January 23, 2012 - NEC Corporation (NEC) announced today that it will attend the Mobile World Congress 2011 at the Fira de Barcelona, Barcelona February 27 March 1 2012.<br /><br />NEC will showcase a range of innovative and revenue-generating solutions for mobile operators and enterprises on the concept of "Winning in Verticals with M2M Cloud" at its stand 8A125, Hall 8,. In particular, NEC will present its machine-to-machine (M2M) solutions from platform to cloud based applications, end-to-end cloud solutions including vertical applications for healthcare, education, retail and smart home services with combination of M2M cloud services and next-generation mobile broadband solutions: LTE (Long-Term Evolution), femtocell, mobile backhaul and operational support system (OSS).<br /><br />"M2M communications via Mobile Cloud is a fast-growing market for NEC"Â, says Takayuki Morita, senior vice president, NEC. "Already utilities, retail, transportation and medical organisations benefit from connecting smart meters, healthcare monitors and telematics devices. NEC's seamless IT and network solutions will help them to capture revenue from the expected massive increase of connected devices".Â<br /><br />In addition, NEC will demonstrate its display solutions, tablet and smart-phones. NEC will also host two forums: Mobile Cloud and LTEÂ.<br /><br />Products/Solutions<br /><br />Big Data Processing Technology<br />NEC has developed a big data processing platform technology able to batch process and analyse data in shorter time, meeting the increasing customer demand for higher-speed data storage systems. NEC's technology analyses large volumes of data, collected by an ever growing number of sensors and terminals, and provides users with the resulting information in real-time. The technology also reduces power consumption by two-thirds compared to conventional technologies for distributed storage with analysis systems.<br /><br />LTE<br />NEC will showcase its small cell LTE solutions that help mobile operators around the world to reduce their soaring CAPEX and OPEX spending for LTE rollout strategies. NEC's solutions give back control to mobile operators and enable them to test, adjust and tailor the provision of LTE services according to capacity demand and profitability of high-data rate services. NEC's small cell LTE solutions also supports the business transformation of the many operators that re-examine their strategy, trying to avoid the costly experience with the macro rollout of their 3G networks.<br /><br />Femtocell<br />As one of the leading companies providing end-to-end femtocell solutions, NEC will demonstrate its femtocell solution, which enables mobile operators to provide premium mobile services and an excellent mobile consumer experience. This is critical to the objectives of mobile operators seeking to address the retention of their mobile subscriber base and customer acquisition.<br /><br />Mobile backhaul<br />NEC will show its market leading product portfolio of next-generation solutions for packet microwave with innovations in high capacity technologies, new frequencies, and new compact equipment designs. NEC's portfolio includes seamless integration of networks and computing with best-in-class customer experience and end-to-end SLAs, providing mobile operators with deep coverage in chosen market segments.</p>', NULL, ''),
(6, 0, 1, '2016-06-30 13:41:01', 6, 360, 0, 0, 0, '', '', '', 'City of Johannesburg commissions Gijima to provide large NEC UNIVERGE 3C communications solution', 'Prestigious project involves large number of UNIVERGE 3C based UC&C users', '', '', '<p align=\"left\"><strong>Hilversum, Johannesburg, 18 May 2016 – </strong>The City of Johannesburg has commissioned Gijima, NEC System Integration Business Partner in South Africa, to provide - in partnership with Dimension Data - a completely new Unified Communications & Collaboration (UC&C) solution for its MetroCentre located in Braamfontein.</p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">This significant project involves the delivery and installation of multiple NEC servers and NEC’s software-based UNIVERGE 3C UC&C solution supporting over 2,000 users. The solution includes soft media phones for 500 PC-based, Android or iOS users, state-of-the-art audio and video web conferencing and multiple PC-based Operator and Supervisor positions. NEC’s BX-series Gateways and Session Border Controllers complete the total solution.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">Gijima was able to land this project due to its dedicated service and support to the City of Johannesburg for over 20 years and the company’s dedicated commitment to NEC’s wide range of IT & Communication solutions.</span></p>\r\n\r\n<p align=\"left\"><strong style=\"line-height: 1.6em;\">Prestigious project</strong><br />\r\n<span style=\"line-height: 1.6em;\">“The powerful capabilities of the state-of-the art communication platforms and terminals of NEC and the great support services and commitment by Gijima has resulted in awarding this project to Gijima”, said the Anthony Bunseelall, the Deputy Director of the City of Johannesburg’s Telecommunications Department.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">“We are extremely pleased to win this large project that extends the close relationship with our appreciated end-customer the City of Johannesburg”, said Karien Ciggaar of NEC Enterprise Solutions. “As one of the leading IT & Communications companies in South Africa, our business partner Gijima deploys a wide range of activities ranging from network design, tailor made solutions, implementation and support services. They even deploy their own 3C Training Centre and can serve our joint customers with latest technologies and services that keep them abreast of times with efficient and effective solutions”, she continues. “Furthermore, it is also pleasing to experience that the City of Johannesburg is willing to support a customer reference interview that will underline the power of our UNIVERGE 3C solution and the capabilities of our business partner Gijima in South Africa”, Karien adds.</span></p>\r\n\r\n<p align=\"left\"><strong style=\"line-height: 1.6em;\">Addressing competitive markets</strong><br />\r\n<span style=\"line-height: 1.6em;\">UNIVERGE 3C redefines the way a business and individuals communicate keeping an organization competitive in today’s marketplace. The comprehensive solution provides fully functional IP telephony along with a complete set of collaboration applications that can be tailored to specific business needs. It enables total control over how, when and where individual users choose to be reached. Its distributed software architecture operates across premise, cloud or hybrid environments, delivering unmatched flexibility, reliability and scalability.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">In the highly competitive South African ICT market, Gijima is one of the leading companies engaged in the fields of Communications, IT and Security Solutions and continues to accelerate and move forward with the latest technologies that NEC has to offer.</span></p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong style=\"line-height: 1.6em;\">For more information please contact NEC Enterprise Solutions:</strong></p>\r\n\r\n<p><strong>Robert van Amerongen Annick Reyngoudt</strong><br />\r\n<strong style=\"line-height: 1.6em;\">Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\" style=\"line-height: 1.6em;\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong style=\"line-height: 1.6em;\"> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\n<span style=\"line-height: 1.6em;\">NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</span></p>\r\n\r\n<p><span style=\"line-height: 1.6em;\">NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: </span><a href=\"http://www.nec-enterprise.com/\" style=\"line-height: 1.6em;\">http://www.nec-enterprise.com</a><span style=\"line-height: 1.6em;\">.</span></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong style=\"line-height: 1.6em;\">About Gijima:</strong><br />\r\n<span style=\"line-height: 1.6em;\">Gijima is one of South Africa’s leading black owned Information and Communications Technology (ICT) Services Company. With a level 2 AAA empowerment rating we are a preferred, integrated ICT partner to a considerable client base of large information technology users in both the private (financial services, retail, manufacturing and mining) and public sectors. Employing more than 2,200 highly qualified, dedicated and committed professionals, throughout southern Africa, Gijima is well- positioned to add value to all its clients, which includes 14 out of the top 25 companies listed on the JSE.</span></p>\r\n', '', ''),
(7, 0, 1, '2016-06-30 13:41:01', 6, 361, 0, 0, 0, '', '', '', 'NEC presents Unified on-board Communications at Cruise Shipping Miami', 'Innovative solutions maximize staff efficiency and optimize service to guests', '', '12-03-12', '<p align=\"left\"><strong>Hilversum, Miami, March 12, 2012</strong> - At Seatrade Cruise Shipping Miami 2012, the world's most important and largest annual meeting for the cruise industry, taking place from 12-15 March at the Miami Beach Convention Center, Miami Beach, Florida, NEC is presenting a broad spectrum of integrated Unified Communications solutions specifically aimed at enhancing staff efficiency and guest services on board ships.</p><p align=\"left\">Martin van der Veeken, Sales Director at NEC Unified Solutions for the Marine sector, says, "Cruise Shipping Miami is the number one venue for the global cruise line business. As one of the leading suppliers to this industry, we have been participating to this event for many years, and we are pleased that year-on-year we are appreciated for the quality products and innovative solutions we bring on board. We have a rich portfolio of solutions that meet the most stringent demands for communications on board cruise lines and other ships".Â</p><p align=\"left\">Designed to deliver next-generation, open standards-based solutions, NEC's communication servers and applications allow cruise line companies to generate additional revenues and increase passenger responsiveness, while reducing operational costs and improving efficiency of the crew. Secure wireless communications provide reliable, secure shipboard communications with wireless phones giving cruise ship guests mobile communications even when they are out of reach of public cellular services. NEC was first to introduce a unique DECT Dual Band portfolio enabling ships to use (IP-)DECT at different international ports where DECT frequency bands may differ, and has installed this on numerous ships. NEC has also made it possible to extend the ship's IP-DECT wireless communication in the port and at dedicated island resorts as one network.</p><p align=\"left\">"In the area of mobility, we are driving and taking full advantage of the latest developments towards CAT-iq. Through dedicated software engineering, NEC is able to offer unique features specifically useful for the cruise industry. In combination with Unified Messaging, Presence and especially Location Detection this creates an extremely powerful and vital offering for on-board guest and staff security and communications"Â, concludes van der Veeken.</p>', NULL, ''),
(8, 0, 1, '2016-06-30 13:41:01', 6, 362, 0, 0, 0, '', '', '', 'NEC appoints Gijima as Executive Hospitality Partner in South Africa', '', '', '', '<p><strong>Hilversum, Pretoria, 24 August 2015 –</strong> NEC Enterprise Solutions, leader in enterprise IT & Communications solutions, today announced that it has appointed Gijima as its Executive Hospitality Partner in South Africa.</p><p>The formal assignment of Gijima took place at Zebra Lodge, just north of Pretoria, where Gijima and NEC together with their solutions partners recently hosted a Hotel Managers Conference and Roundtable. The conference was aimed at educating hotel managers and IT directors regarding developments in IT & Communications technologies as well as trends and solutions in serving the Hospitality sector. The highly successful two-day event was attended by representatives from Tsogo sun, Marriott/Protea, City Lodge, Peermont Global, Sun International and the Legacy Group.</p><p>With its Global Smart Hospitality drive and Executive Hospitality Partner Program NEC further builds on its in-depth experience and expertise in serving the hotel industry worldwide and reinforces the company’s leadership in providing best in class solutions to the sector.</p><p><strong>Executive Hospitality Partnership </strong><br />Denhard Jongman, Key Account Director NEC Smart Hospitality, explains: “As a subset of NEC Smart Hospitality, this program aims at mutual growth and profitability in the important Hospitality sector. Through this program we recognize and support Business Partners that invest in and promote the value of our integrated solutions, enabling them to go-to-market more successfully and help them to create new, profitable opportunities. Gijima’s appointment is another important step in establishing an eco system of trained and certified Smart Hospitality partners in this region”.</p><p>The program addresses and supports the 4 main aspects of Sell, Learn, Support and Promote and includes marketing support in raising awareness, developing leads, training staff and supporting implementations. Partners that since the launch of the programme have had the honor to become Executive Hospitality Partner within NEC’s Smart Hospitality Framework were Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands and FMG and Ophelia in Germany. Now Gijima in South Africa is added to that list.</p><p>As Hugo de Wet, Gijima Business Unit Executive for NEC, confirms: ”The Hospitality sector is one of the strategic vertical markets for Gijima in our drive towards growth. Thanks to the continued focus and support of NEC with respect to the international hospitality industry, we have been able to establish these successes. Our selection as Executive Hospitality Partner will further strengthen our activities and our continued success in working with leading national and international hotel operators.”</p><p><strong>Supplier of choice to the Hospitality industry </strong><br />Across all major geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. By merging leading IT and Communication technologies, NEC deploys solutions with the scalability, capability and affordability to meet the demanding business needs of hotels, event centers, cruiselines and travel organizations.</p><p><a href=\"http://www.nec-enterprise.com/content/images/Hugo de Wet of Gijima receives Executive Hospitality Partner certificate from Denhard Jongman of NEC.jpg\"><img alt=\"\" src=\"http://www.nec-enterprise.com/content/images/Hugo%20de%20Wet%20of%20Gijima%20receives%20Executive%20Hospitality%20Partner%20certificate%20from%20Denhard%20Jongman%20of%20NEC.jpg\" style=\"width: 1280px; height: 960px;\" /></a></p><p><strong>About Gijima</strong><br />Gijima is one of South Africa’s leading black owned Information and Communications Technology (ICT) Services Company in South Africa, employing more than 2,200 highly qualified, dedicated and committed professionals, throughout southern Africa. With a level 2 AAA empowerment rating Gijima is preferred, integrated ICT partner to a considerable client base of large information technology users in both the private (financial services, retail, manufacturing and mining) and public sectors. Gijima’s intellectual capacity and industry focused business model provides clients with world class application services, infrastructure configuration and implementation, and end-to-end managed outsource services through a national footprint. For more information: www.gijima.com</p>', NULL, ''),
(9, 0, 1, '2016-06-30 13:41:01', 6, 363, 0, 0, 0, '', '', '', 'JRM for Communications drives Smart Hospitality to success in Egypt\'s hotel market', 'Prestigious hotels select JRM to implement NEC\'s leading edge IT & Communications solutions', '', '', '<p align=\"left\"><strong>Hilversum, Cairo, 25 April 2016 – </strong>NEC’s business partner in Egypt, JRM for Communications, has been extremely successful in addressing Egypt’s hospitality sector and has been awarded several large hotel projects over recent months. Orders received include fully fledged hospitality solutions for prestigious hotels such as the Cairo Sheraton, the Sheraton Soma bay Hotel, the Westin Hurghada, St. Regis and Starwood’s Land Lord Residence.</p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">Many new developments are taking place in Egypt, with the Hospitality sector being one of its prime business areas. Guest services, staff efficiency and integral security are important differentiators in 4- and 5-star hotel environments and make a robust and reliable communication solution a key success factor for any leading hotel. The continued focus and support of NEC in this market segment enables JRM for Communications to play a leading role in further developing their business in Egypt. The powerful capabilities of NEC’s state-of-the art Smart Hospitality solutions and the great support services, expertise and commitment of JRM has resulted in awarding these project to JRM. </span></p>\r\n\r\n<p align=\"left\"><strong style=\"line-height: 1.6em;\">Prestigious projects</strong><br />\r\n<span style=\"line-height: 1.6em;\">“We are extremely pleased and honored being awarded these prestigious projects at these first class brand new premises”, says Reda Kamal of JRM for Communications. We are convinced that this will further strengthen our activities and our continued success in working with leading national and international hotel operators to provide them with NEC’s ICT solutions.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">In Egypt’s highly competitive ICT market of, JRM is one of the leading IT & Telecommunications companies in the market and involved in a wide range of activities, ranging from network design and tailor made solutions to implementation and support services. “This means we can serve our customers with latest technologies and services that keep them abreast of times with efficient and effective solutions. The fact that the NEC Smart Hospitality solutions are approved and recommended by all leading hotel-groups and operators, are a further factor for success and we are looking forward to many successful installations, together with NEC”, Reda Kamal continues.</span></p>\r\n\r\n<p align=\"left\"><strong>Supplier of choice to the Hospitality industry</strong><br />\r\n<span style=\"line-height: 1.6em;\">Across all major geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. By providing integrated comprehensive hotel solutions, NEC enables hotel owners, operators, event centers and travel organizations to deliver value-added services that exceed guest expectations, help gain loyal customers, enhance the efficiency of staff and their systems, and contribute to improved profitability. NEC Smart Hospitality Solutions consist of key solutions related to hotel operations, including communications platforms, Unified Communications (UC) applications, IT servers and storage solutions, Property Management Systems (PMS), facial recognition, digital signage and guest room management systems.</span></p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong style=\"line-height: 1.6em;\">For more information please contact NEC Enterprise Solutions:</strong><br />\r\n<strong style=\"line-height: 1.6em;\">Robert van Amerongen Annick Reyngoudt</strong><br />\r\n<strong style=\"line-height: 1.6em;\">Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\" style=\"line-height: 1.6em;\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong style=\"line-height: 1.6em;\"> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p> </p>\r\n', '', ''),
(10, 0, 1, '2016-06-30 13:41:01', 6, 364, 0, 0, 0, '', '', '', 'NEC and Porsche team join their Passion for Performance', 'Channel partners and GT3.nl team look forward to an exciting season and are ready to perform', '', '14-03-12', '<p align=\"\\\"><strong>Hilversum, March 14, 2012</strong> - NEC and GT3.nl have announced the continuation of their sponsorship and cooperation and presented their plans for the upcoming season 2012 with the theme "Passion for Performance".</p><p align=\"\\\">Empowered by NEC, the Prospeed Porsche 911 GT3 R of GT3.nl driver Paul van Splunteren will be participating in the Blancpain 2012 Championship. The calendar features six rounds at a number of Europe's most prestigious racetracks, including Monza, Silverstone, Paul Ricard and Nurnburgring, with the Total 24 Hours of Spa at the end of July.</p><p align=\"\\\">To coincide with the races, NEC is launching a special incentive for its channel partners throughout Europe, Middle East and Africa (EMEA). "Passion for Performance 2012 will give them a chance to win an unforgettable weekend at the Blancpain GT3 race at Paul Ricard in France, while other racing events will be open for channel partners and NEC customers to attend as well"Â, says Ronald Schapendonk, Marketing Director at NEC.</p><p align=\"\\\">Now in its third year, NEC will continue its sponsorship based on the positive feedback from key business partners and customers during the 2010 and 2011 series. "NEC and Porsche share their Passion for Performance in many ways, with common denominators such as driving innovation, operational excellence, all round support and results"Â, Schapendonk adds.</p><p align=\"\\\">The enthusiasm of NEC business partners for the newly launched incentive scheme is overwhelming, with over 50 channel partners from across EMEA participating in the first incentive event. NEC's goal with the programme is not only to reward their over-performing channel partners but also to use several races as channel recruitment events and invite corporate customers and prospects to join as well.</p><p align=\"\\\">Paul van Splunteren has been competing in various Touring Car Championships since 1985 and as of 2005 he successfully competes with Porsches in various championships (Dutch GT3 Cup, FIA GT3, Supercup, Dutch GT4) and long distance races (Spa 24 hours and in 2010 Le Mans).</p><p><img alt=\"\\\" src=\"\\\" /> <img alt=\"\\\" src=\"\\\" /></p>', NULL, ''),
(11, 0, 1, '2016-06-30 13:41:01', 6, 365, 0, 0, 0, '', '', '', 'Ministry of Interior of Egypt commissions JRM for Communications to provide new NEC based communications network', 'Prestigious project involves large network of UNIVERGE SV9500 and SV9100 systems', '', '', '<p align=\"left\"><strong>Hilversum, Cairo, 4 April 2016 – </strong>The Ministry of Interior of Egypt has commissioned JRM for Communications, NEC’s business partner in Egypt, to provide a complete new communications infrastructure in replacement of its existing PBX network.</p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">This large-scale and significant project involves the delivery and installation of 12 UNIVERGE SV9500 communication servers and 20 SV9100 communication servers. In addition, 149 Remote UG50’s are part of this large network. JRM was able to land this project due to its dedicated service and support with the Ministry of Interior of Egypt for over 15 years and the company’s dedicated commitment to NEC’s wide range of IT & Communication solutions.</span></p>\r\n\r\n<p align=\"left\"><strong style=\"line-height: 1.6em;\">Prestigious project</strong><br />\r\n<span style=\"line-height: 1.6em;\">“We are extremely pleased to win this big project that extends the close relationship with our appreciated customer the Ministry of Interior”, said Mr. Reda Kamal of JRM for Communications. “As one of the leading IT & Telecommunications companies in Egypt, we at JRM have a wide range of activities ranging from network design, tailor made solutions, implementation and support services. This means we can serve our customers with latest technologies and services that keep them abreast of times with efficient and effective solutions”, he continues.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">“The powerful capabilities of the state-of-the art communication platforms and terminals of NEC and the great support services and commitment by JRM has resulted in awarding this project to JRM”, said the Operations Director of the Ministry of Interior’s telecom Department.</span></p>\r\n\r\n<p align=\"left\"><strong style=\"line-height: 1.6em;\">Competitive market</strong><br />\r\n<span style=\"line-height: 1.6em;\">In the highly competitive ICT market, JRM is one of the leading Egyptian companies engaged in the fields of Telecommunications, IT and Security Solutions. Being one of the oldest NEC Business Partners in the region, JRM continues to accelerate and move forward with the latest technologies that NEC has to offer.</span></p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong style=\"line-height: 1.6em;\">For more information please contact NEC Enterprise Solutions:</strong></p>\r\n\r\n<p><strong>Robert van Amerongen Annick Reyngoudt</strong><br />\r\n<strong style=\"line-height: 1.6em;\">Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\" style=\"line-height: 1.6em;\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong style=\"line-height: 1.6em;\"> annick.reyngoudt@emea.nec.com</strong></p>\r\n', '', ''),
(197, 0, 1, '2017-04-04 06:21:03', 6, 982, 0, 0, 0, '', '', '', 'NEC appoints Gijima as first Certified SDN Partner in South Africa', '', '', '', '<p align=\"left\"><strong>Hilversum, Midrand, April 4, 2017</strong> – NEC Enterprise Solutions, leader in enterprise IT & Communications solutions, today announced that it has appointed Gijima as its first Certified Business Partner for SDN Solutions in South Africa.</p>\r\n\r\n<p align=\"left\">The formal appointment of Gijima took place at the iconic venue of Kyalami Grand Prix Circuit in Midrand, where Gijima and NEC hosted their nationwide SDN seminar aimed at IT directors of organizations and business enterprises from across South Africa. The conference brought together NEC’s international experts and keynote speakers sharing their views and recommendations on the Future of Networking.<br />\r\n </p>\r\n\r\n<p align=\"left\">Over the past 20 years, enterprise network management has not been able to respond sufficiently quickly to dynamically changing business demands. Software-Defined Networking (SDN) promises to change that. SDN empowers a business to control network behaviour by emphasizing the software application instead of the network infrastructure. One of SDN’s distinguishing characteristics is that it centralizes the intelligence of a network system and separates this from lower network infrastructure functionality. By doing so SDN is very well suited for the efficient development of new applications and supports organizations in bringing innovative services to the market. Moreover, SDN can realize all of this in a cost-effective manner.</p>\r\n\r\n<p align=\"left\">Responding to security threats in real time is becoming an increasing concern and is one of the reasons why all enterprises - including small and mid-sized business - are urged to investigate the benefits of deploying SDN solutions in their ICT infrastructures. SDN increases the ease and flexibility of central network management. Besides service provisioning speed, agility and lower operating costs, security is another important reason for enterprises to consider SDN.</p>\r\n\r\n<p align=\"left\"><strong>Certified SDN Partnership</strong><br />\r\nFrancois-Remy Monnier, Director Business Development at NEC Enterprise Solutions, explains: “Gijima is a longstanding Business Partner of NEC and one of the leading ICT players in South Africa. With this certification in South-Africa as first SDN Partner, we recognize Gijima’s expertise and dedication to providing first-class integrated networking & IT solutions to professional organizations in the region. Gijima’s appointment is another important step in establishing an eco-system of trained and certified partners in NEC’s Smart Enterprise Solutions”.</p>\r\n\r\n<p align=\"left\">As Peter Drube, Managing Director of Gijima, confirms: ”NEC’s unique capabilities and positioning with SDN as integral part of its Smart Enterprise Solutions, is for Gijima key in our drive towards sustainable growth. Thanks to our continued focus and with the support of NEC, we have been able to provide integrated solutions & services which respond to business and user needs by solving the challenges of changing market dynamics.”</p>\r\n\r\n<p align=\"left\"> </p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\n<br />\r\nRobert van Amerongen Annick Reyngoudt</strong></p>\r\n\r\n<p><strong>Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong></p>\r\n\r\n<p><a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p><br />\r\n </p>\r\n', '', ''),
(12, 0, 1, '2016-06-30 13:41:01', 6, 366, 0, 0, 0, '', '', '', 'NEC presents Smart Cruise Ship Communications at Cruise Shipping Miami', 'Unique NEC Smart Guide adds new dimensions to the passenger experience', '', '', '<p><em>Visit us at our stand 1101</em></p><p align=\"left\"><strong>Hilversum, Miami, March 9, 2015</strong> – At Cruise Shipping Miami 2015, taking place from 16-19 March at the Miami Beach Convention Center, Florida, NEC is presenting further enhancements to its range of Smart Hospitality Solutions aimed at enriching the passenger experience and enhancing passenger services on board of leading cruise ships. Highlights include NEC’s brand new and highly innovative Smart Guide mobile handset for tour guiding and personal assistance on board as well as on shore.</p><p align=\"left\">“Being one of the leading technology partners for the cruise shipping industry and other marine sectors, we have been participating to this event for many years”, explains Martin van der Veeken, Sales Director Marine at NEC Enterprise Solutions. We enjoy an overwhelming interest from major cruise line customers and it is fantastic to experience how much we year-on-year are appreciated for the quality products and innovative solutions we bring on board. Cruise Shipping Miami 2015 gives us an excellent opportunity to present our innovative Smart Cruise Shipping Communications including the global launch of our new Smart Guide to a large number of customers”.</p><p align=\"left\"><strong>Smart Cruise Ship Communications</strong><br />NEC’s Smart Cruise Ship Communications solutions meet highest standards of quality, reliability, flexibility and ease of use - connecting staff and passengers with the information they need, making life onboard extra special and enabling cruise and ferry companies to maximize passenger experience, services, safety and satisfaction. Critical business processes aboard a vessel like Alarming & Messaging, Real Time Location Services and Task Management are an integrated part, while open interface enable additional partner application support.</p><p align=\"left\"><strong>Innovative Smart Guide adds new dimensions to the passenger experience</strong><br />NEC’s Smart Guide is a unique and robust Android smartphone offering a range of modular options that enhance the guided tour experience of travelers when exploring sights, either individually or as part of a guided group. The DECT capability of the smartphones enable listening in to commentary of the tour guide broadcasted to the smartphones tuned in to the same channel, as well applications on the smartphones provide detailed background information on the sight being visited, triggered automatically by GPS location detection. </p><p align=\"left\">Standard tools available include Group Guide mode, Self Guided City Tour mode, City Info and River View mode. With the GPS function, guests are free to either follow a recommended route or make their way to POIs of their choice.</p><p>“As one of the leading global vendors and driving forces behind IP DECT technology solutions, we have been at the forefront of developments for many years”, says Martin van der Veeken, Sales Director at NEC Enterprise Solutions. “We are convinced our Smart Guide is an extremely powerful and vital addition to our offering to the hospitality market in general and the cruise and river market in particular. It will completely change the way passengers will experience their travel – on board and on shore. Contact us and get connected to the future of cruising”, van der Veeken concludes.</p><p> </p><p><img src=\"http://www.nec-enterprise.com/content/images/Press/NEC_Smart_Guide.jpg\" style=\"height: 383px; width: 600px;\" /></p>', NULL, '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(13, 0, 1, '2016-06-30 13:41:01', 6, 367, 0, 0, 0, '', '', '', 'NEC appoints DSA as Executive Hospitality Partner in Ethiopia', '', '', '', '<p align=\"left\"><strong>Hilversum, Addis Abeba, 30 March 2016 – </strong>NEC Enterprise Solutions, leader in enterprise Communications & IT solutions, today announced that it has appointed DSA as its Executive Hospitality Partner in Ethiopia.<br />\r\n<br />\r\n<span style=\"line-height: 1.6em;\">Denhard Jongman, Key Account Director NEC Smart Hospitality, explains: “Our Executive Hospitality Partnership program aims at mutual growth and profitability in the important Hospitality sector. Through this program we recognize and support Business Partners that invest in and promote the value of our integrated solutions, enabling them to go-to-market more successfully and help them to create new, profitable opportunities. DSA has already considerable experience and success in serving the Hospitality segment. This appointment is recognition of their expertise and dedication, as well as an additional support and stimulus to all stakeholders involved”.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">Semir Mensur, Business Development Manager at DSA confirms: “Many new developments are taking place in Ethiopia and the Hospitality sector is a key business area for us. With the continued focus and support of NEC we are determined to play a significant role in further developing this market segment in Ethiopia. We are extremely pleased and honored with our selection as Executive Hospitality Partner and are convinced that this will further strengthen our activities and our continued success in working with leading national and international hotel operators.”</span></p>\r\n\r\n<p align=\"left\"><strong style=\"line-height: 1.6em;\">Executive Hospitality Partnership</strong><br />\r\n<span style=\"line-height: 1.6em;\">With its Global Smart Hospitality drive and Executive Hospitality Partner Program NEC further builds on its in-depth experience and expertise in serving the hotel industry worldwide and reinforces the company’s leadership in providing best in class solutions to the sector.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">The program addresses and supports the 4 main aspects of Sell, Learn, Support and Promote and includes marketing support in raising awareness, developing leads, training staff and supporting implementations. Partners that since the launch of the programme have had the honor to become Executive Hospitality Partner within NEC’s Smart Hospitality Framework were Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands, FMG and Ophelia in Germany, Gijima in South Africa, Southern Communications in the UK, Destiny in Zimbabwe and BCX in Nigeria. Now DSA is added to that list.</span></p>\r\n\r\n<p align=\"left\"><strong style=\"line-height: 1.6em;\">Supplier of choice to the Hospitality industry</strong><br />\r\n<span style=\"line-height: 1.6em;\">Across all major geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. By merging leading IT and Communication technologies, NEC deploys solutions with the scalability, capability and affordability to meet the demanding business needs of hotels, event centers, cruiselines and travel organizations.</span></p>\r\n\r\n<p align=\"left\"><strong style=\"line-height: 1.6em;\">About DSA</strong><br />\r\n<span style=\"line-height: 1.6em;\">DSA is an organization dedicated to excellence in providing professional solutions and services to public and private clients spanning multiple industries across Ethiopia and beyond. Its corporate motto being “Solving Business Problems with Technology Solutions”, DSA brings world class capabilities and deep expertise to help clients succeed wherever they operate. DSA’s professionals are dedicated to strengthening corporate responsibility, building public trust, and making a positive impact in their communities. For more information: </span><a href=\"http://www.dsasolution.com/\" style=\"line-height: 1.6em;\">http://www.dsasolution.com</a></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen Annick Reyngoudt</strong><br />\r\n<strong style=\"line-height: 1.6em;\">Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\" style=\"line-height: 1.6em;\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong style=\"line-height: 1.6em;\"> annick.reyngoudt@emea.nec.com</strong></p>\r\n', '', ''),
(14, 0, 1, '2016-06-30 13:41:01', 6, 368, 0, 0, 0, '', '', '', 'Frost & Sullivan Honors NEC for its Holistic Approach to Deploying Enterprise Communications Solutions', '', '', '<li><strong><em>The Integrated Value Proposition</em></strong> provides support to our clients throughout all phases of their journey to visionary innovation, including: research, analysis, strategy, vision, innovation and implementation.</li></ul><u', '\"<p align=\"\"center\"\" style=\"\"text-align: justify;\"\"><span>MOUNTAIN VIEW, Calif. — December 15, 2014 — Based on its recent analysis of the unified communications (UC) infrastructure market, Frost & Sullivan recognizes NEC with the 2014 Global Frost & Sullivan Award for Technology Innovation Leadership. NEC has leveraged leading-edge, software-defined networking (SDN) technology and integrated it across its UC and infrastructure product lines to deliver an optimized Software Defined Communications (SDC) experience for customers.</span></p><p style=\"\"text-align: justify;\"\"><span style=\"\"line-height: 1.5; font-size: 13px;\"\">NEC is moving toward a self-aware UC infrastructure by making its own UC platforms ProgrammableFlow-aware and interoperable. The ProgrammableFlow networking suite offers NEC’s UNIVERGE portfolio of enterprise voice, video and data communications solutions an optimized and adaptable network infrastructure in which to operate. This empowered UNIVERGE 3C is a fully distributed, data center-ready, virtualized UC solution platform and fits well into the architecture of the OpenFlow-based ProgrammableFlow SDN solution.</span></p><p style=\"\"text-align: justify;\"\"><span style=\"\"line-height: 1.5; font-size: 13px;\"\">“The level of integration NEC enables throughout its network, server, storage and enterprise communications product lines highlights the power of the technologies at play, as well as the application of those technologies to benefit customers,” said Frost & Sullivan Industry Analyst Michael Brandenburg.</span></p><p style=\"\"text-align: justify;\"\"><span style=\"\"line-height: 1.5; font-size: 13px;\"\">Each year, Frost & Sullivan presents this award to the company that has demonstrated uniqueness in developing technologies that impact both the functionality and the customer value of new products and applications.</span></p><p style=\"\"text-align: justify;\"\"><span style=\"\"line-height: 1.5; font-size: 13px;\"\">Frost & Sullivan’s Best Practices Awards recognize companies in a variety of regional and global markets for outstanding achievement in areas such as leadership, technological innovation, customer service, and product development.</span></p><p> </p><p style=\"\"text-align: justify;\"\"><strong>About Frost & Sullivan</strong></p><p> </p><p style=\"\"text-align: justify;\"\">Frost & Sullivan, the Growth Partnership Company, works in collaboration with clients to leverage visionary innovation that addresses the global challenges and related growth opportunities that will make or break today's market participants.</p><p style=\"\"text-align: justify;\"\">Our “Growth Partnership” supports clients by addressing these opportunities and incorporating two key elements driving visionary innovation: The Integrated Value Proposition and The Partnership Infrastructure.</p><ul style=\"\"text-align: justify;\"\">', NULL, ''),
(15, 0, 1, '2016-06-30 13:41:01', 6, 369, 0, 0, 0, '', '', '', 'NEC provides the Brazilian Post Office with Unified Communications solution UNIVERGE 3C', '', '', '', '<p><strong>São Paulo and Tokyo, March 2, 2016 - </strong><a href=\"http://www.nec.com/index.html\">NEC Corporation</a> (NEC; TSE: 6701) today announced the provision of its unified communications solution UNIVERGE 3C to the Brazilian Post Office in order to efficiently unify the communications between the post office’s 19 locations throughout the State of São Paulo and reduce costs.</p>\r\n\r\n<p><span style=\"line-height: 1.6em;\">This pioneering project includes the installation of NEC software and terminals for enabling VoIP communications for long distance calls between the 19 post office locations across the state of São Paulo, the 22 locations of the São Paulo Metropolitan Division as well as locations in Brasilia. Additional benefits of the new system include management software that tracks expenses by cost center and a unified communications system that carries audio and video in support of conference rooms for meetings and collaborative work.</span></p>\r\n\r\n<p><span style=\"line-height: 1.6em;\">NEC’s UNIVERGE 3C is highly scalable and easy to use, enabling companies to quickly respond to demand and expand services through a simple licensing model. Features include audio, video, web conferencing, document presentation, file sharing, integration with e-mail and remote management, while allowing companies to use their existing IT infrastructure and web environment.</span></p>\r\n\r\n<p><span style=\"line-height: 1.6em;\">“NEC’s unified communications system is the first VoIP technology to be used at the Brazilian Post Office and serves as a reference for expansion into other states,” said Jair Rodrigues de Freitas, technology manager, Brazilian Post Office. “The links this system creates between management and administrative locations through a single platform ensure that services will be provided efficiently, effectively and customers will receive the highest quality of service available.”</span></p>\r\n\r\n<p><span style=\"line-height: 1.6em;\">“NEC aims to create social value by capitalizing on the latest technologies to strengthen social infrastructure,” said Daniel Mirabile, president of NEC in Brazil. “The post office is a vital component of any community and NEC is proud to see UNIVERGE 3C enable the Brazilian Post Office to improve communications and reduce costs, thereby enhancing service for the overall public.”</span></p>\r\n\r\n<p><span style=\"line-height: 1.6em;\">This R$ 4 million order covers a 5 year period and includes a system warranty, support and outsourced maintenance. Going forward, NEC aims to capitalize on this model for contributing to additional regions across the country.</span></p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p> </p>\r\n', '', ''),
(16, 0, 1, '2016-06-30 13:41:01', 6, 370, 0, 0, 0, '', '', '', 'NEC Enterprise Solutions appoints Bert Plasman as Vice President & Head of Enterprise Channel Sales EMEA', '', '', '', '<p align=\"left\"><strong>Hilversum, 7<sup>th</sup> March 2016 – </strong>NEC Enterprise Solutions today announced that it has appointed Mr. Bert Plasman as Vice President & Head of Enterprise Channel Sales EMEA as per March 1<sup>st</sup> 2016.</p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">In this Management Team position and reporting to Paul Kievit, President & Head of NEC Enterprise Solutions EMEA, Bert Plasman will be responsible for further accelerating NEC’s Enterprise channel sales strategy and business growth throughout the EMEA region.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">Commenting on this appointment, Paul Kievit, said: “Bert Plasman brings with him a wealth of experience in the ICT industry and will add significant value, drive and direction to our Enterprise channel sales teams and business partners. This new assignment is closely linked to our plan for further growth in EMEA. Bert will support and give direction to our EMEA Enterprise Channel Sales teams in promoting and expanding sales of our Enterprise Business through existing and new channel partners.”</span></p>\r\n\r\n<p align=\"left\"><strong style=\"line-height: 1.6em;\">Extensive experience in ICT industry</strong><br />\r\n<span style=\"line-height: 1.6em;\">Bert Plasman has in-depth knowledge of and extensive experience in the ICT industry, having held various leadership positions in IT and Networking at Getronics, Cisco and LeaseWeb. His leadership in business transformation of Enterprise Channel Sales teams and Enterprise Partners, as well as his extensive experience and track-record in Distribution business, VAR’s and TELCO’s, will greatly benefit NEC’s sales of ICT solutions and services to small, medium and large sized organizations in both the Private and Public sector.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">“With this new senior appointment we are considerably strengthening our commercial capability. With his experience in hardware and software based solutions as well as datacenter and cloud services, I am convinced that Bert will be able to further propel sales, taking advantage of our powerful Smart Enterprise offering that brings together key IT & Communications technologies and solutions”, concludes Kievit.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">Bert Plasman is based at the NEC Enterprise Solutions EMEA headquarters in Hilversum, the Netherlands.</span></p>\r\n\r\n<p> </p>\r\n\r\n<p><img alt=\"\" src=\"https://www.nec-enterprise.com/content/images/Press/bert_plasman_nec_enterprise_solutions.jpg\" style=\"width: 620px; height: 349px;\" /></p>\r\n', '', ''),
(17, 0, 1, '2016-06-30 13:41:01', 6, 371, 0, 0, 0, '', '', '', 'NEC to showcase advancements in Healthcare at Zorg & ICT', 'Medical display, Unified Communications and virtualization expertise on display', '', '15-03-12', '<p align=\"left\"><strong>Hilversum/Paris/Munich, March 15, 2012</strong> - NEC will be showcasing its end-to-end range of innovative healthcare solutions at the <a href=\"http://www.zorg-en-ict.nl/\" target=\"_blank\">Zorg & ICT</a> show in the Jaarbeurs, Utrecht, from 27-29 March 2012.</p><p align=\"left\">Now in its tenth year, the show brings around 8,000 visitors and over 180 exhibitors from Belgium, Germany, Netherlands and the US as a platform for IT solutions and services within the healthcare sector.</p><p align=\"left\">From its 66 square meter stand, NEC will highlight the company's latest developments in the area of Unified Communications, medical displays, projectors and storage, server and virtualisation solutions. NEC's subject matter experts will also be on hand to provide in-depth information regarding NEC's work on the further improvement of management and patient care in the healthcare sector and the broad spectrum of state-of-the-art solutions specifically aimed at enhancing efficiency and quality of care in the industry. These will all be presented under NEC's 'Innovation for Life' banner, which integrates all its solutions for CARE & CURE.</p><p align=\"left\">Part of the stand will be dedicated to the latest Unified Communications & Collaboration tools for the healthcare market. This includes NEC's contact centre and central appointment solutions, the UNIVERGE <a href=\"http://www.nec-businessconnect.com/\" target=\"_blank\">Business ConneCT</a> application, advanced nurse call messaging and alerting applications through Mobicall, a new generation of IP DECT terminals, as well as private GSM solutions with partner <a href=\"http://www.radioaccess.nl/\" target=\"_blank\">Radio Access</a> and location detection through <a href=\"http://www.ekahau.com/\" target=\"_blank\">Ekahau</a>.</p><p align=\"left\">"As well as all the diagnosis and treatment technology available, communication plays a vital role in the healthcare sector. Being able to locate and contact the right person or device at the right time is just as important as having the tools necessary to treat patients effectively," said Kees van Donk, director of hospitality and healthcare at NEC Unified Solutions.</p><p align=\"left\">"With our vast experience in the healthcare environment we have developed an entire portfolio of innovative solutions that help these institutions, whether these are hospitals, elderly homes, clinics or doctor's practices, to do just that."Â</p><p>NEC will also demonstrate <a href=\"http://www.nec-display-solutions.com/p/me/en/home.xhtml\" target=\"_blank\">display and projector solutions</a> for more accurate and QA-compliant radiological diagnosis including mammography. NEC's portfolio spans greyscale diagnostic displays, high brightness colour diagnostic displays, new clinical review displays, a new large format Operating Room display and the latest DICOM simulation projectors. These will appear alongside standard office monitors for the administrative departments and large format displays for visitor way finding and hospital information systems.</p><p align=\"left\">These technologies allow doctors to receive all their important data quickly and accurately, with the images easily being made available to relevant internal medical departments via a PACS system or to off-site locations, as part of a teleradiology system.</p><p align=\"left\">Christopher Parker, product line manager professional displays at NEC Display Solutions, added, "With the growing need for displays in the healthcare sector, NEC is ideally placed to meet the needs of the market by offering a range of visual display solutions from standard office LCD monitors to medically certified diagnosis displays."Â</p><p align=\"left\">"As a leading manufacturer of innovative medical display solutions, NEC is the right partner to deal with the challenges of hospital-wide digitalisation processes."</p><p align=\"left\">NEC's storage, server and virtualisation solutions will round the company's offering at the show. These are designed to ensure continuity and reliability in critical healthcare environments. On display will be the <a href=\"http://www.nec-itplatform.com/-VPCC,194-.html\" target=\"_blank\">Virtual PC Center</a>, a complete desktop virtualization solution from NEC that delivers everything from platform management software to servers and thin client terminals, and bringing stability to enterprise IT systems through technology such as automatic load balancing. Alongside this will be NEC <a href=\"http://www.nec-itplatform.com/-NEC-FlexPower,221-.html\" target=\"_blank\">FlexPower</a>, the first business-in-a-box modular server built from the ground up for small and midsize organisations, which integrates storage, computing, and networking to simplify complex IT environments, making it perfect for a doctor's office or clinic.</p><p>"In medical environments, the right technology can be crucial to saving lives and different general and university hospitals all over EMEA rely already on NEC for precisely this reason," concluded Thierry Gaeremynck, area sales manager Benelux at NEC IT Platform Solutions.</p><p align=\"left\">"These solutions not only allow hospitals and other healthcare organisations to have easy access to the computing resources they need with guaranteed reliability, but can provide significant cost and energy savings as well."</p>', NULL, ''),
(18, 0, 1, '2016-06-30 13:41:01', 6, 372, 0, 0, 0, '', '', '', 'NEC launches UNIVERGE BX Series Session Boarder Controllers (SBCs) and Gateways', 'UNIVERGE BX Series ensures smooth and secure interoperability', '<tr>', '<tbody>', '<p>\"</p>\r\n\r\n<p align=\"\"><strong>Tokyo, Japan, 26 February 2016 – </strong>NEC Corporation (NEC; TSE: 6701) today announced the launch of its new UNIVERGE BX Series Gateways and Session Border Controllers (SBCs) that ensure smooth and secure interoperability between enterprise networks and service provider networks.</p>\r\n\r\n<p align=\"\"><span line-height:=\"\" style=\"\">The addition of the UNIVERGE BX Series to NEC’s portfolio provides enterprises with safe and secure protocol and media handling and routing when connecting their NEC communication servers with service provider networks. The BX series offers robust protection for IP communications infrastructure against Denial of Service, fraud and service theft, and helps guard against cyber-attacks and other service-impacting events.</span></p>\r\n\r\n<p><strong line-height:=\"\" style=\"\">Connectivity to Service Provider networks</strong><br />\r\n<span line-height:=\"\" style=\"\">“The market is rapidly embracing SIP trunking, calling for SIP mediation and interoperability solutions between enterprise communication systems and service provider networks,” says Takeo Orui, Assistant General Manager, Smart Networks Division at NEC Corporation. “Our new UNIVERGE BX Series forms an effective demarcation point between an organization’s VoIP (Voice over IP) network and the service providers’ SIP trunk, securing the enterprise VoIP network.”</span></p>\r\n\r\n<p align=\"\"><span line-height:=\"\" style=\"\">The UNIVERGE BX Series consists of pure gateway and SBC solutions, as well as a mix of both, the hybrid products. The hybrid products offer investment protection by supporting gradual migration from TDM to IP and from PSTN to SIP trunking, supporting SIP and TDM connectivity on the same hardware. SBC functionality can easily be added as a licensed option to the existing gateway.</span></p>\r\n\r\n<p align=\"\"><span line-height:=\"\" style=\"\">The full UNIVERGE BX portfolio comprises 4 models:</span></p>\r\n\r\n<p align=\"\">• BX500, a gateway solution for up to 4 Basic Rate Interfaces.<br />\r\n<span line-height:=\"\" style=\"\">• BX800, a hybrid solution providing SBC functionality and gateways for analogue, Basic and Primary Rate.</span><br />\r\n<span line-height:=\"\" style=\"\">• BX1000, a hybrid solution similar to the BX800 but modular, allowing configuration customization.</span><br />\r\n<span line-height:=\"\" style=\"\">• BX9000, the virtual (software) edition of the Session Border Controller.</span></p>\r\n\r\n<p align=\"\"><span line-height:=\"\" style=\"\">These products are designed to be fully compatible with NEC UNIVERGE SV9000 and UNIVERGE 3C Unified Communication platform across the globe.</span></p>\r\n\r\n<p align=\"\"><strong line-height:=\"\" style=\"\">Remote and Mobile workers</strong><br />\r\n<span line-height:=\"\" style=\"\">The UNIVERGE BX Series also enables mobile users to benefit from UC capabilities, such as audio, video, presence, instant messaging and web conferencing in a secure way and from any location. The fully comprehensive UC&C results from the fact that the gateways and session border controllers are components in NEC’s Smart Enterprise Solutions Framework, a unique offering that brings together key IT & Communications technologies, applications and media endpoints with an extremely high level of integration and performance.</span></p>\r\n\r\n<p align=\"\"><span line-height:=\"\" style=\"\">Availability of the UNIVERGE BX series varies per country and region. Market introduction has commenced in the EMEA region and will gradually follow General Availability announcement in other countries across the globe.</span></p>\r\n\r\n<p>More information on: http://www.nec.com/en/global/solutions/univerge/flagship/bx.html</p>\r\n\r\n<p align=\"\">***</p>\r\n\r\n<p><strong line-height:=\"\" style=\"\">Press Contact:</strong></p>\r\n\r\n<table border=\"\" cellpadding=\"\" cellspacing=\"\">\r\n</table>\r\n', '', ''),
(19, 0, 1, '2016-06-30 13:41:01', 6, 373, 0, 0, 0, '', '', '', 'NEC appoints Ophelia and FMG as Executive Hospitality Partners in Germany', '', '', '', '<p><strong>Hilversum, 1 July 2015 –</strong> With the launch of its Global Hospitality Partner Program, NEC is reinforcing the company’s leadership in providing best in class IT & Communications solutions to the Hospitality sector and driving its accredited Business Partners towards further success.</p><p>Kees van Donk, Director Hospitality at NEC Enterprise Solutions, explains: “As a subset of NEC Smart Hospitality, this program aims at mutual growth and profitability in the important Hospitality sector. Through this program we recognize and support Business Partners that invest in and promote the value of our integrated solutions, enabling them to go-to-market more successfully and help them to create new, profitable opportunities”.</p><p><strong>Executive Hospitality Partnership</strong><br />The program addresses and supports the 4 main aspects of <strong>Sell, Learn, Support and Promote</strong> and includes marketing support in raising awareness, developing leads, training staff and supporting implementations. Partners that since the launch of the programme have had the honor to become Executive Hospitality Partner within NEC’s Smart Hospitality Framework were Advance in Russia, Teksam in Turkey, addCIT in Sweden and MER ICT of The Netherlands. Now FMG and Ophelia are added to that list.</p><p>As Wolfgang Mensch, Managing Director of FMG confirms: ”The Hospitality sector is one of the strategic vertical markets for our drive towards growth. Recent projects we have been awarded, like Le Meridien München, or the TUI Dorfhotel Fleesensee, prove that this is the right choice for us. Thanks to the continued focus and support of NEC with respect to the international hospitality industry, we have been able to establish these successes.”</p><p>Christian Kebschull, Managing Director of Ophelia adds: “Our selection as Executive Hospitality Partner will further strengthen our activities and our continued success in working with leading national and international hotel operators like Hilton and IHG. The fact that Ophelia, next to being NEC Executive Hospitality Partner, also is a long-lasting partner of Oracle/Micros, adds to our credibility.”</p><p><strong>Supplier of choice to the Hospitality industry</strong><br />Across all major geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. By merging leading IT and Communication technologies, NEC deploys solutions with the scalability, capability and affordability to meet the demanding business needs of hotels, event centers, cruise lines and travel organizations.</p><p>Based on close co-operation with leading hotel chains and a vast installed base, NEC thoroughly understands the drivers and needs of hotel operators, hotel owners and their guests, and brings this together in its Smart Hospitality vision and approach and modular solution framework. See also: <a href=\"http://www.nec-smarthospitality.com\">www.nec-smarthospitality.com</a>.</p><p align=\"center\">***</p><p><strong>For more information please contact NEC Enterprise Solutions: </strong></p><p>Robert van Amerongen<br />Tel: +31 35 689 1521<br />robert.van.amerongen@emea.nec.com</p><p><strong>About NEC Enterprise Solutions</strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability. NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</p><p><strong>About FMG</strong><br />Hoteltelefon.de FMG specializes in communications solutions for the hotel industry and has for over 30 years been partner of NEC in Germany. Hoteltelefon.de FMG advise and implement customized solutions including innovative PBX solutions that increase efficiency and create significant added value for hotel customer’s daily business.<br />With more than 800 hotel customers and service offices and partners in Germany, Hoteltelefon.de FMG are one of the leading telecommunication and IT service companies in Germany.<br />FMG clients with an NEC solution include Crown Plaza Hotels, Le Meridien, Sheraton Hotels, The Mandala, TUI Hotels, Marriott Hotels, Autograph Collection, Das Stue, H10 Hotels, Ahorn Wohlfühlhotels and many more. </p><p> </p><p> </p><p><strong>About Ophelia</strong><br />For over 16 years, Ophelia has stood for reliability and professional IT-system solutions. We are the primary contact for our customers, who mainly come from the hotel business: As an Oracle Gold partner, based on our long cooperation with Micros-Fidelio, we are supervising approximately 400 hotels in Germany. Due to our cooperation with NEC, we are also offering a smooth and optimal integration of communication systems in already existing hotel networks. Our third mainstay is a support and maintenance concept for our customers, which assures minimal downtimes in case of an emergency, fast reactions from our support team and preventive monitoring. This is exactly what our customers like about us: One solution, one service provider, one contact.</p><p> </p><p> </p>', NULL, ''),
(20, 0, 1, '2016-06-30 13:41:01', 6, 374, 0, 0, 0, '', '', '', 'NEC Expands UNIVERGE® Cloud Services Globally', 'First offering of Cloud-based Unified Communications as a Service in the U.S', '<li>Unified messaging and voicemail</li>', '<li>Video collaboration</li>', '<p>"</p>\r\n\r\n<p><strong>Tokyo, March 16, 2012 </strong>- NEC Corporation (NEC; TSE: 6701) announced today the expansion of UNIVERGE Cloud Services, a set of enhanced Software as a Service (SaaS) offerings to help businesses improve IT operations, cash flow and to thrive in a competitive global economy.</p>\r\n\r\n<p>These services will be released in the U.S in the second quarter of 2012. Services in other regions will follow later in the year.</p>\r\n\r\n<p>NEC's Unified Communications as a Service (UCaaS) is an expanded SaaS that includes a comprehensive suite of voice, data and video services featuring a simple, Web-based end-user client that is deployable across virtually any device, including PCs, smartphones and tablets. UCaaS offers a wide array of options, such as IP telephony, voicemail, audio and video conferencing, as well as Web collaboration, presence and IM and contact centers, all in a simple, service-based model designed to replace high costs with an affordable monthly fee.</p>\r\n\r\n<p>"Organizations today aim to minimize the costs from purchasing equipment that requires complex operation and expensive upgrades", said Taichiro Hashizawa, Vice President and Executive General Manager, NEC Corporation. "UNIVERGE Cloud Services are designed to empower businesses with the tools to be productive, competitive and profitable, while minimizing operational efforts. NEC's long-standing presence in the market also provides customers with the peace of mind they seek from a cloud services provider."Â</p>\r\n\r\n<p>NEC's UCaaS is based on a software-based unified communications and collaboration solution that is adaptable to private, hybrid and public-cloud deployment models. The service will offer a wide variety of features that include:</p>\r\n\r\n<ul>\r\n</ul>\r\n', '', ''),
(21, 0, 1, '2016-06-30 13:41:01', 6, 375, 0, 0, 0, '', '', '', 'NEC and BT certify interoperability of NEC communication servers on BT Wholesale\'s SIP Trunking platform', '', '', '', '<p>BT Wholesale and NEC in the UK have completed interoperability testing to certify the use of NEC’s award winning communication servers on the BT Wholesale SIP Trunking (WSIPT) platform. <a href=\"https://www.btwholesale.com/assets/documents/Wholesale_SIP_Trunking/WholesaleSIPTrunkingDatasheet.pdf\">WSIPT</a> is a secure, cloud-based IP voice solution, used by businesses of all sizes.</p>\r\n\r\n<p>The certification confirms NEC as an approved equipment vendor for the WSIPT platform and covers the SL1100, SV8100 and SV9100 award winning communication servers.</p>\r\n\r\n<p>Gemma Hutchins, Senior Product Manager at BT Wholesale commented: “We’re pleased to be working with NEC to certify the BT Wholesale SIP Trunking (WSIPT) platform with their communication solutions. This opens up a huge area of the market to our resellers as NEC are one of the major communication vendors in the UK.”</p>\r\n\r\n<p>Andrew Cooper, Sales Director at NEC added: <em>“</em>This is a great step for existing and potential NEC resellers in the UK and will further help cement NEC as SMB comms Global no.1.*”</p>\r\n\r\n<p>WSIPT is built on BT’s strategic ISDN replacement platform within the heart of the BT 21CN core network and has the capacity to handle anything from 1 to 10,000 SIP channels. This allows resellers to provision simple ISDN2 replacement services right up to complex multi-site contact centre deployments with high throughput requirements, all ordered from a simple, easy to use reseller portal.</p>\r\n\r\n<p>For more information, please visit:</p>\r\n\r\n<p><a href=\"https://www.btwholesale.com/pages/static/products-services/wholesale-SIP-trunking.htm\">https://www.btwholesale.com/pages/static/products-services/wholesale-SIP-trunking.htm</a></p>\r\n\r\n<p><a href=\"http://www.nec-enterprise.com/News\">http://www.nec-enterprise.com/News</a></p>\r\n\r\n<p>*Source: Q1 2015 World PBX / IP PBX Market – According to MZA Telecoms & IT analysts</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Issued on behalf of:<br />\r\nJim Eagers, NEC Marketing Manager</strong><br />\r\nTel:<strong> +44 (0) 787 509 3399</strong><br />\r\nEmail: <a href=\"mailto:jeagers@neci.co.uk\"><strong>jeagers@neci.co.uk</strong></a><br />\r\nLinked-in Company Page:<strong> NEC (UK)</strong><br />\r\nTwitter:<strong> @NECEnterprise</strong><br />\r\nYouTube: <a href=\"https://www.youtube.com/user/NECITPLATFORM\"><strong>https://www.youtube.com/user/NECITPLATFORM</strong></a><br />\r\nBlog: <a href=\"http://www.nec-enterprise.com/Blog\"><strong>http://www.nec-enterprise.com/Blog</strong></a><br />\r\nFacebook: <a href=\"https://www.facebook.com/nec.global\"><strong>https://www.facebook.com/nec.global</strong></a></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>For further information</strong><br />\r\nEnquiries about this news release should be made to the BT Group Newsroom on its 24-hour number: 020 7356 5369. From outside the UK dial + 44 20 7356 5369. All news releases can be accessed at our web site: <a href=\"http://www.btplc.com/News\">http://www.btplc.com/News</a></p>\r\n\r\n<p><strong>About BT</strong><br />\r\nBT’s purpose is to use the power of communications to make a better world. It is one of the world’s leading providers of communications services and solutions, serving customers in more than 170 countries. Its principal activities include the provision of networked IT services globally; local, national and international telecommunications services to its customers for use at home, at work and on the move; broadband, TV and internet products and services; and converged fixed/mobile products and services. BT consists principally of five customer-facing lines of business: BT Global Services, BT Business, BT Consumer, BT Wholesale and Openreach.</p>\r\n\r\n<p>For the year ended 31 March 2015, BT Group’s reported revenue was £17,979m with reported profit before taxation of £2,645m.</p>\r\n\r\n<p>British Telecommunications plc (BT) is a wholly-owned subsidiary of BT Group plc and encompasses virtually all businesses and assets of the BT Group. BT Group plc is listed on stock exchanges in London and New York. </p>\r\n\r\n<p>For more information, visit <a href=\"http://www.btplc.com\">www.btplc.com</a>.</p>\r\n', '', ''),
(22, 0, 1, '2016-06-30 13:41:01', 6, 376, 0, 0, 0, '', '', '', 'NEC\'s launch of Cloud Store enables ICT service providers to offer ready-to-use business applications from the cloud', 'Unique new cloud brokerage platform empowers NEC channel partners to expand their services portfolio with off-the-shelf, investment-free and easy-to-sell applications from their own privately labeled marketplace', '', '', '<p>London, 22nd February 2016 – NEC Corporation will be launching Cloud Store at this year’s Mobile World Congress (22-25 February in Barcelona). Cloud Store is a unique cloud brokerage public marketplace that enables ICT service providers to offer their customer organizations ready-to-use business applications from the cloud.</p><p>The one-stop shop marketplace, that can be fully branded by NEC’s channel partners, is fully managed by NEC in a Tier 3 datacenter with all registering, ordering and billing capabilities included. It contains a rich and expanding catalogue of market leading applications addressing the business needs of any company worldwide, including Collaboration, Security and Productivity enhancing applications, such as Microsoft Office 365.</p><p>Since 2009 NEC has been paving the way with cloud broker solutions, such as ncbs (NEC cloud brokerage suite), that include ordering, activation, management services as well as pre- and post-sales support for telecom carriers. Building on this experience, NEC’s Cloud Store is now providing similar opportunities to resellers, system integrators and other channel partners targeting the SMB and enterprise market.</p><p><strong>Expanding Services portfolio</strong><br /><span style=\"line-height: 1.6em;\">“We see great opportunity and benefits for our current channel partners, integrators and service providers, to expand their offering with cloud applications on top of their current services portfolio,” said Paul Kievit, President and Head of NEC Enterprise Solutions in EMEA. “Cloud Store enables them to compete with Telco-OTT players without the need to invest in commercial negotiations with ISV’s, application vendor boarding and the technical integration of marketplace settlement. NEC provides all of this off-the-shelf and ready-to-use.” </span></p><p><span style=\"line-height: 1.6em;\">The low investment levels and flexible setup of this truly OPEX / revenue sharing model make it an attractive business enhancing proposition for even small-sized ICT resellers eager to protect and expand their business with existing and new customers and expand their offering to include services. To support this NEC offers its channel partners a broad selection of applications and services that can be consulted in NEC Cloud Partner Portal (www.neccloudpartner.com). </span></p><p><strong><span style=\"line-height: 1.6em;\">ICT service providers welcome to join </span></strong><span style=\"line-height: 1.6em;\"><strong>NEC’s Partner Eco-system</strong></span><br /><span style=\"line-height: 1.6em;\">NEC will demonstrate Cloud Store at Mobile World Congress and invites service providers, application vendors, channel partners and those interested in becoming one to visit the NEC cloud booth in Hall 3, stand 3N10. Visitors will be able to experience the easy navigation and rich user experience Cloud Store provides and discuss with experts how to take advantage of the opportunity it offers in this fast growing market.</span></p>', NULL, ''),
(23, 0, 1, '2016-06-30 13:41:01', 6, 377, 0, 0, 0, '', '', '', 'NEC and BCX present Smart Hospitality Solutions at 3rd Annual Africa Hotel Expansion Summit in Nigeria', '', '', '', '<p align=\"left\"><strong>Hilversum (The Netherlands), Lagos (Nigeria), 11<sup>th</sup> January 2016 – </strong>NEC, global leader in the development and supply of IT & Communications solutions, will together with its business partner Business Connexion (BCX) be presenting its comprehensive set of Smart Hospitality solutions at the 3<sup>rd</sup> Annual Africa Hotel Expansion Summit, 28-29 January in Nigeria.</p><p align=\"left\">The Africa Hotel Expansion Summit brings together local and international hotel chains, hotel developers, architects and construction companies as well as hospitality institutions, government officials and investors to discuss new developments and hotel deals in Africa.</p><p align=\"left\">BCX and NEC invite attendees to the 3<sup>rd</sup> Annual Africa Hotel Expansion Summit to discuss trends and developments in the world of hospitality and examine the key components of NEC’s Smart Hospitality framework that empower hoteliers with solutions for enhanced productivity, efficiency and guest satisfaction.</p><p align=\"left\"><strong>IT & Communications essential ingredients</strong><br />“IT & Communications are essential ingredients of present day Hospitality”, says Denhard Jongman, Regional Director Hospitality at NEC Enterprise Solutions. “Smart use of latest technologies and solutions can be decisive success factors in promoting the offer, attracting and guiding prospective guests, supporting staff as well as boosting RevPAR and guest satisfaction”, he continues.</p><p align=\"left\">At the summit Jongman will be delivering a presentation titled “Maslow for Hotels” that addresses questions like</p><p align=\"left\">- How to use present day ICT to increase your guests’ experience?</p><p align=\"left\">- Upping RevPAR with enhanced ICT tooling</p><p align=\"left\">- How can ICT support your safety and security challenges?</p><p align=\"left\">John Sviridov, Managing Director at Business Connexion Nigeria, adds: ”The Hospitality sector is a key business area for us and thanks to our continued focus on this area and the support of NEC we have been successful in developing this market segment in Nigeria and beyond over past years. We are convinced that our participation to the 3<sup>rd</sup> Annual Africa Hotel Expansion Summit will further strengthen our activities and our continued success in working with leading national and international hotel operators.”</p><p align=\"left\"><strong>Smart Hospitality</strong><br />NEC’s Smart Hospitality Solutions consist of key solutions related to hotel operations, including communications platforms, Unified Communications (UC) applications, Property Management Systems (PMS), facial recognition systems, digital signage and guest room management systems. As the solutions are based on a modular approach and can be tightly integrated, customer information and other data can be easily shared throughout the portfolio. As a result of this seamless integration, hotel owners and operators can provide highly value-added guest services and improve the productivity of hotel staff.</p><p align=\"left\">“By providing integrated comprehensive hotel solutions, NEC enables hotel owners and operators to deliver value-added services that exceed guest expectations, help gain loyal customers, enhance the efficiency of staff and their systems, and contribute to improved profitability”, concludes Denhard Jongman.</p><p>More information on NEC, BCX and Hotel Expansion summit can be found on:<br /><a href=\"https://www.linkedin.com/company/4805994\">www.nec-smarthospitality.com<br />www.BCX.co.za<br />http://africa.hotelandresortsummit.com/<br />https://www.linkedin.com/company/4805994</a></p><p align=\"center\">**</p><p> </p><p><strong>For more information please contact NEC Enterprise Solutions:<br />Robert van Amerongen Annick Reyngoudt<br />Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br /><a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p><p> </p><p><strong>About NEC Enterprise Solutions:</strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</p><p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com\">http://www.nec-enterprise.com</a>.<br /> </p><p><strong>About Business Connexion</strong><br />With over 30 years of operational experience, the Business Connexion Group is one of the largest ICT services providers in Africa. Black empowered and rated as a Level 2 B-BBEE contributor, Business Connexion runs mission-critical ICT systems and manages products, services and solutions for JSE listed enterprise customers, key public sector organizations and small to medium-sized Enterprise customers around the globe. With over 7000 employees across Africa, the United Kingdom and Dubai, Business Connexion combines insight, experience, global vendor partnerships and extensive technological resources with the commitment to deliver.</p><p>Business Connexion has been bringing “Connective Intelligence” to life for its clients across Africa and the globe as a whole. The diverse and vibrant economies present a range of opportunities for the delivery of world-class Information and Communication Technology solutions. Business Connexion has successfully delivered solutions to the Financial Services, Academic, Telecommunications, SMB, Oil and Gas sectors amongst other sectors.</p><p>More on: <a href=\"http://www.bcx.co.za\">www.bcx.co.za</a>.; <a href=\"mailto:SPOC.NIGERIA@bcx.co.za\">SPOC.NIGERIA@bcx.co.za</a></p>', NULL, '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(24, 0, 1, '2016-06-30 13:41:01', 6, 378, 0, 0, 0, '', '', '', 'NEC\'s Integrated Communications 3000 enables enterprise customers to embrace rich SIP-based UC&C', 'Unique multiparty video and voice on iPad, iPhone, Android tablets & phones expedite enterprise consumerization', '<li>Customers can choose fixed deskphones (incl. NEC UNIVERGE terminals), mobile (DECT, Wifi, GSM), soft phones or tablets as endpoints, which supports enterprise consumerization and BYOD (Bring Your Own Device) policies.</li>', '<li>Deployment can be premise-based, private cloud-based or hybrid</li>', '\"<p><strong>Hilversum, April 10, 2012</strong> - NEC, a global leader in enterprise communications, today introduced Integrated Communications 3000, a campaign bringing together the latest functionality for rich multi-dimensional enterprise communications in an open standards SIP-based offering.</p><p>Combining the versatility and functionality of UNIVERGE SIP@Net communications software, the UC suite UNIVERGE Business ConneCT and powerful Business Mobility, NEC's Integrated Communications 3000 together with MA4000 management promotes to iS3000/SIP@Net customers a smart and solid evolution towards powerful Unified Communications & Collaboration in a virtualized environment.</p><p>"The importance and value of Unified Communications & Collaboration is much more than converging the phone, email and instant messaging; it's about bringing people, processes and communications together. The multiparty video and voice conferencing capability we offer across Apple and Android smartphones and tablets is one of the first in the marketplace. We are very excited to actually deliver on this promise"Â, says Benne van der Lugt, Director Portfolio Management at NEC Unified Solutions.</p><p>The combined offering provides supreme flexibility in multiple dimensions:</p><ul>', NULL, ''),
(25, 0, 1, '2016-06-30 13:41:01', 6, 379, 0, 0, 0, '', '', '', 'NEC launches the Fifth Generation HYDRAstor® HS8-5000 reinforcing its position as Storage Solution Innovator', 'The most scalable storage platform in the Purpose-Built Backup Appliance (PBBA) market, HYDRAstor builds on unique Deduped Transfer capability with integrated software / hardware', '<li align=\"\"left\"\">Global Name Space (GNS), global access to the same data through multiple front-end nodes (hybrid node), which delivers more flexibility and performance to geographically dispersed users</li></ul><p align=\"\"left\"\"><strong>Storage Solutio', '<li align=\"\"left\"\">Advanced erasure coding data protection technology that scales to support bigger drives easier than RAID technology, a key advantage over competitive offerings</li>', '\"<p align=\"\"left\"\"><strong>Hilversum, 25 November 2015 – </strong>NEC Enterprise Solutions, global leader in IT, communications and networking solutions, today announced availability of the fifth generation of its HYDRAstor storage platform. The new HYDRAstor HS8-5000 solution increases effective capacity by 54% compared to the previous version and supports larger disk drives, while maintaining the fast data rebuild time through its HYDRAstor Erasure Coding data resiliency technology.</p><p align=\"\"left\"\"><strong>Unique Deduped Transfer capability</strong><br />HS8-5000 can ingest backup data up to > 5PB/hr which is 27 times higher than the next closest competitor in the Purpose-Built Backup Appliance (PBBA) market. The new release also includes a single node model (HS3-510) for small to medium sized configurations and re-enforces HYDRAstor's reputation for high-level performance with Deduped Transfer. This reduces bandwidth requirements for general applications and data transfer to help facilitate remote backups and automate and speed up full backups.</p><p align=\"\"left\"\"> The fifth generation HYDRAstor HS8-5000 delivers:</p><ul>', NULL, ''),
(26, 0, 1, '2016-06-30 13:41:01', 6, 380, 0, 0, 0, '', '', '', 'Turkish National Police selects NEC and Teksam to provide a fully integrated telecommunication solution', 'Nation-wide network based on UNIVERGE SV9100 systems to span 1300 locations', '', '', '<p align=\"left\"><strong>Hilversum, Istanbul, 5 November 2015 – </strong>The Turkish National Police has selected NEC and its local business partner Teksam to provide the complete communications infrastructure and related solutions for its National Police network. Covering around 1300 police stations nationwide, the solution is based on NEC’s UNIVERGE SV9100 platform, which was selected as preferred product by the Police because of its advanced and secure networking and centralized management capabilities. The project will be rolled out in three phases and is scheduled to be finalized before the end of 2015.</p><p align=\"left\">Teksam, leading provider of integrated communication solutions in Turkey and business partner of NEC, will install the complete network that spans 63 large cities and 1222 remote towns. The complete infrastructure and connectivity includes besides the SV9100 communication servers also a fully integrated centralized management system.</p><p align=\"left\"><strong>Thorough selection process</strong><br />After a thorough selection process the Turkish Police selected NEC communication servers and Teksam to provide the solution. Important selection criteria for the Turkish Police were that:</p><p align=\"left\">- The solution should be based on advanced IP technology and ensure remote site redundancy.</p><p align=\"left\">- The vendor needs to be leading technology partner, with a track record across the globe.</p><p align=\"left\">- The local partner needs to have a strong presence and proven expertise in large projects.</p><p align=\"left\">Teksam has already, as part of an earlier project, equipped the Turkish Police with communication systems for 240 police stations, as well as with 60 emergency call centers for the nation’s 112 (locally 155) service. </p><p align=\"left\"><strong>Prestigious project</strong><br />“During the investigation it became very clear that NEC and their Turkey based partner Teksam were the perfect fit.</p><p align=\"left\">Cem Lokcu, Managing Director at Teksam adds: “You can imagine how proud I am on this partnership with the Turkish National Police. I am thrilled to extend the leading position we have in IT & Communications in Turkey with professional implementation of this prestigious project”.</p><p align=\"center\">***</p><p> </p><p><strong>For more information please contact NEC Enterprise Solutions:<br />Robert van Amerongen Annick Reyngoudt<br />Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br /><a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p><p><br /> </p>', NULL, ''),
(27, 0, 1, '2016-06-30 13:41:01', 6, 381, 0, 0, 0, '', '', '', 'NEC toont baanbrekende UC&C oplossing tijdens Telecom Time', 'Nieuwste ICT oplossing verhoogt zakelijke productiviteit, efficiëntie, flexibiliteit en kwaliteit', '', '', '<p><em>Bezoek onze stand nr. B23 tijdens Telecom Time2013, Utrecht</em></p><p align=\"left\"><strong>Hilversum, 18 november 2013</strong> – Tijdens Telecom Time, de beurs voor telecom oplossingen die op 20 en 21 november in de Jaarbeurs te Utrecht wordt gehouden, toont NEC een breed spectrum telecom en IT-oplossingen voor de zakelijke markt en introduceert de baanbrekende Unified Communications & Collaboration (UC&C) oplossing UNIVERGE 3C op de Nederlandse markt.</p><p>UNIVERGE 3C is NEC’s nieuwste UC&C-software met krachtige functies voor optimale samenwerking en mobiliteit en richt zich op het verhogen van de productiviteit, efficiëntie, flexibiliteit en kwaliteit van bedrijfsprocessen en dienstverlening. Naast UNIVERGE 3C toont NEC op Telecom Time andere nieuwe ontwikkelingen uit het portfolio, waaronder mobiele communicatie en messaging, krachtige server technologieën en virtualisatie oplossingen. Ook uMobility, een oplossing voor vast-mobiel integratie waarbij smartphones ingetraal onderdeel uitmaken van een bedrijfscommunicatie-netwerk en NEC’s nieuwste high-end G966 IP DECT toestel inclusief Android gebaseerde WiFi data ondersteuning, zijn te zien.</p><p align=\"left\"><strong>Hoogwaardige interactie – vanaf desktop, tablet of smartphone</strong><br />“UNIVERGE 3C is een krachtige, alles- in-één software-gebaseerd UC&C-platform, dat zowel in-huis als in datacenters en cloud of hybride omgevingen opgenomen kan worden", licht Tonko Wedda, managing director Benelux van NEC Enterprise Solutions, toe. “Het biedt gebruikers uitgebreide functionaliteit voor hoogwaardige samenwerking vanaf elke willekeurige desktop, tablet of mobiele telefoon, op kantoor, thuis of onderweg”.</p><p align=\"left\">UNIVERGE 3C 's software diensten zijn aan te passen aan een breed scala van zakelijke functies , voor grotere efficiëntie en hogere productiviteit van medewerkers.</p><p><strong>Smart transformatie van PBX platform naar UC&C</strong><br />Met de toenemende mobiliteit van medewerkers wordt UC&C van cruciaal belang als middel om snel, efficiënt en real-time samen te werken met collega's, klanten en leveranciers – waar ze ook zijn. Veel ICT managers zijn zich nog niet bewust van de mogelijkheden die kunnen worden toegevoegd aan hun bestaande infrastructuur om hier invulling aan te geven. NEC heeft veel zorg besteed aan het realiseren van een vernuftig transitiepad voor haar klanten naar UC&C. Met UNIVERGE 3C biedt NEC gebruikers van bijvoorbeeld SIP@Net/iS3000 systemen tegen minimale kosten hoogwaardige UC&C functionaliteit dat waar wenselijk flexibel en geleidelijk ingevoerd kan worden.</p><p align=\"left\"><strong>Veelzeggende demonstraties tonen unieke bundeling van IT & Communicatie</strong><br />Bezoekers aan Telecom Time krijgen bij NEC de nieuwste UC&C mogelijkheden gedemonstreerd die bereikbaarheid garanderen en geavanceerde samenwerkingsvormen mogelijk maken. Demonstraties omvatten videoconferencing en filesharing onafhankelijk van locatie of gebruikt apparaat – vanaf vaste bureautelefoons, desktop PC’s, mobiele DECT handsets, tablets of smartphones.</p><p align=\"left\">NEC toont op Telecom Time ook de thin-client desktop virtualisatie oplossing Virtual PC Center (VPCC). VPCC biedt gebruikers alle mogelijkheden van een traditionele desktop tegen lagere kosten, lager energieverbruik en met de zekerheid van data-veiligheid, automatische back-up van gegevens en onderhoud van software, voor optimale continuïteit en betrouwbaarheid.</p><p align=\"left\">De getoonde oplossingen onderstrepen de unieke kracht van NEC, die door bundeling van IT & Communicatie oplossingen organisaties naadloze totaaloplossingen kan bieden. NEC is te bezoeken op stand B23.</p><p align=\"center\">***<br /> </p><p><strong>Voor meer informatie kunt u contact opnemen met:</strong></p><p><strong>NEC Enterprise Solutions</strong><br /><strong>Robert van Amerongen</strong><br /><strong>Tel: +31 35 689 1521</strong><br /><strong>Email: </strong><a href=\"mailto:robert.van.amerongen@nec.emea.com\">robert.van.amerongen@emea.nec.com</a><br /> </p><p><strong>NEC Enterprise Solutions</strong><br />NEC Enterprise Solutions is een toonaangevende leverancier van IT & Communicatie-oplossingen aan kleine, middelgrote en grote ondernemingen in zowel de private als publieke sectoren. De geboden oplossingen maken gebruik van de nieuwste spraak-, data- en video-technologieën en zijn ontworpen voor open connectiviteit, hoge beschikbaarheid en flexibele groei. NEC Enterprise Solutions bedient haar klanten in EMEA (Europa, Midden Oosten en Afrika) via een netwerk van directe verkooporganisaties, distributeurs en value-added resellers en koestert een bedrijfscultuur waarbij deskundigheid, flexibiliteit en toewijding aan klanten centraal staan. Voor meer informatie: www.nec-enterprise.com.<br /><br /><em>Additionele resources:</em></p><p><em>Twitter: https://twitter.com/necenterprise</em></p><p><em>Facebook: https://www.facebook.com/nec.global</em></p><p><em>LinkedIn: http://www.linkedin.com/company/nec</em></p><p><em>YouTube: http://www.youtube.com/user/NECinfrontia</em></p><p><em>Blog: http://www.nec-enterprise.com/Blog</em></p><p> </p><p> </p>', NULL, ''),
(28, 0, 1, '2016-06-30 13:41:01', 6, 382, 0, 0, 0, '', '', '', 'NEC presents solutions for simplifying SAP HANA(R) implementations at SAP TechEd, Barcelona', '', '', '', '<p align=\"left\"><strong> <img alt=\"\" src=\"http://www.nec-enterprise.com/content/images/Events/NEC-SAP-HANA-TechED-2015-banner.jpg\" style=\"width: 700px; height: 140px; margin-left: 10px; margin-right: 10px;\" /></strong></p><p align=\"left\"><strong>Hilversum, 3 November 2015 – </strong>At SAP TechEd event, taking place in Barcelona from 10-12 November, NEC will be presenting its latest set of comprehensive SAP HANA solutions at booth 7.10. NEC’s unique SAP HANA offering dramatically simplify the implementation of SAP HANA(R) in-memory database software.</p><p align=\"left\">The solution on show at SAP TechEd is a combination of NEC’s SAP HANA appliance server, the “NEC High-Performance Appliance for SAP HANA” which is also available in Tailored Datacenter Integration models, and four models of NEC’s M Series of storage products, all of which have been certified by SAP for SAP HANA. Also on show is ECX, a unique software integrated solution for Business Continuity and Disaster Recovery preventing data loss and protecting IT Systems that only NEC can offer.</p><p align=\"left\"><strong>Installation time drastically shortened</strong><br />With this solution, customers can eliminate the burdensome work of satisfying all the performance and availability requirements set by SAP in the construction of a SAP HANA environment, thereby drastically shortening the installation time. Operation verification and evaluation of the connection to the SAP HANA appliance server are also completed prior to delivery.</p><p align=\"left\">“We have seen rapidly increasing demand from enterprise customers for SAP HANA as a big data processing platform,” says Charles Gaudron, Director IT Platform Solutions at NEC Enterprise Solutions. “Our new solution, which combines our SAP HANA appliance server and storage products that have been certified for SAP HANA Enterprise Storage, will simplify the installation of SAP HANA and enable more customers to benefit from the high speed in-memory processing.”</p><p align=\"left\"><strong>ExpressCluster ensures automatic switch over in case of failure</strong><br />Focussing in particular on users of the Amazon Web Services cloud, NEC will also present its ExpressCluster software. The tool can automatically detect system faults while SAP HANA runs on AWS and switches over to a standby server when problems arise. The result is severe reduction of downtime and improved availability and operational efficiency. Although SAP HANA has a high availability (HA) functionality, it is still necessary to manually switch servers if a failure occurs. This manual switch causes an outage in operations from failure detection to completion of server failover, which can potentially lead to lost business opportunities.</p><p align=\"left\"><strong>Core Components in Smart Enterprise Framework</strong><br />Fault Tolerant Servers, Storage solutions and management tools are core components in NEC’s Smart Enterprise Solutions Framework, a unique offering that brings together key IT & Communications technologies, applications and media endpoints with an extremely high level of integration and performance.</p><p align=\"left\">Numerous Big Data predictions for 2015 and beyond included both cloud-based analytics and in-memory analytics, what increases the demand for NEC’s extremely attractive tools and technologies.</p><p align=\"left\">Visit NEC during SAP TechEd at Booth No. 7.10.</p><p align=\"center\">***</p><p><strong>For more information please contact NEC Enterprise Solutions:<br /><br />Robert van Amerongen Annick Reyngoudt<br />Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br /><a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a> <a href=\"mailto:annick.reyngoudt@emea.nec.com\"><strong>annick.reyngoudt@emea.nec.com</strong></a></p>', NULL, ''),
(29, 0, 1, '2016-06-30 13:41:01', 6, 383, 0, 0, 0, '', '', '', 'Seminar inspires JRM Resellers with latest NEC SL1000 offering for Smarter Communications', 'Cairo Holiday Inn perfect setting for 26 resellers to get updated', '', '01-05-12', '<p align=\"left\"><strong>Cairo, 1 May 2012</strong> - At a special seminar held on 22nd April,2012 at the Cairo Holiday Inn, 26 resellers of JRM were informed and updated on the latest developments and offering around NEC's SL1000 communication solution. NEC together with its partner JRM, the Egypt based leading company engaged in the field of Telecommunications supplies and services for local and international markets since 1983, presented the latest additions to the portfolio, which has become one of the most favoured communication solutions for smaller businesses in many markets.</p><p align=\"left\"><strong>New insights and inspiration</strong><br />Resellers were impressed and inspired by the latest solutions presented, and commented that the sessions fed them with new insights in how to put the latest possibilities to use in present day business. The SL series can make our customers' entire workforce more reachable, more responsive and more productive, wherever they are"Â, added one of the resellers. "And in present day market circumstances, the offering is becoming increasingly powerful"Â.</p><p align=\"left\"><strong>Excellent Market fit </strong><br />NEC is continuously innovating and expanding its portfolio of IT and communications products. SL1000 communications servers are based on latest technology and are an excellent fit to the customer requirements in smaller business market segments, which is underpinned by NEC's growing market position.</p>', NULL, ''),
(30, 0, 1, '2016-06-30 13:41:01', 6, 384, 0, 0, 0, '', '', '', 'NECs latest Fault Tolerant server solution advances Business Continuity', 'New NEC Express 5800/R320e series now available across EMEA', '<li align=', '<li align=', '<p>"</p>\r\n\r\n<p align=\"\"><strong>Hilversum, 2 November 2015 – </strong>NEC today announced that its new Express5800/R320e dual-socket Fault Tolerant servers are now available across EMEA. Developed with Intel’s latest version Xeon E5-2600 v3 processors, the new R320e series takes the NEC range of FT servers - with its fully redundant modular hardware design and high-performant processors - to an impressive new level of availability, affordability and operational simplicity.</p>\r\n\r\n<p align=\"\">The Express5800/R320e series includes two types of Fault Tolerant servers:</p>\r\n\r\n<ul>\r\n</ul>\r\n', '', ''),
(31, 0, 1, '2016-06-30 13:41:01', 6, 385, 0, 0, 0, '', '', '', 'NEC Launches UNIVERGE 3C: Unified Communications and Collaboration Software', 'Virtualized software delivers a streamlined Internet-style experience for business users to more effectively collaborate', '', '14-03-12', '<p>Tokyo, 14 March 2012 - NEC Corporation (NEC; TSE: 6701) announced today the latest generation of its Unified Communications and Collaboration (UC&C) software, UNIVERGE 3C(TM).</p><p>UNIVERGE 3C delivers essential UC&C tools to business users for virtually any device while maintaining a consistent user experience. The software services adapt to a wide variety of business roles, from sales and support, to internal workgroups providing increased efficiencies and greater workforce productivity. UNIVERGE 3C integrates a Rich Internet Application (RIA) framework for web-oriented delivery of UC&C tools, enabling enterprises to utilize existing enterprise web and security infrastructure. Personal devices can also be used in conjunction with enterprise security credentials – securing enterprise information and supporting the Bring Your Own Device (BYOD) market trend.</p><p>Designed for data centers and cloud environments, UNIVERGE 3C aligns with enterprise Information Technology (IT) strategies to virtualize all of their business collaboration services. The software enables tailored collaboration for a wide range of business roles using a services-oriented and standards-based approach. Features are enabled through simple software-based licensing that allows businesses to quickly expand services as needed.</p><p>"Enterprises are looking to their IT organizations for improved workforce productivity and ways to enable the business to be more agile and competitive," said Taichiro Hashizawa, Vice President and Executive General Manager, NEC Corporation. "UNIVERGE 3C is aligned to enable IT to achieve these goals."Â</p><p><strong>Leveraging Commodity Infrastructure, Empowering the Mobile Workforce</strong><br />UNIVERGE 3C takes the importance of broadband connectivity, virtualized data centers, and the commercialization of rich multimedia devices such as smartphones and tablets into consideration. IDC predicts that by 2015 mobile workers will reach 1.3 billion people, representing 37.2% of the total workforce*.</p><p>UNIVERGE 3C optimizes workforce productivity by offering rich clients for smartphones, tablets, and desktops – all with a consistent user experience; single sign-on using enterprise credentials and delivery using enterprise security methods. Employees can easily connect from any location, on virtually any device and initiate collaboration with colleagues, customers or partners.</p><p>"Our approach is closely aligned with the work-styles of the new generation of highly mobile, Internet-savvy workforce," added Hashizawa.</p><p><strong>Common Software, Multiple Business Use Cases</strong><br />Ultimately, enterprises are focused on servicing their customers. Communications and collaboration infrastructure can enhance user productivity, thereby increasing overall efficiency and improving profit. UNIVERGE 3C's collaboration services software is designed to apply to a wide range of professional areas, enabling enterprises to utilize a common software infrastructure across different parts of their organizations - gaining greater efficiencies from their IT investment.</p><p>UNIVERGE 3C easily adapts to a wide variety of business roles:</p><p>· Sales organizations can easily schedule or establish ad-hoc collaboration sessions to engage prospective clients.<br />· Marketing can arrange webinars in order to reach a broader market and to poll attendees on their specific interests.<br />· Internal workgroups can arrange virtual meetings to share and exchange information in real-time.<br />· Support organizations can invoke remote control or co-browsing sessions with customers to enhance customer resolution and the support experience.</p><p>All users can selectively utilize audio, video, screen sharing, document presentation, file sharing, remote control, co-browsing, voting/polling, and more in a rich and engaging user experience that promotes collaboration with its simplicity.</p><p><strong>Business Tailored Solutions</strong><br />UNIVERGE 3C is designed as services-oriented software that can be uniquely tailored to the needs of a business. Using its integration into vertical business applications, such as healthcare and hospitality, the gap between systems, devices (such as patient monitors or room phones) and staff disappears, as interpersonal communication becomes an integral part of business workflows.</p><p>NEC will showcase UNIVERGE 3C at Enterprise Connect 2012, March 26-29, 2012 in Orlando, Florida in the U.S. NEC is a Diamond Sponsor of this annual event and can be found in booth 609.</p><p>UNIVERGE 3C will first be released in the second quarter of 2012.</p><p>More information about UNIVERGE 3C can be found at <a href=\"\\\" target=\"\\\">www.nec.com</a>. iPAD and Android users can find an overview of UNIVERGE 3C on iBooks and Google eBooks.</p>', NULL, ''),
(32, 0, 1, '2016-06-30 13:41:01', 6, 386, 0, 0, 0, '', '', '', 'NEC and Mellon Technologies cooperate to provide integrated IT Solutions', 'Strategic Alliance aimed at expanding business in Greece and South East Europe', '', '', '<p><strong>Hilversum, Athens, 29 October 2015 </strong>– NEC Enterprise Solutions and Mellon Technologies today announced they have entered a strategic alliance to promote NEC’s enterprise IT solutions in Greece and the wider South East European region where Mellon Technologies operates.<br /><br />The objective of this strategic cooperation is to provide organizations with integrated IT solutions that ensure uninterrupted business operations and reduce the cost of ownership and maintenance of their systems.</p><p>Pertaining to this cooperation, Mellon Technologies will, with the support of NEC, offer its customers an extensive range of advanced IT solutions in the region, including:<br /><br /><strong>NEC High Availability and Business Continuity Solutions</strong><br />NEC’s Fault Tolerant Servers provide an innovative solution for dealing with planned or unexpected downtime for the most important critical applications. They ensure excellent operating rates (99.999% uptime) through dual modular hardware redundancy and help maximize system performance achieving uninterrupted availability.</p><p><br /><strong>NEC Storage Solutions</strong><br />The NEC Mx10 Series SAN storage is a strong platform for cloud computing and virtualization in the era of Big Data. These systems offer high reliability for businesses that need a full-featured storage system with all necessary features and services such as auto tiering, thin provisioning, snapshots, replication and VMware VAAI support.<br /> <br /><strong>NEC Smart Virtual Workspace Solutions</strong><br />NEC’s Smart Virtual Workspace is a complete virtualization desktop solution providing a secure computing platform with all the advantages of a centralized management model from one single supplier. The solution is completely environmentally friendly and provides companies an integrated solution for management software and hardware, while providing greater data protection.<br /> <br />Mellon Technologies has all the necessary skills to ensure the correct installation, integration and support of NEC's solutions.<br />"At Mellon Technologies, we continually investigate if our portfolio of solutions supports our customers in their complex challenges for more efficient and competitive operation, and our recent collaboration with NEC confirms this strategic direction”, said Dimitris Pashos, Sales Consultant IT Infrastructure & Solutions at Mellon Technologies.</p><p>“We are delighted to have Mellon Technologies as a strategic partner”, says Lenia Iacovides of NEC Enterprise Solutions. “Their in-depth knowledge of the needs for operational and business efficiency of organizations with strong retail business in the region, will help us to promote NEC’s unique expertise in developing all-in-one solutions and products that set us apart from competition."</p><p align=\"center\"><strong>***</strong></p><p> </p><p><strong>For more information please contact NEC Enterprise Solutions:<br /><br />Robert van Amerongen Annick Reyngoudt<br />Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br /><a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong><br /> </p>', NULL, ''),
(33, 0, 1, '2016-06-30 13:41:01', 6, 387, 0, 0, 0, '', '', '', 'NEC lanceert nieuwe UNIVERGE SV9100 communicatie server op de Benelux markt', 'NEC’s nieuwste innovatie biedt kleine en middelgrote ondernemingen ideale bedrijfscommunicatie oplossing', '', '', '<p align=\"left\">Den Haag, Hilversum, 19 november 2014 – Tijdens een exclusief introductie-evenement in het Louwman Museum te Den Haag, heeft NEC haar nieuwe UNIVERGE SV9100 communicatie server op de Nederlandse en Belgische markt gelanceerd. Alle business partners van NEC in de Benelux woonden de lancering bij en reacties op het nieuwe platform, dat de succesvolle SV8100 opvolgt, waren uiterst positief.</p><p align=\"left\"><strong>Krachtige IP toegesneden op kleine- en middelgrote ondernemingen</strong><br />Tonko Wedda, managing director bij NEC Enterprise Solutions voor de Benelux & Nordics regio, licht toe: "Ons gloednieuwe SV9100 communicatieplatform is een krachtige state-of-the-art IP oplossing, volledig toegesneden op kleine en middelgrote ondernemingen. Het voorziet organisaties van alle moderne mogelijkheden om slimmer te communiceren en succesvoller te opereren. De SV9100 is vijf keer krachtiger dan zijn voorganger en biedt een groot aantal nieuwe on-board functies”.</p><p align=\"left\">Ronald Schapendonk, marketing director voor NEC Enterprise Solutions, vult aan: “Uit de reacties van onze resellers blijkt dat zij razend enthousiast zijn over het nieuwe systeem. Naast de verhoogde capaciteit van 1000 gebruikers, zijn de nieuwe Operator console toepassingen, de nieuwe terminals en de nieuwe mobiliteitsoplossingen zeer gewaardeerde hoogtepunten. En ook de nieuwste Release 7 van onze Business ConneCT UC&C suite die wij vandaag presenteren wordt enorm goed ontvangen".</p><p align=\"left\"><strong>Eenvoudige migratie</strong><br />“De SV9100 kan makkelijk worden geïntegreerd in IT-omgevingen en is één van de meest eenvoudig configureerbare Unified Communications systemen op de markt. Dit alles biedt onze business partner enorme kansen om marktaandeel te vergroten, terwijl de eenvoudige migratie van UNIVERGE SV8100 naar SV9100 hen uitstekende mogelijkheden biedt om bestaande klanten van de laatste functionaliteit, applicaties en toestellen te voorzien”, sluit Wedda af.</p><p align=\"left\">Meer informatie over de UNIVERGE SV9000 series kunt u vinden op <a href=\"http://www.necsv9000.com/\">www.necsv9000.com</a></p>', NULL, ''),
(34, 0, 1, '2016-06-30 13:41:01', 6, 388, 0, 0, 0, '', '', '', 'NEC\'s New Fault Tolerant Servers Offering Continuous Availability with Enhanced Support for Virtualization', '', '', '', '<p><strong>Tokyo, Hilversum, 13 October, 2015</strong> – NEC Corporation (NEC; TSE: 6701) announced today the launch of two new “Express5800/ft series” of servers based on the Intel® Xeon® E5-2600 v3 product family; the mid-range "NEC Express5800/R320e-M4," and the "NEC Express5800/R320e-E4" entry model. </p><p>The Express5800/ft series consists of Fault Tolerant (FT) servers that incorporate duplex CPU and memory in order to reduce the risk of system stoppage caused by hardware failures.</p><p>The new R320e-M4 model is equipped with the 12-core Intel® Xeon® Processor E5-2670 v3 CPU, and has achieved a processing performance 20% higher than the existing model (*). In addition, its improved communication performance with external storage systems and enhanced memory capacity enable an increase in the number of virtual servers that can be run on a single server by 1.2 times, thus reducing installation space and operating costs.</p><p>The optimized cooling design of the new models now supports operation in an environment of 40 degrees Celsius (104 degrees Fahrenheit), five degrees higher than the existing models. This enables data centers to operate at a higher temperature, thereby reducing operating costs for air conditioning and contributing to energy savings.</p><p>The R320e models are newly equipped with USB3.0 ports to support the Removable Disk Exchange system (RDX) for backup. Users may now choose between the RDX media or conventional tape media, according to their needs.</p><p>“In enterprise IT, virtualization has become a mainstream method for reducing installation space and operation costs. In this sense, it is necessary to further improve the support for virtualization in the fault tolerant server field,” said Shigeru Matsuura, Deputy General Manager, Global Platform Division, NEC Corporation. “With a 20% higher processing performance than conventional models, the latest NEC fault tolerant servers enable greater use of virtual servers and accommodate user needs for system virtualization.”</p><p>For more information, visit: <a href=\"http://www.nec.com/en/global/prod/express/fault_tolerant/r320e/index.html\">http://www.nec.com/en/global/prod/express/fault_tolerant/r320e/index.html</a></p><p><strong>Availability</strong><br />NEC’s new Fault Tolerant servers will be available on October 23, 2015 in Asian markets and progressively distributed worldwide. Shipping dates differ according to model and country.</p><p align=\"center\">***</p><p>(*) Compared with the existing “Express5800/R320d-M4” model</p>', NULL, ''),
(35, 0, 1, '2016-06-30 13:41:01', 6, 389, 0, 0, 0, '', '', '', 'NEC awards Top Performers at NEC EMEA Partner Conference 2015 in Athens', 'Conference celebrates sales success and radiates commitment to company’s strategy and portfolio', '<tr>', '<tbody>', '\"<p align=\"\"left\"\"><strong>Athens, Hilversum, 8 June 2015</strong> – At the NEC EMEA Partner Conference 2015 held in Athens, Greece, from the 3<sup>rd</sup> until the 5<sup>th</sup> of June, NEC, leading network and IT solutions provider, awarded its top performing business partners addressing the enterprise market with IT & Communication solutions for their excellent business performance over the past year.</p><p align=\"\"left\"\">The conference brought together NEC’s major distributors and key business partners from over 40 countries across EMEA (Europe, Middle East & Africa). At the three-day conference with ‘Advantage’ as its theme, Paul Kievit, President at NEC Enterprise Solutions, expressed his appreciation for the strong commitment the NEC business partners have shown and congratulated them with their significant achievements.</p><p align=\"\"left\"\">“Our growing market penetration and expanding partner community is reflected in the increased number of participants, this year comprising some 300 participants from different partner organizations across the region”, said Paul Kievit.</p><p align=\"\"left\"\">NEC shared its vision and plans for the upcoming year and showcased a broad suite of IT & Communications solutions set behind the company’s Smart Enterprise approach. Latest enhancements and expansions to the portfolio – ranging from High Availability Servers, Storage, Software Defined Networking and Virtualization to Unified Communications & Collaboration and Business Mobility solutions - were received by all partners with extreme enthusiasm.</p><p align=\"\"left\"\">Awards presented during the special Gala Dinner included those for top distributors, resellers, system integrators and selected areas of excellent performance.</p><p align=\"\"left\"\">“It is immensely inspiring to experience the enthusiasm of our business partners for our brand, our strategy and our portfolio. The awards are recognition of our mutual commitment and business success. We look forward to a fruitful continuation of the way we are serving EMEA Enterprise IT & Communications markets together”, said Ronald Schapendonk, Director of Marketing at NEC Enterprise Solutions.</p><p align=\"\"center\"\">***</p><p><img alt=\"\"\"\" src=\"\"http://www.nec-enterprise.com/content/images/Press/NEC_EMEA_Partner_Conference_2015_Athens.jpg\"\" style=\"\"width: 700px; height: 429px;\"\" /></p><p><span style=\"\"font-size:12px;\"\"><strong>For more information please contact NEC Enterprise Solutions:</strong></span></p><table border=\"\"0\"\" cellpadding=\"\"1\"\" cellspacing=\"\"1\"\" style=\"\"width: 500px;\"\">', NULL, ''),
(36, 0, 1, '2016-06-30 13:41:01', 6, 390, 0, 0, 0, '', '', '', 'NEC appoints Destiny Electronics as Executive Hospitality Partner in Zimbabwe and surrounding region', '', '', '', '<p align=\"left\"><strong>Hilversum, Zimbabwe, 28 September 2015 – </strong>NEC Enterprise Solutions, leader in enterprise Communications & IT solutions, today announced that it has appointed Destiny as its Executive Hospitality Partner in Zimbabwe and surrounding region. The countries that will be supported by Destiny as Executive Hospitality Partner include Zimbabwe, Zambia, Malawi, Uganda, Madagascar, Mozambique and the Seychelles.</p><p align=\"left\">Denhard Jongman, Key Account Director NEC Smart Hospitality, explains: “Our Executive Hospitality Partnership program aims at mutual growth and profitability in the important Hospitality sector. Through this program we recognize and support Business Partners that invest in and promote the value of our integrated solutions, enabling them to go-to-market more successfully and help them to create new, profitable opportunities. Destiny has already considerable experience and success in serving the Hospitality segment. This appointment is recognition of their expertise and dedication, as well as an additional support and stimulus to all stakeholders involved”.</p><p align=\"left\">Dave Easterbrook, Executive Director of Destiny, confirms: ”The Hospitality sector is a key business area for us and thanks to the continued focus and support of NEC with respect to hospitality we have been successful in developing this market segment in Zimbabwe and beyond over past years. We are extremely pleased and honored with our selection as Executive Hospitality Partner and are convinced that this will further strengthen our activities and our continued success in working with leading national and international hotel operators.”</p><p align=\"left\"><strong>Executive Hospitality Partnership</strong><br />With its Global Smart Hospitality drive and Executive Hospitality Partner Program NEC further builds on its in-depth experience and expertise in serving the hotel industry worldwide and reinforces the company’s leadership in providing best in class solutions to the sector.</p><p align=\"left\">The program addresses and supports the 4 main aspects of Sell, Learn, Support and Promote and includes marketing support in raising awareness, developing leads, training staff and supporting implementations. Partners that since the launch of the programme have had the honor to become Executive Hospitality Partner within NEC’s Smart Hospitality Framework were Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands, FMG and Ophelia in Germany, Gijima in South Africa and Southern Communications in the UK. Now Destiny is added to that list.</p><p align=\"left\"><strong>Supplier of choice to the Hospitality industry</strong><br />Across all major geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. By merging leading IT and Communication technologies, NEC deploys solutions with the scalability, capability and affordability to meet the demanding business needs of hotels, event centers, cruiselines and travel organizations.</p><p align=\"left\"><strong>About Destiny</strong><br />Destiny Electronics is the preferred regional supplier of exceptional quality electronic products and services with special dedication to Business Communications and Healthcare services. Custodians of Philips, NEC and other preferred quality brands, it is Destiny’s mission to provide innovative electronic based solutions for home, business and health applications that create value for all stakeholders. For more information: <a href=\"http://www.destiny.co.zw/\">http://www.destiny.co.zw/</a></p><p> </p><p><strong>For more information please contact NEC Enterprise Solutions:<br />Robert van Amerongen Annick Reyngoudt<br />Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br /><a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p><p> </p>', NULL, ''),
(37, 0, 1, '2016-06-30 13:41:01', 6, 391, 0, 0, 0, '', '', '', 'NEC announces next EMEA Partner Conference in South Africa showcasing Smart Enterprise Solutions to its Business Partner community', '', '<li align=\"\"left\"\"><em>Collaborative Communities</em> – providing powerful tools enabling a rich user experience for collaboration across organizations.</li>', '<li align=\"\"left\"\"><em>Business Agility</em> – empowering mobile workforces and creating a more adaptive IT environment that is more responsive to business needs.</li>', '\"<p align=\"\"left\"\"><strong>Hilversum, Cape Town, 2 April, 2014</strong> – NEC, leading network and IT solutions provider, today announced its next annual EMEA Partner Conference that will take place in Cape Town, South Africa, from 23 to 26 April, bringing together its major distributors and business partners from over 40 countries across EMEA (Europe, Middle East & Africa).</p><p align=\"\"left\"\">“Our growing market penetration and expanding partner community is reflected in the increased number of participants, this year comprising delegates from 135 different partner organizations across the region”, said Paul Kievit, President at NEC Enterprise Solutions.</p><p align=\"\"left\"\">At the event NEC will share its vision and showcase a broad suite of IT & Communications solutions set behind the company’s Smart Enterprise approach. The conference programme includes plenary presentations, parallel tracks, demonstrations and various occasions to discuss latest developments and market opportunities. NEC will also award its top performing business partners for their business performance in various categories over the past year.</p><p align=\"\"left\"\">“The awards we will be presenting are recognition of our mutual commitment and business success. We look forward to a fruitful continuation of the way we are serving EMEA Enterprise IT & Communications markets together”, Paul Kievit continues.</p><p align=\"\"left\"\"><br /><strong>Empowering the Smart Enterprise</strong><br />Presentations and demonstrations of latest enhancements and expansions to NEC’s portfolio range from High Availability Servers, Storage and Virtualisation to Unified Communications & Collaboration and Business Mobility solutions. NEC’s fault tolerant servers, storage and virtualization software combine with its enterprise-class applications for unified communications, web collaboration, customer care and virtual desktops to operate as virtualized software within its IT Framework.</p><p align=\"\"left\"\">“Smart Enterprises leverage converged technologies to optimize business practices, drive workforce engagement and create a competitive edge”, Ronald Schapendonk, Marketing Director at NEC Enterprise Solutions explains. “In our Smart Enterprise concept we have brought the key assets together that deliver the required scalable, resilient and secure services”, he adds.</p><p align=\"\"left\"\"><br /><strong>Key Value Pillars</strong><br />Agility, cloud, collaboration and service assurance are becoming essential ingredients for the smart, secure and always-on enterprise. NEC defines key values for smart enterprises under four pillars:</p><ul>', NULL, '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(38, 0, 1, '2016-06-30 13:41:01', 6, 392, 0, 0, 0, '', '', '', 'NEC appoints Southern Communications as Executive Hospitality Partner in the UK', '', '', '', '<p align=\"left\"><strong>Hilversum, 23rd September 2015</strong> – NEC Enterprise Solutions, leader in enterprise IT & Communications solutions, today announced that it has appointed Southern Communications as Executive Hospitality Partner in the United Kingdom.</p><p align=\"left\">Kees van Donk, Director Hospitality at NEC Enterprise Solutions, explains: “As subset of our NEC Smart Hospitality drive, this programme aims at expanding our reach within the important hospitality sector. Through this programme we recognize and support business partners that invest in and promote the value of our integrated solutions, enabling them to go-to-market more successfully and help create new opportunities.</p><p align=\"left\">Southern Communications’ appointment is another important step in establishing an ecosystem of trained and certified Smart Hospitality partners across the region”.</p><p align=\"left\"><strong>Executive Hospitality Partnership</strong><br />With its Global Smart Hospitality drive and Executive Hospitality Partner Programme NEC further builds on its in-depth experience and expertise in serving the hotel industry worldwide and reinforces the company’s leadership in providing best in class solutions to the sector.</p><p align=\"left\">The programme addresses and supports the 4 main aspects of Sell, Learn, Support and Promote and includes marketing support in raising awareness, developing leads, training staff and supporting implementations. Executive Hospitality Partners include Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands, FMG and Ophelia in Germany and Al Yousuf in the UAE. Now Southern Communications are the first UK partners added to that list.</p><p align=\"left\">As Paul Bradford, CEO of Southern Communications confirms: “The Hospitality sector is one of the strategic vertical markets for Southern Communications in our drive towards growth. Our selection as Executive Hospitality Partner will further strengthen our activities and our continued success in working with leading national and international hotel operators.”</p><p align=\"left\">To conclude Kees van Donk states “Southern Communications have earned this NEC accolade through displaying their expertise within the hospitality industry and together will help us achieve our vision of ‘Smart Hospitality’ in the UK market.</p><p align=\"left\">On top of that, to continue to show commitment to the UK Hospitality Industry, NEC and Southern Communications will be a Gold Exhibitor of this year Hospace, 2015, 26 November at Sofitel London Heathrow.”</p><p align=\"left\"><a href=\"http://www.hospace.net/\">http://www.hospace.net/</a> .</p><p align=\"left\"><strong>Supplier of choice to the Hospitality industry</strong><br />Across all major geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. By merging leading IT and Communication technologies, NEC deploys solutions with the scalability, capability and affordability to meet the demanding business needs of hotels, event centres, cruiselines and travel organizations.</p><p align=\"left\"><strong>About Southern Comms</strong><br />Established in 1965, Southern Communications is a supplier of business-to-business communications solutions and services. Working to foster long term relationships with our customers, Southern Communications believe in a partnership approach to business; carefully assessing customer’s needs before providing solutions best suited to their requirements.<br />For more information: www.southern-comms.co.uk</p><p align=\"center\">***</p><p align=\"center\"><img alt=\"\" height=\"497\" src=\"http://www.nec-enterprise.com/content/images/Southern%20Communications%20MD%20Paul%20Bradford%20and%20NEC%E2%80%99s%20Hospitality%20Director%20Kees%20van%20Donk.jpg\" width=\"744\" /></p><p><em>Southern Communications MD Paul Bradford (Left) is joined by NEC’s Hospitality Director Kees van Donk to become NEC Certified Hospitality Partner</em></p><p> </p><p><strong>For more information please contact NEC Enterprise Solutions:</strong><br /> </p><p><strong>For more information please contact:</strong></p><p><strong>Jim Eagers, NEC Marketing Manager<br />Tel: +44 (0) 787 509 3399<br />Email: Jim.Eagers@EMEA.NEC.COM<br />Linked-in Company Page: NEC (UK)<br />Twitter: @NECEnterprise<br />YouTube: https://www.youtube.com/user/NECITPLATFORM<br />Blog: http://www.nec-enterprise.com/Blog<br />Facebook: https://www.facebook.com/nec.global </strong></p>', NULL, ''),
(39, 0, 1, '2016-06-30 13:41:01', 6, 393, 0, 0, 0, '', '', '', 'NEC HYDRAstor wins the best of Interop Storage category at Interop Las Vegas', '', '', '', '<p align=\"left\"><strong>Hilversum, April 30, 2015</strong> – NEC, leading technology integrator of advanced IT and communications solutions, today announced that NEC’s HYDRAstor HS8-4000, the latest generation of NEC’s scale-out grid storage system, has won the Best of Interop Storage category, as determined by a distinguished panel of judges at Interop Las Vegas. The conference continues through May 1 at the Mandalay Bay Convention Center. For more information, visit www.bestofinterop.com.</p><p align=\"left\">The Best of Interop Judging Committee, made up of award-winning IT editors and analysts, reviewed entries in nine categories. The winners in each category represented the products that the judging committee believed had the most significant technical impact on their segment and are helping to move business technology forward.</p><p align=\"left\">"Congratulations to NEC for the success of HYDRAstor HS8-4000 and taking home the Best of Interop award in the Storage category," said Interop General Manger Jennifer Jessup. "Interop is proud to host this prestigious awards program to celebrate our community’s accomplishments and the unique solutions advancing business technology."</p><p align=\"left\">With the 4.2 release, NEC’s HYDRAstor HS8-4000 introduced a new feature called “Deduped Transfer,” which significantly increased the maximum performance of each HYDRAstor Hybrid Node by 6x and vaulted HYDRAstor to the top single-controller PBBA throughput (40 TB/hr per Hybrid Node). This significant enhancement also quadrupled HYDRAstor’s single system scale-out performance capability from 1 PB/hr to 4 PB/hr (>1 TB/s). By comparison, this is about 30x higher than the next closest competitor. Another major improvement achieved by Deduped Transfer is the reduction of bandwidth requirements for massive data transfer, as well as support for remote backups from smaller locations directly to the data center.</p><p align=\"left\">“The Best of Interop award in the Storage category continues the recognition NEC has achieved at past Interop events as a leading technology provider. We are honored that the Best of Interop committee recognizes the business value that NEC’s storage solutions provide,” said Charles Gaudron, ITPS Director – EMEA, NEC Enterprise Solutions. “NEC will continue to deliver new innovative solutions that leverage the HYDRAstor technology to maximize efficiency and performance for our customers.”</p><p align=\"left\">NEC is showcasing HYDRAstor as well as other solutions in SDN, UC&C, Cloud Services and Big Data Analytics this week at Interop Las Vegas in NEC booth #1033.</p><p align=\"center\">***</p><p><strong>Media Inquiries:</strong></p><p><strong>Robert van Amerongen Annick Reyngoudt</strong></p><p><strong>Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong></p><p><strong>robert.van.amerongen@emea.nec.com annick.reyngoudt@emea.nec.com</strong></p><p> </p><p><strong>About NEC Enterprise Solutions:</strong></p><p>NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p><p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</p><p><strong>Additional resources:</strong></p><p>Twitter: https://twitter.com/necenterprise</p><p>Facebook: https://www.facebook.com/nec.global</p><p>LinkedIn: http://www.linkedin.com/company/nec</p><p>YouTube: https://www.youtube.com/user/NECITPLATFORM</p><p>Blog: http://www.nec-enterprise.com/Blog</p><p> </p>', NULL, ''),
(40, 0, 1, '2016-06-30 13:41:01', 6, 394, 0, 0, 0, '', '', '', 'NEC\'s new M166 Communicator series provides cost effective personal safety in Care and Cure', 'The ultimate personal alarming and communication device for staff, patients and assisted living', '', '', '<p align=\"left\"><strong>Hilversum, 14<sup>th</sup> September 2015</strong> – With the introduction of the M166 Communicator, an extremely sophisticated and easily wearable wireless device, NEC sets new standards in alarming and communications and once again demonstrates the company is at the forefront of innovations.</p>\r\n\r\n<p align=\"left\">NEC’s M166 Communicator is an alarming and communication device, ideally suited to provide personal safety to staff, patients and elderly people, such as in care and cure and assisted living. The extremely cost effective device significantly lowers the threshold for healthcare institutions to enhance patient and staff safety and security.</p>\r\n\r\n<p align=\"left\">The M166 is very easy to use and provides freedom and comfort to move around as it can be worn with a lanyard or a clip. Pressing the alarm button will immediately alert the relevant staff and opens up an instant speech connection for high-quality hands free communication.</p>\r\n\r\n<p align=\"left\"><strong>Trust, comfort and swift response at the point of need</strong><br />\r\nComfortable, practical and appealing, the M166 Communicator brings mobile messaging and speakerphone communications to the highest level of comfort. It integrates seamlessly with an organization’s PBX and (messaging) applications and assures users that they can rely on immediate support at the point of need.</p>\r\n\r\n<p align=\"left\">The built-in vibration function enables staff to be available without having to disturb others, while IP65 dust and water protection ensures the device’s uninterrupted working despite challenging circumstances.</p>\r\n\r\n<p align=\"left\"><strong>Location detection</strong><br />\r\nNEC’s IP DECT solution can also be used to locate the M166 Communicator and its user. This is an extremely powerful feature, enabling for instance to monitor patients when they may be wandering and provide assistance quickly on the spot when needed. Besides DECT signal strength detection, the M166 can also be detected via dedicated beacons. To this end it is the first of NEC IP DECT devices to be equipped with an RTLS (Real-Time Location System) location detector for precise indoor location detection. By providing the exact device locations on a graphic map, a person’s location can be pinpointed exactly, while follow up by alarm notification can be automated where required.</p>\r\n\r\n<p align=\"left\">The M166 Communicator will become available in the coming months through NEC channels across all markets served.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\n<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong><img src=\"http://www.nec-enterprise.com/content/images/Products/NEC_M166_DECT_Communicator(hr).jpg\" style=\"height: 583px; width: 600px;\" /></p>\r\n', '', ''),
(41, 0, 1, '2016-06-30 13:41:01', 6, 395, 0, 0, 0, '', '', '', 'NEC Laboratories Europe launches new open source platform for high speed, high throughput Network Functions Virtualisation applications', '', '', '', '<p><strong>London, April 4th, 2014</strong> – <a href=\"http://distribution.mymediainfo.com/lists/lt.php?id=fB8LBlZQCFABAU8MUAFaAk9QV1UFAg4%3D\">NEC Laboratories Europe</a>, together with its research partners the University of Pisa and the University of Bucharest, have today launched a new “Cloud Networking Performance research platform (<a href=\"http://distribution.mymediainfo.com/lists/lt.php?id=fB8LBlZQCFABAk8MUAFaAk9QV1UFAg4%3D\">CNP-Lab</a>)” initiative to help telecom operators and network solution developers accelerate the adoption of open source-based Network Functions Virtualisation (NFV) for challenging high speed, high throughput multi-vendor network applications.</p><p>As part of this programme, NEC is introducing a new high speed software switch and an Operating System (OS) for software middleboxes that offer unmatched scalability, extensibility and versatility. At the same time, NEC is contributing back the code to the open source community.</p><p>NEC’s new open source software switch – “modular VALE” – operates at exceptionally high speeds while supporting a very large number of ports and a diversity of highly loaded network functions. It enhances the previous VALE software switch, originally developed by the University of Pisa, by reducing the complexity of the algorithms, increasing the degree of parallelism and introducing a clear separation between the switching fabric and logic.</p><p>With over 200Gbit/s of switching capacity and an accelerated packet processing interface, NEC’s solution is around 3.6 times faster than the previous VALE solution according to independent university laboratory tests. It can deliver up to 72 million medium-sized packets per second and scale to hundreds of virtual ports – as opposed to VALE’s 64.</p><p>NEC has also developed Click OS, a Xen-based open source platform that can run hundreds of virtualized network functions, including BRAS (Broadband Remote Access Server) and carrier-grade NAT (Network Address Translation), concurrently on a single commodity server, while processing millions of packets per second with very low packet delays.</p><p>Click OS is designed to help operators unlock their networks and benefit from the increased flexibility and innovation, while reducing costs, by supporting a truly multi-tenant, heterogeneous virtual networking environment. As it boots in around 30 milliseconds, Click OS enables the network to be up- and down-scaled easily to meet shifting traffic demand, enabling operators to avoid the high capital and operating costs of provisioning their network to cope with peak demand. It can also support multi-tenant deployments involving an operator and third parties through the use of isolation functionality that maintains high network security and resilience levels.</p><p>ClickOS implements an extensive overhaul of Xen’s I/O subsystem, including changes to the back-end switch, virtual net devices and back- and front-end drivers. Click comes with over 300+ stock elements and functionality can be easily abstracted and reused, enabling developers to construct middleboxes with minimal effort.</p><p>Dr. Heinrich Stüttgen, Vice President of NEC Laboratories Europe commented, “NEC’s new solutions overcome two major challenges holding back the wider adoption of NFV technologies in the telecoms industry. Our new switching solution accelerates packet processing to overcome a potential bottleneck in operators’ networks, while our OS enables more flexible configurations of virtualized network functions. NEC has once again underlined its commitment to the open source community by contributing back our code to developers around the world, bringing the benefits of competition, choice, lower costs and greater innovation to carriers that our IT counterparts have enjoyed for many years.”</p><p align=\"center\"><br />* * *</p><p><strong>About NEC Corporation </strong></p><p>NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://distribution.mymediainfo.com/lists/lt.php?id=fB8LBlZQCFABA08MUAFaAk9QV1UFAg4%3D\">http://www.nec.com</a>.</p><p>NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. ©2014 NEC Corporation.</p><p> </p><p><strong>About NEC Laboratories Europe</strong></p><p>NEC Europe Ltd. established NEC Laboratories Europe in 1994. The Laboratories are located in Heidelberg, Germany and South Ruislip, UK. NEC Laboratories are conducting research and development on cutting-edge ICT technologies, in particular Future Internet, next generation fixed and mobile networks, the Internet-of-Things, Intelligent Transportation Systems, multimedia, security and smart energy. Special emphasis is placed on solutions meeting the needs of NEC’s European customers. For additional information, please visit the NEC Laboratories Europe home page at: <a href=\"http://distribution.mymediainfo.com/lists/lt.php?id=fB8LBlZQCFABAU8MUAFaAk9QV1UFAg4%3D\">http://uk.nec.com/en_GB/emea/about/neclab_eu/</a><br /> </p><p><strong>Media contacts</strong></p><p>Helen McInnes<br />NEC Europe Ltd<br /><a href=\"mailto:helen.mcinnes@emea.nec.com\">helen.mcinnes@emea.nec.com</a><br />+44 (0)7748 761 041 / +44 (0)208 836 2346</p><p>Shinya Hashizume<br />NEC Europe Ltd<br /><a href=\"mailto:shinya.hashizume@emea.nec.com\">shinya.hashizume@emea.nec.com</a><br />+44 (0)208 836 2167</p><p> </p>', NULL, ''),
(42, 0, 1, '2016-06-30 13:41:01', 6, 396, 0, 0, 0, '', '', '', 'NEC launches solutions for simplifying the installation of SAP HANA(R)', '', '', '', '<p><strong>Tokyo, Hilversum, 18 August 2015</strong> – <a href=\"http://www.nec.com/index.html\">NEC Corporation</a> (NEC; TSE: 6701) today announced the launch of its “SAP HANA Tailored Datacenter Integration Solutions (NEC Storage),” which are designed to simplify the installation of SAP HANA(R) in-memory database software.</p><p>This solution is a combination of the NEC’s SAP HANA appliance server, the “NEC High-Performance Appliance for SAP HANA,” and four models from the NEC M Series of storage products (*).</p><p><img alt=\"\" height=\"264\" src=\"http://www.nec-enterprise.com/content/images/High%20Performance%20Appliance%20for%20SAP%20HANA%20and%20M%20Series.png\" width=\"416\" /></p><p>All of the four models’ storage have been certified by SAP for the SAP HANA Enterprise Storage. Operation verification and evaluation of the connection to the SAP HANA appliance server are also completed prior to delivery. With this solution, customers can eliminate the burdensome work of satisfying all the performance and availability requirements set by SAP in the construction of a SAP HANA environment, thereby drastically shortening the installation time.</p><p>“We have seen rapidly increasing demand from enterprise customers for SAP HANA as a big data processing platform,” said Hiroyuki Asaga, General Manager, Partners’ Platform Division, NEC Corporation. “The new solution, which combines our SAP HANA appliance server and storage products that have been certified for SAP HANA Enterprise Storage, will simplify the installation of SAP HANA and enable more customers to benefit from the high speed in-memory processing.”</p><p align=\"center\">***</p><p>(*)NEC Storage M110, NEC Storage M310, NEC Storage M510, and NEC Storage M710</p><p align=\"left\"> </p><p> </p><p><strong>For more information please contact NEC Enterprise Solutions:</strong><br /> </p><p><strong>Robert van Amerongen Annick Reyngoudt</strong></p><p><strong>Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong></p><p><strong>robert.van.amerongen@emea.nec.com annick.reyngoudt@emea.nec.com</strong><br /><br /> </p><p><strong>About NEC Enterprise Solutions:</strong></p><p>NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability. NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com\">http://www.nec-enterprise.com</a>.<br /> </p><p><strong>About NEC Corporation </strong></p><p>NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at http://www.nec.com</p><p>NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. ©2014 NEC Corporation.</p>', NULL, ''),
(43, 0, 1, '2016-06-30 13:41:01', 6, 397, 0, 0, 0, '', '', '', 'Bernhoven Hospital to provide contemporary care based on NEC\'s Integrated Communications 3000', 'Once again a new Healthcare institution selects NEC to deliver advanced communications', '', '17-06-12', '<p align=\"\\\"><strong>Hilversum, July 17, 2012</strong> - NEC and its business partner and system integrator Zetacom are to provide the communications infrastructure for Hospital Bernhoven in Uden, The Netherlands.</p><p align=\"\\\">Bernhoven Hospital has decided to base the fully integrated telecommunications network for its new site on NEC's Integrated Communications 3000 solution. The system will provide communications between medical staff, between patient and medical care and between central reception, outpatient clinics and patients / GPs. The new building marks the organizational merger of two hospital organizations into one, while the number of locations grows from two to three.</p><p align=\"\\\"><strong>Best quality care requires state-of-the-art communication facility</strong><br />Hospital Bernhoven sought a state-of-the-art solution that was modular and scalable and could guarantee high availability. The system needed to offer sophisticated nurse call functionality integrated with the mobile handsets, as well as extensive support for alarms and messaging. Integration with the Philips CareServant bed terminals was an additional requirement, while the hospital also wishes to deploy teleconferencing, file sharing and video communications in support of efficient and interactive collaboration between the locations Uden, Veghel and Oss.</p><p align=\"\\\">NEC\\'s Integrated Communications 3000 offers this functionality and includes the versatile, open SIP based UNIVERGE SIP@Net communications server in conjunction with NEC\\'s UNIVERGE Business ConneCT Unified Communications application. This powerful all-in-one application supports efficient communication and personal reachability of the office staff (150 Business ConneCT Employee licenses), the various operator groups (6 Business ConneCT Operator positions), and the call center (200 Business Agent ConneCT seats). Integration with mobile handsets of medical staff ensures optimum accessibility and collaboration including presence management and audio/video/IM conferencing (100 ConneCT UCC Business licenses).</p><p align=\"\\\">***</p><p><strong>For more Information please contact:</strong></p><p><strong>NEC Unified Solutions</strong><br /><strong>Robert van Amerongen</strong><br /><strong>Tel: +31 35 689 1521</strong><br /><strong>Email: </strong><a href=\"\\\" target=\"\\\"><strong>robert.van.amerongen@emea.nec.com</strong></a></p>', NULL, ''),
(44, 0, 1, '2016-06-30 13:41:01', 6, 398, 0, 0, 0, '', '', '', 'NEC\'s 3C Scores with Southampton FC', 'English Premier League Football Club lower their TCO, make big savings and even spot new talent thanks to NEC’s UNIVERGE 3C', '', '', '<p><strong>Nottingham, 19 June 2015</strong> – Promotion to the Premier league in 2012 was great news for Southampton FC but also presented challenges for their IT and communications.</p>\r\n\r\n<p>Rising call costs, an expanding workforce and new demands for collaboration led Head of IT Matthew Reynolds towards UC&C solution UNIVERGE 3C, courtesy of Premier NEC Business Partner Southern Communications.</p>\r\n\r\n<p>Matthew explains “After thorough research it became very clear that the only offering that could completely fulfill every requirement was NEC’s UNIVERGE 3C solution.”</p>\r\n\r\n<p>This highly involved UC&C install has provided substantial business benefits across numerous departments of the club, partly due to 3C running the same client across multiple devices for a common user experience. Employees have seen reduced latency thanks to the Presence and IM features for the 300 users. “We estimate we have saved each user 15 minutes per day, the equivalent of seven full time staff each year!” says Matthew.</p>\r\n\r\n<p>For the IT department, the ease of administration has reduced the time to manage the system and halved the time required to fulfil a service request. Even the club’s Academy has been given greater leverage thanks to talent scouts being enabled to film promising players on their iPads. Southampton FC’s CEO Gareth Rogers explains, “Our scouts & coaches can now collaborate on the go, with the ability to stream live video of potential players as well as recording an entire training session to analyze at a later stage.”</p>\r\n\r\n<p>3C also helped enable a greater synergy between St. Mary’s stadium and their Staplewood Training Campus adding further resiliency - the virtual environment providing complete business continuity and high availability. If there was an issue with any of the Data Centres across our sites 3C would automatically ensure communications were maintained throughout.</p>\r\n\r\n<p>Matthew continues, \"NEC’s UNIVERGE 3C has fulfilled our requirements, added value to our business and dramatically lowered our Total Cost of Ownership. Overall we estimate a saving of over £170,000 per annum for the club thanks to this solution.”</p>\r\n\r\n<p> </p>\r\n\r\n<p>Further info:</p>\r\n\r\n<p> </p>\r\n\r\n<p>Case Study: <a href=\"http://www.nec-enterprise.com/Solutions/Miscellaneous/Southampton-Football-Club-881\">http://www.nec-enterprise.com/Solutions/Miscellaneous/Southampton-Football-Club-881</a></p>\r\n\r\n<p>Video: <a href=\"https://www.youtube.com/watch?v=7_9JKfqSFIo\">https://www.youtube.com/watch?v=7_9JKfqSFIo</a></p>\r\n\r\n<p><strong>For more information please contact:<br />\r\nJim Eagers, NEC Marketing Manager</strong><br />\r\nTel:<strong> +44 (0) 787 509 3399</strong><br />\r\nEmail: <a href=\"mailto:jeagers@neci.co.uk\"><strong>jeagers@neci.co.uk</strong></a><br />\r\nLinked-in Company Page:<strong> NEC (UK)</strong><br />\r\nTwitter:<strong> @NECEnterprise</strong><br />\r\nYouTube: <a href=\"https://www.youtube.com/user/NECITPLATFORM\"><strong>https://www.youtube.com/user/NECITPLATFORM</strong></a><br />\r\nBlog: <a href=\"http://www.nec-enterprise.com/Blog\"><strong>http://www.nec-enterprise.com/Blog</strong></a><br />\r\nFacebook: <a href=\"https://www.facebook.com/nec.global\"><strong>https://www.facebook.com/nec.global</strong></a></p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong></p>\r\n\r\n<p>NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</p>\r\n', '', ''),
(45, 0, 1, '2016-06-30 13:41:01', 6, 399, 0, 0, 0, '', '', '', 'NEC optimizes workforce productivity and empowers the Smart Enterprise with UNIVERGE 3C', 'Complete IT solutions and powerful UC and Collaboration software showcased at IP Expo 2013', '<tr>', '<tbody>', '\"<p align=\"\"left\"\"><strong>Nottingham, August 16, 2013</strong> – At IP Expo 2013, held on 16<sup>th</sup> and 17<sup>th</sup> October at Earls Court exhibition centre in London, NEC will showcase its latest business solutions and demonstrate its ground breaking Unified Communications & Collaboration (UC&C) solution UNIVERGE 3C to the UK market.</p><p align=\"\"left\"\">UNIVERGE 3C is a powerful, all-in-one software-based UC&C platform that operates across premise, cloud or hybrid environments. It delivers essential collaboration tools to business users for virtually any device while maintaining a consistent user experience. UNIVERGE 3C’s software services adapt to a wide variety of business roles, providing increased efficiencies and greater workforce productivity.</p><p align=\"\"left\"\">Besides UNIVERGE 3C NEC will present other new developments within the company’s powerful IT & Comms portfolio, including Smart Business Mobility, Highly-resilient Server technologies, Virtualization and Storage solutions. Live demonstrations including a 2 minute overview of UC & C will show how the various elements support and empower the Smart Enterprise.</p><p align=\"\"left\"\"><strong>Empowering the mobile workforce</strong><br />“Enterprises are looking to their IT organizations for improved workforce productivity and ways to enable the business to be more agile and competitive – and that’s exactly what UNIVERGE 3C aims to provide,” said Andrew Cooper, Sales Director for NEC in the UK.</p><p align=\"\"left\"\">”The development of 3C has placed NEC at the forefront of Unified Communications. Its fully integrated collaboration capabilities provide many valuable business benefits and deliver tangible cost savings. And our story reaches well beyond just UC as we showcase our powerful IT infrastructure solutions that ensure reliable and cost effective solutions for enterprises.” </p><p align=\"\"left\"\"><strong>Services-oriented approach and BYOD</strong><br />With adaptive clients operating consistently across PCs, smartphones and tablets, UNIVERGE 3C enables anywhere, anytime access for increased efficiency and productivity, supporting full call control and UC features for</p><p align=\"\"left\"\">office as well as mobile and remote workers. Personal devices can also be used in conjunction with enterprise security credentials – securing enterprise information and supporting Bring Your Own Device (BYOD) market need.</p><p align=\"\"left\"\">Designed for data centres and cloud environments, UNIVERGE 3C aligns with enterprise Information Technology (IT) strategies to virtualize all of business collaboration services. The software enables tailored collaboration for a wide range of business roles using a services-oriented and standards-based approach. Features are enabled through simple software-based licensing that reduces complexity and cost and allows businesses to quickly expand services as needed. “In short, UNIVERGE 3C enables organizations to deploy a sophisticated Unified Communications model”, Cooper concludes.</p><p align=\"\"left\"\"><em><a href=\"\"http://www.ipexpo.co.uk/Exhibitors/NEC\"\" target=\"\"_blank\"\"><span style=\"\"color:#0075BF;\"\">www.ipexpo.co.uk/Exhibitors/NEC</span></a></em></p><p align=\"\"center\"\">***</p><p><strong>Media Inquiries</strong></p><table cellpadding=\"\"0\"\" cellspacing=\"\"0\"\" style=\"\"width: 500px; height: 100px;\"\">', NULL, ''),
(46, 0, 1, '2016-06-30 13:41:01', 6, 400, 0, 0, 0, '', '', '', 'NEC launches NEC Smart Hospitality Solutions, a comprehensive solution portfolio for the hospitality industry', '', '', '', '<p><strong>Tokyo, June 10, 2015 - </strong><a href=\"http://www.nec.com/index.html\">NEC Corporation</a> (NEC; TSE: 6701) today announced the launch of “NEC Smart Hospitality Solutions,” an integrated portfolio of solutions for the international hospitality industry in response to the increasing market demand to enhance the guest experience while increasing the efficiency of hotel operations.</p><p>NEC Smart Hospitality Solutions consist of key solutions related to hotel operations, including communications platforms, Unified Communications (UC) applications, Property Management Systems (PMS), facial recognition systems, digital signage and guest room management systems. As the solutions are based on a modular approach and can be tightly integrated, customer information and other data can be easily shared throughout the portfolio. As a result of this seamless integration, hotel owners and operators can provide highly value-added guest services and improve the productivity of hotel staff.</p><p>For example, NEC’s facial recognition solution makes it possible to check footage from cameras at hotel entrances to identify VIP guests in real-time using facial data registered in a PMS. This enables the provision of personalized services and greetings to coincide with the arrival of a VIP. The guest experience can also be enhanced by allowing hotel check-ins and check-outs as well as room service orders and other requests to be accessed from tablet terminals or guests’ smartphones.</p><p>NEC plans to continually strengthen the NEC Smart Hospitality Solutions portfolio while promoting its “Hotel IT in a Box” approach, which offers hotel solutions consolidated into a single server platform. Based on this approach, NEC launched the <a href=\"http://www.nec.com/en/global/prod/slpf/product/aphl/\">Application Platform for Hotels</a>, a vertically integrated solution platform optimized for the hospitality industry, in April 2015 for Asian markets. Moving forward, NEC plans to further integrate new solutions such as PMS into the Application Platform for Hotels.</p><p>“By providing integrated comprehensive hotel solutions, NEC enables hotel owners and operators to deliver value-added services that exceed guest expectations, help gain loyal customers, enhance the efficiency of staff and their systems, and contribute to improved profitability,” said Yasunori Sakamoto, Group Chief Executive, Global Hospitality Group, NEC Corporation. “NEC has established a Global Hospitality Group at our head office that is responsible for global delivery and support of the NEC Smart Hospitality Solutions. Looking ahead, we are planning to launch regional business support centers in major international bases to accelerate the global rollout of these solutions.”</p><p>NEC Smart Hospitality Solutions belong to the lineup of NEC Global Enterprise Solutions, NEC's portfolio of continually upgraded and expanded solutions and services offered globally to enterprise customers in retail, distribution, manufacturing and other fields.</p><p align=\"center\">***</p><p><strong>About NEC Corporation </strong></p><p>NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.</p><p>Based on its Mid-term Management Plan 2015, the NEC Group globally provides “Solutions for Society” that promote the safety, security, efficiency and equality of society. Under the company’s corporate message of “Orchestrating a brighter world,” NEC aims to help solve a wide range of challenging issues and to create new social value for the changing world of tomorrow. For more information, please visit <a href=\"http://www.nec.com/en/global/about/solutionsforsociety/message.html\">http://www.nec.com/en/global/about/solutionsforsociety/message.html</a>.</p>', NULL, ''),
(47, 0, 1, '2016-06-30 13:41:01', 6, 401, 0, 0, 0, '', '', '', 'NEC stelt Nimava aan als distributeur voor de Nordics regio', 'Aanstelling ondersteunt ICT groeiambities op de MKB markt', '', '', '<p align=\"left\"><strong>Hilversum, 24 november 2014</strong> – NEC Enterprise Solutions heeft Nimava uit Zeist aangesteld als distributeur van haar portfolio bedrijfstelecommunicatie-oplossingen gericht op de MKB markt in de Benelux & Nordics. Nimava is sinds 2004 al actief als distributeur van NEC in de Benelux en breidt deze activiteiten uit naar de Scandinavische landen.</p><p align=\"left\">NEC Enterprise solutions is al meer dan 20 jaar succesvol actief op de Scandinavische markt. Tonko Wedda, managing director Benelux & Nordics bij NEC Enterprise Solutions licht toe: “De laatste jaren werkte NEC direct samen met resellers in deze landen, maar om onze groeiambities kracht bij te zetten waren wij al een tijd op zoek naar een distributeur om deze regio verder voor ons te ontwikkelen. Uiteindelijk vonden we deze partner heel dichtbij huis, bij een zeer vertrouwde business partner van ons - en daar zijn we natuurlijk zeer blij mee. Nimava kent ons portfolio en onze organisatie goed en heeft tevens ervaring met zakendoen in Scandinavië. De overdracht van de lokale partners van NEC naar Nimava heeft in de afgelopen weken plaatsgevonden en is door iedereen positief ontvangen”.</p><p align=\"left\">André Horsten, algemeen directeur van Nimava, onderschrijft de woorden van Wedda en voegt hieraan toe: “Wij hebben duidelijke groeiambities voor onze activiteiten in deze regio en zijn dan ook zeer verheugd dat we samen met NEC de verdere groei van ons marktaandeel mogen realiseren. Het nieuwe SV9100 platform van NEC is hier uitstekend voor geschikt en gaat ons hierbij enorm helpen. Dit krachtige platform heeft veel functionaliteiten, is toekomst vast en eenvoudig te installeren. Dankzij de enorme schaalbaarheid tot wel tot 1000 poorten kunnen we verreweg het grootste deel van de Scandinavische markt bedienen”.</p><p align=\"center\">***</p><p>Voor meer informatie kunt u contact opnemen met:<br />NEC Enterprise Solutions<br />Robert van Amerongen<br />Tel: +31 35 689 1521<br />Email: <a href=\"mailto:robert.van.amerongen@emea.nec.com\">robert.van.amerongen@emea.nec.com</a><br /> </p><p><strong>NEC Enterprise Solutions</strong><br />NEC Enterprise Solutions is een toonaangevende leverancier van IT & Communicatie-oplossingen aan kleine, middelgrote en grote ondernemingen in zowel de private als publieke sectoren. De geboden oplossingen maken gebruik van de nieuwste spraak-, data- en video-technologieën en zijn ontworpen voor open connectiviteit, hoge beschikbaarheid en flexibele groei. NEC Enterprise Solutions bedient haar klanten in EMEA (Europa, Midden Oosten en Afrika) via een netwerk van directe verkooporganisaties, distributeurs en value-added resellers en koestert een bedrijfscultuur waarbij deskundigheid, flexibiliteit en toewijding aan klanten centraal staan.<br />Voor meer informatie: <a href=\"http://www.nec-enterprise.com/\">www.nec-enterprise.com</a>.</p><p><strong>Nimava</strong><br />Nimava Group BV is sinds 1989 actief als importeur/distributeur van IT & Communicatie-oplossingen. Samen met haar partners streeft Nimava Group B.V. als Pan-European Distributeur naar totaaloplossingen in de: Benelux Spanje en de Scandinavische landen met als doelgroep het MKB en de grootzakelijke markt. Met een team van commercieel en technisch specialisten biedt Nimava haar partners maximale ondersteuning in projecten.</p><p> </p><p><em>Additionele resources:</em></p><p><em>Twitter: </em><a href=\"https://twitter.com/necenterprise\"><em>https://twitter.com/necenterprise</em></a><em> http://twitter.com/Nimava_Telecom</em></p><p><em>Facebook: </em><a href=\"https://www.facebook.com/nec.global\"><em>https://www.facebook.com/nec.global</em></a><em> https://www.facebook.com/pages/Nimava-Group-BV</em></p><p><em>LinkedIn: </em><a href=\"http://www.linkedin.com/company/nec\"><em>http://www.linkedin.com/company/nec</em></a><em> https://www.linkedin.com/company/nimava-group-b.v.</em></p><p><em>YouTube: http://www.youtube.com/user/NECinfrontia</em></p><p><em>Blog: <a href=\"http://www.nec-enterprise.com/Blog\">http://www.nec-enterprise.com/Blog</a></em></p>', NULL, '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(48, 0, 1, '2016-06-30 13:41:01', 6, 402, 0, 0, 0, '', '', '', 'NEC appoints addCIT as Executive Hospitality Partner for the Nordics', '', '', '', '<p align=\"left\"><strong>Hilversum, Stockholm 27 May 2015</strong> – With the launch of its Global Executive Hospitality Partner Program, NEC is reinforcing the company’s leadership in providing best in class IT & Communications solutions to the Hospitality sector and driving its accredited Business Partners towards further success. Today NEC announced that addCIT has been accredited NEC Executive Hospitality Partner for the Nordics.</p><p align=\"left\">Denhard Jongman, Key Account Director NEC Smart Hospitality, explains: “As subset of our NEC Smart Hospitality drive, this program aims at mutual growth and profitability in the important hospitality sector. Through this program we recognize and support business partners that invest in and promote the value of our integrated solutions, enabling them to go-to-market more successfully and help create new, profitable opportunities”.</p><p align=\"left\"><strong>Executive Hospitality Partnership</strong><br />The program addresses and supports the 4 main aspects of <strong>Learn, Support, Promote</strong> and <strong>Sell</strong>, including marketing support in raising awareness, developing leads, training staff and supporting customer implementations. The first partners which had the honor to become Executive Hospitality Partner within NEC’s Smart Hospitality Framework were Advance in Russia, Teksam in Turkey, MER ICT in the Netherlands and Al Yousuf in the UAE. Now addCIT in Sweden is added to that list.</p><p align=\"left\"><strong>Supplier of choice to the Hospitality industry</strong><br />Across all geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. By merging leading IT and Communication technologies, NEC deploys solutions with the functionality, scalability and affordability to meet the demanding needs of hotels, event centers, cruise lines and travel organizations.</p><p align=\"left\">“The market potential within the hospitality industry in the Nordics is huge and constantly growing, so we are very happy with the reinforced partnership with NEC in this sector. This strengthens our position even further and together with NEC we will make sure addCIT is part of this growth” said Martin Gyllix, VP Sales at addCIT.</p><p><strong>About addCIT</strong><br />addCIT is a Swedish IT company with a history of 30 years in providing communication solutions to its customers. With headquarters located in Stockholm and a branch office in Gothenburg, addCIT works closely with carefully selected partners to provide high-quality solutions throughout the Nordics region.</p><p align=\"center\">***</p><p><strong>For more information please contact NEC Enterprise Solutions:</strong><br /><strong>Robert van Amerongen Annick Reyngoudt<br />Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77<br />robert.van.amerongen@emea.nec.com annick.reyngoudt@emea.nec.com</strong><br /><br /><strong>About NEC Enterprise Solutions:</strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p><p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com\">http://www.nec-enterprise.com</a>.</p>', NULL, ''),
(49, 0, 1, '2016-06-30 13:41:01', 6, 403, 0, 0, 0, '', '', '', 'NEC Provides New Two-Socket Servers Ideal for Virtualization', 'Processing performance increased by 30%', '', '13-09-13', '<p><strong>Tokyo & London, September 13, 2013</strong> - NEC Corporation (NEC; TSE: 6701) announced today the sales launch for three new models of its “Express5800 Series” of industry-standard servers. These new servers feature the Intel® Xeon® processor E5-2600 v2 product family and include two 2-socket rack mount servers, which reinforce I/O performance with storage and other peripheral devices, as well as a blade server.</p><p>These rack-mount servers, equipped with the Intel® Xeon® processor E5-2600 v2 product family and as much as twice the memory of existing servers (*1), enable processing performance to be improved by 30% when compared to previous models (*2). Furthermore, RAID controllers that support PCI Express 3.0 have strengthened I/O performance and made the new Express5800 servers ideal for server virtualization.</p><p>Moreover, these servers are equipped with the “EXPRESSBUILDER Ver.7” system setup utility, which supports the Microsoft (R) Windows Server(R) 2012 Hyper-V automatic setup.</p><p>The servers also feature an enhanced “EXPRESSCOPE(R) Engine 3” for operational management support, including the recording function of the remote keyboard, video and mouse (KVM) movements as part of network status observation and fault monitoring of the system, regardless of the OS type or status. This enables troublesome issues with the system to be rapidly solved.</p><p>Moreover, these new servers have adopted RAID controllers that support PCI Express 3.0, which have strengthened the servers’ data reading and writing performance. Additionally, these RAID controllers include flash memory for the backup of cache memory so that the RAID controllers no longer require batteries, which helps reduce costs and frees users from the need to replace them.</p><p><strong>For further specification information, please see:</strong><br />NEC Express5800/R120e-2M (2-socket 2U rack server): <a href=\"http://www.nec.com\" target=\"_blank\">http://www.nec.com/en/global/prod/express/rack/r120e-2m/index.html</a><br />NEC Express5800/R120e-1M (2-socket 1U rack server): <a href=\"http://www.nec.com\" target=\"_blank\">http://www.nec.com/en/global/prod/express/rack/r120e-1m/index.html</a><br />NEC Express5800/B120e-h (2-socket blade server): <a href=\"http://www.nec.com\" target=\"_blank\">http://www.nec.com/en/global/prod/express/rack/blade/server/b120e-h/index.html</a></p><p><strong>Availability</strong><br />NEC’s new Express5800 servers will be available on September 13, 2013. Distribution is expected to reach worldwide. Shipping dates differ by model and region.</p><center>***</center><p><span style=\"font-size:11px;\"><em>Notes:<br />(*1) When comparing the new “Express5800/R120e-2M” and “Express5800/R120e-1M” servers to the existing “Express5800/R120d-2M” and “Express5800/R120d-1M” servers<br />(*2) When comparing the new “Express5800/R120e-2M” and “Express5800/R120e-1M” servers to the existing “Express5800/R120d-2M” and “Express5800/R120d-1M” servers</em></span><br /> </p><p><strong>For more information contact:</strong><br />Shinya Hashizume<br />NEC Europe Ltd.<br />t: +44 (0)20 8836 2167<br />e: <a href=\"mailto:shinya.hashizume@emea.nec.com\">shinya.hashizume@emea.nec.com</a></p><p><strong>About NEC Corporation</strong><br />NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilise the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com\" target=\"_blank\">http://www.nec.com</a>. NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. ©2013 NEC Corporation.</p>', NULL, ''),
(50, 0, 1, '2016-06-30 13:41:01', 6, 404, 0, 0, 0, '', '', '', 'NEC provides vector supercomputer with the world\'s fastest core performance', '', '', '15-11-13', '<p><strong>Tokyo & London, November 15, 2013</strong> - NEC Corporation (NEC; TSE: 6701) has announced the worldwide availability of the SX-ACE supercomputer, the latest model in NEC’s SX Series of vector supercomputers, featuring the fastest processor core performance in the world.</p>\r\n\r\n<p>The SX-ACE is the first SX Series supercomputer equipped with a multi-core vector CPU, which enables the world’s fastest core performance (Note 1) and the world’s highest memory bandwidth per core (Note 2). Its performance per rack has improved ten times over existing SX-9 models, and it offers high sustained performance and ease of use in scientific computing applications. Furthermore, using NEC’s leading edge LSI technology, a high-density design, and high-efficiency cooling technology, the SX-ACE reduces power consumption to one-tenth and requires one-fifth the floor space of existing SX-9 models.</p>\r\n\r\n<p>Vector supercomputers are especially suited to high-speed processing of large-scale data and to scientific computations. They have achieved high-application performance in various simulations—for weather forecasting, analysis of global environmental trends, fluid analysis, nanotechnology, development of new materials, etc. In these fields, the NEC SX Series has achieved cumulative sales of over 1,400 units worldwide. The SX-ACE, like all models in the SX Series, is a supercomputer developed to provide both high performance and ease of use. It has achieved the world’s fastest application performance per core (Note 3), and even with a smaller number of usable cores, it has achieved higher performance.</p>\r\n\r\n<p><strong><u><em>Primary features of the new SX-ACE include the following:</em></u></strong></p>\r\n\r\n<p><strong>1. <em>World’s fastest core performance and highest memory bandwidth per core</em></strong><br />\r\nThe SX-ACE inherits the vector architecture used in the SX Series. This architecture realizes high performance and memory bandwidth with a single core. In the SX-ACE this architecture has been further enhanced, and a low power consumption design has been realized. As a result, the SX-ACE has achieved the world’s fastest single core performance, with a processing speed of 64 GFLOPS (1 GFLOP = 1 billion floating point operations per second). It also has the world’s leading single core memory bandwidth of 64 GB/s (GBytes per second.) With this speed, the SX-ACE attains the high performance needed for complicated scientific computations. Moreover, this can be achieved even when using a small number of processors, compared to a scalar type parallel computer that normally requires a large number of processors. The small number of processors also reduces the cost of parallel programming.</p>\r\n\r\n<p>The SX-ACE has a newly developed multi-core vector CPU, the first in the SX series. With four high-performance cores mounted on this CPU, the SX-ACE realizes a computing performance of 256 GFLOPS. With the multi-core vector CPU as one node, an ultra high-speed interconnect with a maximum of 8 GB/s in each direction allows a maximum of 64 node cards to be mounted on each rack. The SX-ACE can thereby achieve a rack computing performance of 16 TFLOPS (TFLOP one trillion floating-point operations per second) and a memory bandwidth of 16 Tbytes per second. With a maximum of eight racks, 512 nodes can be connected and a peak computing performance of 131 TFLOPS. Furthermore, with a 10 Gbit Ethernet, several cluster systems can be connected, and the scale of the system can be expanded through multi-clustering.</p>\r\n\r\n<p><strong><em>2. Space saving and low power consumption through state of the art, high density design and cooling technology</em></strong><br />\r\nThe SX-ACE has a single chip processor with four high performance cores, memory controllers, network controllers, and I/O interfaces. The chip is mounted on a small 11 cm x 37 cm node card, reducing power consumption to one-tenth and floor space requirements to one-fifth that of existing SX-9 models.<br />\r\n<br />\r\n<strong><em>3. Computing environment emphasizing ease of use</em></strong><br />\r\nWith the SX-ACE, the application assets that users have long been accustomed to can be used just as they are, and they can be operated at high speeds. In addition, through realization of the world’s fastest core speed, the SX-ACE can be used for high computing performance with a small number of cores, compared to the large number required before. It also features a system that makes programming and performance improvement easy for supercomputer application developers and researchers. For the application development environment, NEC offers program development support functions as well as compilers and libraries that maximize SX-ACE performance.</p>\r\n\r\n<p>Going forward, in addition to the supercomputer domain, the SX-ACE’s follow-up system is targeting segments that require high performance next generation servers, such as big data analysis and industrial applications.</p>\r\n\r\n<p>NEC exhibits the SX-ACE at SC13, the world’s largest international conference and exhibition for supercomputing, held from November 17-22, Denver, Colorado.</p>\r\n\r\n<p>For more information, please visit the following URL: <a href=\"http://de.nec.com/de_DE/emea/products/hpc/sx-series/index.html\" target=\"_blank\">http://de.nec.com/de_DE/emea/products/hpc/sx-series/index.html</a></p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p>(Note 1) As of November 15, 2013, according to NEC data on supercomputer performance<br />\r\n(Note 2) As of November 15, 2013, according to NEC data on supercomputer performance<br />\r\n(Note 3) As of November 15, 2013, according to NEC data on supercomputer performance<br />\r\n<br />\r\n <br />\r\n<strong>For more information contact:</strong><br />\r\nShinya Hashizume<br />\r\nNEC Europe Ltd.<br />\r\nt:+44 (0)20 8836 2167<br />\r\ne:<a href=\"mailto:shinya.hashizume@emea.nec.com\" target=\"_blank\">shinya.hashizume@emea.nec.com</a></p>\r\n\r\n<p> </p>\r\n', '', ''),
(51, 0, 1, '2016-06-30 13:41:01', 6, 405, 0, 0, 0, '', '', '', 'Samir Group Seminar inspires Resellers to take on NEC\'s UNIVERGE SV8100 and SL1000', 'Resellers impressed with offering and sign up to sell NEC', '', '25-06-12', '<p align=\"left\"><strong>Jeddah, 25 June 2012</strong> - At a special seminar held on 6th June,2012 at the Samir Group Auditorium in Jeddah, 42 resellers of Samir Group were informed in detail about NEC's business communications portfolio including the acclaimed UNIVERGE SV8100 and SL1000 communication servers. At the seminar and show Samir Group, since several years distributor of NEC Display solutions in the territory, presented the advanced capabilities of the state-of-the art communication platforms and terminals, together with their advanced applications for Unified Communications, Business Mobility wireless communications and Management.<br /> </p><p align=\"left\"><strong>Enthusiasm inspires to sign up with NEC</strong><br />The resellers were impressed and inspired by NEC's solutions, and showed great enthusiasm to join and sign up as reseller of NEC's portfolio. Many of the resellers were previously selling other brands such as Panasonic and Avaya/Nortel, but based on NEC's strong portfolio and NEC's and Samir Group's attractive channel programme decided to switch over to NEC.<br /> </p><p align=\"left\"><strong>A valuable extension to a powerful offering </strong><br />NEC is continuously innovating and expanding its portfolio of IT and communications products. The SV8100 and SL1000 communications servers are based on latest technology and are an excellent fit to the customer requirements in smaller business market segments, which is underpinned by NEC's growing market position.</p><p align=\"left\">Samir group is market leader in Audio/Visual, Medical, Graphical solutions, Facility Management and has offices in Jeddah, Riyadh and Al Khobar. The addition of NEC's communications solutions is a very valuable extension to the company's offering.</p>', NULL, ''),
(52, 0, 1, '2016-06-30 13:41:01', 6, 406, 0, 0, 0, '', '', '', 'NEC and INTEL highlight Innovations to Empower Enterprises during Smart & Virtual Workplace Road show across Saudi Arabia', 'Newly launched UNIVERGE 3C and latest IT solutions empower workforce for the new world of work', '<li align=', '<li align=', '<p><strong>Hilversum, Jeddah, Riyadh, March 31, 2014</strong> – During a special ‘Smart & Virtual Workplace’ road show NEC and INTEL will -together with its local business partner Najtech- showcase its latest enterprise business solutions and officially launch both NEC’s UNIVERGE 3C and NEC Smart CX Data Server in the Saudi Arabia market. The road show will take place on the 7<sup>th</sup> of April in the Park Hyatt hotel in Jeddah and on the 9<sup>th</sup> of April in the Ritz Carlton in Riyadh.</p>\r\n\r\n<p align=\"\">The road show marks the official launch of NEC’s UNIVERGE 3C Unified Communications & Collaboration (UC&C) solution within Saudi Arabia and will inform the audience of about latest innovations and trends in IT and how the key NEC technologies create a powerful IT empowered framework.</p>\r\n\r\n<p align=\"\">At the show there will be also the demonstration of the latest NEC Smart CX Data Server developed with the Intel(R) Xeon(R) Processor E7 v2 Product Family, the latest CPU containing up to 15 cores. This server is ideal for systems that perform high-speed operations and require mass storage, such as mission-critical tasks and large-scale virtualized IT infrastructures, as it offers superior performance, high reliability and flexible scalability.</p>\r\n\r\n<p>“In recent years, there is increasing demand for reliable, high-performance, non-stop processing of enormous amounts of data for the IT infrastructure supporting security systems for social infrastructure, banking systems and management systems for business orders and production. At the same time, demand for open, high-performance and highly reliable IT infrastructure has been increasing, as there is a growing need for the processing of big data, such as forecasting market trends and analyzing customer profiles. This new product meets all of these needs, including a full range of demands for mission-critical use,” says Wali Naderi, Product Manager for NEC Enterprise Solutions.</p>\r\n\r\n<p>NEC’s framework combines its powerful servers, storage, and virtualization software tools with its enterprise-class software applications for unified communications, web collaboration, customer care, virtualized desktops, and industry-specific applications.</p>\r\n\r\n<p><strong>Key Value Pillars for Smart Enterprises</strong><br />\r\nAgility, cloud, collaboration, and service assurance are becoming essential ingredients for the smart, secure, and always-on enterprise. NEC employs these drivers for an evolving technology foundation that not only enables new approaches for how IT services are delivered and managed, but also presents new ways for businesses to grow and evolve IT delivery. NEC defines key values for smart enterprises under four pillars:</p>\r\n\r\n<ul>\r\n</ul>\r\n', '', ''),
(53, 0, 1, '2016-06-30 13:41:01', 6, 407, 0, 0, 0, '', '', '', 'NEC bekroont Benelux business partners voor excellente prestaties', '', '', '', '<p align=\"left\"><strong>Hilversum, 20 november 2014 –</strong> Tijdens een exclusief evenement in het Louwman Museum te Den Haag, heeft NEC haar best presterende zakelijke partners op het gebied van Communicatie oplossingen in de Benelux bekroond voor hun uitstekende prestaties over het afgelopen jaar.</p><p align=\"left\">Tonko Wedda, managing director Benelux & Nordics bij NEC Enterprise Solutions feliciteerde de verkozen business partners met hun significante resultaten die bijdroegen aan het groeiend marktaandeel van NEC in Nederland. "Onze marktpositie in de Benelux is over de afgelopen jaren dankzij onze partners aanzienlijk versterkt, waarbij onze communicatie servers, UC & Mobility oplossingen meer dan ooit in de belangstelling staan. De awards die wij toekennen zijn erkenning van wederzijdse commitment en zakelijk succes”, aldus Wedda.</p><p align=\"left\">Awards werden door Walter Killens, sales manager Benelux & Nordics bij NEC Enterprise Solutions, samen met Tonko Wedda uitgereikt als erkenning op de volgende gebieden:<br /><br />•.Advitronics – Best SV8100 Partner<br /><em>Advitronics verkocht het grootste aantal SV8100 systemen in Nederland sinds lancering van het platform in 2008. Advitronics werd ook door NEC gelauwerd om de succesvolle aanpak naar specifieke klantengroepen.</em></p><p align=\"left\">• JoJo Systems – Best Performing Partner 1989-2014<br /><em>Deze “Life Time Achievement Award” werd uitgereikt voor Jojo Systems’ trouw aan de NEC oplossingen over de afgelopen 25 jaar, waarbij JoJo tevens elk jaar groeiende sales met NEC oplossingen heeft laten zien.</em></p><p align=\"left\">• Plato – Best Mobility Partner<br /><em>Plato heeft het grootste aantal mobility oplossingen verkocht van NEC in de MKB markt en heeft tevens eigen interfaces ontwikkeld die naadloos samenwerken met de NEC IP DECT oplossing.</em><br /><br /> • Kolk & Dijk – Best Solution Partner<br /><em>Deze reseller heeft zich gespecialiseerd in de verkoop van uitgebreide call en contactcenters, waarbij NEC’s Unified Communications oplossingen centraal staan.</em></p>', NULL, ''),
(54, 0, 1, '2016-06-30 13:41:01', 6, 408, 0, 0, 0, '', '', '', 'NEC to Showcase Smart Empowered Workforce Solutions at IP EXPO', 'Showcasing UNIVERGE 3C, NEC will demonstrate its powerful software and will speak in several sessions at the upcoming IP EXPO show in London', '<li align=', '<li align=', '<p><strong>Nottingham, UK, 08 Oct 2013</strong> – NEC Corporation, exhibitor at this year’s IP EXPO event held 16-17 October at Earls Court 2 in London, will showcase UNIVERGE 3C, its latest UC&C software with powerful new Collaboration and Mobility functions. Speaking at the event NEC will highlight how 3C is aligned with the needs of the changing workforce.</p>\r\n\r\n<p align=\"\">Besides UNIVERGE 3C NEC will showcase other new developments within the company’s powerful enterprise solutions portfolio, including highly resilient FT Server technologies, Virtualisation and Storage solutions. The NEC stand will host live demonstrations of IT solutions and provides attendees the opportunity to engage with NEC experts in how these solutions can truly optimize their business and provide them with a new found agility.</p>\r\n\r\n<p align=\"\">“Every customer that sees our newest UNIVERGE 3C in action wants to find a way to use it in their business” said Andrew Cooper, NEC UK Sales Executive. “It’s an incredible change in work style and only natural that we showcase the software live at this event - that\'s where people can really see its power.”</p>\r\n\r\n<p align=\"\"> </p>\r\n\r\n<p align=\"\"><strong>Nailing Gartner’s Five UC Characteristics for Success</strong><br />\r\nNEC’s UNIVERGE 3C directly addresses Gartner’s five UC characteristics that effect UC success and user satisfaction: User Experience, Mobility, Interoperability, Cloud & Hybrid, Broad solution appeal.</p>\r\n\r\n<p align=\"\">UNIVERGE 3C clients employ a Common User Experience across PCs, smartphones and tablets, enabling anywhere, anytime access for increased efficiency and productivity. Personal devices can be used in conjunction with enterprise security credentials – supporting Bring Your Own Device (BYOD) needs. Its Empowered Mobility capabilities work in conjunction with mobile clients to enable a truly unified experience.</p>\r\n\r\n<p align=\"\">As a standards-based platform UNIVERGE 3C enables the B2B, B2P, and B2C federation that is critical for businesses to become more agile and much more integrated with partners and customers. The software technology is designed for on-premise, cloud, or hybrid deployment scenarios. It provides tailored collaboration for a wide range of business roles adapting to the different needs and use cases of business functions. All of this creates broader adoption and better collaboration among a client, partner and customer ecosystem and accomplishes it more cost effectively than attempting to assemble disparate components.</p>\r\n\r\n<p align=\"\">NEC will have a stand located at E20 and welcomes customers and prospective partner alike to join them for one-on-one discussions and live demonstrations. In addition NEC’s UC&C executive, Mr. Todd Landry will speak in two sessions within the UC&C Track and will join other industry experts in panel discussions:</p>\r\n\r\n<ul>\r\n</ul>\r\n', '', ''),
(55, 0, 1, '2016-06-30 13:41:01', 6, 409, 0, 0, 0, '', '', '', 'NEC and Partners launch UNIVERGE 3C and Showcase IT Solutions across South Africa', 'NEC and its partners poised to deliver complete IT Solutions that include powerful UC and collaboration software that empowers emerging mobile workforces and enables collaboration across key growth sectors of South African market.', '<tr>', '<tbody>', '\"<p align=\"\"left\"\"><strong>Hilversum, Johannesburg, August 21, 2013</strong> – During a special multi-city tour held during September, NEC will tour South Africa in coordination with its partners Gijima and Mustek to showcase the latest enterprise business solutions and officially launch NEC’s Unified Communications & Collaboration (UC&C) solution UNIVERGE 3C in the South African market. Gijima and Mustek represent two of the largest IT solutions & distribution organizations in South Africa and will significantly advance the penetration of powerful UC&C IT solutions to the highest GDP growth sectors within South Africa.</p><p align=\"\"left\"\">This tour marks the official launch of NEC’s UNIVERGE 3C within South Africa. The UNIVERGE 3C platform is a powerful, all-in-one software-based UC&C platform that operates across premise, cloud or hybrid environments. It delivers essential collaboration tools to business users for virtually any device while maintaining a consistent user experience. UNIVERGE 3C’s software services adapt to a wide variety of business roles, providing increased efficiencies and greater workforce productivity.</p><p align=\"\"left\"\">“Our story now reaches well beyond just UC,” said Todd Landry, a Global Executive for UC&C, “This tour will launch the power of UNIVERGE 3C, but it will go further to showcase NEC’s powerful NEC IT infrastructure solutions that ensure reliable and cost effective solutions for enterprises.” Mr. Landry will be on the Smart Enterprise Tour delivering a key part of the keynote address to enterprise clients.</p><p align=\"\"left\"\"><strong>A Complete Enterprise Solutions Set</strong><br />Besides UNIVERGE 3C the tour will showcase other new developments within the NEC’s powerful enterprise solutions portfolio, including Smart Business Mobility, Highly-resilient Server technologies, Virtualisation and Storage solutions. The tour will include live demonstrations of IT solutions and provides attendees the opportunity to engage in how these solutions can truly optimize their business and provide them with a new found agility in their local markets. </p><p align=\"\"left\"\">“The emergence of more cost effective IP connectivity across South Africa lays a powerful foundation to deliver new collaboration applications,” said Hugo de Wet, Gijima NEC Executive, “UNIVERGE 3C ability to integrate seamlessly with legacy NEC PBX platform is powerful. This allows our customers to deploy UNIVERGE 3C in a structured approach as and when budget are available or when the need arises. UNVERGE 3C allows you to retain cost effective analogue technologies as a speech path on your desk with all the Unified Communication benefits.”</p><p align=\"\"left\"\">Earlier this year NEC held its EMEA region partner conference, where it unveiled the integration of its IT Platforms and Unified Communications organizations under a singularly focused Enterprise Solution umbrella. UNIVERGE 3C was designed as an IT business application and operates on distributed, virtualised data center environments, making it a natural fit for NEC’s IT platforms. The combination arms NEC and its partners with a powerful combination of highly resilient computing engines, highly secure networking & storage, software defined networking that can dynamically optimize for real-time communications, communications end-points that include mobility components such as DECT smart devices, and UC, Collaboration & Customer Care IT software solutions.</p><p align=\"\"left\"\"><strong>Nailing Gartner’s Five UC Characteristics for Success</strong><br />NEC’s UNIVERGE 3C directly address Gartner’s five UC characteristics that effect UC success and the satisfaction of users: User Experience (UX), Mobility, Interoperability, Cloud & Hybrid, Broad solution appeal.</p><p align=\"\"left\"\">UNIVERGE 3C clients employ a Common UX across PCs, smartphones and tablets enabling anywhere, anytime access for increased efficiency and productivity, personal devices can be used in conjunction with enterprise security credentials – supporting Bring Your Own Device (BYOD) needs. It’s Empowered Mobility capabilities work in conjunction with mobile clients to enable a truly unified experience. As a standards-based platform UNIVERGE 3C enables the B2B, B2P, and B2C federation that is critical for businesses to become more agile and much more integrated with partner ad customers. The software technology is designed for on-premises, cloud, or hybrid deployment scenarios and provides tailored collaboration for a wide range of business roles in a way that it adapts to the different needs and use cases of business functions. All of this creates broader adoption and better collaboration among a client, partner, and customer ecosystem and accomplishes it more cost effectively than attempting to assemble disparate components.</p><p align=\"\"left\"\"><strong>Join us for the Tour</strong><br />Cape Town on Thursday 12<sup>th</sup><br />Durban on Tuesday 17<sup>th</sup><br />Johannesburg on Friday 20<sup>th</sup> September</p><p>Interested parties can join us in South Africa on the Smart Enterprise Tour by Registering at the following link: <a href=\"\"http://www.nec-events.com/southafrica/\"\">http://www.nec-events.com/southafrica/</a></p><p align=\"\"center\"\">***</p><p><strong>Media Inquiries</strong></p><table cellpadding=\"\"0\"\" cellspacing=\"\"0\"\" style=\"\"width: 500px; height: 100px;\"\">', NULL, ''),
(56, 0, 1, '2016-06-30 13:41:01', 6, 410, 0, 0, 0, '', '', '', 'NEC addresses Small and Medium Businesses with cost-effective UC and Mobile Communications', '', '', '18-07-12', '<p align=\"left\"><em>SV8100 and new IP DECT Lite Management provide extremely powerful proposition </em><br /><br /><strong>Hilversum, 18 June 2012</strong> - NEC today announced the introduction of IP DECT Lite Management, a new cost-effective, easy to install and easy to manage addition to the company's Business Mobility portfolio. This latest addition lowers the threshold for Small and Medium sized Businesses to equip themselves with powerful UC and Mobile Communications.<br />The new variant of the company's well known IP DECT proposition is fully web-based and does not require additional server equipment for its daily operation. By including intelligence stored in local memory on the access points, IP DECT Lite Management enables web access directly from these access points, without the need for intervention by an IP DECT Controller.<br /><br /><strong>Simple web interface for remote management </strong><br />With a simple web interface, the administrator can remotely change features and assist in adding or removing DECT handsets. Besides lower investments, another great advantage of IP DECT Lite Management is that the installation does not require IT server maintenance.<br />IP DECT Lite Management is designed to interwork with NEC's SL and UNIVERGE SV8100 communication servers and can support installations with a maximum of 16 DAPs and 50 handsets. This latest solution underlines and extends NEC's leadership position in IP DECT Business Mobility, which is still regarded as the best mobility platform in the market.<br /><br /><strong>New ML440 handset</strong><br />NEC is also introducing a new DECT handset, the ML440. This handset supports ISIP protocol and tightly integrates with SV8100 platforms, enabling the use of popular features such as line keys, group membership and hospitality functionality. The ML440 can be deployed together with other NEC handsets in the same IP DECT system.<br /><br /><strong>SV8100 further enhanced with Release 7</strong><br />NEC's acclaimed UNIVERGE SV8100 is designed to serve global SMB markets and has proven to be a big success in all major markets across the globe. This IP telephony system realizes an ideal communications environment regardless whether it is TDM, pure IP or Hybrid, with scalable architecture and a full range of applications that enhance the efficiency<br />and effectiveness of business communications and processes. It is a cost-effective telephony solution ideal for many smaller businesses, yet powerful enough to address the needs of larger organisations, offering advanced networking and Unified Communications capabilities.<br /><br />With the latest release of the UNIVERGE SV8100 communication server NEC continues to provide new and enhanced features, helping smaller organisations increase their competitiveness and business opportunities. Release 7 brings greater management ease with items such as full detailed call recording, E164 number schemes and Re-Invite support for SIP Trunks, DDI based on Day of week, Ecology feature, Security functionality and many more.</p><p><img alt=\"\" src=\"http://www.nec-unified.com/uploads/763_nec_wirelessdecthandsetml440_lr.jpg\" /></p>', NULL, ''),
(57, 0, 1, '2016-06-30 13:41:01', 6, 411, 0, 0, 0, '', '', '', 'NEC and HP Expand Enterprise Computing Alliance to Deliver Increased Reliability, Innovation to Customers', '', '', '', '<p><strong>PALO ALTO, Calif, and TOKYO, July 22, 2013 -</strong> NEC and HP today announced the expansion of a strategic global alliance to collaborate on joint engineering for mission-critical and blade servers that will increase technology innovation, investment protection and solution choice for enterprise clients.</p><p>Since 1995, NEC and HP have been strategic alliance partners, focused on NEC's role as a provider of large-scale, mission-critical enterprise IT systems built on HP's Unix-based operating system, HP-UX.</p><p>Building on their successful collaborations on HP-UX, HP Integrity servers and NEC NX7700i servers, HP and NEC are extending their alliance to include next-generation, mission-critical x86 systems. These servers satisfy increased demands for maximum uptime driven by industry trends such as social, mobile, cloud and big data computing.</p><p>The expanded alliance will accelerate advancements across multiple mission-critical server platforms, including "DragonHawk," HP's future, scalable x86 infrastructure based on HP Superdome 2 and blade server technology. HP and NEC also plan to increase worldwide delivery of joint solutions, providing clients with greater flexibility, a broader choice of solutions to match their specific enterprise needs and continued investment protection for mission-critical environments, consistent with HP Project Odyssey.</p><h3>Joint engineering to deliver on mission-critical servers</h3><p>As part of the expanded alliance, HP and NEC plan to collaborate on future enhancements for HP-UX and extend mission-critical computing to x86, aligning technical, engineering and joint testing for mission-critical solutions for Linux environments and Microsoft Windows®.</p><p>"Performance and reliability are vital to mission-critical computing clients and the business-critical workloads they will deploy into the next decade," said Mark Potter, senior vice president and general manager, Servers, HP. "By aligning our expertise, HP and NEC will drive enterprise server technology forward, allowing our joint clients to protect and grow their current and future investments."</p><p>"As computing demands continue to rise, our customers need access to the latest server technology on a shortened timetable with ease of deployment," said Shinichi Shoji, executive vice president, NEC Corporation. "Based on more than two decades of collaboration to meet the rising needs of mission-critical customers, NEC and HP are poised to combine our resources to provide additional functionality and bring innovative, high-quality offerings to market."</p><p>HP's premier EMEA client event, HP Discover, takes place Dec. 10-12 in Barcelona, Spain.</p><p> *****</p><p><strong>About NEC</strong><br />NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company's experience and global resources, NEC's advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com\" target=\"_blank\">http://www.nec.com</a>.</p><p><strong>About HP</strong><br />HP creates new possibilities for technology to have a meaningful impact on people, businesses, governments and society. The world's largest technology company, HP brings together a portfolio that spans printing, personal computing, software, services and IT infrastructure to solve customer problems. More information about HP (NYSE: HPQ) is available at <a href=\"http://www.hp.com\" target=\"_blank\">http://www.hp.com</a>.</p><p><span style=\"font-size:12px;\">Microsoft and Windows are U.S. registered trademarks of Microsoft Corp.</span></p><p><span style=\"font-size:11px;\">This news release contains forward-looking statements that involve risks, uncertainties and assumptions. If such risks or uncertainties materialize or such assumptions prove incorrect, the results of HP and its consolidated subsidiaries could differ materially from those expressed or implied by such forward-looking statements and assumptions. All statements other than statements of historical fact are statements that could be deemed forward-looking statements, including but not limited to statements of the plans, strategies and objectives of management for future operations; any statements concerning expected development, performance, market share or competitive performance relating to products and services; any statements regarding anticipated operational and financial results; any statements of expectation or belief; and any statements of assumptions underlying any of the foregoing. Risks, uncertainties and assumptions include the need to address the many challenges facing HP's businesses; the competitive pressures faced by HP's businesses; risks associated with executing HP's strategy; the impact of macroeconomic and geopolitical trends and events; the need to manage third party suppliers and the distribution of HP's products and services effectively; the protection of HP's intellectual property assets, including intellectual property licensed from third parties; risks associated with HP's international operations; the development and transition of new products and services and the enhancement of existing products and services to meet customer needs and respond to emerging technological trends; the execution and performance of contracts by HP and its suppliers, customers and partners; the hiring and retention of key employees; integration and other risks associated with business combination and investment transactions; the execution, timing and results of restructuring plans, including estimates and assumptions related to the cost and the anticipated benefits of implementing those plans; the resolution of pending investigations, claims and disputes; and other risks that are described in HP's Quarterly Report on Form 10-Q for the fiscal quarter ended April 30, 2013 and HP's other filings with the Securities and Exchange Commission, including HP's Annual Report on Form 10-K for the fiscal year ended October 31, 2012. HP assumes no obligation and does not intend to update these forward-looking statements.</span></p><p><span style=\"font-size:11px;\">© 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein.</span></p>', NULL, ''),
(58, 0, 1, '2016-06-30 13:41:01', 6, 412, 0, 0, 0, '', '', '', 'NEC acquires grid energy storage and commercial systems business of A123 Systems from Wanxiang', 'Merger of the A123 Energy Solutions business unit with NEC’s leading ICT creates a smart energy storage powerhouse', '', '', '<p><strong>Tokyo, March 24, 2014 - </strong>NEC Corporation (NEC; TSE: 6701) announced today the acquisition of the A123 Energy Solutions business unit of A123 Systems, LLC. This acquisition, for approximately USD $100 million, strengthens the energy storage capability of NEC’s smart energy business, a core segment of its Mid-term Management Plan’s commitment to social infrastructure. A123 Energy Solutions will be integrated into the NEC Group of companies and operated globally as a key element of its business. An agreement on the terms of the deal has been finalized and a new company “NEC Energy Solutions” is slated to begin operation in June 2014 under the direction of NEC. A123’s existing cell manufacturing and sales, research and development, and automotive operations will remain the core focus of A123 Systems, LLC.</p><p>With this acquisition, NEC will become the world’s leading supplier of lithium-ion grid energy storage systems. A123 Energy Solutions has deployed over 110MW of its Grid Storage Solutions (GSS™) worldwide with the vast majority of these systems already in revenue service. The company will continue to supply systems utilizing A123 Systems’ Nanophosphate® lithium-ion cells and support all existing installations. NEC Energy Solutions, with access to NEC Corporation’s world-class information communications technology (ICT) and A123 Energy Solutions’ system integrations expertise, is now better prepared to address the increasing global need for energy storage. In addition, NEC’s high quality, cost-effective lithium-ion technology adds to the ever-growing portfolio of energy storage technologies available for future use in A123 Energy Solutions’ GSS platform. At the same time, NEC will leverage A123 Energy Solutions’ experience in commercial batteries in order to serve NEC’s telecommunication carrier, enterprise and government customer base, thereby helping to drive the global expansion of NEC’s smart energy business.</p><p>“With these combined strengths, NEC Energy Solutions will be able to help satisfy the growing demand for energy storage worldwide, whether driven by increased penetration of renewable energy from wind and solar, more effective grid stabilization services like frequency regulation and frequency response, or the desire for more efficient reinforcement of existing transmission and distribution grids,” said Takemitsu Kunio, Senior Vice President of NEC Corporation. “Improving energy reliability, sustainability, and security, we will provide turn-key energy storage solutions, ranging from utility-side storage at the megawatt scale, down to behind-the-meter storage at the kilowatt scale for residential, commercial, or industrial sites.”</p><p>A123 Systems, through its A123 Energy Solutions unit, has been regarded as a leader in lithium-ion grid energy storage systems. It provides not only the energy storage technology, controls, and supporting equipment in a turn-key packaged solution, but also the application modeling to properly size an energy storage solution, and the service and support required to maintain safe, high performance energy storage operation. A123 Energy Solutions has supplied some of the world’s leading utility companies and independent power producers around the world including applications in North America, South America, Europe, the UK, and Asia, including recent 2MW and 500kW installations in China. NEC is slated to establish a joint venture company with Wanxiang and its affiliates to address the growing China market.</p><p>“We are delighted by the combination of strengths of the two companies,” said Bud Collins, President of A123 Energy Solutions. “Combining our experience in the grid storage space with the world’s leading utilities and power producers, NEC’s strength in ICT, and its lithium-ion manufacturing scale, we believe the resulting company will be a formidable organization, well-equipped to handle the emerging smart energy sector across the globe.”</p><p>Looking to the future, NEC has grand ambitions for its new NEC Energy Solutions venture. Working towards the safety, security, efficiency and equality of society, it will explore new business opportunities to promote the creation of next generation energy services, enabled by information communications technology, intelligent controls, and advanced energy storage systems. Using its ICT capabilities as a core of its “Solutions for Society”, NEC seeks to enable a more energy efficient society and develop advanced social infrastructure solutions to address a wide range of social issues.</p>', NULL, '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(59, 0, 1, '2016-06-30 13:41:01', 6, 413, 0, 0, 0, '', '', '', 'NEC Launches UNIVERGE SV9100 Communications Solution in German market', 'The newest evolution of its powerful communication platform for small & medium-sized businesses', '<li>LIQUITCOM GmbH for Best Individual Solution Partner</li>', '<li>Meronec for Best Performing Distributor</li>', '\"<p>Hilversum / Köln, November 14 2014 – At a special event held at the RheinEnergy Stadion in Cologne (Köln), NEC has launched its new UNIVERGE SV9100 Communications Server in the German market. Together with the new system NEC also released the new DT800 and DT400 terminal series, the innovative UT880 which integrates a desktop phone and an Android tablet into one device, and the latest Release 7 of its Business ConneCT application suite.</p><p>The SV9100 is designed as an all-in-one unified communications (UC) platform for small and medium-sized businesses. With simplified installation and management, the highly scalable architecture provides businesses from 10 up to 900 users with a powerful and cost effective communication solution.</p><p>Fred Spronk, Sales Director at NEC Enterprise Solutions for the German region, said: “Feedback from our resellers has been extremely positive. Some 75 key business partners have attended the launch event and it is clear that our latest system clearly exceeds their expectations.”</p><p>“Picking up where its predecessor left off, the SV9100 is five times more powerful and comes with a host of brand new on-board applications”, said Andre Schmeißer, Technical manager at SKM Skyline, distributor of NEC in Germany. “Highlights include increased port capacity for 900 users, the brand new Operator Console applications, the new terminals plus new mobility solutions. Easier installs, more on-board features, presence, instant messaging and a sharp price point make it pretty much complete and perfect to boost sales and market”, he added.</p><p>At the launch NEC also awarded its top performing business partners in Germany for their excellent business performance over the past year. Six awards were presented honouring the achievements in the follow areas:</p><ul>', NULL, ''),
(60, 0, 1, '2016-06-30 13:41:01', 6, 414, 0, 0, 0, '', '', '', 'NEC Showcases Wide Spectrum of Powerful Solutions at GITEX 2013', 'Ground breaking Unified Communications & Collaboration and latest IT, Security and Display solutions empower organizations and drive business value', '<li><strong>Desktop Virtualization for a Smart & Secure Virtual Workplace</strong></li>', '<li><strong>Unified Communications & Collaboration empowering the Smart Enterprise</strong></li>', '\"<p><strong>Dubai and Tokyo, October 7th, 2013 – </strong>NEC Corporation will showcase its wide spectrum of business solutions at GITEX Technology Week in Dubai, 20-24 October 2013, stand Z-D20.</p><p>Empowering organizations and driving productivity, efficiencies and business value, NEC’s solutions on show can be grouped into the following main pillars of customer value:</p><ul>', NULL, ''),
(61, 0, 1, '2016-06-30 13:41:01', 6, 415, 0, 0, 0, '', '', '', 'Jazan University successfully deploys NEC\'s Virtual PC solution', 'Virtualized Desktop proves its value as secure IT infrastructure alternative providing users with more mobility and flexibility.', '', '', '<p align=\"left\"><strong>Hilversum, Dubai, October 23, 2013</strong> – NEC Enterprise Solutions and Jazan University today announced the completion of the next phase towards full-scale deployment of NEC’s Virtual PC Center (VPCC) throughout Jazan University. VPPC provides the university with an alternative for the replacement of PC’s and desktops as a more cost effective, easily manageable and flexible solution and is based on NEC’s H Series Sigma Blade Environment with M300 Storage.</p>\r\n\r\n<p align=\"left\">With a constant growth of students and faculties, Jazan University was looking to offer more mobility and flexibility to its users as well as a more secure IT infrastructure. After successful proof of concept testing and ROI analysis in 2012, NEC’s Virtual PC Center (VPCC) was selected. Besides the capabilities of the solution, the presence of local support by NEC’s certified reseller Najtech was also an important factor in Jazan University’s decision.</p>\r\n\r\n<p align=\"left\">The first phase was completed within Q1 2012 and consisted of a NEC VPCC Solution for approximately 600 Virtual Machines based in 12 Labs of this University. In a second phase, NEC’s VPCC Solution is being implemented for 2,000 users (Instructors). Ultimately the solution will support thousands of students across the campus.</p>\r\n\r\n<p align=\"left\"><strong>Seamless user experience</strong><br />\r\nMohammed Yehyah Aal Salem, Dean of e-learning at Jazan University is extremely pleased with the provided solution: ‘’While finding the solution for the next level of data protection and high availability, we found that NEC VPCC is a complete desktop virtualization solution”, he comments. “VPCC creates a user experience so seamless, that it mirrors the use of a localized drive through a centralized computing model of virtual PCs using thin clients, servers and storage.</p>\r\n\r\n<p align=\"left\"><strong>Ease of Deployment and less support required</strong><br />\r\nCentralized management and back-up results in a better performance for users, the IT team and the complete organization. The entire infrastructure can be controlled from anywhere, and new users easily included.</p>\r\n\r\n<p align=\"left\">The well designed architecture and the fact there are no moving parts on the terminals, means easier administration and less support. The move of the OS and applications to the server, implicates that the IT team no longer needs to physically go to the site for updates and maintenance tasks.</p>\r\n\r\n<p align=\"left\"><strong>High Level of Security</strong><br />\r\nVPCC gives university staff the opportunity to access their data anywhere anytime with a high level of security. They can use the thin client installed at the university or connect to their data via a virtual private network. The absence of any local storage system on the thin client makes it impossible for data to be accessed without authorization.</p>\r\n\r\n<p align=\"left\">Meanwhile Jazan University has experienced that the central management has boosted security, enhanced business continuity, and decreased terminal operation management for our administrators. Infrastructure wise, NEC VPCC has been a wise decision with respect to a Comprehensive Educational Platform!’’, Mohammed Yehyah Aal Salem concludes enthusiastically.</p>\r\n\r\n<p align=\"center\"> ***</p>\r\n\r\n<p>Media Inquiries:<br />\r\n<strong>Robert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77<br />\r\nrobert.van.amerongen@emea.nec.com annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers.</p>\r\n\r\n<p>For more information, please visit: <a href=\"http://www.nec-enterprise.com\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p><strong>Additional resources:</strong><br />\r\n<em>Twitter: </em><a href=\"https://twitter.com/necenterprise\"><em>https://twitter.com/necenterprise</em></a><br />\r\n<em>Facebook: </em><a href=\"https://www.facebook.com/nec.global\"><em>https://www.facebook.com/nec.global</em></a><br />\r\n<em>LinkedIn: </em><a href=\"http://www.linkedin.com/company/nec\"><em>http://www.linkedin.com/company/nec</em></a><br />\r\n<em>YouTube: </em><a href=\"http://www.youtube.com/user/NECinfrontia\"><em>http://www.youtube.com/user/NECinfrontia</em></a><br />\r\n<em>Blog: </em><a href=\"http://www.nec-enterprise.com/Blog\"><em>http://www.nec-enterprise.com/Blog</em></a></p>\r\n\r\n<p><strong>About Jazan University:</strong><br />\r\nJazan University is an accredited public research university of the Kingdom of Saudi Arabia. Established by a royal decree in 2006 by King Abdullah bin Abdul-Aziz, it is one of the largest public institutions of higher education in the</p>\r\n\r\n<p>Kingdom of Saudi Arabia. Covering an area of 15 million square meters, its main central campus is situated by the Red Sea on the southwest coast of the Kingdom with 6 satellite campuses. With a capacity of 50,000 students and staff of 2500, Jazan University offers a broad range of academic departments, an extensive research activity and a number of community outreach and public service programs. The university campus houses a hospital, library, hotel, research center, sport and entertainment arenas, student dorms and housing accommodation for staff.</p>\r\n', '', ''),
(62, 0, 1, '2016-06-30 13:41:01', 6, 416, 0, 0, 0, '', '', '', 'NEC and GUIDING GROUP revolutionize tour guiding with launch of innovative Smart Guide mobile handset', 'New Smart Guide will increase passenger experience', '', '', '<p><strong>Hilversum, 23 February 2015</strong> – NEC, global leader in enterprise communications and driving force in supply and development of IP DECT wireless solutions, today announced extending its Business Mobility portfolio with a new Smart Guide mobile handset that includes embedded applications specifically developed for the world of tour guiding.</p><p>The NEC Smart Guide is a new innovative way of connecting travelers and completely changes the way they will experience their travel – on board and on shore. The Smart Guide is a unique and robust Android smartphone offering a range of modular options that enhance the guided tour experience of travelers when exploring sights, either individually or as part of a guided group. The DECT capability of the phones enable listening in to commentary of the tour guide broadcasted to the handsets tuned in to the same channel, as well applications on the smartphones provide detailed background information on the sight being visited, triggered automatically by GPS location detection. </p><p align=\"left\">Cruiseline passengers for instance can be provided each with a Smart Guide handset upon embarkation. The Smart Guide will be their personal device throughout their stay on board, be their own sightseeing guide when on-board cruising from destination to destination and be their communication and information device when joining a guided tour on shore. The excellent audio quality and the interactivity of being able to select different module items will significantly enhance the quality and appreciation of their experience. </p><p align=\"left\"> </p><p align=\"left\"><strong>DECT and Android capabilities powerfully combined</strong><br />With an appealing design, its scratchproof hard plastic cover, large 4“ inch high resolution touchscreen and support of DECT, WLAN, GPS and Bluetooth wireless technologies, the Smart Guide is an unique device for the hospitality and recreational markets.</p><p align=\"left\">Standard tools developed by GUIDING GROUP are available on the Smart Guide handset include Group Guide mode, Self Guided City Tour mode, City Info and River View mode. The Smart Guide menu is very user friendly, and easy to understand for all age groups. Its specially designed icons allow users to switch intuitively from the phone function to the City Guide, River Guide, or Tour Guide, or one of the other functions. City guide mode includes audioguides that allow passengers to explore cities independently from the group. Points of Interest (POIs) are displayed on an integrated area map. Support of different languages makes the device also very powerful for international groups.</p><p align=\"left\">With the GPS function, guests are free to either follow a recommended route or make their way to POIs of their choice. When guests are within the radius of a POI, entertaining information about it automatically starts on the device.</p><p align=\"left\">In River View mode, passengers on river tours are provided with information about all visible POIs on the right and left river bank or shore side using an audio track and images. POIs include anything from an impressive building to an industrial landscape, natural wonder or small town. During the river cruise, these interesting pieces of information are triggered automatically by GPS.</p><p align=\"left\"><strong>Easy management</strong><br />Devices are kept continually updated on board the ship by a server-based update system. Any new information is synchronized and updated once a day with all devices. Software updates are issued by GUIDING GROUPs’ centralized server and immediately transferred to the server on board the different vessels.</p><p align=\"left\">“As one of the leading global vendors and driving forces behind IP DECT technology solutions, we have been at the forefront of developments for many years”, says Martin van der Veeken, Sales Director at NEC Enterprise Solutions. “We are convinced our Smart Guide is an extremely powerful and vital addition to our offering to the hospitality market in general and the cruise and river market in particular. Make your cruise experience a perfect one and tell us what you want the Smart Guide to do for you. Contact us and get connected to the future of cruising”, van der Veeken adds.</p><p align=\"center\">***</p><p><strong>For more information please contact NEC Enterprise Solutions:<br /><br />Robert van Amerongen<br />Tel: +31 35 689 1521</strong><br /><a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a> </p><p><span style=\"font-size:12px;\"><strong>About NEC Enterprise Solutions</strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</span></p><p><span style=\"font-size:12px;\">NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com\">http://www.nec-enterprise.com</a>.</span><br /> </p><p><span style=\"font-size:12px;\"><strong>About GUIDING GROUP</strong><br />The spectrum of services offered by the GUIDING GROUP ranges from the generation of content to sales and hire services for guiding devices for individual tourists, tour guide systems for group tours and city tours, and creating mobile websites and smart phone apps. To the GUIDING GROUP belongs different companies with complementary backgrounds. The GUIDING GROUP synergies offer you ideal one-stop tailor made solutions.</span></p><p><span style=\"font-size:12px;\">iGuide Media GmbH's position as a market leader in this sector is supported by a portfolio of 250 audio tours of European cities and museums in a range of languages and with a spectrum of content from purely informative commentaries to a series of short audio play episodes at specific sites.</span></p><p><span style=\"font-size:12px;\">itour city guide GmbH focuses specifically on marketing audio guides and the sale of all GUIDING GROUP products. In addition, itour offers its support services for its partners’ projects, including professional equipment maintenance and the provision of technical accessories. Over 80 tourist organizations in Europe as well as various cruise and tour operators are happy to rely on the service packages provided by itour city guide GmbH.</span></p><p><span style=\"font-size:12px;\">The Cruso GmbH develops dedicated user-friendly hardware for the guiding sector and programs all the requisite software applications.</span></p><p><span style=\"font-size:12px;\">The tomis GmbH & Co KG provides audio guides as mobile-enabled systems and smartphone apps. Today, the company has over 50 partner tourist organizations offering the tomis service for their visitors.</span></p><p><img src=\"http://www.nec-enterprise.com/content/images/Press/NEC_Smart_Guide.jpg\" style=\"height: 383px; width: 600px;\" /></p><p> </p>', NULL, ''),
(63, 0, 1, '2016-06-30 13:41:01', 6, 417, 0, 0, 0, '', '', '', 'NEC to provide Isala clinics with an innovative communication solution', 'New building of largest top clinical hospital equipped with advanced communications', '', '12-08-12', '<p align=\"\\\"><strong>Hilversum, August 20, 2012</strong> - Isala clinics in Zwolle, the largest top clinical hospital in the Netherlands with 5,413 employees and 994 available beds, has assigned supplier NEC and system integrator KPN to provide and install the new building and the other locations with a fully integrated telecommunications network. The new network will improve communications between medical staff, between patient and medical care and between central reception, clinics and patients / GPs.</p><p align=\"\\\">Each year Isala Clinics provide more than 550,000 outpatient visits, 47,000 clinical admissions and 51,000 day treatments. An advanced telecommunications infrastructure is essential in providing high quality patient care alongside with optimizing staff efficiency. NEC's innovative communications solutions contribute significantly to these objectives.</p><p align=\"\\\">The IP telephony network spans multiple locations and is supported by NEC's UNIVERGE SIP@Net communication servers. Hardware and software virtualization makes the facility fully redundant, assuring availability and continuity.</p><p align=\"\\\">Mobile communication and immediate reachability of staff is also an important aspect for Isala clinics. Integrated with NEC's communication servers, a private GSM solution provides medical staff with mobile voice and messaging linked to the nurse call system, while NEC's UNIVERGE Business ConneCT makes the mobile phones of employees an integral part of the communication network. A customer contact center is also part of the new network.</p><p align=\"\\\"> </p><p align=\"\\\"><strong>NEC preferred supplier to Healthcare sector</strong></p><p align=\"\\\">With important topical themes as improving efficiency and increasing the quality of care, hospitals and other healthcare institutions are faced with the challenge to provide better patient care and enhanced services within tighter budgets. The added value of NEC's innovative communication solutions is widely recognized and has made NEC a major supplier of choice to this market sector. Besides Bernhoven Hospital recently also Isala Clinics in Zwolle chose NEC to supply the telecommunications facility for its new building.<br /> </p><p align=\"\\\">**</p><p> </p><p> </p><p><strong>For more Information please contact:</strong></p><p> </p><p><strong>NEC Unified Solutions<br />Robert van Amerongen<br />Tel: +31 35 689 1521</strong><strong>Email: </strong><a href=\"\\\" target=\"\\\"><strong>robert.van.amerongen@emea.nec.com</strong></a><br /> </p><p> </p><p><strong>About NEC Unified Solutions</strong><br />NEC Unified Solutions specialises in providing communications solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, these solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and significantly improved customer satisfaction. Serving customers through a network of direct sales organisations, business partners and value-added resellers, NEC Unified Solutions fosters a company-wide culture of customer dedication, flexibility and excellence throughout the EMEA (Europe, Middle East & Africa) region. For more information, please visit: http://www.nec-unified.com.</p>', NULL, ''),
(64, 0, 1, '2016-06-30 13:41:01', 6, 418, 0, 0, 0, '', '', '', 'NEC\'s Computer Based Training Aims to Double PBX Installs', 'Convenience of online accreditation for the SL1100 predicted to make big impact on channel', '', '', '<p align=\"left\"><strong>Nottingham UK, July 24, 2013</strong> – Computer Based Training is now available to resellers for NEC’s best-selling small business solution – the SL1100.</p>\r\n\r\n<p align=\"left\">For only £99 resellers can achieve instant accreditation with an online course which can take a matter of just 3-4 hours even for a beginner, and all from the comfort of their own home or office. Other benefits include access to technical support from their distributors, downloadable reference materials and regular technical updates.</p>\r\n\r\n<p align=\"left\">Simon Hughes, NEC UK Distribution Manager explains, “We wanted to take away all the obstacles for resellers wanting to on-board with NEC. It’s affordable, convenient and quick and doesn’t take a chunk from the working week.”</p>\r\n\r\n<p align=\"left\">The course involves flexible modules, multiple choice questions and an automated certification process. NEC plans for further CBT courses in the near future. Hughes continues, “The opportunities in the current PBX marketplace are huge - we’re aiming to double SL1100 installs in the UK.”</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>Further reference, see the CBT video at: </strong><a href=\"http://www.youtube.com/watch?v=7_VzciUyoxM\" target=\"_blank\">http://www.youtube.com/watch?v=7_VzciUyoxM</a><br />\r\n<strong>For more information please contact:<br />\r\nJim Eagers</strong><br />\r\nTel: 0787 509 3399<br />\r\n<a href=\"mailto:jeagers@neci.co.uk\"><strong>jeagers@neci.co.uk</strong></a> <br />\r\n </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions</strong></p>\r\n\r\n<p><span style=\"font-size: 11px;\">NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability. NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</span></p>\r\n\r\n<p><span style=\"font-size: 11px;\"><em>NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. ©2013 NEC Corporation.</em></span></p>\r\n', '', ''),
(65, 0, 1, '2016-06-30 13:41:01', 6, 419, 0, 0, 0, '', '', '', 'NEC signs agreement with distributor ALSO France', '', '', '08-07-13', '<p><strong>Paris, Hilversum, 8 July 2013</strong> - NEC Enterprise Solutions, major player in the business IT sector, today announced it has joined forces with value-added distributor ALSO France. ALSO will distribute NEC's storage, server and software solutions throughout France, via its vast network of retailers. This new partnership underpins NEC Enterprise Solutions’ indirect channel strategy in the EMEA region.</p><p><strong>Delphine Gilbert</strong>, <strong>Distribution Sales Manager</strong> EMEA at NEC explains: "<em>We're delighted to have ALSO France on board. With their in-depth knowledge of the IT sector, this new partnership will help us to boost our channel sales and allow us to co-develop an infrastructure and software strategy within their "Solution" unit. It will also help us to promote our unique expertise in developing all-in-one solutions and products that set us apart from competition</em>."</p><p>ALSO and NEC aim to build a community of over 250 partners, based around NEC's products and solutions. With these new additions to the catalogue, ALSO now offers – in line with its development strategy - even greater value to its customers. ALSO remains focused on the SME sector, with flexibility and close relationships with retailers as core element of its strategy.</p><p><strong>Bruno Barat,</strong> <strong>Deputy Chief Executive, Solution Division, ALSO France</strong> explains<strong>: "</strong><em>Our aim is to deliver the best possible value to our customers and our suppliers. Our added value comes from the quality of the products and solutions we distribute, as well as our network of partners. NEC's technology really stands out from the crowd. It offers genuine opportunities for both our business and our retailers. NEC's solutions also fit perfectly into our existing range</em>."</p><p><strong style=\"line-height: 1.6em;\"><u>About NEC Enterprise Solutions</u></strong></p><p><span style=\"line-height: 1.6em;\">NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability. NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: </span><a href=\"http://www.nec-enterprise.com/\" style=\"line-height: 1.6em;\">http://www.nec-enterprise.com</a><span style=\"line-height: 1.6em;\">.</span></p><p><strong style=\"line-height: 1.6em;\"><u>About ALSO France</u></strong></p><p>ALSO France is France's third-largest wholesaler. It is part of the ALSO Holding AG group. The group was formed by the merger of ALSO Holding AG, a subsidiary of Swiss company Schindler, and Actebis Gmbh, a subsidiary of Droege International Group Ltd. The merger was completed at the beginning of 2012. ALSO Holding AG is based in Hergiswil, Switzerland. Its annual turnover stands at €7.89 billion. It employs 3,000 staff, has 350 suppliers and manages a catalogue of 160,000 products. The ALSO group is Europe's biggest wholesaler and operates in 12 countries: Germany, France, Switzerland, Denmark, Norway, Netherlands, Finland, Estonia, Latvia, Lithuania, Sweden and Austria.</p>', NULL, ''),
(66, 0, 1, '2016-06-30 13:41:01', 6, 420, 0, 0, 0, '', '', '', 'AURELIUS-owned Getronics family partners with NEC', 'NEC and Getronics family form long-term strategic partnership in Enterprise Communications - Business expansion by addressing broader market opportunities and growing demand for UC with enhanced portfolio', '', '', '<p><strong>Hilversum & London, October 1st, 2013 – </strong>NEC Europe, a wholly owned subsidiary of NEC Corporation, and the Getronics family today announce the forming of a long-term strategic partnership in Enterprise Communications in Europe and the transfer of NEC Enterprise Solutions’ direct sales and service businesses in four European countries to the Getronics family. </p><p>This includes the transfer of NEC Enterprise Solutions’ business in the UK to Getronics and in Spain, Portugal and Switzerland to Connectis, a member of the Getronics family. The transfer of the businesses has been completed and both parties agreed not to disclose financial details of the transaction.</p><p>Furthermore, NEC and Getronics/Connectis have signed a long-term business partnership agreement for the distribution and supply of NEC’s portfolio of Enterprise Communications products and solutions in the four countries.</p><p>This partnership brings a very strong Pan-EMEA system integration channel to NEC Enterprise Solutions, enabling growth and market penetration of its solutions such as Unified Communications & Collaboration and Mobility. At the same time, NEC Enterprise Solutions’ expertise and customer base in the four countries allows Getronics and Connectis to further expand businesses by addressing broader market opportunities with enhanced portfolio of Enterprise Communications solutions and service.</p><p>Customers of both organisations will continue to be offered the highest standards of services and quality. The Getronics family will continue to consistently pursue its proven international IT challenger strategy in the future, successfully combining local strengths with international reach.</p><p>The reshaping of activities in the four countries is in line with NEC Enterprise Solutions’ strategy towards growth by taking full advantage of indirect distribution to address the opportunities offered in the market for IT & Communications products and services. Enhancing and strengthening its indirect distribution model enables NEC to address a larger number of customers with its expanding portfolio of systems and applications.</p><p>“The interest in and commitment to our portfolio of products and solutions from such a leading solution provider is a clear recognition of our leadership in enterprise networking solutions for the converged world”, said Paul Kievit, Vice President, Enterprise Vertical, NEC Europe. “We will continue to develop and deliver new systems and applications to fully conform to market developments and customers’ requirements, in support of further growth of our business in this region. Our channel-centric approach allows us to focus on the development of new systems and applications, enabling us to offer a wide range of cutting-edge solutions.”</p><p>Mark Cook, Managing Director of the Group Board of Getronics said “Enterprise customers are increasingly looking to work with solution providers that offer a bespoke, ‘best of class’ product portfolio. They want cutting edge solutions without having to invest time and resource into assessing vendors themselves. The Getronics family consistently invests in developing its portfolio, incorporating the best solutions on the market to meet the needs of these customers. Today’s announcement demonstrates our commitment to offering leading solutions to clients as demand for Enterprise Communications continues to grow.”</p><p>“We’re pursuing our policy of systematic growth in the IT segment,” comments Matthias Täubl, Managing Director of the Group Board of Getronics and responsible for the deal at AURELIUS. “Concentrating on regional markets is yielding a healthy platform for future growth. Further purchases are planned.”</p><p align=\"center\">***</p><p><strong>About NEC Europe Ltd.</strong></p><p>NEC Europe is a wholly owned subsidiary of NEC Corporation, a leader in the integration of IT network technologies that benefit businesses and people around the world. NEC Europe is building upon its heritage and reputation for innovation and quality by providing its expertise, solutions and services to a broad range of customers, from telecom operators to enterprises and the public sector. For additional information, please visit the NEC Europe home page at: http://www.nec.com/emea</p><p> </p><p><strong>About NEC Enterprise Solutions</strong></p><p>NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p><p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</p><p> </p><p><strong>About the Getronics Family</strong></p><p>The <a href=\"http://www.Getronics.com\">Getronics</a> family is an ICT Services group consisting of the Getronics and Connectis brands and is owned by the AURELIUS Group, a holding company headquartered in Munich, Germany. With an extensive history that extends over 125 years, the Getronics family has approximately 4,000 employees in 13 countries across Europe, Asia Pacific & Latin America, and has a complete portfolio of integrated ICT services for the large enterprise and public sector markets. This includes Workspace, Applications, Unified Communications, Data Centre, Cloud, Consulting, Partner Technology, Managed Services and Security.</p><p>Getronics is the lead in the <a href=\"http://www.getronics.com/our-partners/gwa.php\">Getronics Workspace Alliance</a>, a unique model that provides customers with a consistent IT service throughout the world, with one single point of contact and billing entity. According to independent research by Ovum in September 2012, the alliance collectively manages 7.4M client end-user devices, positioning it within the top 3 players in the world.</p><p> </p><p><strong>About AURELIUS</strong></p><p>AURELIUS has been successfully operating in the international market for company acquisitions for many years. The focus is on companies and corporate spin-offs in markets with plenty of potential for development. Once under the AURELIUS umbrella, the acquisitions are given a long-term strategic orientation and their potential developed. Building on active operational support, the subsidiaries benefit from the management experience and financial strength of the parent company. This is what makes AURELIUS a “good home” for companies and their employees.</p><p>At present, the AURELIUS Group encompasses 18 subsidiaries around the globe with facilities in Europe, Asia and the United States. Among others, these include traditional names like Blaupunkt and Berentzen together with numerous industrial enterprises. Companies are acquired in accordance with strict investment criteria, although there is no specific industry focus. Shares of AURELIUS AG are listed in the m:access segment of the Munich Stock Exchange and are traded on all German stock exchanges under ISIN DE000A0JK2A8. To find out more, visit <a href=\"https://3c.web.de/mail/client/dereferrer?redirectUrl=http%3A%2F%2Fwww.aureliusinvest.de%2F&selection=tfol119ec94f3b288c00\" target=\"_blank\">www.aureliusinvest.de</a>.</p>', NULL, ''),
(67, 0, 1, '2016-06-30 13:41:01', 6, 421, 0, 0, 0, '', '', '', 'NEC introduces fully customizable Web Chat in UNIVERGE Business ConneCT\'s new Release 7', 'Powerful additions include web chat, enhanced reporting and call back campaigning', '', '', '<p align=\"left\"><strong>Hilversum, 15 January 2015</strong> – NEC, global leader in enterprise communications, has announced the introduction of its latest version of UNIVERGE Business ConneCT, the versatile and comprehensive all-in-one Unified Communications, Operator and Contact Center solution.</p>\r\n\r\n<p align=\"left\">Business ConneCT’s new Release 7 includes many enhancements to the Contact Center, Operator and Employee applications and is now available across NEC’s communication platforms UNIVERGE 3C, the full SV8000 and SV9000 range, SIP@Net server and iS3000. NEC’s new DT400 and DT800 terminals are fully supported as well. </p>\r\n\r\n<p align=\"left\"><strong>Business ConneCT Release 7 enhancements</strong><br />\r\nWith Release 7 the Contact Center solution is enhanced with Web Chat routing, Office 365 support, and enriched multi-channel agent experience. New reporting is available providing Auto Attendant Analysis and Agent Break Time Analysis. Outbound campaigns can be empowered by call back campaigns for abandoned callers.</p>\r\n\r\n<p align=\"left\">Business ConneCT’s Operator solution is enhanced with visual & audible call priority indication, while support for NEC’s UNIVERGE 3C platform is enhanced with 3C Mobility so agents can stay in touch with customers from any location using their mobile phone.</p>\r\n\r\n<p align=\"left\"><strong>Deployed around the world</strong><br />\r\n“Business ConneCT is a proven all-in-one solution with unsurpassed versatility and functionality. It is deployed by thousands of customers across the globe and available in 20 languages”, explains Rob Dinnissen, Global Product Manager for Business ConneCT. “It makes organizations, employees and their customers communicate much more efficiently and effective. A very strong point is its intuitive design and interface, making it easy to use and manage, with minimal training”, he continues.</p>\r\n\r\n<p align=\"left\"><strong>Web Chat: cost-effective, highly productive and increased sales</strong><br />\r\n“Customer service is a key differentiator for many organizations and very important for building and maintaining customer relationships. Today’s consumers want to communicate on their preferred channel and start their journey often online. The inclusion of web chat capabilities is therefore an important addition to phone and email. The customer service delivered by Business ConneCT over multiple channels delivers a seamless customer experience and removes costs and complexity in the contact center. The speed in which customers can connect with Web Chat is considerably faster than dialing into a menu-driven call center and puts customers directly into contact with an agent with the right skills. Customers can continue browsing while chatting and can share names or account numbers without the risk of making mistakes. Web chat is very cost effective because an agent can be engaged in multiple Web Chat conversations at once, increasing their productivity”, Dinnissen adds.</p>\r\n\r\n<p align=\"left\">Agents can ask for assistance while helping a web chat customer and the variety of communication channels helps to keep the agents motivated. This also boosts the team spirit within a contact center. Consumers want to get answers to their queries immediately while they at the point of purchase on a website. No surprise that when it comes to sales, chatters are 4 times more likely to convert than a regular website visitor and average order values are typically 25% higher. “Business ConneCT’s Web Chat solution is fully customizable and the set-up and integration within a customer’s Web Site is extremely quick and easy”, concludes Dinnissen.</p>\r\n\r\n<p align=\"left\">UNIVERGE Business ConneCT Release 7 is available through NEC’s regular business channels.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:</strong><br />\r\n<strong>Robert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77<br />\r\nrobert.van.amerongen@emea.nec.com annick.reyngoudt@emea.nec.com</strong><br />\r\n </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About NEC Corporation</strong><br />\r\nNEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at http://www.nec.com</p>\r\n', '', ''),
(68, 0, 1, '2016-06-30 13:41:01', 6, 422, 0, 0, 0, '', '', '', 'NEC optimizes workforce productivity and empowers the Smart Enterprise with UNIVERGE 3C', 'Complete IT solutions and powerful UC and Collaboration software showcased at GITEX 2013', '', '', '<p align=\"left\"><strong>Dubai - October 21<sup>st</sup> 2013</strong> – At GITEX Technology Week 2013, held from 20-24 October in Dubai, NEC is showcasing its latest business solutions and demonstrating its ground breaking Unified Communications & Collaboration (UC&C) solution UNIVERGE 3C to the Middle East market.</p><p align=\"left\">UNIVERGE 3C is a powerful, all-in-one software-based UC&C platform that operates across premise, cloud or hybrid environments. It delivers essential collaboration tools to business users for virtually any device while maintaining a consistent user experience. UNIVERGE 3C’s software services adapt to a wide variety of business roles, providing increased efficiencies and greater workforce productivity.</p><p align=\"left\">Besides UNIVERGE 3C NEC is presenting other new developments within the company’s powerful IT & Comms portfolio, including Smart Business Mobility, Highly-resilient Server technologies, Virtualization and Storage solutions. Live demonstrations include a 2 minute overview of UC&C showing how the various elements support and empower the Smart Enterprise.</p><p align=\"left\"><strong>Empowering the mobile workforce</strong><br />“Enterprises are looking to their IT organizations for improved workforce productivity and ways to enable the business to be more agile and competitive – and that’s exactly what UNIVERGE 3C aims to provide,” said Domenico De Stefanis, Director Sales for NEC in the Middle East.</p><p align=\"left\">”The development of 3C has placed NEC at the forefront of Unified Communications. Its fully integrated collaboration capabilities provide many valuable business benefits and deliver tangible cost savings. And our story reaches well beyond just UC as we showcase our powerful IT infrastructure solutions that ensure reliable and cost effective solutions for enterprises.” </p><p align=\"left\"><strong>Services-oriented approach and BYOD</strong><br />With adaptive clients operating consistently across PCs, smartphones and tablets, UNIVERGE 3C enables anywhere, anytime access for increased efficiency and productivity, supporting full call control and UC features for office as well as mobile and remote workers. Personal devices can also be used in conjunction with enterprise security credentials – securing enterprise information and supporting Bring Your Own Device (BYOD) market need.</p><p align=\"left\">Designed for data centres and cloud environments, UNIVERGE 3C aligns with enterprise Information Technology (IT) strategies to virtualize all of business collaboration services. The software enables tailored collaboration for a wide range of business roles using a services-oriented and standards-based approach. Features are enabled through simple software-based licensing that reduces complexity and cost and allows businesses to quickly expand services as needed. “In short, UNIVERGE 3C enables organizations to deploy a sophisticated Unified Communications model”, De Stefanis concludes.</p><p align=\"center\">***</p><p align=\"left\"><strong>For more information please contact:<br />Robert van Amerongen Annick Reyngoudt<br />Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77<br /><a href=\"http://robert.van.amerongen@emea.nec.com\" target=\"_blank\">robert.van.amerongen@emea.nec.com</a> <a href=\"http://annick.reyngoudt@emea.nec.com\" target=\"_blank\">annick.reyngoudt@emea.nec.com</a></strong></p><p> </p><p><span style=\"font-size:11px;\"><strong>About NEC Enterprise Solutions</strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</span></p><p><span style=\"font-size:11px;\">NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com\">http://www.nec-enterprise.com</a>.</span></p>', NULL, '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(69, 0, 1, '2016-06-30 13:41:01', 6, 423, 0, 0, 0, '', '', '', 'NEC announces virtualized UCCaaS Program for Partners', 'Addressing demand for enterprise-class UC&C, NEC enables data center & services partners to empower customers securely from the cloud', '', '', '<p align=\"left\"><strong>Hilversum, Nottingham, October 14<sup>th</sup> 2013</strong> – NEC Corporation, exhibitor at this year’s IP EXPO event held 16-17 October at Earls Court 2 in London, today announced its strategy to enable key partners to deliver powerful UC&C capabilities, including integral Collaboration and Mobility, to customers under its virtualized UCCaaS program.</p><p align=\"left\">This program leverages partner’s strong virtualization, bandwidth, and call termination services and experience combined with NEC’s scalable virtualized UC&C software technology, UNIVERGE 3C. The program strategy includes service-oriented pricing models for partners and will be coupled with options to leverage NEC’s broader set of IT platform products, giving NEC partners a powerful set of options to set themselves apart from the typical voice-as-a-service provider.</p><p align=\"left\">“This is a powerful and very natural way for NEC to leverage its virtualised software technologies and its IT platforms to enable partners” said Paul Kievit, NEC EMEA Executive. “We are really addressing the core needs of the end customers and enabling a differentiated solution for our partners.”</p><p align=\"left\">The approach addresses the demands for truly private UC&C solutions from the cloud, providing assurances of security and a solution that is “designated for me”, the customer. It is designed to deliver mobility to any phone number and includes mobile smartphone and tablet UC & Collaboration clients across multiple platforms, enabling BYOD or CYOD programs within enterprises while ensuring security and control of enterprise information. NEC’s collaboration component is fully integrated, bringing voice and web conferencing together with desktop and mobile UC solutions – streamlining the ability to easily click, connect, and collaborate for user of the services. </p><p align=\"left\">To further fuel this effort NEC provides pure IP integration from its UNIVERGE 3C platform directly to existing NEC telephony systems, such as SV8000 series or SIP@Net. This approach enables partners to uniquely address the business needs for UC&C with existing customers, while allowing them to continue to leverage their on-premise telephony assets.</p><p align=\"left\"> </p><p align=\"left\"><strong>UNIVERGE 3C Snapshot</strong><br />NEC’s UNIVERGE 3C directly addresses Gartner’s five UC characteristics that effect UC success and user satisfaction: User Experience, Mobility, Interoperability, Cloud & Hybrid, Broad solution appeal.</p><p align=\"left\">UNIVERGE 3C clients employ a Common User Experience across PCs, smartphones and tablets, enabling anywhere, anytime access for increased efficiency and productivity. Personal devices can be used in conjunction with enterprise security credentials – supporting Bring Your Own Device (BYOD) needs. Its Empowered Mobility capabilities work in conjunction with mobile clients to enable a truly unified experience.</p><p align=\"left\">As a standards-based platform, UNIVERGE 3C enables the B2B, B2P, and B2C federation that is critical for businesses to become more agile and much more integrated with partners and customers. The software technology is designed for on-premise, cloud, or hybrid deployment scenarios. It provides tailored collaboration for a wide range of business roles adapting to the different needs and use cases of business functions. All of this creates broader adoption and better collaboration among a client, partner and customer ecosystem and accomplishes it more cost effectively than attempting to assemble disparate components.</p><p align=\"left\">NEC will have a stand located at E20 and welcomes customers and prospective partner alike to join them for one-on-one discussions and live demonstrations. Partners interested in more details on NEC’s virtualized UCCaaS program should contact their NEC representatives.</p><p align=\"center\">***</p><p align=\"left\"> </p><p align=\"left\"><strong>For more information please contact:<br />Robert van Amerongen Jim Eagers </strong></p><p><strong>Tel: +31 35 689 1521 Tel: +44 787 509 3399 </strong></p><p><a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> jeagers@neci.co.uk </strong><br /> </p><p> </p><p><strong>About NEC Enterprise Solutions</strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p><p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com\">http://www.nec-enterprise.com</a>.</p>', NULL, ''),
(70, 0, 1, '2016-06-30 13:41:01', 6, 424, 0, 0, 0, '', '', '', 'NEC receives top market share recognition in MZA\'s latest Global PBX/IP PBX Market report', 'With No. 1 position in SMB market and No. 2 position in Total Extensions market NEC\'s continuous innovation and dedication pays off', '', '04-07-13', '<p align=\"left\"><strong>Hilversum, 4 July 2013</strong> – NEC Corporation (NEC) announced that it has taken the no. 1 position as worldwide market leader in the Below 100 extension market segment as reported in MZA’s latest Global PBX/IP PBX Market report over Q1 2013.</p>\r\n\r\n<p align=\"left\">NEC’s market share in the Below 100 Extension segment grew from 15% to the current 18%, while in the Total Extensions PBX/IP PBX market NEC took up second position worldwide .</p>\r\n\r\n<p align=\"left\">This success underscores NEC's commitment to expanding its global enterprise communications footprint, by offering customers traditional and IP-based telephony solutions coupled with a clear migration path that matches customer requirements and ensures investment protection.</p>\r\n\r\n<p align=\"left\">"The recent MZA report highlights NEC's international success as market leader in enterprise telephony," said Graeme Snowden, Portfolio Director SMB at NEC Enterprise Solutions. "It is a clear recognition of the strength of NEC's portfolio of communications solutions and the ability to serve customers worldwide."</p>\r\n\r\n<p align=\"left\">“We have been able to carve out this excellent market position thanks to continuous innovation in our portfolio, as well as expanding our channels to market. Our cost-effective communication servers are ideal for many smaller businesses, yet powerful enough to address the needs of larger SMBs. Along with attractive pricing, unsurpassed reliability and ease of installation and use, our solutions are a perfect fit for meeting the needs of SMBs”, he adds.</p>\r\n\r\n<p align=\"left\">NEC offers a broad range of enterprise telephony equipment - from small to very large systems - to effectively support enterprise and SMB customers whose requirements span from traditional TDM support to a full, 100% server-based IP deployment.</p>\r\n\r\n<p align=\"left\"><strong>For more information please contact:<br />\r\nRobert van Amerongen<br />\r\nTel: +31 35 689 1521</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a> <br />\r\n<br />\r\n<strong>About NEC Enterprise Solutions</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability. NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p align=\"left\"><strong>About MZA</strong></p>\r\n\r\n<p align=\"left\">MZA specialises in the provision of marketing consultancy services to the telecommunications and IT industries at a European and Global level, with expertise covering a wide range of consumer-based and professional voice, data and mobile solutions. The above information is based on an extract from our study, “The Global Telecommunications Market,” widely regarded as the definitive study on equipment markets. MZA produces detailed quarterly statistics on the global, regional and key country PBX and IP PBX markets, tracking more than 20 vendors active. www.mzaconsultants.com</p>\r\n\r\n<p align=\"left\">For more information:<br />\r\nStephanie Watson (<a href=\"mailto:swatson@mzaconsultants.com\">swatson@mzaconsultants.com</a>) + 44 1672 516144<br />\r\nor Tim Gelardi (tgelardi@mzaconsultants.com) on +44 1672 516144</p>\r\n', '', ''),
(71, 0, 1, '2016-06-30 13:41:01', 6, 425, 0, 0, 0, '', '', '', 'NEC showcases advanced solutions for Care and Cure at Zorg & ICT', 'NEC’s SmartDECT 966 mobile handset combines DECT, WiFi and Android application support - New MobiBBox provides compactly integrated Alarm Management for Patient and Staff Safety', '<li align=\"\"left\"\">MobiCall and MobiBBox Integrated Messaging and Alarming to alert staff and patients including easy configuration management.</li>', '<li align=\"\"left\"\">Enhanced patient contact through Operator and Contact Center solutions that help healthcare institutions and policlinics to process enquiries and appointments swiftly, efficiently and to full satisfaction.</li>', '\"<p><em>Visit us at our Booth B010 during Zorg & ICT 2015, Utrecht</em></p><p align=\"\"left\"\"><br /><strong>Hilversum, March 12, 2015 –</strong> NEC, global leader and driving force in the development of innovative IT & Communications solutions for Healthcare, is presenting at Zorg & ICT a wide array of solutions that enhance the efficiency and quality of Care and Cure. Zorg & ICT is the annual point of reference for ICT developments for the healthcare sector in the Benelux and takes place from 18-20 March in the Jaarbeurs, Utrecht.</p><p>At Zorg & ICT NEC will demonstrate how the company’s solutions support: </p><ul>', NULL, ''),
(72, 0, 1, '2016-06-30 13:41:01', 6, 426, 0, 0, 0, '', '', '', 'NEC identifies 2015\'s Top 10 Strategic Technology Trends for the Smart Enterprise', 'IT & Communications core components for businesses enhancing productivity, services and competitive edge', '<li><em>Collaborative Communities</em></li></ul><p>Present markets demand swift response to events and queries, requiring real-time interaction between employees wherever they may be. Smart enterprises are integrating Unified Communications & Collabor', '<li><em>Ubiquitous Connectedness</em></li></ul><p>With the number of mobile workers growing and responsibilities in flatter organisations relying on individuals’ roles and expertise, mobile connectedness becomes key for smart enterprises to ope', '<p>"</p>\r\n\r\n<p>Hilversum, 17 December 2014 – Today, NEC Enterprise Solutions highlights the top 10 technology trends that will be strategic for most organizations in 2015. The ‘Smart Enterprise Trends’ that NEC recognizes are becoming core components in the Enterprise IT & Communications landscape and will deliver superior customer service, a more flexible and productive work environment and a competitive edge to enterprises large and small.</p>\r\n\r\n<p>Smart Enterprises leverage the best and latest technologies to optimize business practices and drive workforce engagement. With more than 115 years of excellence in Information and Communications Technologies (ICT), NEC shares its views on the developments that are unfurling to provide smart organizations with new opportunities.</p>\r\n\r\n<p>"We have identified the top 10 Smart Enterprise Trends that organizations cannot afford to ignore in their strategic planning processes", said Ronald Schapendonk, Marketing Director for NEC Enterprise Solutions. "This does not mean that all of these trends are applicable to all organizations, but companies do need to investigate whether and how these areas impact their operations and investment planning in the upcoming years."</p>\r\n\r\n<p>NEC identifies the following top 10 Smart Enterprise Trends:</p>\r\n\r\n<ul>\r\n</ul>\r\n', '', ''),
(73, 0, 1, '2016-06-30 13:41:01', 6, 427, 0, 0, 0, '', '', '', 'NEC\'s all-in-one UC&C solution enables \'One Click to Collaborate\' multiparty video and voice', 'New Business ConneCT fully integrates mobile workers with the company\'s communications network, expediting BYOD and enterprise consumerization', '', '06-09-12', '<p><strong>Hilversum, September 6, 2012</strong> - NEC, a global leader in enterprise communications, today announced the introduction of its latest release of UNIVERGE Business ConneCT, the versatile all-in-one Unified Communications suite that includes call control, presence, voice-mail, directory services and a comprehensive contact center.<br /><br />The latest version of Business ConneCT draws on rich Unified Communications and Mobility capabilities and is supported by sophisticated UCC apps that provide multi party audio, video and web collaboration features on an iPad, iPhone, Google Android Phone, Android tablet, iMac and PC. It integrates all communication streams and presents them in a single view, giving users control over how and when to be contacted, via a choice of devices – in the office, at home and when they are on the move. Users can utilize audio, video, screen sharing, file sharing and more, in a rich and engaging user experience that promotes collaboration, enhances user productivity and increases overall efficiency, while serving their customers more adequately.</p><p align=\"left\"><strong>UCC apps across many device types</strong></p><p align=\"left\">With organizations becoming increasingly fragmented, departments more flexible and employees more mobile, collaboration is a means of enabling them to work together, in real time, and interact efficiently and effectively with each other, with customers and suppliers. Video conferencing is increasingly being deployed in a multitude of business sectors, enhancing collaboration and reducing latency. With the latest advancement of its web-based employee client, Business ConneCT UCC Employee, employees can easily set up and experience audio and video conferencing from wherever they are and across a  multitude of device types. Users can effortlessly connect from wherever they are by voice, video, chat via smartphones, desktop PCs and tablets.</p><p align=\"left\">"The importance and value of Unified Communications & Collaboration is much more than converging the phone, email and instant messaging; it's about bringing people, processes and communications together. The multiparty video and voice conferencing capability we offer across Apple and Android smartphones and tablets is one of the first in the marketplace"Â, says Benne van der Lugt, Director Portfolio Management at NEC Unified Solutions. "The versatility and functionality of our UNIVERGE Business ConneCT UC suite in combination with our powerful Business Mobility offering are unsurpassed. It provides organizations with a sound platform to expedite consumerization and implement BYOD policies"Â, he adds.</p><p align=\"left\"><strong>UC&C made easy</strong><br />While the benefits of Unified Communications & Collaboration are clear, organizations often regard its implementation complex and tedious. Business ConneCT has been designed to easily install, use and manage, making deployment extremely easy. The three user modes – Employee, Operator and Contact Center Agent – use the same database, a single or shared server, a common user interface, and are managed from a central point.</p><p>"Business ConneCT is deployed across the globe. Its intuitive design and interface makes it easy to use, with minimal trainingâ€Â, says Van der Lugt. “The newly added web-based access and delivery, from anywhere and any device you choose, gives enormous breadth and scope to any business looking at exploiting the benefits of Unified Communications. You can even provide UCC services to customers or other guest users off-site."Â</p><p align=\"left\">Some other new features of Business ConneCT Release 6 are Instant Messaging to individuals and groups, built in softphone, video messaging (record your video message and send it to other people). Additional features or more users can be enabled by simply activating more licenses - all software based.</p><p align=\"left\">So far thousands of organizations have taken advantage of the affordable UC solution that Business ConneCT offers, with well over 100.000 end users using its services every day - a number that is increasing rapidly.</p><p align=\"center\">**</p><p> </p><p> </p><p><strong>For more Information please contact:</strong></p><p> </p><p>NEC Unified Solutions<br />Robert van Amerongen<br />Tel: +31 35 689 1521<br />Email: <a href=\"mailto:robert.van.amerongen@nec-unified.com\" target=\"_blank\">robert.van.amerongen@emea.nec.com</a><br /> </p><p> </p><p><strong>About NEC Unified Solutions</strong><br />NEC Unified Solutions specializes in providing communications solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, these solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and significantly improved customer satisfaction. Serving customers through a network of direct sales organizations, business partners and value-added resellers, NEC Unified Solutions fosters a company-wide culture of customer dedication, flexibility and excellence throughout the EMEA (Europe, Middle East & Africa) region. For more information, please visit: http://www.nec-unified.com.</p><p><em>NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. ©2012 NEC Corporation</em>.</p><p> </p><p><img alt=\"\" height=\"272\" src=\"http://development.nec-unified.com/uploads/794_nec_business_connect_ucc_on_ipad.jpg\" width=\"349\" /> <img alt=\"\" height=\"277\" src=\"http://development.nec-unified.com/uploads/795_nec_business_connect_ucc_on_iphone.jpg\" width=\"143\" /></p>', NULL, ''),
(74, 0, 1, '2016-06-30 13:41:01', 6, 428, 0, 0, 0, '', '', '', 'NEC confirms leadership Hospitality Communications with customer wins in Russia & Turkey', '2 Hilton and 2 Sheraton hotels in Russia and Turkey to deploy NEC’s leading Hospitality Communication Solutions', '<li align=\"\"left\"\">The Hampton Samara</li></ul><p align=\"\"left\"\">A t the same time it was announced that in Turkey, the soon to be opened Sheraton Adana has commissioned NEC and NEC’s Hospitality business partner Teksam to deliver a communication so', '<li align=\"\"left\"\">The Sheraton Sheremeteyevo Moscow Airport</li>', '\"<p align=\"\"left\"\"><b>Hilversum, June 10, 2013</b> – NEC Enterprise Solutions today announced the addition of the following three new hotel installations to its impressive customer base in Russia:</p><ul>', NULL, ''),
(75, 0, 1, '2016-06-30 13:41:01', 6, 429, 0, 0, 0, '', '', '', 'NEC\'s SV9100 launch scores highly with UK resellers', '', '', '', '<p><strong>Nottingham, 27 October 2014 – </strong>NEC gave UK resellers plenty to cheer about at the preview launch of their latest advanced communications server – the UNIVERGE SV9100.</p><p>Feedback from the new and existing NEC resellers was highly enthusiastic, with an impressive 96% saying the SV9100 would open the doors to new vertical markets and 97% intended to take it into their product portfolio.</p><p> <img alt=\"\" src=\"http://www.nec-enterprise.com/content/images/SV9100%20Launch%20to%20UK%20Resellers.jpg\" style=\"width: 495px; height: 250px;\" /></p><p>Sales Director Andrew Cooper enthused, “Almost 200 resellers came to the road shows across the UK despite the weather warnings to see the new product and the response has been excellent. Our London date was actually oversubscribed, plus the stadium tour at Manchester United also proved a hit.”</p><p>The SV9100 has been developed from the award winning SV8100 but with five times the power, enhancements across the system and a host of new feature-rich software and hardware. Highlights include increased port capacity for 800-plus users, brand new Operator Console applications, a new range of terminal handsets including the touchscreen UT880 plus new mobility solutions.</p><p>Cooper continues, “Our message to the channel is we’ve listened to our resellers and ensured our latest system exceeds expectations from where the SV8100 left off. This includes easier installs, more on-board features, presence, instant messaging and a sharp price point.”</p><p align=\"left\">Comments from reseller attendees included, “Now repositioned to steal more market share”, “Looks very exciting” and “Installation seems easier than competitors”.</p><div><p align=\"left\"> </p></div><p><strong>For more information or a request for entry to the show, please contact:</strong><br /><strong>Jim Eagers, NEC Marketing Manager<br />Tel: +44 (0) 787 509 3399</strong><br /><strong>Email: </strong><a href=\"mailto:jeagers@neci.co.uk\"><strong><font color=\"#0066cc\">jeagers@neci.co.uk</font></strong></a><br /><strong><u>Linked-in Company Page: NEC (UK)</u></strong><br /><u><strong>Twitter: @NECEnterprise</strong></u></p><p> </p><p><strong>About NEC Enterprise Solutions:</strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p><p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</p>', NULL, ''),
(76, 0, 1, '2016-06-30 13:41:01', 6, 430, 0, 0, 0, '', '', '', 'NEC appoints Al Yousuf as Executive Hospitality Partner for the UAE', '', '', '', '<p align=\"left\"><strong>Hilversum, Dubai 30 March 2015</strong> – With the launch of its Global Executive Hospitality Partner Program, NEC is reinforcing the company’s leadership in providing best in class IT & Communications solutions to the Hospitality sector and driving its accredited Business Partners towards further success. Today NEC announced that Al Yousuf has been accredited NEC Executive Hospitality Partner for the UAE.</p><p align=\"left\">Kees van Donk, Director Hospitality at NEC Enterprise Solutions, explains: “As subset of our NEC Smart Hospitality drive, this program aims at mutual growth and profitability in the important hospitality sector. Through this program we recognize and support business partners that invest in and promote the value of our integrated solutions, enabling them to go-to-market more successfully and help create new, profitable opportunities”.</p><p align=\"left\"><strong>Executive Hospitality Partnership</strong><br />The program addresses and supports the 4 main aspects of <strong>Learn, Support, Promote</strong> and <strong>Sell</strong>, including marketing support in raising awareness, developing leads, training staff and supporting customer implementations. The first three partners which had the honor to become Executive Hospitality Partner within NEC’s Smart Hospitality Framework were Advance in Russia, Teksam in Turkey and MER ICT in the Netherlands. Now Al Yousuf from Dubai, the UAE, is added to that list.</p><p align=\"left\"><strong>Supplier of choice to the Hospitality industry</strong><br />Across all geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. By merging leading IT and Communication technologies, NEC deploys solutions with the functionality, scalability and affordability to meet the demanding needs of hotels, event centers, cruise lines and travel organizations.</p><p align=\"left\">“We have seen a surge in the hospitality sector over the past two years and we are expecting to see a further increase in hospitality transactions in the coming years leading up to Expo2020 in Dubai”, said Jamal Malulen, General Manager Al Yousuf Computer & Telecommunications. “In line with that trend, Al Yousuf offers integrated IT infrastructure solutions to the hotel industry based on latest technology and with premium service and support. The relationship between NEC and Al Yousuf at corporate level goes back a long time and we are very excited to continue this strategic partnership with the NEC hospitality team to focus on the growing hospitality market in UAE”, Malulen continues.</p><p align=\"left\">“We have the most effective ingredients for successful operation in the region; a huge customer base, over 30 years of experience in the IT market, world class technology and hospitality applications from NEC supported by value added services from a competent and certified team, and finally a great value proposition for our commercial offering to the market”, Malulen concludes.</p><p align=\"left\"><strong>About Al Yousuf</strong><br />Al Yousuf is a 61 years old diversified group specialized in the fields of IT and Telecommunications, Motors, Home Appliances, Elevators & Escalators, Real Estate, Agriculture & Landscape and more. With 44 divisions across the UAE, Al Yousuf provides solutions for enterprise as well as consumers. Al Yousuf Computer & Telecommunications offers total solutions on turn-key project basis, including hospitality solutions, enterprise IP Telephony, Security, Networking, Low energy applications and many more to cater for each business requirement, from large corporation to SOHO.</p><p align=\"center\">***</p><p><strong>For more information please contact NEC Enterprise Solutions:<br />Robert van Amerongen Annick Reyngoudt<br />Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77<br />robert.van.amerongen@emea.nec.com annick.reyngoudt@emea.nec.com</strong><br /> </p><p><strong>About NEC Enterprise Solutions:</strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p><p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com\">http://www.nec-enterprise.com</a>.</p>', NULL, ''),
(77, 0, 1, '2016-06-30 13:41:01', 6, 431, 0, 0, 0, '', '', '', 'NEC\'s High Availability Software EXPRESSCLUSTER No. 1 market share in Asia Pacific four years running', '', '', '25-09-13', '<p><strong>Tokyo, September 25, 2013 </strong>– Tokyo, September 25, 2013 - NEC Corporation (NEC; TSE: 6701) announced today that its High Availability (HA) software EXPRESSCLUSTER has secured top market share in terms of monetary value (23.8%). According to IDC, NEC's solution for enabling fast recovery and continuous protection of critical applications and data, is leading the 2012 HA cluster software market in the Asia Pacific region including Japan - for the fourth year in a row (*1).</p><p>In the Asia Pacific region, NEC has seen an increasing demand for the HA software especially from the financial sector. Firms in this industry are required to duplicate and store their applications and data in remotely located data centers. Through switching from an affected data center to a standby data center, they can continue their business operation even should a major disaster arise. Especially in China, NEC obtained many users in various industries.</p><p>Furthermore, in 2012, EXPRESSCLUSTER took the number one position in the Japanese market in terms of monetary value with an approximate 32% share according to IDC's sales performance survey on domestic clustering software. Thanks to a large-scale project for Japanese telecom operators, the growth in Japan has been mainly driven by strong sales of the software for Linux system, which increased by 17.8% from the previous year. The steady growth in the sales for Windows, VMware, and Hyper-V systems have also contributed to the increased market share.</p><p>Looking forward, NEC will continue to proactively enhance EXPRESSCLUSTER functions, improve support services and expand business partnerships while providing customers with a sense of security and reliability.</p><p align=\"left\">For further information about EXPRESSCLUSTER, please visit: <a href=\"http://www.nec.com/expresscluster\">http://www.nec.com/expresscluster</a></p><p>* 1 Sources</p><p>IDC Asia/Pacific August 2013 "Asia/Pacific (Excluding Japan) Availability and Clustering Software Market Analysis and Forecast Update" (AP2670321U)</p><p align=\"left\">IDC Japan June 2013 "Japan System Software 2013-2017 Forecast and 2012 Analysis" (J13310103)</p><p align=\"CENTER\">*-*-*-*-*-*</p><p><strong>About NEC Corporation </strong></p><p>NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company's experience and global resources, NEC's advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.<br /><br />NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. (C)2013 NEC Corporation.</p>', NULL, ''),
(78, 0, 1, '2016-06-30 13:41:01', 6, 432, 0, 0, 0, '', '', '', 'NEC Launches new Global Executive Hospitality Partner Program', 'NEC reinforces leadership in Global Hospitality Solutions with new Partner Program as important part of NEC Smart Hospitality', '', '', '<p><strong>Hilversum, 11 December 2014</strong> – With the launch of its Global Hospitality Partner Program, NEC is reinforcing the company’s leadership in providing best in class IT & Communications solutions to the Hospitality sector and driving its accredited Business Partners towards further success.</p><p>Kees van Donk, Director Hospitality at NEC Enterprise Solutions, explains: “As a subset of NEC Smart Hospitality, this program aims at mutual growth and profitability in the important Hospitality sector. Through this program we recognize and support Business Partners that invest in and promote the value of our integrated solutions, enabling them to go-to-market more successfully and help them to create new, profitable opportunities”.</p><p><strong>Executive Hospitality Partnership</strong><br />The program addresses and supports the 4 main aspects of Sell, Learn, Support and Promote and includes marketing support in raising awareness, developing leads, training staff and supporting implementations.</p><p>The first 2 partners which have the honor to become Executive Hospitality Partner within NEC’s Smart Hospitality framework, are Advance in Russia and Teksam in Turkey.</p><p><strong>Supplier of choice to the Hospitality industry</strong><br />Across all major geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. By merging leading IT and Communication technologies, NEC deploys solutions with the scalability, capability and affordability to meet the demanding business needs of hotels, event centers, cruiselines and travel organizations.</p><p>As Anton Dunaev, Head of Telecommunications & IT of Advance, confirms: ”Thanks to the continued focus and support of NEC on the international hospitality industry, we have been able to establish Advance as the leading Hospitality Communications System Integrator in Russia. We are thrilled to have been selected to join this program. This will further strengthen our activities and our continued success in working with leading national and international hotel operators like Hilton and Marriott.</p><p>Cem Lokcu, Managing Director of Teksam, adds: “I fully underline the words of Mr. Dunaev. Indeed our partnership with NEC in Hospitality has been extremely successful. Teksam now becoming one of the first NEC Executive Hospitality Partners, makes us extremely proud – yet it is only the beginning. The partnership between Teksam and NEC has led to successful installations within leading international brands such as Mandarin Oriental, Sheraton and St. Regis. We are looking forward to an aggressive growth for Teksam and NEC in the booming Turkish Hospitality market”.</p><p>“Important to emphasize is that both the NEC Smart Hospitality framework – as well as the NEC Executive Hospitality Partner Program are truly Global initiatives. As partners enhance their certification status in our Executive Partner Program, further benefits become available. And the higher the achievements, the greater the rewards,” concludes van Donk.</p><p align=\"center\">***<br /> </p><p><strong>For more information please contact NEC Enterprise Solutions:</strong><br />Robert van Amerongen <br />Tel: +31 35 689 1521 <br />robert.van.amerongen@emea.nec.com<strong> </strong><br /> </p><p align=\"left\"><strong>About NEC Enterprise Solutions</strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability. NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p><p align=\"left\"> </p><p align=\"left\"><strong>About NEC Corporation</strong><br />NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company's experience and global resources, NEC's advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.</p>', NULL, ''),
(79, 0, 1, '2016-06-30 13:41:01', 6, 433, 0, 0, 0, '', '', '', 'NEC, euromicron and SKM Skyline present latest solutions at CeBIT 2013', 'Highlights include Unified Communications and Business Mobility for SMB and Enterprise', '', '04-03-13', '<p align=\"\\\"><strong>Hannover, 4 March 2013 - </strong>NEC will together with its German business partners euromicron and SKM Skyline showcase its latest business communications solutions for SMB and Enterprise markets at CeBIT 2013, taking place in Hannover from 5-9 March 2013. Solutions on show will include NEC's powerful and versatile UNIVERGE SV and SL range of communication servers and the latest applications for Business Mobility and Unified Communications and Collaboration (UC&C).</p><p align=\"\\\"><strong>Recruiting resellers to satisfy demand and expand market coverage</strong><br />NEC's products and applications for voice, data and video communications solutions are much appreciated by business partners and end customers for their rich functionality, reliability and value for money. With NEC's communication servers for SMB markets performing extremely well in the marketplace, NEC together with its master distributor for German SKM Skyline are actively looking to recruit additional resellers to exploit the market interest in Germany and other European markets. CeBIT offers great opportunities for getting in contact with new resellers interested in signing up.</p><p align=\"\\\"><strong>euromicron demonstrates how to empower the enterprise with next gen UC&C</strong><br />At CeBIT euromicron will demonstrate NEC's next generation Unified Communications and Collaboration (UC&C) software, UNIVERGE 3C. Designed to work seamlessly with data centres and cloud environments, UNIVERGE 3C aligns with enterprise IT strategies to virtualise business communication and collaboration services.</p><p align=\"\\\">The advanced software platform delivers essential UC&C tools to business users such as Instant Meetings, Web Collaboration, Presence and Application Sharing for virtually any device and adapting to a wide variety of business requirements. All users can collaborate effortlessly with audio, video, screen sharing, document presentation, file sharing, remote control, co-browsing, voting/polling and more.</p><p>Visit us at:<br />Hall 15, Stand F24 (NEC and SKM Skyline)<br />Hall 13, Stand D20 (Euromicron)</p><p align=\"\\\">***</p><p><strong>For more information, please contact:</strong></p><p><strong>Robert van Amerongen</strong><br /><strong>NEC Unified Solutions</strong><br /><strong>Tel: +31 35 689 1521</strong><br /><strong>Email: </strong><a href=\"\\\" target=\"\\\"><strong>robert.van.amerongen@emea.nec.com</strong></a><br />Visit <a href=\"\\\" target=\"\\\">nec-unified.com</a> for more information on NEC Unified Solutions<br /> </p><p><strong>About NEC Unified Solutions</strong><br />NEC Unified Solutions specialises in providing communications solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, these solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and significantly improved customer satisfaction. Serving customers through a network of direct sales organisations, business partners and value-added resellers, NEC Unified Solutions fosters a company-wide culture of customer dedication, flexibility and excellence throughout the EMEA (Europe, Middle East & Africa) region. For more information, please visit: http://www.nec-unified.com.</p>', NULL, ''),
(80, 0, 1, '2016-06-30 13:41:01', 6, 434, 0, 0, 0, '', '', '', 'NEC Delivers Commitment, Value and Extended Portfolio to its Partners at EMEA Partner Conference', 'Top performers awarded at NEC EMEA Partner Conference 2013 in Dubai', '', '29-04-13', '<p align=\"\\\"><strong>Dubai, April 29, 2013</strong> - At the NEC EMEA Partner Conference 2013 held in Dubai from April 24th till 26th, NEC awarded its top performing business partners addressing the Enterprise market with IT & Communication solutions for their excellent business performance in various categories over the past year.</p><p align=\"\\\">At the conference, which brought together NEC's major distributors and key business partners from over 40 countries across EMEA (Europe, Middle East & Africa), Paul Kievit, President at NEC Enterprise Solutions, expressed his appreciation for the strong commitment the business partners have shown and congratulated them with their significant achievements across many territories. NEC's growing market penetration and expanding partner community was reflected in the increased number of participants that gathered at the three-day conference which with Forward! as theme was held in the majestic setting of hotel Fairmont The Palm in Dubai.</p><p align=\"\\\">NEC is one of the global top players in Enterprise Communications & IT solutions and has shown considerable growth in EMEA despite the current difficult market circumstances. Presentations and demonstrations of latest enhancements and expansions to the portfolio ranging from High Availability Servers, Storage and Virtualisation to Unified Communications & Collaboration and Business Mobility solutions - were received by all partners with extreme enthusiasm.</p><p align=\"\\\">It is immensely inspiring to experience the enthusiasm of our business partners for our brand, our portfolio and our way of working. The awards we are presenting are recognition of our mutual commitment and business success. We look forward to a fruitful continuation of the way we are serving EMEA Enterprise IT & Communications markets togetherÂ, said Paul Kievit.</p><p align=\"\\\">Awards presented during the special Gala Dinner at the Bab Al Shams Desert Resort & Spa included those for top distributors, resellers, system integrators and selected areas of excellent performance.</p><p align=\"\\\">With the innovative power of a global leader and the energetic support of local organizations and highly professional channel partners, NEC is in an excellent position to respond to the most demanding needs of customersÂ, Kievit concluded.</p><p align=\"\\\">***</p><p><strong style=\"line-height: 1.6em;\">About NEC Enterprise Solutions</strong></p><p>NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p><p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</p>', NULL, '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(81, 0, 1, '2016-06-30 13:41:01', 6, 435, 0, 0, 0, '', '', '', 'NEC appoints MER ICT as Executive Hospitality Partner in The Netherlands', '', '', '', '<p><strong>Hilversum, 10 March 2015 –</strong> With the launch of its Global Hospitality Partner Program, NEC is reinforcing the company’s leadership in providing best in class IT & Communications solutions to the Hospitality sector and driving its accredited Business Partners towards further success.</p><p>Kees van Donk, Director Hospitality at NEC Enterprise Solutions, explains: “As a subset of NEC Smart Hospitality, this program aims at mutual growth and profitability in the important Hospitality sector. Through this program we recognize and support Business Partners that invest in and promote the value of our integrated solutions, enabling them to go-to-market more successfully and help them to create new, profitable opportunities”.</p><p><strong>Executive Hospitality Partnership</strong><br />The program addresses and supports the 4 main aspects of <strong>Sell, Learn, Support and Promote</strong> and includes marketing support in raising awareness, developing leads, training staff and supporting implementations. The first 2 partners which had the honor to become Executive Hospitality Partner within NEC’s Smart Hospitality Framework were Advance in Russia and Teksam in Turkey. Now MER ICT of The Netherlands is added to that list.</p><p><strong>Supplier of choice to the Hospitality industry </strong><br />Across all major geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. By merging leading IT and Communication technologies, NEC deploys solutions with the scalability, capability and affordability to meet the demanding business needs of hotels, event centers, cruiselines and travel organizations.</p><p>As Huub Albers, CEO of MER ICT, confirms: ”The Hospitality sector is one of the strategic vertical markets for MER ICT in our drive towards growth. Recent projects we have been awarded, like the Waldorf Astoria Amsterdam and Hotel Hilton Schiphol Airport, prove that this is the right choice for us. Thanks to the continued focus and support of NEC with respect to the international hospitality industry, we have been able to establish these successes. Our selection as Executive Hospitality Partner will further strengthen our activities and our continued success in working with leading national and international hotel operators like Van der Valk, Mercure, Hilton Worldwide and Starwood Hotels and Resorts.”</p><p><strong>About MER ICT</strong><br />MER ICT is a privately held company based in Zwolle, The Netherlands. MER ICT is a System Integrator of Communication Solutions and leading provider in Hospitality, Local Government, Healthcare and Housing Associations.</p><p>MER ICT is a NEC GOLD Partner and has been awarded <em>'Excellent Performance Partner' </em>several times. The company is well known for quality in engineering and building customer relationships. For more information please visit the MER ICT website at <a>www.merict.nl </a>.</p><p align=\"center\">***</p><p> </p><p><strong>For more information please contact NEC Enterprise Solutions: </strong><br />Robert van Amerongen<br />Tel: +31 35 689 1521<br />robert.van.amerongen@emea.nec.com</p><p> </p><p><strong>About NEC Enterprise Solutions </strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability. NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</p><p><strong>About NEC Corporation </strong><br />NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company's experience and global resources, NEC's advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at http://www.nec.com.</p><p> </p>', NULL, ''),
(82, 0, 1, '2016-06-30 13:41:01', 6, 436, 0, 0, 0, '', '', '', 'NECs IP communication solution certified for interworking with Belgacom', '', '', '10-09-12', '<p align=\"\\\"><strong>Hilversum, Brussels, 10 September 2012 - </strong>Belgacom, the leading network operator in Belgium, has certified NEC's Integrated Communications 3000 for interworking with the Belgacom IMS Business Trunking and Belgacom Wireless Office Extended network service.<br /><br />Belgacom provides complete solutions integrating landline and mobile telephony, internet and television to consumers and enterprise customers throughout Belgium. Successful validation of the interworking with Belgacom's network services is good news for NEC's Belgian customer base who can now fully exploit the possibilities offered by Belgacom's network and services. By routing calls over Belgacom's network, companies can take advantage of the greater ease of use and considerable savings in terms of management and ownership that VoIP networking offers.</p><p align=\"\\\">Integrated Communications 3000 is NEC's enterprise IP communication solution that provides rich and reliable IP telephony and advanced Unified Communications & Collaboration, by combining the versatility and functionality of NEC's UNIVERGE SIP@Net communications software with the UNIVERGE Business ConneCT UC suite, powerful Business Mobility and MA4000 management - all in a virtualized environment. To obtain interoperability certification with Belgacom, rigorous and comprehensive tests took place.<br /><br />Tonko Wedda, Managing Director Benelux at NEC, says: "The interest and use of services based on SIP-based trunking services is growing steadily. NEC has a very important position in today\\'s business market and by certifying the interworking of server and network customers are assured of the quality and carefree operation of their business communications."Â<br /><br />NEC continues to certify its communication solutions with network providers, in order to ensure customers can take advantage of the latest options in their market and are provided with maximum flexibility in designing their networks and traffic patterns.</p><p align=\"\\\"> </p><p align=\"\\\"><strong>For more information please contact:<br />NEC Unified Solutions<br />Robert van Amerongen<br />Tel: +31 35 689 1521</strong><br /><strong>Email: </strong><a href=\"\\\" target=\"\\\"><strong>robert.van.amerongen@emea.nec.com</strong></a><br /> </p><p align=\"\\\"> </p><p align=\"\\\"><strong>About NEC Unified Solutions</strong><br />NEC Unified Solutions specialises in providing communications solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, these solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and significantly improved customer satisfaction. Serving customers through a network of direct sales organisations, business partners and value-added resellers, NEC Unified Solutions fosters a company-wide culture of customer dedication, flexibility and excellence throughout the EMEA (Europe, Middle East & Africa) region. For more information, please visit: http://www.nec-unified.com.</p><p><em>NEC is a registered trademark of NEC Corporation. All Rights Reserved</em></p><p> </p><p> </p>', NULL, ''),
(83, 0, 1, '2016-06-30 13:41:01', 6, 437, 0, 0, 0, '', '', '', 'NEC Launches UNIVERGE® SV9100 Advanced Communications Server', 'The newest evolution of its powerful communication platform for small & medium-sized businesses', '', '', '<p><strong>Tokyo / Nottingham, Nov. 3 2014</strong> - NEC Corporation (NEC; TSE: 6701) announce the launch of the UNIVERGE SV9100 for the UK which serves a wide range of customers from small and mid-sized businesses (SMBs). Also being released is the new MyCalls Operator Console application plus new terminals including the DT800 and DT400 series, as well as the touchscreen UT880, an innovative new-generation desk phone integrating a traditional desktop phone and an Android tablet into one device.</p>\r\n\r\n<p>“The new SV9000 series continues NEC’s trend of creating a natural migration path for customers, while evolving the technology to meet the needs of today’s businesses” said Osamu Noda, General Manager, Enterprise Networks Division, NEC Corporation.</p>\r\n\r\n<p> <img alt=\"\" src=\"http://www.nec-enterprise.com/content/images/CommsPlatforms/SV9100%20Pack%20Shot%20Linear%20med%20res.jpg\" style=\"width: 620px; height: 77px;\" /></p>\r\n\r\n<p>The SV9100 offering is designed as an all-in-one unified communications (UC) platform for SMBs, with simplified installation and management. The highly scalable architecture provides businesses from 10 to over 800 users with a powerful and cost effective communication solution.</p>\r\n\r\n<p>By offering a broad set of UC applications, including numerous mobility options, NEC enhances its approach to vertical markets such as hospitality, healthcare and education. In addition, the SV9100 continues to support powerful customer care solutions.</p>\r\n\r\n<p>Andrew Cooper, UK Sales Director says: “Picking up where its predecessor the award winning SV8100 system left off – the SV9100 is five times more powerful and comes with a host of brand new on-board applications. Initial reseller feedback has been extremely positive.”</p>\r\n\r\n<p>For more information about the UNIVERGE SV9000 series, please visit <a href=\"http://www.necsv9000.com/\">www.necsv9000.com</a>.</p>\r\n\r\n<p>For availability of the SV9100 and the new terminals, contact your regional NEC office.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact:<br />\r\nJim Eagers, NEC Marketing Manager</strong><br />\r\n Tel:<strong> +44 (0) 787 509 3399</strong><br />\r\nEmail: <a href=\"mailto:jeagers@neci.co.uk\"><strong>jeagers@neci.co.uk</strong></a><br />\r\n<u>Linked-in Company Page:<strong> NEC (UK)</strong></u><br />\r\n<u>Twitter:<strong> @NECEnterprise</strong></u><br />\r\nYouTube: <a href=\"https://www.youtube.com/user/NECITPLATFORM\"><strong>https://www.youtube.com/user/NECITPLATFORM</strong></a></p>\r\n\r\n<p>Blog: <a href=\"http://www.nec-enterprise.com/Blog\"><strong>http://www.nec-enterprise.com/Blog</strong></a></p>\r\n\r\n<p>Facebook: <a href=\"https://www.facebook.com/nec.global\"><strong>https://www.facebook.com/nec.global</strong></a></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com\">http://www.nec-enterprise.com</a>.</p>\r\n', '', ''),
(84, 0, 1, '2016-06-30 13:41:01', 6, 438, 0, 0, 0, '', '', '', 'NEC and Dacom collaborate on precision farming solution to maximize yields and reduce costs', '“Big data†analytics solution helps farmers minimize their use of fertilizer, chemical and water while maximizing yields by analyzing a wider diversity of real-time sensor and historic data inputs', '', '', '<p><strong>Tokyo and London – October 23, 2014</strong> - NEC Corporation (TSE: NEC 6701) and Dacom, the agri-IT company (Holland-based industry-leading company), are today announcing the results of a “precision farming solution” trial in Romania that uses environmental sensors and big data analytics software to maximize yields at a reduced cost. By accurately measuring and responding to the variation in growing conditions within each field, the solution helps to minimize fertilizer, pesticide, water and fuel usage and costs while maximizing crop yields. The companies are now working to bring the Crop Decision Support System (DSS) to market, focusing initially on the Europe, Middle East and Africa (EMEA) markets.<br /> </p><p>The solution provides farmers with accurate planting, fertilizer, irrigation, protection and harvesting guidance via a user-friendly application that uses data from in-field soil sensors and weather stations, combined with local weather forecasts and aggregated, regional multi-year agronomy datasets. The sensors automatically record soil moisture and temperature on a 24/7 basis. Wind speed, direction, temperature, humidity, rain and sunlight levels are also captured across the farm. This is supplemented by visual inspections and reports by the farmers on crop growth rates and signs of insects and disease.</p><p><br />The real-time data from the sensors and weather stations is automatically collected via the mobile network and compared to growth, fertilizer, pesticide and water absorption models for the region to deliver advice on the ideal spraying time and dosage levels that reflect highly localized needs. This avoids the wastage that occurs when chemicals are applied too late or early in the crop or larvae growth cycle or are affected by wind drift or rainfall wash-off.</p><p>The trials were carried out in Brasov, one of the maub potato growing areas in Romania, this season. The research suggests farmers can reduce expenditure on chemical inputs by up to 40% per hectare compared to non-DSS benchmark farms. There is additional margin for improvement if farmers follow the guidance exactly rather than erring on the side of caution and applying additional doses. The solution is also expected to enhance the inherent quality of farm products, for example the protein level in maize or the symmetrical shape of the potatoes.</p><p>Terabytes of crop production data need to be analysed and modelled on an ongoing basis over many years to maximize the success of precision farming solutions. In the next phase of the project, NEC will leverage its big data analytics capabilities to accelerate the complex process of assessing the Dacom’s diverse data sets and search for hidden patterns. NEC is also looking at opportunities to create new crop yield data services to help support banks’ farm investment decisions and enable food exchanges to have more accurate crop yield data in the future.</p><p>Naoki Iizuka, President & CEO, NEC Europe Ltd, commented, “The increasing demand for food and crops for bio fuels is outpacing land availability and yields at a global level. This new precision farming solution from NEC and Dacom will enable farmers to fine-tune their production process throughout the growing season and make economically sound and responsible use of agri-inputs like fertilizers and water to grow more food with fewer resources.”</p><p><br />Janneke Hadders, CEO at Dacom commented, “Dacom has been helping farmers around the world increase yields and profits with the use of advanced data sources and online services since the 1980s. We’re delighted to be partnering with NEC as we look at how a new generation of emerging data analytics solutions can help further reduce the use of agricultural inputs to ensure the sustainability and cost-effectiveness of food production over the long term.”</p><p><br />Dr Sorin Claudian Chiru, General Director at the National Institute of Research and Development for Potato and Sugar Beet Brasov in Romania, which manages one of the pilot farms, commented, “These latest trials are helping to create confidence in the effectiveness of these precision farming technologies. Traditionally, farmers either apply a high dosage or a high number of repeat sprayings of chemicals as they do not want to risk any disease or damage to the crops on which their livelihoods depend. This trial shows that an evidence-based approach to farming, which takes into account highly localized weather, soil data and insights from across the agriculture industry, is a proven means to help farmers to be more efficient in their operations and make more precise decisions, while maximizing yields and profit margins.”</p><p><br />This solution is being introduced at the Food and Agricultural Conference at the Toranomon Hills Forum on 31 October 2014 as an example of business cooperation between Japan and the Netherlands and included in the “Sustainable food security – opportunities in agribusiness in Japan” program attended by King Willem-Alexander of the Netherlands.</p><p><br />The world’s population is expected to increase by about 2 billion more by 2050, to between 9 and 10 billion – an increase of around 30%. Many people will have the opportunity to improve their diets and global food demand actually will increase much more quickly – by 70%, according to the UN's Food and Agriculture Organization (FAO). This makes the innovative use of agri-IT solutions essential to support sustainable growth and economic development.</p><p align=\"center\">***</p><p><strong>Media contact </strong></p><p>Helen McInnes<br />NEC Europe Ltd<br />Tel: +44 (0)7748 761 041 / +44 (0)208 836 2346<br />Email: helen.mcinnes@emea.nec.com</p><p> </p><p>Shinya Hashizume<br />NEC Europe Ltd<br />Tel: +44 (0)208 836 2167<br />Email: <a href=\"mailto:shinya.hashizume@emea.nec.com\">shinya.hashizume@emea.nec.com</a><br /> </p><p>Follow us on Twitter for our latest news and views @NEC_EMEA</p><p> </p><p align=\"left\"><strong>About Dacom</strong><br />Dacom is an innovative high-tech company that develops and supplies specialized hardware, software and online advisory services to arable farms and the agribusiness around the world. By combining sensor technology, internet and scientific knowledge, growers can continuously monitor and fine-tune their production process throughout the growing season. The agribusiness can continuously anticipate and optimize raw material supply through the consultation of field data and smart modules. This results in the maximum yield achievable through the economically sound and responsible use of agri-inputs like chemicals, water and nutrients.</p><p align=\"left\"> </p><p align=\"left\"><strong>About NEC Corporation</strong><br />NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company's experience and global resources, NEC's advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.</p><p align=\"left\"> </p><p align=\"left\"><strong>© 2014 NEC Corporation. NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned are the trademarks of their respective owners.</strong></p>', NULL, ''),
(85, 0, 1, '2016-06-30 13:41:01', 6, 439, 0, 0, 0, '', '', '', 'NEC launches next generation IP DECT with AP400 Series and new handsets', 'NEC leads innovation introducing CAT-iq functionality in enterprise wireless communications', '', '08-04-13', '<p align=\"\\\"><strong>Hilversum, April 08, 2013</strong> - NEC, global leader in enterprise communications, today announced the introduction of the next generation IP DECT, consisting of Access Points and handsets that take advantage of the new CAT-iq (Cordless Advanced Technology - internet and quality) standards. Building on proven DECT technology, this standard is the next breakthrough in cordless telephony, enabling HD-Voice and data services in combination with IP DECT wireless communications.</p><p align=\"\\\">NECs renowned Business Mobility (IP) DECT portfolio provides with its superior quality and reliability excellent wireless communication solutions for all types of businesses. The solutions can be combined with various industry specific applications that drive business process enhancements in market sectors like healthcare, hospitality and manufacturing.</p><p align=\"\\\"><strong>AP400 Series: empowered with CAT-iq</strong></p><p align=\"\\\">NEC is introducing the IP DECT AP400 Series Access Points that offer a completely new platform for CAT-iq enhancements. CAT-iq makes wideband audio possible which provides a superior sound quality. More CAT-iq capabilities will follow with the new AP400 Series as a platform.</p><p align=\"\\\">The access point range starts with the AP400S, which is aimed at small businesses. The AP400S offers perfect integration with NEC's SME IP PBXs and can be configured up to 4 access points at a very attractive price.</p><p align=\"\\\">Next in line is the AP400C, designed for small to medium sized businesses, while the full enterprise AP400 caters for the larger organizations and networks. The AP400 Series is compatible with all NEC IP communication platforms as well as with many systems of other brands that are based on standard SIP interfaces.</p><p align=\"\\\"><strong>G266 and G566 - innovative new features and superior sound quality</strong></p><p align=\"\\\">NEC's new handset range includes the G266, a mobile handset with professional capabilities such as central directory, loudspeaker and personal alarming. The G566 is a sophisticated handset with a large backlit LCD display that provides extensive messaging and alarming capabilities to fulfill task management and safety scenario's in various businesses, including hospitality and healthcare.</p><p align=\"\\\">Both handsets offer CAT-iq HD-Voice (G.722) and, when combined with the new AP400 series Access Points, Â deliver stunning voice quality that significantly enhances the user experience, particularly in noisy environments.</p><p align=\"\\\">Also part of the range is NEC's robust IP DECT handset I755, which has a ruggedized design for use in potentially demanding environments, such as manufacturing and healthcare, satisfying the most advanced requirements. The M155 Messenger is a sophisticated messaging device which is very small and easy to wear or carry (e.g. on the wrist) and ideal for healthcare and hospitality environments. With alarming, text messaging and instant voice communications it perfectly fits in staff and patient safety scenarios, while providing maximum mobility and comfort.</p><p align=\"\\\">With this global introduction, NEC's new range of handsets and Access Points are now available across all markets served.</p><p align=\"\\\"> ***</p><p><strong>For more information please contact:</strong><br /> </p><p><strong>NEC Unified Solutions<br />Robert van Amerongen<br />Tel: +31 35 689 1521<br />Email: </strong><a href=\"\\\" target=\"\\\"><strong>robert.van.amerongen@emea.nec.com</strong></a><br /> </p><p><strong>About NEC Unified Solutions</strong></p><p>NEC Unified Solutions specializes in providing communications solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, these solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and significantly improved customer satisfaction. Serving customers through a network of direct sales organizations, business partners and value-added resellers, NEC Unified Solutions fosters a company-wide culture of customer dedication, flexibility and excellence throughout the EMEA (Europe, Middle East & Africa) region. For more information, please visit: http://www.nec-unified.com.</p><p><em>NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. ©2013 NEC Corporation.</em></p>', NULL, ''),
(86, 0, 1, '2016-06-30 13:41:01', 6, 440, 0, 0, 0, '', '', '', 'NEC Showcases its Extensive Spectrum of Solutions at Gitex 2012', 'Highlights include Unified Communications, IT technologies, Security and Display solutions', '<li><strong>Display and Signage solutions</strong></li></ul><p><strong>Unified Communications and IT solutions for enhanced business productivity</strong><br />NEC will show its latest voice, data and video communications solutions over converged networks', '<li><strong>Unified Communications and IT solutions for enhanced business productivity</strong></li>', '\"<p><strong>Dubai and Tokyo, September 24, 2012 - </strong>NEC Corporation (NEC; TSE:6701) will showcase its wide spectrum of business solutions for SMB and Enterprise markets at Gitex Technology Week, in Dubai from 14-18 October 2012.</p><p>In Zabeel Hall, stand Z-D20, NEC will demonstrate</p><ul>', NULL, ''),
(87, 0, 1, '2016-06-30 13:41:01', 6, 441, 0, 0, 0, '', '', '', 'NEC presents Smart Enterprise solutions at CeBIT 2015', 'Together with partners LINworks and SKM Skyline, NEC shows how user-centric communications spurs innovative new ICT solutions', '', '', '<p align=\"left\">Visit NEC at: Hall 15, Booth F65</p><p align=\"left\"><strong>Hannover, Darmstadt, Kaarst, March 3, 2015</strong> – At CeBIT 2015 NEC together with its business partners LINworks and SKM Skyline, is showcasing latest IT & Communications solutions for SMB and Enterprise markets at their Booth F65 in Hall 15. Fully suited to this year’s main theme of CeBIT "d!conomy", the company demonstrates how organizations can take advantage of latest technologies to optimize business practices, drive workforce engagement and create a competitive edge.</p><p align=\"left\">Demonstrations in the areas of business telephony (UNIVERGE SV9100), Unified Communications & Collaboration (UNIVERGE 3C) and NEC’s rich server portfolio (i.e. Express5800 / A2000 series) provide insights as to how employees can communicate more efficiently and how a virtual workspace enables them to work flexibly from anywhere. The reach, quality and know-how of its highly skilled business partners in Germany, enables NEC to provide organizations throughout the German market with advanced network, server, storage and communication solutions.</p><p align=\"left\"><strong>Top 10 Smart Enterprise Trends</strong><br />NEC has identified 10 Smart Enterprise Trends which will be strategic for organizations and impact their operations in the coming years. Ongoing developments in IT and digitization impact and change existing business models and enable new business to arise. Hybrid cloud services, real-time collaboration and business continuity are essential success factors for future and security-oriented enterprises. They are part of a rapidly evolving technology foundation by means of which NEC is enabling new approaches to how Communications and IT services are delivered and managed, providing new ways for businesses to grow.</p><p align=\"left\">At corporate level virtualization solutions, energy-saving technologies and smart distribution systems save energy while networking processes and real-time collaboration deliver savings in time, cost and travel and transportation.</p><p align=\"left\"><strong>NeoFace for enhanced Surveillance and Face recognition</strong><br />Also on show is NEC’s NeoFace application for facial recognition and identification. This advanced application enables to record and archive at a distance, act as crime deterrent and help identify a person in real-timewithout contact with the target. NEC's NeoFace® is the world's fastest and most accurate facial matching product which has been adopted by organizations in more than 20 countries throughout the world, including police forces, immigration offices and public facilities. The result of over 25 years of R&D and improvement of algorithms, NEC NeoFace® is ranked No.1 in independent third-party testing.</p><p align=\"left\"><strong>Recruiting resellers to satisfy demand and expand market coverage</strong><br />NEC’s products and applications for voice, data and video communications solutions are in great demand with customers for their rich functionality, reliability and value for money. With NEC’s new communication servers for SMB markets performing extremely well, NEC together with its master distributor for German SKM Skyline are actively looking to recruit additional resellers to exploit the market interest in Germany and other European markets. Also distributor LINworks is actively recruiting resellers to join and expand market coverage and satisfy the increasing demand for NEC’s Servers and Storage solutions. CeBIT offers great opportunities for getting in contact with new resellers interested in signing up.</p><p align=\"center\">***</p><p><strong>Media Inquiries:<br />Robert van Amerongen Annick Reyngoudt<br />Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77<br />robert.van.amerongen@emea.nec.com annick.reyngoudt@emea.nec.com</strong></p><p> </p><p><strong>About NEC Enterprise Solutions:</strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p><p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</p><p> </p><p><strong>About LINworks:</strong><br />LINworks GmbH, a subsidiary of MAX21 Unternehmensgruppe, is located in Weiterstadt close to Frankfurt and designs and implements Open Source solutions based on professional IT-infrastructure methods for enterprises of all sizes. Besides bundles and appliances our portfolio also contains solutions for specific industry sectors as well as innovative offers like NEC NeoFace®, a leading edge face recognition solution. LINworks is the distributor for IT-solutions by NEC for the D-A-CH region and provides both sales and technical support for the channel-partners and customers. For more information, please visit: <a href=\"http://www.linworks.de\">http://www.linworks.de</a> or http://www.nec-store.de.</p><p> </p><p><strong>About SKM Skyline:</strong><br />SKM Skyline GmbH is a subsidiary of euromicron AG and the master distributor in the German market for NEC communications and telephony solutions. Based in Kaarst (next to Düsseldorf), SKM Skyline is close to the customer, has a medium-sized character and can tap into an international network with a strong capital base thanks to being part of the euromicron Group. SKM Skyline offers its partners value added distribution and solutions in the professional arena of telephony and communication with products, systems and solutions from well-known supplier NEC. As NEC master distributor for Germany SKM Skyline provides its customers with all sales as well technical and market-related support. For more information, please visit: http://<a href=\"http://www.skm-skyline.de\">www.skm-skyline.de</a>.</p>', NULL, ''),
(88, 0, 1, '2016-06-30 13:41:01', 6, 442, 0, 0, 0, '', '', '', 'NEC presents latest High-Performance Appliance for SAP HANA, at SAP® TechEd && d-code Berlin', 'The latest portfolio addition for the NEC Smart CX Data Servers, geared towards the era of big data to Empower Smart Enterprises', '', '', '<p><strong>Hilversum, October 28th, 2014 –</strong>NEC Enterprise Solutions will present the latest NEC High-Performance Appliance for SAP HANA™ at SAP® TechEd && d-code Berlin.</p>\r\n\r\n<p>SAP TechEd && d-code, taking place in Berlin from 11-13 November 2014, is the largest SAP tech conference and NEC as global leader in IT & Communications solutions and driving force in developing and providing SAP HANA solutions, will be present throughout the conference.</p>\r\n\r\n<p>At stand E4.4 visitors can meet and discuss with NEC experts and experience the extreme performance, availability and scalability of NEC’s Smart CX Data servers and NEC SAP HANA appliance.</p>\r\n\r\n<p>“At SAP® TechEd && d-code Berlin, we are demonstrating how Smart Enterprises can leverage converged technologies to optimize business practices and create a competitive edge”, says Wali Naderi, Senior Product Manager at NEC Enterprise Solutions. “With the aim of Empowering the Smart Enterprise, NEC plans to combine various advanced technologies to leverage its strengths in the collection, processing and analysis of large volumes of data, and aggressively launch products and services that create new value.”</p>\r\n\r\n<p><strong>NEC’s Smart CX Data Server features</strong><br />\r\nThe appliance is architected using the NEC Express5800/A2040b scalable enterprise server, NEC’s 6th generation of Intel Enterprise Architecture that brings NEC’s super computer and mainframe expertise to the economic package of x86 systems. The quad-socket 4U rack server with Intel® Xeon® Processor E7 v2 Product Family offers the highest level of performance, availability and scalability, making it the ideal platform for mission critical and database applications. One of the most distinctive advantages of NEC's Express5800/A2040b based High-Performance Appliance for SAP HANA is the extremely high availability it provides which is realized by NEC’s original technology. NEC’s appliance server for the SAP HANA(R) platform has been certified by SAP AG (NYSE: SAP) to run SAP HANA.</p>\r\n\r\n<p>NEC is also going to offer Intel Xeon Processor E5 Product Family based SAP HANA platform in accordance with SAP’s roadmap.</p>\r\n\r\n<p><strong>Comprehensive Installation Support for Users of SAP HANA</strong><br />\r\nAlready in 2012, NEC established a verification environment that allows it to quickly verify and evaluate the latest features of SAP HANA and continuously supporting users to realize the newly emerging business values through various SAP HANA solutions. For the global market, NEC is going to provide the solution through the partnership with the 3rd party strategic partners. As a SAP global technology partner, NEC boosts a track record of many successful installations worldwide.</p>\r\n\r\n<p><strong>Competence Center in Germany</strong><br />\r\nIn 2008, NEC opened a Global Competence Center next to SAP's headquarters in Waldorf, Germany. Combined with the competence NEC has been nurturing in Japan, this center is taking an important role in expanding NEC’s global business of the solution based on SAP HANA. With the close partnership with SAP, NEC can quickly deliver related services that cover installation, verification and application, and offer across-the-board support to address emerging user needs.</p>\r\n\r\n<p> </p>\r\n\r\n<p>Meet the NEC Experts at:<br />\r\n<strong>STAND E4.4 | 11-13 NOVEMBER 2014 | MESSE BERLIN GERMANY</strong><br />\r\n </p>\r\n\r\n<p>For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">www.nec-enterprise.com</a></p>\r\n\r\n<p> </p>\r\n\r\n<p>Media enquiries:</p>\r\n\r\n<p>Robert van Amerongen Annick Reyngoudt</p>\r\n\r\n<p>Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</p>\r\n\r\n<p>robert.van.amerongen@emea.nec.com <a href=\"mailto:annick.reyngoudt@emea.nec.com\">annick.reyngoudt@emea.nec.com</a></p>\r\n\r\n<p> </p>\r\n\r\n<p style=\"margin-left: 2.5in;\">***</p>\r\n\r\n<p><strong>About NEC Corporation </strong><br />\r\nNEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions, EMEA</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p> </p>\r\n', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(89, 0, 1, '2016-06-30 13:41:01', 6, 443, 0, 0, 0, '', '', '', 'NEC Showcases Latest Evolution of Powerful Business Solutions at GITEX 2014', 'A breathtaking array of portfolio additions, from Empowering Smart Enterprises to Ensuring a Safer Society', '', '', '<p><strong>Dubai, Tokyo and Hilversum, October 7th, 2014 – </strong>NEC Corporation will showcase the latest evolution of its wide spectrum of powerful business solutions at GITEX Technology Week in Dubai, 12-16 October 2014, at stand Z-D20.</p><p>NEC’s demonstrations of latest portfolio enhancements at GITEX range from High Availability Servers, Storage and Virtualisation to Unified Communications & Collaboration and Business Mobility, from Display and Signage to Security solutions for a Safer Society.</p><p>“At GITEX we are demonstrating how Smart Enterprises can leverage converged technologies to optimize business practices, drive workforce engagement and create a competitive edge”, says Ronald Schapendonk, Marketing Director at NEC Enterprise Solutions. “Our Smart Enterprise concept brings together the key assets that deliver all the required scalable, resilient and secure services for productive and efficient operations”, he adds.<br /><br /><strong>Smart Enterprise Value Pillars</strong><br />NEC defines key values for the Smart Enterprise under four pillars:</p><p>• Business Agility – empowering mobile workforces</p><p>• Cloud Delivery – delivering flexible deployment models</p><p>• Collaborative Communities – enabling productive collaboration</p><p>• Services Assurance – ensuring business continuity.</p><p>NEC’s portfolio comprises all ingredients to address these value pillars, creating responsive and agile business environments and enabling new approaches to IT services management.<br /> </p><p><strong>Launching NEC’s new SV9000 Series Communications Servers</strong><br />GITEX marks the official launch of the brand new UNIVERGE SV9000 series, NEC’s latest evolution of its communications servers for small, medium and enterprise class businesses. The new offering includes SV9100, SV9300 and SV9500 platforms, new DT800 and DT400 terminals as well as an innovative next-generation Android touch-screen desk phone. This UT880 integrates a desktop phone and an Android tablet into one device, providing full UC.</p><p> </p><p><strong>Empowering Users with UC&C within the IT Framework</strong><br />On show as well is NEC’s acclaimed UNIVERGE 3C, a complete software-based UC&C solution that empowers a workforce for new efficiencies and greater agility. It enables live, interactive web meetings, group and workforce collaboration and federation of external organizations. Users can exploit capabilities such as single number identity, multiple devices and can move calls to any one of their devices, be it desk, mobile, tablet, PC, home, etc.</p><p><br clear=\"all\" /><strong>G966 SmartDECT handset offers unique combination of DECT and WiFi</strong><br />NEC’s Business Mobility solutions provide office workers, teleworkers and mobile workers advanced wireless communications. With an appealing slim design, large 4” inch high resolution touchscreen and Bluetooth 4.0, NEC’s new G966 SmartDECT handset combines latest IP DECT communications with WiFi-based Android application support that enables tight integration with business-specific applications.</p><p>For Hospitality and Healthcare sectors NEC will demonstrate integrated applications incl.:</p><p>• MobiCall Text and Alarm messaging to alert staff.</p><p>• Ekahau Location Detection to locate people and assets.</p><p> </p><p><strong>Desktop Virtualization for a Smart & Secure Virtual Workspace </strong><br />At GITEX NEC will show the latest Smart & Secure Virtual Workspace. Residing on central servers, this solution adds ease and flexibility to work styles. This allows users to securely access their working environment from any available terminal. NEC’s SigmaSystemCenter and Client Management Option deliver extensive management functions including configuration, monitoring, dynamic resources allocations that are quick and easy to perform.</p><p> </p><p><strong>Enterprise-class and fault tolerant Servers for Advanced Reliability and Availability </strong><br />Also on show are new models of NEC’s recently launched Express5800 Series of industry-standard servers. The new servers feature the Intel(R) Xeon(R) processor E5-2600 v3 product family and include rack, modular and blade models, improving Input/Output performance and network flexibility for various virtualization environments. Using NEC’s Fault Tolerant Express5800/R320c server guarantees an availability of 99,999 %, less than 5 minutes of unplanned interruption per year, through its fully redundant modular hardware featuring 8-Core Intel® Xeon® processors, as sixth generation FT server technology for Intel.</p><p> </p><p><strong>NEC’s SAP HANA Offering</strong><br />NEC’s SAP HANA uses the NECExpress5800/A2040b scalable enterprise server, NEC’s 6th generation Intel Enterprise Architecture that brings NEC’s super computer and mainframe expertise to the economical package of x86 systems. This quad socket 4U rack server with Intel® Xeon® Processor E7 v2 Product Family, offers highest performance, availability and scalability, making it the ideal platform for mission critical and database applications.<br /> </p><p><strong>Security solutions for Safer Cities</strong><br />NEC has a proven track record in public safety, providing advanced technologies and solutions to detect, prevent and cope with the various threats to society, safeguarding the secure, happy and productive lives of people. At GITEX, NEC presents technologies that are applicable for e.g. criminal identification, e-passport and national/state ID systems. Through the execution of its Solutions for Society, NEC strives to support innovation in social infrastructure around the world, while helping to solve issues faced by society.<br /> </p><p><strong>NeoFace Watch/Smart ID for enhanced Surveillance and Face recognition</strong><br />Facial recognition has great advantages as it enables to record and archive at a distance, act as crime deterrent, and help identify a person in real-time, without contact with the target. NEC's NeoFace® is the world's fastest and most accurate facial matching product which has been adopted by organizations in more than 20 countries throughout the world, including police forces, immigration offices, and public facilities. The result of over 25 years of R&D and improvement of algorithms, NEC NeoFace® is ranked No.1 in independent third-party testing.<br /> </p><p><strong>Hybrid Finger Scanner</strong><br />NEC’s contactless Hybrid Finger Scanner is a new-generation fingerprint and finger vein hybrid multi-modal scanner. This multi-modal solution offers both high accuracy and the ability to capture fingerprints in wide-ranging situations.</p><p><br /><strong>Cyber Security safeguarding Information Assets</strong><br />NEC’s complete array of solutions helps governments and enterprises to protect themselves against the threats of digital disruption. These include network security implementations that set up firewalls, intrusion-detection sensors and intrusion-prevention measures. NEC also provides Cyber Security Training and Simulation Platform for better training to upgrade company’s IT security staff. Our Simulation Platform can also be used for testing and validating large-scale IT security solutions in a virtual environment, including validating SCADA (supervisory control and data acquisition) systems.</p><p><br /><strong>Carrier Cloud Solution</strong><br />Information technology is growing at lightning speed and what customers expect from their telecom operator is more complicated than ever. Today, dynamically scalable and virtual resources are provided as a service through cloud computing, a growing, salient resource with the most scalable and low cost solutions offered through Software as a Service (SaaS). As leading IT and network solution provider NEC offers the ultimate in SaaS.</p><p> </p><p><strong>Display and Signage solutions tailored to market segments</strong><br />On show at GITEX in the area of display technology are a range of innovative solutions for Control Room applications as well as tailored solutions for Aviation, Retail and Education.</p><p>NEC is available in the Zabeel Hall at Stand No. Z-D20.<br />For more information, please visit: www.nec-events.com/GITEX.</p><p> </p><p>Media enquiries:</p><p>Robert van Amerongen Annick Reyngoudt</p><p>Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</p><p>robert.van.amerongen@emea.nec.com <a href=\"mailto:annick.reyngoudt@emea.nec.com\">annick.reyngoudt@emea.nec.com</a></p><p> </p><p style=\"margin-left: 2.5in;\">***</p><p><strong>About NEC Corporation </strong><br />NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.</p><p> </p><p><strong>About NEC Enterprise Solutions, EMEA</strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability. NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p><p> </p><p><strong>About NEC Display Solutions Europe</strong><br />NEC Display Solutions has its European headquarters in Munich, Germany and is responsible for all business activities in EMEA. NEC Display Solutions benefits from the technological know-how and technologies of the NEC Corporation and, with its own Research and Development, is one of the world's leading manufacturers offering the widest product range of display solutions in the market. The display product portfolio ranges from entry-level to professional and speciality desktop LCDs, via large-size Public Displays for Digital and Retail Signage. The Projector range offers products for all needs, from portable devices via business projectors to products for permanent operation (such as PoS applications) and digital cinema projectors. Bernd Eberhardt is President and CEO of NEC Display Solutions Europe. Further information can be found online at: <a href=\"http://www.nec-display-solutions.com/\"><strong>www.nec-display-solutions.com</strong></a></p>', NULL, ''),
(90, 0, 1, '2016-06-30 13:41:01', 6, 444, 0, 0, 0, '', '', '', 'NEC and its partners euromicron, SKM Skyline and LINworks present latest solutions at CeBIT 2014', 'Highlights include IT Solutions, Unified Communications and Business Mobility for SMB and Enterprise', '', '', '<p>Visit us at: Hall 15, Stand G47</p><p> </p><p align=\"left\"><strong>Hannover, 24 February 2014 – </strong>NEC will together with its business partners euromicron, SKM Skyline and LINworks showcase its latest IT & Communications solutions for SMB and Enterprise markets at CeBIT 2014. CeBIT takes place in Hannover from 10-14 March 2014 and solutions on show at the stand G47 in Hall 15 include NEC’s powerful and versatile business solutions such as:</p><p align=\"left\">• UNIVERGE and SL communication servers for enhanced Unified Communications & Collaboration</p><p>• The latest Express5800 Server family addressing today’s complex IT infrastructure computing needs</p><p align=\"left\">• Storage solutions for highly available and easily scalable storage with optimal performance and flexibility</p><p align=\"left\">• Latest applications for Business Mobility fully integrated in communications anywhere</p><p align=\"left\"> </p><p align=\"left\"><strong>UC&C empowering the Smart Enterprise</strong></p><p align=\"left\">At CeBIT euromicron will demonstrate NEC’s next generation Unified Communications and Collaboration (UC&C) software suite, UNIVERGE 3C fully embedded in an IT environment, delivering essential UC&C tools to business users such as Instant Meetings, Instant Messaging, Web Collaboration, Presence and Application Sharing for virtually any device and adapting to a wide variety of business requirements. Designed to work seamlessly with data centres and cloud environments, UNIVERGE 3C enables live, interactive web meetings, virtual classrooms, group and workforce collaboration, and the federation of external organizations, shared workspaces and empowered mobility. UNIVERGE 3C also enables easy migration into the UC&C world for existing iS3000 systems.</p><p align=\"left\"><br />SKM Skyline will also present advanced IP communications servers for smaller enterprises with capacities ranging from 2 to 500 ports. NEC's SL1000 offers SMBs convenient features and services including presence, instant messaging (IM), conference, video call, automatic call distribution, voice mailing, CTI, VoIP, networking and wireless.</p><p> </p><p align=\"left\"><strong>Latest IT infrastructure solutions to support the Smart Enterprise</strong><br />NEC will showcase its latest NEC Express5800 Series industry-standard servers that are equipped with the latest Intel® Xeon® E5-2400 v2 processors, featuring up to 10 cores and delivering as much as 20% greater performance than previous models. Moreover, NEC has reduced power consumption by as much as 12% when compared to existing models through the use of an 80PLUS® Titanium power supply for the rack servers.</p><p>In recent years, the industry-standard server market has seen the advancement of power-saving and optimization measures for existing business servers, as well as a growing need for IT investment in “new value creation” due to the use of Big Data. As general business servers and data center servers, these new products reduce installation costs through improved performance and server consolidation, and deliver reductions in operating costs by conserving energy and supporting advanced IT investment.</p><p align=\"left\"><strong>Empowering the workforce with true mobility across your organization</strong></p><p align=\"left\">NEC’s mobility solutions provide office workers, teleworkers and mobile workers excellent wireless communications. NEC’s new G266 & G566 handsets expand on proven DECT technology and take full advantage of CAT-iq, UC functionality and extensive messaging.</p><p align=\"left\"> </p><p align=\"left\"><strong>Recruiting resellers to satisfy demand and expand market coverage</strong></p><p align=\"left\">NEC’s products and applications for voice, data and video communications solutions are in great demand with customers for their rich functionality, reliability and value for money. With NEC’s communication servers for SMB markets performing extremely well in the marketplace, NEC together with its master distributor for German SKM Skyline are actively looking to recruit additional resellers to exploit the market interest in Germany and other European markets. Also distributor LINworks is actively recruiting resellers to join and expand market coverage and satisfy the increasing demand for NEC’s Servers and Storage solutions. CeBIT offers great opportunities for getting in contact with new resellers interested in signing up.</p><p>Visit us at: Hall 15, Stand G47</p><p> </p><p align=\"center\">***</p><p> </p><p><strong>Media Inquiries:</strong></p><p><strong>Robert van Amerongen Annick Reyngoudt</strong></p><p><strong>Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong></p><p><strong>robert.van.amerongen@emea.nec.com annick.reyngoudt@emea.nec.com</strong></p><p> </p><p> </p><p> </p><p><strong>About NEC Enterprise Solutions:</strong></p><p>NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p>', NULL, ''),
(91, 0, 1, '2016-06-30 13:41:01', 6, 445, 0, 0, 0, '', '', '', 'Swisscom Hospitality and NEC Unified Solutions form strategic partnership in hotel communications', 'Global hotel technology system integrator and EMEA\'s leader in hospitality communication solutions join forces in offering voice and messaging solutions to the hospitality market', '', '21-03-13', '<p align=\"\\\"><strong>Geneva, Hilversum, 2</strong><strong>1 March 2013 </strong>- Swisscom Hospitality Services and NEC Unified Solutions today announced their strategic alliance to offer next generation voice and data solutions to the EMEA hospitality market.</p><p align=\"\\\">Under this partnership, Swisscom Hospitality will offer NEC's Hospitality communication portfolio to its worldwide list of hotel customers, and will work with NEC to develop new and compelling solutions for the market.</p><p align=\"\\\">Leo Brand, CEO at Swisscom Hospitality Services, states: "With their commitment to the hotel market and continuous investments in new communication technologies, NEC are a natural partner for us in Hospitality. We have seen strong growth in demand for next generation Voice services as part of the integrated managed applications suite Swisscom Hospitality offers. Partnering with NEC strengthens our hand and enables us to add a compelling, branded offer to our portfolio".Â</p><p align=\"\\\">Paul Kievit, President of NEC Unified Solutions, confirms: "We at NEC have been highly impressed by the strategic and striking transformation Swisscom Hospitality Services has undergone over the last years. While they were  and still are a highly respected provider of top-class technology products (High-speed Internet Access, ConnectedHotel TV and integrated room controls, to name but a few), they have expanded their scope and become the leading system integrator for the international hospitality industry, delivering state-of-the-art solutions in a managed service model. We are truly proud to set up an alliance with a partner of such caliber and include our NEC communications solutions in their offering".</p><p align=\"\\\">"We have selected NEC as our partner for a number of reasonsâ€Â, said Simon I'Anson, VP Marketing Swisscom Hospitality Services. "Besides the wide choice of advanced and attractive voice platforms - clearly presented in NEC's "Right Solution for the Right Hotel" approach -, NEC's willingness to work collaboratively with Swisscom Hospitality, and to invest heavily in this partnership were important factors, while their knowledge of and experience in the hospitality industry go beyond doubt."Â</p><p align=\"\\\">Kees van Donk, Director Hospitality EMEA at NEC Unified Solutions concludes:"I am thrilled with this partnership. Not only because of the perfect strategic fit of our mutual offerings, as explained by Leo Brand and Paul Kievit, but also because of the culture and can-do mentality of both our companies. I am looking forward to working with the Swisscom Hospitality team to help our hotel customers increase their guest satisfaction as well as drive operational efficiencies and see exciting times of growth ahead".</p><p align=\"\\\"> </p><p align=\"\\\">***</p><p align=\"\\\"> </p><p> </p><p><strong>For more information please contact:</strong><br /><br /><strong>NEC Unified Solutions<br />Robert van Amerongen<br />Tel: +31 35 689 1521<br />Email: </strong><a href=\"\\\" target=\"\\\"><strong>robert.van.amerongen@emea.nec.com</strong></a><br /> </p><p><strong>Swisscom Hospitality Services</strong></p><p><strong>Arndt Mielisch<br />Tel: +41 22 740 7501</strong><br /><strong>Email: Hospitality.marketing@swisscom.com</strong></p><p> </p><p> </p><p><strong>About Swisscom Hospitality Services</strong><br />Swisscom Hospitality Services is a leading supplier of integrated technology solutions for the global hospitality industry. We design, build and manage hotel IT infrastructures, thereby laying the foundation for a flexible and scalable service environment. Through the hotel networks that we manage, we deliver premium guest services such as IPTV, high-speed Internet, VoIP, room controls, business center and conference solutions. We integrate and support 3rd party applications to run on the same, Swisscom-managed network. Swisscom works with many of the world’s leading hotel chains and over 2.000 partner hotels globally.www.swisscom.com/hospitality</p><p> </p><p> </p><p><strong>About NEC Unified Solutions</strong><br />NEC Unified Solutions specializes in providing communications solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, these solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and significantly improved customer satisfaction. Serving customers through a network of direct sales organizations, business partners and value-added resellers, NEC Unified Solutions fosters a company-wide culture of customer dedication, flexibility and excellence throughout the EMEA (Europe, Middle East & Africa) region. For more information, please visit: http://www.nec-unified.com.</p><p> </p>', NULL, ''),
(92, 0, 1, '2016-06-30 13:41:01', 6, 446, 0, 0, 0, '', '', '', 'NEC Launches UNIVERGE® SV9000 Series Communications Servers', 'The newest evolution of its powerful communication platforms for small, medium & enterprise class businesses', '', '', '<p><strong>Tokyo, Oct. 2, 2014</strong> - NEC Corporation (NEC; TSE: 6701) announced today the launch of the UNIVERGE SV9000 series, its latest line of communications servers. The new offerings include the SV9100, SV9300, and SV9500 platforms, which serve a range of customers from small and mid-sized businesses (SMBs) to large enterprise customers. Also being launched are new terminals, including the DT800 and DT400 series, as well as the UT880, an innovative new-generation desk phone integrating a traditional desktop phone and an Android tablet into one device.</p>\r\n\r\n<p>“We are excited to bring this powerful line-up of solutions to our global markets,” said Osamu Noda, General Manager, Enterprise Networks Division, NEC Corporation. “The new SV9000 series continues NEC’s trend of creating a natural migration path for customers, while evolving the technology to meet the needs of today’s businesses.”</p>\r\n\r\n<p>Designed for enterprise customers, the SV9500 communications server is available as virtualized software providing the first full evolution of the SV enterprise-grade telephony system. Since the SV9500 is available as both a dedicated appliance and as software, enterprise customers can choose the solution that best fits their business strategy.</p>\r\n\r\n<p>The new SV9300 platform is an option suitable for mid-sized enterprises. The SV9100 offering is designed as an all-in-one unified communications (UC) platform for SMBs, with simplified installation and management.</p>\r\n\r\n<p>NEC enhances its approach to vertical markets such as hospitality, healthcare and education by offering a broad set of UC applications, including mobility and web conferencing. In addition, the SV9000 series continues to support powerful customer care solutions.</p>\r\n\r\n<p>For more information about the UNIVERGE SV9000 series, please visit <a href=\"http://www.necsv9000.com/\">www.necsv9000.com</a>.</p>\r\n\r\n<p>For availability of the SV9000 series and the new terminals, contact your regional NEC office.</p>\r\n\r\n<p> </p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:</strong><br />\r\n<br />\r\nRobert van Amerongen </p>\r\n\r\n<p>Tel: +31 35 689 1521 </p>\r\n\r\n<p>robert.van.amerongen@emea.nec.com<strong> </strong><br />\r\n </p>\r\n\r\n<p align=\"left\"><strong>About NEC Corporation</strong></p>\r\n\r\n<p align=\"left\">NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company's experience and global resources, NEC's advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.</p>\r\n\r\n<p align=\"left\"><strong>© 2014 NEC Corporation. NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned are the trademarks of their respective owners.</strong></p>\r\n', '', ''),
(93, 0, 1, '2016-06-30 13:41:01', 6, 447, 0, 0, 0, '', '', '', 'RHP awarded European Call Centre and Customer Service Award with NEC solutions', '', '', '16-10-12', '<p><strong>Hilversum, Nottingham, 16 October 2012 - </strong>Richmond Housing Partnership (RHP) has been presented the Small Contact Centre of the Year (sub 100 seats) Award at this year's European Call Centre and Customer Service Awards at the London Hilton in Park Lane.</p><p>Regarded as Europe's most prestigious event of its kind in the industry, <a href=\"\\\" target=\"\\\">the jury</a> chose RHP due to using its size to great effect, aligning strategic goals with customer interactions and also reacting with flexibility to customer needs, this organisation has listened to customers and front line teams to deliver an exceptional level of serviceÂ.</p><p>Jonathan Creaser, head of ICT at RHP said, "We are delighted to win this award, and for our hard-working team to receive the recognition they deserve."Â</p><p>With the help of an NEC SV8100 communication system and an NEC UC for Business (UCB) Contact Centre application, the team was able to maximise their performance, managing over 10,000 properties in South West London.</p><p>Creaser explained, "Unified Communications for Business has helped us build better customer relationships, especially with the Preferred Agent feature which directs callers to the person they spoke to previously.</p><p>If the call centre is particularly busy, the number of agents can be expanded by diverting calls to other extensions in the building. In the case of exceptional demand customers, whose call is not answered within 30 seconds, can request a call back.</p><p>"All inbound emails to RHP Customer Services are handled within the UCB Contact Centre application and customer emails are queued alongside inbound calls. This approach means that RHP customers have choice, convenience and control in the way that they contact us."Â</p><p> </p><p><strong>About The European Call Centre & Customer Service Awards</strong></p><p>As a result of merging the National Customer Service Awards and the European Call Centre Awards, the European Call Centre & Customer Service Awards offer a single platform to demonstrate customer service and contact centre excellence through a series of new and refreshed categories which cover everything from ‘Best Outsourcing Partnership’, and ‘Frontline Professional of the Year’ to ‘Best Online Customer Service\\'.</p><p> </p><p><strong>About NEC Unified Solutions, EMEA</strong><br />NEC Unified Solutions specialises in providing communications solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, these solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and significantly improved customer satisfaction. Serving customers through a network of direct sales organisations, business partners and value-added resellers, NEC Unified Solutions fosters a company-wide culture of customer dedication, flexibility and excellence throughout the EMEA (Europe, Middle East & Africa) region. For more information, please visit: http://www.nec-unified.com.</p><p> </p><p><strong>About NEC Infrontia</strong><br />NEC Infrontia is part of the NEC Corporation, a world leader in the creation of innovative IP and traditional communications solutions to businesses of all types and sizes. Its reputation for engineering excellence that enables its customers to maximise productivity and profitability is founded on an annual R&D spend of $2.3bn. For more than 100 years it has been a byword for innovation in electronics, networking and IT. It is committed to the highest industry levels of customer support and the continuing development of the most advanced communications applications. For more information please visit the NEC Infrontia website at www.neci.co.uk .</p><p> </p><p> </p><p> </p><p> </p><p><strong>NEC Press Contacts:</strong></p><p>Robert van Amerongen<br />Manager Marketing Communications, NEC Unified Solutions<br />Email: robert.van.amerongen@emea.nec.com<br />Tel: +31 35 689 1521</p><p>Jim Eagers<br />Marketing Manager, NEC Infrontia Ltd.<br />Email: <a href=\"\\\" target=\"\\\">jeagers@neci.co.uk</a><br />Mobile: +44 (0) 787 509 3399</p><p> </p>', NULL, ''),
(94, 0, 1, '2016-06-30 13:41:01', 6, 448, 0, 0, 0, '', '', '', 'Paritel\'s salesforce embrace powerful new additions to NEC portfolio', 'UT880 heralded as flagship phone and ˜killer\"™ - due to excellent applications, look and feel NEC and Paritel reconfirm to be each other™s partner of choice', '', '', '<p><strong>Hilversum, Paris, 18 February 2015</strong> – At Paritel’s annual conference held last month in Château des Fontaines in Chantilly, France, the company’s salesforce unanimously and enthusiastically embraced NEC’s new additions to its powerful portfolio of communication platforms and terminals.</p>\r\n\r\n<p>One of the highlights at the event, which brought together over 350 attendees including Paritel’s 300 person strong salesforce, was the introduction of the UT880, NEC’s latest innovation which integrates a desktop phone and a tablet into one device.</p>\r\n\r\n<p><strong>Smart Endpoints are key game changers</strong><br />\r\nParitel, subsidiary of Global Concept and one of the leading installers of professional communications systems in France, has been NEC business partner since several years. At the conference the latest additions to NEC’s state-of-the art communication platforms and terminals for Small and Midsize Businesses were presented, together with their advanced applications for Unified Communications, Business Mobility wireless communications and Management.</p>\r\n\r\n<p>François-Remy Monnier, Sales Director at NEC Enterprise Solutions for Southern Europe and Africa, said: “Feedback from Paritel’s salesforce has been extremely positive and it is clear that our latest portfolio developments clearly exceed their expectations.”</p>\r\n\r\n<p>“It is clear that Smart Endpoints in hosted and cloud based business are key game changers in the SMB business, and based on the well-defined SMB strategy of Paritel and NEC’s powerful portfolio we are convinced we have gold in hands to address these market opportunities”, says Olivier Mouilleseaux, Marketing VP Global Concept.</p>\r\n\r\n<p><strong>Partnership reinforced</strong><br />\r\n“NEC’s SL and SV platforms are gateways to Hybrid Cloud Solutions – for voice, video and applications – and we see the relationship between Paritel and NEC go further than just Unified Communications“, Olivier Mouilleseaux continues. “Paritel brings tremendous channels to market combined with a marketing and support track record that is unique in our business. Their exceptionally well organized sales, marketing and support machine is truly impressive. All team members share the objective to extend the reach of the successful NEC portfolio of communications products in France and provide end customers excellent telephony solutions”, François-Remy Monnier concludes.</p>\r\n\r\n<p><strong>UT880 Flagship phone</strong><br />\r\nBesides the UT880, which has been heralded as flagship phone, NEC’s DT400 series also received very positive feedback at the conference. Particularly the embedded Bluetooth capability is regarded a key enabler.</p>\r\n\r\n<p>Furthermore, NEC’s comprehensive portfolio of mobile handsets completes the extremely powerful proposition with which Paritel’s salesforce can address the market. This portfolio includes the revolutionary G966 SmartDECT handset, which combines latest IP DECT communications with WiFi-based Android application support – enabling tight integration with business-specific applications.</p>\r\n\r\n<p> NEC Enterprise Solutions is a leading provider of comprehensive IT & Communications solutions to organizations of all types and sizes and is building on its strong UNIVERGE portfolio to meet the needs of SMBs (Small and Medium Sized Businesses) and Enterprises to enhance their communications infrastructure toward Unified Communications and Cloud based solutions.</p>\r\n\r\n<p align=\"center\">***<br />\r\n </p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:</strong><br />\r\nRobert van Amerongen<br />\r\nTel: +31 35 689 1521<br />\r\nrobert.van.amerongen@emea.nec.com <br />\r\n </p>\r\n\r\n<p align=\"left\"><strong>About NEC Corporation</strong></p>\r\n\r\n<p align=\"left\">NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company's experience and global resources, NEC's advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.</p>\r\n\r\n<p align=\"left\"><em>© 2014 NEC Corporation. NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned are the trademarks of their respective owners.</em></p>\r\n', '', ''),
(95, 0, 1, '2016-06-30 13:41:01', 6, 449, 0, 0, 0, '', '', '', 'NEC Launches New Servers Based on New Intel(R) Xeon(R) E5-2600 v3 Product Family', 'Processing performance increased by up to 40%', '', '', '<p><strong>Tokyo, September 17, 2014 - </strong>NEC Corporation (NEC; TSE: 6701) announced today the launch of four new models of its Express5800 Series of industry-standard servers. These new servers feature the Intel(R) Xeon(R) processor E5-2600 v3 product family and include rack, modular and blade models, which improve input/output (I/O) performance and network flexibility for various virtualization environments.</p><p>Also, NEC has started to use a common design guideline for the Express5800 Server Series and NEC Storage Series to improve usability for operators and maintenance engineers. The new common design is applied to NEC's new servers and storages released in September and later.</p><p>In recent years, the number of virtual machines per server has been increasing as server performance increases. On the other hand, I/O performance could bottleneck when concentrated accesses to the server occur, since the number of network ports and network performance is limited. To address such an issue, the new servers are equipped with more network ports and support various network cards, as well as adopting 12Gb/S SAS RAID controllers and hard drives to strengthen I/O performance.</p><p> </p><p>Key features of the new servers include the following:<br /><br /><strong>1. Increased number of network ports and improved flexibility</strong><br />The new rack mount servers Express5800/R120f-2M and R120f-1M have four network ports <sup>(*1)</sup> which is double when compared with the previous models. The network ports can be selected from 1000BASE-T, 1000BASE-T+10GBASE-SFP+, and 10GBASE-T as a flexible LOM (LAN on Motherboard) for various user needs.</p><p>The new blade server Express5800/B120f has two 10GBASE-T ports and can be expanded up to 8 ports by adding 6 ports, which delivers up to 80Gbps network bandwidth. The new modular server Express5800/E120f-M has four network ports which is double when compared with the previous model. Also, in spite of high density design, there are two PCI slots which support various options such as RAID cards, InfiniBand adapter, and PCIe SSD adapter for flexible system configurations for virtualization and high performance computing.</p><p><strong>2. Performance improvements with the latest processors and DDR4 memory</strong><br />The new servers equipped with the Intel(R) Xeon(R) processor E5-2600 v3 product family with up to 18 cores <sup>(*2)</sup> and high speed DDR4 memory, enable processing performance to be improved by 40% <sup>(*3)</sup> when compared to previous models.</p><p>Furthermore, adopting 12Gb/S SAS RAID controllers and hard drives improves storage I/O performance by as much as 40% <sup>(*4)</sup> compared to previous models.</p><p> </p><p><strong>3. New common design to improve usability</strong><br />NEC had previously been providing each product lineup with individually optimized design. On the other hand, system administrators are facing increasing workloads as systems are becoming more complex with a wide variety of platform products. NEC has started to use a common design guideline for the Express5800 Server Series and NEC Storage Series to improve usability for operators and maintenance engineers. The new common design is applied to NEC's new servers and storages released in September and later.</p><p>The new design guideline includes:</p><p> 1. Color for hot-swappable parts</p><p> 2. Product information indication rule on the front (type of HDD/SSD, capacity, etc.)</p><p> 3. Adopting mono-color LEDs only</p><p> 4. LED location and order, unified design of icons</p><p> </p><p><strong>Availability</strong><br />NEC's new Express5800 servers will be available on September 24, 2014 and progressively distributed worldwide. Shipping dates differ according to model and country.</p><p> </p><p>For further specification information, please see:</p><p>NEC Express5800/R120f-1M (2-socket 1U rack server): http://www.nec.com/en/global/prod/express/rack/r120f-1m/index.html</p><p>NEC Express5800/R120f-2M (2-socket 2U rack server): http://www.nec.com/en/global/prod/express/rack/r120f-2m/index.html</p><p>NEC Express5800/B120f (2-socket blade server): http://www.nec.com/en/global/prod/express/blade/server/b120f/index.html</p><p> NEC Express5800/E120f-M (2-socket modular server): http://www.nec.com/en/global/prod/express/modular/e120f-m/index.html</p><p> </p><p align=\"center\">***</p><p>Notes:</p><p>(*1) Two ports when selecting 10GBASE-T</p><p>(*2) Up to 16 cores for Express5800/B120f, and 10 cores for Express5800/E120f-M</p><p>(*3) According to the performance tests by NEC</p><p>(*4) According to the random write performance tests by NEC</p>', NULL, ''),
(96, 0, 1, '2016-06-30 13:41:01', 6, 450, 0, 0, 0, '', '', '', 'NEC\'s new I755x ATEX DECT handset provides care free mobile communications in hazardous environments', 'High-end IP DECT handset combines robustness, safety and extremely rich functionality', '', '08-10-12', '<p align=\"\\\"><strong>Hilversum, October 8, 2012</strong> - NEC, global leader in enterprise communications, today announced the introduction of the new IP DECT handset I755x that enables care free wireless communications in demanding and potentially hazardous environments that require electrical equipment to conform to IECEx specifications.</p><p align=\"\\\">With the introduction of this new intrinsically safe handset, NEC expands its powerful Business Mobility portfolio and in particular its IP DECT I755 Series, with a robust high-end handset created for mobile voice communications and messaging in such high-risk environments.</p><p align=\"\\\"><strong>Explosion protection</strong><br />In the ruggedized design NEC has managed to combine extreme robustness and resistance to shocks, dust and water (IP54 classification) as well as compliance to IECEx specifications, with an appealing design, an intuitive user interface and its keypad with easy to use distinctive keys. The handset's explosive environment and safety compliance is in line with the established ATEX EN 60079-0 and EN 60079-11, IECEx IEC 60079 and IEC 60079-11 norms and regulations.</p><p align=\"\\\">Besides flexibility and comfort, the I755x offers rich functionality, giving users full control over their accessibility and many different call control features seamlessly integrated with the PBX. Text messaging and alarm information, from applications such as alarming and nurse call systems, provide valuable information to the user, including central directory access, personal phone book and calendar entries</p><p align=\"\\\"><strong>Utmost personal security</strong><br />A dedicated SOS-alarm key and the man-down function (II 3G EEx ib IIC T4), detecting a non-vertical position, provide additional personal security to the user, while the optional Bluetooth headset provides full freedom and flexibility. The I755x handset complies with the DECT standards for high speech quality and security. The dual antennas included in the set allow for antenna diversity, adding to stable and secure communications even in demanding RF environments.<br /> </p><p align=\"\\\">A dual charger and a 6-handset charger rack, both based on contact free inductive charging, allow for additional batteries to be charged, ensuring 24/7 usage.</p><p align=\"\\\">***</p><p><strong>For more information please contact:</strong><br /> </p><p><strong>NEC Unified Solutions<br />Robert van Amerongen<br />Tel: +31 35 689 1521<br />Email: </strong><a href=\"\\\" target=\"\\\"><strong>robert.van.amerongen@emea.nec.com</strong></a></p>', NULL, '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(97, 0, 1, '2016-06-30 13:41:01', 6, 451, 0, 0, 0, '', '', '', 'NEC moves Healthcare forward with advanced solutions at Zorg & ict', 'NEC\'s Innovation for Life offers solutions for Care and Cure', '', '11-03-13', '<p><em>Visit us at our stand Hall </em><em>01 Booth B010 </em><em>at Zorg & ict 2013, Utrecht</em></p><p align=\"\\\"><br /><strong>Hilversum, March 11, 2013 - </strong>NEC today announced that at Zorg & ict 2013 it is presenting a broad spectrum of state-of-the-art solutions that move Healthcare forward in enhancing efficiency and quality of care. Zorg & ict is the annual point of reference for ICT developments for the health care sector in the Benelux and is taking place from 13-15 March in the Jaarbeurs, Utrecht.</p><p align=\"\\\"> </p><p align=\"\\\">At Zorg & ict NEC presents "Innovation for Life", integrated communication solutions for CARE & CURE. Visitors are updated on NEC's latest Unified Communications & Collaboration tools, including the UNIVERGE Business ConneCT application. Contact Center solutions offering rich functionality, flexibility in capacity and routing, and insight in service delivery and performance, help healthcare institutions and policlinics to process enquiries and appointments swiftly, efficiently and to full satisfaction.</p><p align=\"\\\">Mobility solutions on show include next generation IP DECT in combination with Mobicall integrated messaging. MobiCall is designed to connect with a wide variety of external applications such as paging systems, nurse call systems, fire alarm systems, building management and workflow systems. Also on show is a variety of robust and versatile handsets designed specifically for healthcare environments. Other mobility solutions include Location detection ensuring safety of staff and patients.</p><p align=\"\\\">NEC's Storage and Virtualization solutions ensure continuity and reliability in critical environments. With VPCC desktop virtualization, patient records can be accessed flexibly and securely while staff is on the move. Fault Tolerant Servers ensure high availability of mission critical applications (e.g. patient records, emergency services, medicine distribution).</p><p>The broad spectrum covered is further enhanced with NEC exhibiting selected models of its hospital-wide portfolio of professional display solutions. NEC is ideally placed to meet the needs of the sector with its range of displays from LCD monitor solutions designed for accurate medical diagnosis (mammography, radiology, oncology etc.), standard office monitors for the administrative departments and projectors for teaching and meeting rooms to large format displays for visitor way finding and hospital information systems.</p>', NULL, ''),
(98, 0, 1, '2016-06-30 13:41:01', 6, 452, 0, 0, 0, '', '', '', 'Mustek inaugurates new division Mustek Security Technologies', 'Crime prevention services increasingly need fully integrated solutions that capture evidence', '', '', '<p align=\"left\"><strong>Midrand, 29 September 2014</strong> – Mustek, the largest assembler and distributor of personal computers and complementary ICT products in South Africa and strategic partner of NEC Enterprise Solutions, is capitalizing on the market for integrated security solutions and has recently established Mustek Security Technologies (MST). This month this new division was inaugurated in the presence of Dr Nobuhiro Endo, President of NEC Corporation, and key members of the South African Police Services (SAPS) and SAPS Forensic Department.</p><p align=\"left\">The identity management and access control market is at an exciting point, with technology being available that can bridge the gap between high cost and high-end solutions, and more cost-effective and functional ones. More than ever, expertise of fully integrated security solutions is needed to implement crime prevention services.</p><p align=\"left\">“Organizations and companies need to be educated on the benefits of the respective solutions in order for them to make a qualified purchase decision. It is a case of implementing systems that can be used as evidence to not only identify those who break the law – but also help to prosecute them. It is vital that solutions are cognisant of this and empower companies with the tools they need to manage any potential issues before they arise”, explained Peter Bouwer, GM Special Projects at Mustek Security Technologies.</p><p align=\"left\">MST is dedicated to providing such expertise and fully integrated security solutions to corporations and government, obviating the need to source various components from a host of suppliers. NEC’s comprehensive portfolio of servers, storage and security solutions are core components in Mustek’s offering.</p><p align=\"left\">Through the execution of ‘Solutions for Society’ NEC strives to support innovation in social infrastructures around the world, helping to solve issues faced by society.<br /> </p><p align=\"center\">***</p><p><strong>For more information please contact NEC Enterprise Solutions:</strong><br /> </p><p><strong>Robert van Amerongen Annick Reyngoudt</strong></p><p><strong>Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong></p><p><strong>robert.van.amerongen@emea.nec.com <a href=\"mailto:annick.reyngoudt@emea.nec.com\">annick.reyngoudt@emea.nec.com</a></strong><br /> </p>', NULL, ''),
(99, 0, 1, '2016-06-30 13:41:01', 6, 453, 0, 0, 0, '', '', '', 'NEC Receives 2015 INTERNET TELEPHONY Product of the Year Award', 'UNIVERGE SV9000 Series Recognized for Innovation', '', '', '<p align=\"left\"><strong>Hilversum, 4 February 2015 – </strong>NEC today announced that TMC, a global, integrated media company, has named the UNIVERGE SV9000 series, the company’s latest line of software-based communications servers, a recipient of a 2015 <em>INTERNET TELEPHONY</em> Product of the Year Award. </p><p align=\"left\">The winners of the 2015 INTERNET TELEPHONY Product of the Year Awards represent some of the best technology and communications products and solutions released in the last twelve months. Selected companies have demonstrated unique vision, leadership and commitment to excellence in advancing the technology and communications market.<br /> </p><p><strong>Validation of success</strong><br />“It is with great satisfaction that we accept this award from INTERNET TELEPHONY recognizing our SV9000 series for how it provides a top line communications platform in a scalable, investment protective package that redefines the way businesses and individuals communicate”, said Paul Kievit, President and Head of NEC Enterprise Solutions EMEA. “The new SV9000 series continues NEC’s trend of creating a natural migration path for customers, while evolving the technology to meet the needs of today’s businesses. Being named Product of the Year is further validation of our success.”</p><p>NEC’s SV9000 communications platform continues to gain recognition, also being cited as having the lowest total cost of ownership and achieving the highest overall score of all vendors in a customer-based survey by a leading research firm*¹.<br /> </p><p align=\"left\"><strong>Among the best</strong><br />“It gives me great pleasure to recognize NEC with a 2015 Product of the Year Award for its commitment to excellence and innovation,” said Rich Tehrani, CEO, TMC. “In the opinion of our distinguished judges, NEC’s SERIES 9000 platform has proven to be among the best communications and technology solutions on the market in 2015. I look forward to continued innovation from NEC.”</p><p align=\"left\">The winners of the 2015 INTERNET TELEPHONY Product of the Year are featured in the January/February 2015 issue of INTERNET TELEPHONY magazine and online at www.itmag.com. For more information about TMC, visit <a href=\"http://www.tmcnet.com\">www.tmcnet.com</a>.</p><p><em>*¹ NEC’s TCO results, published in the 2014 annual Nemertes Research report. </em></p><p align=\"left\"> </p><p align=\"center\">***</p><p><strong>Media Inquiries:<br />Robert van Amerongen <br />Tel: +31 35 689 1521 <br />robert.van.amerongen@emea.nec.com </strong></p><p><strong>About NEC Enterprise Solutions:</strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p><p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</p><p><strong>Additional resources:</strong><br />Twitter: https://twitter.com/necenterprise<br />Facebook: https://www.facebook.com/nec.global<br />LinkedIn: http://www.linkedin.com/company/nec<br />YouTube: http://www.youtube.com/user/NECinfrontia<br />Blog: http://www.nec-enterprise.com/Blog</p><p> </p><p><strong>About INTERNET TELEPHONY magazine</strong><br />INTERNET TELEPHONY has been the IP Communications Authority since 1998™. Beginning with the first issue, INTERNET TELEPHONY magazine has been providing unbiased views of the complicated converged communications space. For more information, please visit www.itmag.com. Follow INTERNET TELEPHONY magazine on Twitter or join our Linked In group. Subscribe or visit <a href=\"http://www.itmag.com\">www.itmag.com</a>.</p>', NULL, ''),
(100, 0, 1, '2016-06-30 13:41:01', 6, 454, 0, 0, 0, '', '', '', 'NEC and Comstore sign up to strengthen distribution of SMB business communications portfolio in Portugal', 'Ideal market fit offers promising business outlook', '', '08-11-12', '<p align=\"\\\"><strong>Hilversum, 08 November 2012 - </strong>NEC Unified Solutions and Comstore networking & communications of Portugal today announced they have signed a distribution agreement granting Comstore the rights to distribute NEC's SMB (Small and Medium Business) range of business communications solutions throughout Portugal. The agreement took effect on 1st October and is followed by launch events introducing the new solutions to Comstore resellers across the country.</p><p><strong>A powerful extension to the Comstore portfolio</strong><br />"Comstore is already a leader in Portugal and with NEC behind us, we will be in an excellent position to provide our resellers an additional rich and powerful portfolio of products and applications that enables them to offer advanced communication solutions in their markets"Â, says Pedro Bravo Serra, Managing Director of Comstore.<br />"The NEC systems offer great value for money and provide applications that make an entire workforce more productive and work smarter wherever they are. Wireless telephony makes employees reachable throughout the office, softphones and built-in conference bridges make communications more efficient while the ability to link your smartphone to the system reduces call costs significantly. In fact the NEC portfolio has it all"Â, he adds.</p><p align=\"\\\">The highly successful communication servers are based on the latest technology and are deployed within 50.000 SMB organisations throughout Europe. With their powerful and intuitive applications that meet the needs of an increasingly mobile workforce, they are an excellent fit to customer requirements in Portugal.</p><p align=\"\\\"><strong>Easy training, easy installation and easy to sell</strong><br />"In addition to being well-featured and well-priced, our SL series is extremely reseller-friendly"Â, says Tony Life, Regional Sales Director at NEC Unified Solutions. "With minimal system configurations via out of the box settings, set-up and system commissioning can be done within an hour. With intuitive features that are simple to understand and use, partner training and end user instruction are kept to a minimum too"Â.</p><p align=\"\\\">"NEC is the global no.1 supplier of communication systems to SMB markets and is continuously innovating and expanding its portfolio of IT and communications products"Â continues Life. "NEC is committed to delivering top class IT and Communications products and services to as broad an audience as possible. We are therefore extremely pleased to enter into a partnership with Comstore. With their in-depth knowledge of and experience in the Portuguese marketplace we are convinced that we will soon reap the rewards of this powerful partnership"Â, he concludes.</p><p align=\"\\\"> </p><p align=\"\\\">***</p><p> </p><p> </p><p><strong>For more information, please contact:</strong></p><p><strong>Robert van Amerongen</strong></p><p><strong>NEC Unified Solutions</strong></p><p><strong>Tel: +31 35 689 1521</strong></p><p><strong>Email: </strong><a href=\"\\\" target=\"\\\"><strong>robert.van.amerongen@emea.nec.com</strong></a><br />Visit <a href=\"\\\" target=\"\\\">nec-unified.com</a> for more information on NEC Unified Solutions<br /><br /> </p><p> </p><p><strong>About NEC Unified Solutions</strong><br />NEC Unified Solutions specialises in providing communications solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, these solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and significantly improved customer satisfaction. Serving customers through a network of direct sales organisations, business partners and value-added resellers, NEC Unified Solutions fosters a company-wide culture of customer dedication, flexibility and excellence throughout the EMEA (Europe, Middle East & Africa) region. For more information, please visit: http://www.nec-unified.com.</p><p>Â </p><p><strong>About Comstore</strong></p><p>Comstore is a national distributor of IT & Networking products in Portugal. The company was founded in 2004 and is headquartered in Oeiras. For more information, please visit: http://www.comstore.pt.</p><p>Â </p>', NULL, ''),
(101, 0, 1, '2016-06-30 13:41:01', 6, 455, 0, 0, 0, '', '', '', 'NEC presents Smart Cruise Ship Communications at Cruise Shipping Miami', 'Innovative solutions maximize staff efficiency and cruise passenger experience', '', '06-03-13', '<p><em>Visit us at our stand 1107</em></p><p align=\"\\\"><strong>Hilversum, Miami, March 6, 2013</strong> - At Seatrade Cruise Shipping Miami 2013, taking place from 11-14 March at the Miami Beach Convention Center, Florida, NEC presents its next generation integrated Hospitality Communication Solutions specifically aimed at enhancing staff efficiency and passenger services on board of leading cruise ships. NEC, global leader in state-of-the art Hospitality and Cruiseline Communications, is extremely pleased to - also on request of several major cruiseline customers - participate to this annual point of reference for the cruise shipping industry.</p><p align=\"\\\">As Martin van der Veeken, Sales Director Marine at NEC Unified Solutions, states:"Being one of the leading technology partners for the cruise shipping industry, we have been participating to this event for many years, and it is fantastic to experience how much we year-on-year are appreciated for the quality products and innovative solutions we bring on board. Cruise Shipping Miami 2013 gives us an excellent opportunity to present our innovative Smart Cruise Shipping Communications portfolio to a large number of customers and newly interested parties"Â.</p><p align=\"\\\">NEC's Smart Cruise Ship Communications is designed to meet the needs of today's passengers and crew. The solutions meet highest standards of quality, reliability, flexibility and ease of use - connecting people with the information they need, making life onboard extra special and enabling cruise and ferry companies to maximize passenger services, safety and satisfaction. Critical business processes aboard a vessel like integrated messaging and RTLS (Real Time Location Services) are an integrated part of NEC's new Smart Cruise Ship Communications solution set.</p><p align=\"\\\"><strong>Next generation Mobility and UC</strong><br />NEC's communication servers and applications allow cruise line companies to generate additional revenues, while reducing operational costs and improving efficiency of the crew.</p><p align=\"\\\">In mobile communications, we are taking full advantage of the latest developments towards CAT-iq. At Cruise Shipping Miami we are introducing our next generation IP DECT handsets with HD audio and integrated internet services. In combination with our Business ConneCT suite for Unified Communications this enables us to provide an extremely powerful and vital offering for on-board guest and staff security and communicationsâ€Â, says van der Veeken.</p><p align=\"\\\">***</p><p> </p><p><strong>For more information please contact:</strong></p><p> </p><p><strong>NEC Unified Solutions<br />Robert van Amerongen<br />Tel: +31 35 689 1521</strong><br /><strong>Email: </strong><a href=\"\\\" target=\"\\\"><strong>robert.van.amerongen.@emea.nec.com</strong></a></p><p> </p><p><strong>NEC Unified Solutions</strong><br />NEC Unified Solutions specialises in providing communications solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, these solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and significantly improved customer satisfaction. Serving customers through a network of direct sales organisations, business partners and value-added resellers, NEC Unified Solutions fosters a company-wide culture of customer dedication, flexibility and excellence throughout the EMEA (Europe, Middle East & Africa) region. For more information, please visit: <a href=\"\\\" target=\"\\\">http://www.nec-unified.com</a></p><p> </p><p><strong>About NEC Corporation</strong><br />NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at http://www.nec.com</p><p><em>NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. ©2010 NEC Corporation.</em></p><p> </p>', NULL, ''),
(102, 0, 1, '2016-06-30 13:41:01', 6, 456, 0, 0, 0, '', '', '', 'HGST and NEC Deliver Proven Performance for Scalable SQL Server Appliances', 'New Reference Architecture Built on Enterprise-Class NEC Servers and HGST PCIe SSDs give 24x7 Mission-Critical Data Center Operations a 173 Percent Boost in Performance with up to 8.8 TB of High-Performance Flash Per Server', '', '12-08-14', '<p><strong>SAN JOSE, Calif., August 12, 2014</strong> – Enterprise storage leader HGST, a Western Digital company (NASDAQ: WDC), and NEC Corporation (NEC; TSE: 6701), today announced a PCIe SSD Appliance for Microsoft® SQL Server® – a performance-driven reference architecture built on NEC Express 5800 scalable enterprise server series and high-performance HGST FlashMAX II PCIe server-mounted flash storage. This appliance not only demonstrates a tremendous boost in performance, but also reduces total cost of ownership (TCO) by significantly cutting rack space and power requirements when compared to previous generation solutions.</p><p>The PCIe SSD appliance delivers more than twice the compute power of the previous generation 4CPU platform in a single 4U server, reducing rack space requirements by 69 percent and power consumption by 27 percent. The inclusion of HGST’s FlashMAX II devices injects up to 8.8TB of high-performance flash per server, for a near doubling of logical scan rates to 8.2GBps that tackles even the largest SQL workloads. With features once only found on mainframe or UNIX servers, this new appliance delivers significant and predicable performance, as well as scalability, to keep pace with the changing demands of today’s enterprise data center operations.</p><p>“HGST is pleased to work with NEC to provide customers with this validated reference architecture and solution that has proven performance,” said Mike Gustafson, senior vice president and general manager, HGST Flash Platforms Group. “With the need for high-performance being a driving force in data center operations, the FlashMAX II was built from the ground up to provide unconditional and consistent levels of IOPS across a broad range of applications and workloads at all capacity utilization levels.”</p><p>“NEC is excited about this announcement of the reference architecture combining our Scalable Enterprise Server and HGST FlashMax technology, providing secure and scalable capacity with unmatched performance,” said Tomoyasu Nishimura, general manager of NEC IT Platform Division. “We have a proven track record with HGST FlashMAX II technology, and we look forward to bringing this appliance as well as others to the market with a superior value proposition.”</p><p>For more information about the HGST FlashMAX II solution, please visit www.hgst.com. For more information about NEC Express 5800 solution, please visit www.nec.com.</p><p align=\"center\">*****</p><p><span style=\"font-size:11px;\"><strong>About HGST</strong><br />HGST, a Western Digital company (NASDAQ: WDC), develops innovative, advanced hard disk drives, enterprise-class solid state drives, external storage solutions and services used to store, preserve and manage the world’s most valued data. HGST addresses customers’ rapidly changing storage needs by delivering intelligent storage devices that tightly integrate hardware and software to maximize solution performance. Founded by the pioneers of hard drives, HGST provides high-value storage for a broad range of market segments, including Enterprise, Cloud, Datacenter, Mobile Computing, Consumer Electronics and Personal Storage. HGST was established in 2003 and maintains its U.S. headquarters in San Jose, California. To find out more about HGST enterprise-class HDD, SSD and SW solutions, please visit www.hgst.com.</span></p><p><span style=\"font-size:11px;\"><strong>About NEC Corporation</strong><br />NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company's experience and global resources, NEC's advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at www.nec.com.</span></p><p><span style=\"font-size:11px;\">This press release contains forward-looking statements, including statements relating to expected demand for certain categories of HDDs and availability dates for HDD products. These forward-looking statements are subject to risks and uncertainties that could cause actual results to differ materially from those expressed in the forward-looking statements, including changes in markets, demand, global economic conditions and other risks and uncertainties listed in Western Digital’s recent SEC filings, to which your attention is directed. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak on as of the date hereof, and HGST/WD undertakes no obligation to update these forward-looking statements to reflect subsequent events or circumstances.</span></p><p><span style=\"font-size:11px;\">HGST FlashMAX and the Virident logo are trademarks of HGST. All other products and services listed herein are trademarks of their respective companies.</span></p><p><span style=\"font-size:11px;\">One GB is equal to one billion bytes, and one TB equals 1,000 GB (one trillion bytes). Actual capacity will vary depending on operating environment and formatting.</span></p>', NULL, ''),
(103, 0, 1, '2016-06-30 13:41:01', 6, 457, 0, 0, 0, '', '', '', 'Telefonica and NEC Start Cloud Computing Services in Argentina', 'First step in promoting cloud computing services in Latin America', '<tr>', '<tbody>', '\"<p><strong>Tokyo, London and Buenos Aires, December 8, 2011</strong> - NEC Corporation (NEC; TSE: 6701) announced today that Telefonica has launched "APLICATECA"Â in Argentina, cloud services using NEC's cloud platform.<br /><br />In February 2011, Telefonica selected NEC as a strategic partner to promote cloud computing in Latin America. As a result, Telefonica is now approaching its customers with a new option based on the SaaS business system (Software as a Service), designed to facilitate access to a variety of digital applications and services where the customer only pays for the number of licenses that are used.<br /><br />This project allows Telefonica to boost its innovative services in Latin America by using a more efficient model that reduces time-to-market. Initially, Telefonica aims to support small and medium sized businesses in Latin America by breaking down the current entry barriers to new technologies and IT applications, while encouraging an open environment for developers to launch new applications.<br /><br />Looking forward, NEC's deployment of platforms for cloud services in Argentina can be applied to a wide variety of areas.</p><p> </p><table cellpadding=\"\"0\"\" cellspacing=\"\"0\"\">', NULL, ''),
(104, 0, 1, '2016-06-30 13:41:01', 6, 458, 0, 0, 0, '', '', '', 'NEC\'s uMobility makes smartphones true extensions of a company network', 'Single number reach, Mobile UC and seamless roaming enhance productivity while on the move', '', '28-01-13', '<p align=\"\\\"><strong>Hilversum, January 28, 2013</strong> - NEC, global leader in enterprise communications, today announced the launch in EMEA (Europe, Middle East & Africa) of uMobility, a Fixed Mobile Convergence solution that makes smartphones true extensions of an enterprise telephony system and equips users with powerful Mobile Unified Communications.</p><p align=\"\\\">uMobility is available for a range of mobile devices and extends the functionality and capabilities of enterprise communication servers to smartphone clients, such as iOS, Android, BlackBerry and Nokia, as well as Android and iOS tablets. Workers can use their mobile devices on the company's wireless network when within range and can without interruption transfer to the public mobile network when outside range of the corporate network.</p><p align=\"\\\">"Many employees today don't just need the freedom to move around and work from different locations within the office, but also need mobility elsewhere; at customers' premises or on the road"Â, says Bert van Koelen, Business Manager Business Mobility at NEC Unified Solutions. uMobility provides all the functionality you need for access to enterprise telephony and Unified Communications from any location, by integrating smart phones within the enterprise network. Employees can now enjoy the ease of a single handset with enterprise dialling and single number reach that works as effectively in the office as when travelling or working from home"Â, explains van Koelen.</p><p align=\"\\\"><strong>A single mobile handset</strong><br />With NEC's uMobility, businesses are able to empower employees with single number reach and identity. When colleagues and customers call one's enterprise phone number, both business phone and smart phone ring. The smartphone will roam between available Wi-Fi networks and the mobile network. Furthermore, there is no need to check multiple voicemail boxes for messages; all missed calls are routed to a central mailbox that can be checked from one's desk or on the go. Key PBX functionality provided by uMobility includes hold, transfer, voicemail, corporate directory and operator assistance.</p><p align=\"\\\">uMobility is supported across all NEC communication servers and provides powerful management and diagnostics. One single application can support multiple PBXs, while redundancy and virtualization options are available as well.</p><p align=\"\\\">***</p><p><strong>For more information please contact:<br />NEC Unified Solutions<br />Robert van Amerongen<br />Tel: +31 35 689 1521<br />Email: </strong><a href=\"\\\" target=\"\\\"><strong>robert.van.amerongen@emea.nec.com</strong></a><br /> </p><p><strong>About NEC Unified Solutions</strong><br />NEC Unified Solutions specializes in providing communications solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, these solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and significantly improved customer satisfaction. Serving customers through a network of direct sales organizations, business partners and value-added resellers, NEC Unified Solutions fosters a company-wide culture of customer dedication, flexibility and excellence throughout the EMEA (Europe, Middle East & Africa) region. For more information, please visit: http://www.nec-unified.com.</p><p><em>NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. ©2013 NEC Corporation.</em></p>', NULL, ''),
(105, 0, 1, '2016-06-30 13:41:01', 6, 459, 0, 0, 0, '', '', '', 'NEC and Nimava launch UNIVERGE SV9100 in Scandinavia', 'The latest evolution of the powerful communication platform for small & medium-sized businesses', '', '', '<p><strong>Hilversum / Oslo, 11 February 2015</strong> – At a special event held in Oslo, NEC together with its business partner Nimava launched the new NEC UNIVERGE SV9100 communications server in the Scandinavian markets. Together with the new system, NEC also released the new DT800 and DT400 terminal series and the latest release of several business enhancing applications.</p><p>The launching event brought together many business partners from across the region and was opened with a welcome address by Mr. Tonko Wedda, Managing Director Benelux & Nordics for NEC Enterprise Solutions.</p><p>Mr. Wedda stated enthusiastically: “All our regional business partners have attended the launch event and feedback from all resellers has been extremely positive. It is clear that our latest system greatly exceeds their expectations. We are also pleased to be able to announce that meanwhile our SV9100 as well as the SL1100 have been fully certified by Telenor for the Norwegian region”.</p><p><strong>Designed to provide SMB’s with UC</strong><br />The SV9100 is designed as an all-in-one unified communications (UC) platform for small and medium-sized businesses. With simplified installation and management, the highly scalable architecture provides businesses from 10 up to 900 users with a powerful and cost effective communication solution. </p><p>“The SV9100 is an excellent fit to our markets. Highlights include increased port capacity for 900 users, brand new Operator Console applications, the new terminals plus new mobility solutions. Easier installs, more on-board features, presence, instant messaging and a sharp price point make it pretty much complete and perfect to boost sales levels and market penetration”, Mr Horsten of Nimava commented.</p><p>By offering a broad set of UC applications, including numerous mobility options, NEC enhances its approach to vertical markets such as hospitality, healthcare and education. In addition, the SV9100 continues to support powerful customer care solutions.</p><p> </p><p>For more information about the UNIVERGE SV9000 series, please visit <a href=\"http://www.necsv9000.com\">www.necsv9000.com</a>.</p><p>For availability of the SV9100 and the new terminals, contact your regional NEC office.</p><p align=\"center\">***<br /> </p><p><strong>For more information please contact NEC Enterprise Solutions:</strong><br />Robert van Amerongen <br />Tel: +31 35 689 1521 <br />robert.van.amerongen@emea.nec.com <br /> </p><p align=\"left\"><strong>About NEC Corporation</strong></p><p align=\"left\">NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company's experience and global resources, NEC's advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.</p><p align=\"left\"> </p><p align=\"left\"><em>© 2015 NEC Corporation. NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned are the trademarks of their respective owners.</em></p>', NULL, ''),
(106, 0, 1, '2016-06-30 13:41:01', 6, 460, 0, 0, 0, '', '', '', 'NEC showcases power-saving, high density data center server at Mobile World Congress 2014', 'Features cooling device developed by NEC Central Research Laboratories', '', '', '<p><strong>Tokyo, February 14, 2014 </strong>- NEC Corporation (NEC; TSE: 6701) will showcase a new dedicated, high density and power-saving server for its data centers at Mobile World Congress 2014. With its unique packaging technology, NEC has demonstrated that 700 of these advanced servers can be accommodated in a single rack, enabling it to reduce both power consumption and installation space by 75% when compared with NEC's conventional servers.<br /><br />The new server employs a cooling device developed by NEC Central Research Laboratories based on a cooling technology that removes heat from servers through a phase change. This technology is based on the nature of a coolant that removes heat when transforming from a liquid to a vapor and enables power consumption to be reduced by 30% when compared to conventional water cooling methods.<br /><br />This environmentally friendly solution for data centers was adopted by NEC Kanagawa Data Center, which opened in January 2014.<br /><br />"With the number of servers rapidly increasing due to the growing popularity of cloud services, data centers face serious issues of increasing energy consumption and CO2 emissions. NEC's ecological solution for data centers helps to solve these issues by saving electricity through a combination of its power-saving, highly integrated servers and its innovative cooling devices," says Kazuaki Iwamoto, general manager, IT Platform Division, NEC Corporation.<br /><br />NEC showcases this server and cooling device at Mobile World Congress 2014, held in Barcelona, Spain from February 24 to 27.<br /><br />Based on its Mid-term Management Plan 2015, the NEC Group is working towards the safety, security, efficiency and equality of society. NEC aims to continue developing solutions for a wide range of social issues, as a company that creates value for society through the promotion of its "Solutions for Society," which provide advanced social infrastructure utilizing ICT.<br /><br /> </p>', NULL, ''),
(107, 0, 1, '2016-06-30 13:41:01', 6, 461, 0, 0, 0, '', '', '', 'NEC Named to the Global 100 Most Sustainable Corporations List', '', '<tr>', '<tbody>', '\"<p><strong>Tokyo, January 25, 2013</strong> - NEC Corporation (NEC; TSE: 6701) announced today its selection to the \\"Global 100 Most Sustainable Corporations in the World\\" for the second time.<br /><br />The \\"Global 100\\" was established in 2005 by the Corporate Knights Inc. of Canada in recognition of global corporations that perform well in terms of environmental, social and governance issues.<br /><br />This year\\'s Global 100 was announced on January 23, 2013 at the World Economic Forum held in Davos, Switzerland. Evaluation was based on 4,000 companies from around the world; the Top 100 originate from 22 countries and represent a wide range of business fields. Canada and the USA led the way with 10 companies each, Australia, the UK and France followed with 9, Germany 7, Brazil and Sweden 5, Japan, Netherlands, Norway, and Spain 4.<br /><br /><br />Global 100 Key Performance Indicators:<br />Prioritized for the Technology Hardware & Equipment Industry Group<br /> </p><table>', NULL, ''),
(108, 0, 1, '2016-06-30 13:41:01', 6, 462, 0, 0, 0, '', '', '', 'NEC and Al Yousuf launch UNIVERGE SV9100 in Middle East', 'The newest evolution of the powerful communication platform for small & medium-sized businesses', '', '', '<p>Hilversum / Dubai, 2 February 2015 – At a special event held at the Al Ain Ryhan Rotana Hotel in Al Ain in the United Arab Emirates, NEC together with its business partner Al Yousuf launched the new UNIVERGE SV9100 communications server in the UAE and surrounding markets. Together with the new system, NEC also released the new DT800 and DT400 terminal series and the latest release of several applications, including Release 7 of the Business ConneCT suite.</p><p>The launching event brought together many business partners from across the region and was opened with a welcome address by Mr. Firas Al Talibi, Managing Director of Al Yousuf.</p><p>Mr. Domenico De-Stefanis, Managing Director Middle East at NEC Enterprise Solutions, said: “Feedback from all resellers has been extremely positive. Many business partners have attended the launch event and it is clear that our latest system clearly exceeds their expectations.”</p><p><strong>Designed to provide SMB’s with UC</strong><br />The SV9100 is designed as an all-in-one unified communications (UC) platform for small and medium-sized businesses. With simplified installation and management, the highly scalable architecture provides businesses from 10 up to 900 users with a powerful and cost effective communication solution. </p><p>“Highlights include increased port capacity for 900 users, the brand new Operator Console applications, the new terminals plus new mobility solutions. Easier installs, more on-board features, presence, instant messaging and a sharp price point make it pretty much complete and perfect to boost sales and market”, Mr Haider Salman of Al Yousuf commented.</p><p>By offering a broad set of UC applications, including numerous mobility options, NEC enhances its approach to vertical markets such as hospitality, healthcare and education. In addition, the SV9100 continues to support powerful customer care solutions.</p><p>The excellent preparations which Al Yousuf ensured made the event extra special and extremely successful and all guests showed their appreciation for the excellent arrangements during the 2- day event. In addition a special introduction package for the SV9100 system was introduced to the attending partners.</p><p> </p><p>For more information about the UNIVERGE SV9000 series, please visit <a href=\"http://www.necsv9000.com\">www.necsv9000.com</a>.</p><p>For availability of the SV9100 and the new terminals, contact your regional NEC office.</p><p> </p><p align=\"center\">***<br /> </p><p><strong>For more information please contact NEC Enterprise Solutions:</strong><br />Robert van Amerongen </p><p>Tel: +31 35 689 1521 </p><p>robert.van.amerongen@emea.nec.com <br /> </p><p align=\"left\"><strong>About NEC Corporation</strong><br />NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company's experience and global resources, NEC's advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.</p><p align=\"left\"> </p><p align=\"left\"><em>© 2014 NEC Corporation. NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned are the trademarks of their respective owners.</em></p>', NULL, ''),
(109, 0, 1, '2016-06-30 13:41:01', 6, 463, 0, 0, 0, '', '', '', 'NEC Scores Highest in Customer Service, Technology and Trusted Advisor Skills in Midmarket IP Telephony', 'According to leading research firm Nemertes, NEC has happiest customers of all major IP telephony providers', '<li>Ability to serve as a Trusted Advisor</li></ul><p>The scores exceeded the ratings assigned by customers of other leading unified communication firms in the same categories. NEC also achieved the best customer loyalty in the Nemertes Customer Loyalty B', '<li>Technology</li>', '\"<p><a href=\"\"http://www.necam.com/\"\">NEC Corporation of America</a> (NEC), a leading provider and integrator of advanced IT and communications solutions, received the highest overall score from a customer-based survey in the annual Nemertes PilotHouse research study.</p><p>Midmarket IT professionals (those companies with fewer than 2,500 employees) using NEC for IP telephony rated NEC highest among all IP telephony vendors in three core areas:</p><ul>', NULL, ''),
(110, 0, 1, '2016-06-30 13:41:01', 6, 464, 0, 0, 0, '', '', '', 'NEC Enterprise Solutions relocates to new premises in Hilversum', 'Modern office environment radiates NEC\'s Smart Enterprise vision', '', '', '<p><strong>Hilversum, 26 June 2014</strong> – NEC Enterprise Solutions will as per July 1<sup>st</sup> 2014 move to new office premises in Hilversum. As of that date, the organization leaves the current office at the Anton Philipsweg and moves to its new address: Olympia 4, 1213 NT Hilversum.</p><p>From these new headquarters NEC Enterprise Solutions, leading provider of IT & Communications solutions, continues to serve its customers throughout EMEA (Europe, Middle East and Africa). The new building offers all modern facilities and is conveniently located in Hilversum's Arena Business Park, close to the A27 and within walking distance of Hilversum Sportpark Station.</p><p>The property covers an area of ​​over 3200 m2 office space and the state-of-the-art work environment is fully equipped with NEC’s innovative solutions that radiate NEC's views on the "Smart Enterprise", stimulating staff flexibility, mobility and productive interaction among each other, with business partners and customers.</p><p> </p><p> </p><p align=\"left\"><strong>For more information please contact NEC Enterprise Solutions:<br />Robert van Amerongen </strong></p><p><strong>Tel: +31 35 689 1521 </strong></p><p><a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a> </p><p> </p><p> </p><p><strong>About NEC Enterprise Solutions:</strong></p><p>NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p><p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.<br /> </p><p> </p>', NULL, '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(111, 0, 1, '2016-06-30 13:41:01', 6, 465, 0, 0, 0, '', '', '', 'NEC takes no.1 position as worldwide market leader in MZA\'s Global PBX/IP PBX Market report', 'NEC’s continuous innovation and commitment pays off', '', '', '<p align=\"left\"><strong>Hilversum, 23 June 2014</strong> – NEC Enterprise Solutions today announced that NEC has become the leading vendor in the global PBX extensions/licenses market, taking the no. 1 position as worldwide market leader in MZA’s latest Global PBX/IP PBX Market report over Q1 2014.<br />\r\n </p>\r\n\r\n<p align=\"left\">With a market share of 13%, NEC remained ahead of Avaya and overtook Cisco. \"NEC\'s continued strength in Asia Pacific, as well as strong share growth in North America helped it to maintain global market share and take top position,\" stated Will Parsons of MZA.</p>\r\n\r\n<p align=\"left\"> </p>\r\n\r\n<p align=\"left\">MZA\'s report noted that NEC retained its Q1 2013 global leadership in solutions below 100 extensions/licenses (excluding Micro PBX products) in Q1 2014, repeating its 17% market share in that segment. \"NEC performed well in its home region and improved its volume growth in North America, Latin America and EMEA,\" commented Parsons.</p>\r\n\r\n<p align=\"left\"><br />\r\nThe success underscores the strength of NEC\'s portfolio of communications solutions, the company\'s commitment to expand its global enterprise communications footprint and the ability to serve customers worldwide.<br />\r\n </p>\r\n\r\n<p align=\"left\">NEC offers a broad range of enterprise communications solutions – ranging from small to very large systems - that effectively support enterprise and SMB customers whose requirements span from traditional TDM to full IP and 100% software-based deployments.<br />\r\n </p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p align=\"left\"> </p>\r\n\r\n<p align=\"left\"> </p>\r\n\r\n<p align=\"left\"> </p>\r\n\r\n<p align=\"left\"> </p>\r\n\r\n<p align=\"left\"><strong>For more information please contact:<br />\r\nRobert van Amerongen<br />\r\nTel: +31 35 689 1521</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a> <br />\r\n<br />\r\n </p>\r\n\r\n<p align=\"left\"><strong>About NEC Enterprise Solutions</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability. NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p align=\"left\"> </p>\r\n\r\n<p align=\"left\"><strong>About MZA</strong></p>\r\n\r\n<p align=\"left\">MZA specialises in the provision of marketing consultancy services to the telecommunications and IT industries at a European and Global level, with expertise covering a wide range of enterprise communications solutions. The above information is based on an extract from our study, “The Global Telecommunications Market,” widely regarded as the definitive study on communications markets. MZA provides detailed analysis services on the global, regional and key country enterprise communications markets including PBX/Call Control, Hosted/Cloud Telephony Services, UC Applications, Contact Centre and Business Mobility. www.mzaconsultants.com</p>\r\n\r\n<p align=\"left\"> </p>\r\n\r\n<p align=\"left\">For more information:<br />\r\nStephanie Watson (<a href=\"mailto:swatson@mzaconsultants.com\">swatson@mzaconsultants.com</a>) + 44 1672 516144<br />\r\nor Tim Gelardi (tgelardi@mzaconsultants.com) on +44 1672 516144</p>\r\n', '', ''),
(112, 0, 1, '2016-06-30 13:41:01', 6, 466, 0, 0, 0, '', '', '', 'Nouvite to offer Cloud Services based on NEC Smart EcoCenter Technology', 'Cloud solutions provided from most sustainable datacenter in The Netherlands', '', '', '<p align=\"left\"><strong>Hilversum, December 9, 2013</strong> – Nouvité and NEC today announced they are together building a network of most sustainable data centers in the Netherlands. From these data centers Nouvité will be providing its unique Cloud as a Service (IaaS, PaaS and SaaS) offering to organizations in the Benelux. The first Nouvité-NEC datacenter is being realized in the Gerbrandy Tower of Alticom in IJsselstein. At the heart of the data center is NEC equipment and software, supplemented by applications including VMware, Microsoft and Veaam.</p>\r\n\r\n<p align=\"left\"><strong>Unique Cloud as a Service concept</strong><br />\r\nNouvité’s Cloud as a Service concept is characterized by a unique services and pricing model which is based on the platform developed by Nouvité in 2009. Besides security and availability, the flexibility and pricing of services are key elements. Available services can for instance be added or terminated at any time, while customers are charged only on the basis of actual usage monthly. In this manner Nouvité provides quality services while the customer keeps in full control of the costs.</p>\r\n\r\n<p align=\"left\">Other unique aspects of the concept are the 7 x 24 managed service capabilities and the state-of-the-art hardware and software platform which is in the virtual data center environment shared as private cloud services among multiple customers. Customers can thus use the most advanced systems and services at significantly lower cost than an in-house system. Customers can also take advantage of the high-level expertise of the certified professionals of Nouvité.</p>\r\n\r\n<p align=\"left\">The robustness and reliability of the environment is illustrated by the fact that the platform has not been off the air since its construction in 2009.</p>\r\n\r\n<p align=\"left\"><strong>Smart EcoCenter</strong><br />\r\nThe energy consumption of data centers is high and ever increasing. Therefore the sustainability of data center infrastructures is an absolute priority, while also continuity of services naturally must be ensured.</p>\r\n\r\n<p align=\"left\">The infrastructure provided by NEC consists of a combination of Smart EcoCenter and Storage solutions. These server and storage solutions are based on latest technology and are extremely energy efficient and therefore ideal for use in data centers. Completely modular, these solutions can be easily adapted to customer needs, with maximum redundancy and minimal energy consumption ensured by the design that can handle memory- and processor-intensive applications effortlessly.</p>\r\n\r\n<p align=\"left\"><strong>Green and safe</strong><br />\r\nThe first Nouvité NEC data center is located at a safe altitude in the radio tower in IJsselstein. With a height of 372 meters the mast is the tallest structure in The Netherlands. Additional data centers will be housed in the extensive nationwide network of media towers of Alticom. In these buildings lots of space has come available with the digitalisation of radio and television. The energy supply as well as the (biodiesel) uninterruptible power supplies are 100% green. Thanks to the unique free air cooling concept used in the data centers additional cooling is hardly needed. The combination of free air cooling and NEC’s solutions ensure an extremely green and sustainable data center (PUE < 1.1).</p>\r\n\r\n<p align=\"left\"><strong>Perfectly matched to customer needs</strong><br />\r\n"We want to offer a Cloud as a Service concept that with its optimal flexibility perfectly matches the needs of our customers. By working together with the right partners, we can further strengthen our concept and therefore we are very pleased with NEC. When I explain to our customers that NEC is a global ICT player with innovation and sustainability in its DNA, they immediately understand our choice for NEC, "said Bram van de Ven, General Manager of Nouvité.</p>\r\n\r\n<p align=\"left\">"I was immediately struck by the power of Nouvité’s Cloud as a Service concept. They are leading in this market and have everything to be extremely successful. We as NEC can further strengthen the concept and can demonstrate how strong and compelling our portfolio is", adds Tonko Wedda, Managing Director Benelux at NEC Enterprise Solutions.</p>\r\n\r\n<p align=\"center\"> ***</p>\r\n\r\n<p>Media Inquiries:<br />\r\n<strong>Robert van Amerongen Annick Reyngoudt</strong><br />\r\n<strong>Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77<br />\r\nrobert.van.amerongen@emea.nec.com annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p><strong>Nouvité B.V.<br />\r\nNicolette van Rhee<br />\r\nTel : +31 88 777 9 777<br />\r\nEmail : </strong><a href=\"mailto:nicolette.van.rhee@nouvite.nl\"><strong>nicolette.van.rhee@nouvite.nl</strong></a><br />\r\n </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.<br />\r\nNEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Nouvité </strong><br />\r\nNouvité provides consulting, design, implementation and managed services of business-critical IT infrastructure solutions on customer location or as high-quality Cloud Cervices, delivered out of the Nouvité Smart Data Center. The core business of Nouvité is to provide optimal 7x24 availability, safety and mobility of data and functionality in a flexible service and pay-as-you-use pricing model. Nouvité works closely with leading suppliers such as NEC, IBM, HP, Cisco, Microsoft, VMware, Veeam, and Microsoft. Nouvite is founded in 2008 and has offices in Woerden, Den Bosch and IJsselstein. More information is available at <a href=\"http://www.nouvite.nl/#_blank\">www.nouvite.nl</a></p>\r\n\r\n<p><strong>Alticom</strong><br />\r\nAlticom is the owner of 24 high media towers in the Netherlands and 9 lower radio masts. Originally the media towers of Alticom made the transmission for television and radio possible. The towers are also essential for the wireless networks of Dutch mobile telecom providers. Since 2009, Alticom also offers data center services within the towers. Alticom Datacenters provides housing services at a safe altitude, including unhindered supply of energy, the presence of uninterruptible power supplies, high security and excellent connectivity. Additionally, the Alticom free air cooling system provides a technique where cold air from the outside is used to cool the equipment. Because of this technology, data centers of Alticom are one of the most environmentally friendly and energy-efficient in the Netherlands. More information can be found at <a href=\"http://www.alticomdatacenters.nl\">www.alticomdatacenters.nl</a></p>\r\n', '', ''),
(113, 0, 1, '2016-06-30 13:41:01', 6, 467, 0, 0, 0, '', '', '', 'NEC extends Business Mobility portfolio with combined DECT / WiFi handset', 'NEC’s G966 handset leads innovation in DECT wireless comms with support of Android apps and Data services', '', '', '<p align=\"left\"><br /><strong>Hilversum, 17 June 2014</strong> – NEC, global leader in enterprise communications and driving force in the development and supply of IP DECT wireless solutions, today announced extending its Business Mobility portfolio with a new smart handset that combines the power of DECT and WiFi data.</p><p align=\"left\"> </p><p align=\"left\">NEC’s new G966 SmartDECT handset combines latest IP DECT communications with the flexibility of WiFi-based Android application support that enable tight integration with business-specific applications.</p><p align=\"left\"> </p><p align=\"left\"><strong>Unique combination of DECT and WiFi</strong><br />NEC’s Business Mobility solutions provide organisations and their staff with excellent and secure wireless communications. Expanding on proven IP DECT technology, NEC’s handsets take advantage of CAT-iq HD-Voice quality and include UC functionality and features such as central directory access, presence look-up, messaging with priority indication and confirmation, SOS personal alarming and localization by IP DECT RSSI/triangulation.</p><p align=\"left\"> </p><p align=\"left\">With an appealing slim design, large 4” inch high resolution touchscreen, Bluetooth 4.0 and dedicated keys,<br />NEC’s new G966 handset complements the range that include the well-known and highly appreciated G266 and G566 handsets. The G966’s WiFi capabilities and Android OS expand on this by providing users with access to their vital business applications, integration with NEC UC platforms such as UNIVERGE 3C Mobile Client, but also to Mail and Calendar, the company’s intranet and VoWiFi. In the upcoming months NEC will introduce the G966 handset in its various markets worldwide.</p><p align=\"left\"> </p><p align=\"left\">“As one of the leading global vendors and driving forces behind IP DECT technology solutions, we have been at the forefront of developments for many years”, says Bert van Koelen, Global Business Manager Mobility at NEC Enterprise Solutions. “We enjoy overwhelming interest and appreciation from customers worldwide and it is fantastic to experience the ever increasing demand for our next generation solutions. Our latest and truly sophisticated G966 DECT handset empowers the so-called Smart Enterprise. Integration with industry and business specific applications drives business process enhancements and ensures higher safety and service levels making this device an extremely powerful and vital offering to the market”, van Koelen concludes.</p><p align=\"center\">***</p><p align=\"left\"><br /> </p><p> </p><p><strong>For more information please contact NEC Enterprise Solutions:<br /><br />Robert van Amerongen </strong></p><p><strong>Tel: +31 35 689 1521 </strong></p><p align=\"left\"><a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a></p>', NULL, ''),
(114, 0, 1, '2016-06-30 13:41:01', 6, 468, 0, 0, 0, '', '', '', 'NEC raises the bar for high density IT solution platforms for the public and private cloud', '', '<tr>', '<tbody>', '\"<p><strong>Tokyo, May 20, 2014 - </strong>NEC Corporation (NEC; TSE: 6701) today announced the global launch of a new solution platform based on micro modular servers - a world-class, compact, energy-efficient hardware - as a part of the “NEC Solution Platforms” portfolio. NEC’s new solution platform is designed to support the demand for open solution platforms while satisfying business requirements for cloud services and big data analytics. This product enables users to reduce energy and operational costs as well as floor space requirements, while supporting higher value-added services.</p><p>“Intel is excited about NEC's new micro modular server-based solution platform focused on scaling out cloud workloads,” said Shannon Poulin, Intel Data Center Group, Vice President and General Manager of the Datacenter Marketing Group. “The Intel Atom C2000 processor and Intel’s high port count, low latency FM5224 Ethernet Switch have enabled NEC to deliver one of the world’s densest servers optimized for innovative applications for hyper-scale datacenters and hosted by NEC cloud services.”</p><h3><strong>Primary features of the new solution platform include:</strong></h3><p><strong>1. Optimization for data centers</strong></p><p>Solutions can be easily developed and deployed using NEC’s new micro modular servers. The introduction of Atom C2000 simultaneously enables organizations to achieve energy savings and performance efficiency through server density to support scale out workloads. This design was first created and implemented at NEC’s flagship data center in Kanagawa, Japan, where ‘NEC Cloud IaaS’ service is offered and has proved to be an ideal platform for companies that offer cloud services.</p><p>A total of 46 severs can be mounted in a 2U chassis, with 184 cores/U in this platform. The full rack is able to deliver an optimized platform with 700 servers/16 chassis into a 42U. This innovative design will deliver a 75% reduction in space requirements with 75% savings in energy costs. Additionally, the new platform also employs an optional cooling device that removes the heat generated from servers without using any power supply. This added option reduces power consumption by at least 30% when compared to conventional water-cooling methods*.</p><p><strong>2. Unique technologies for integrated hardware management</strong></p><p>The Chassis Management Module (CMM) manages hardware resources and streamlines the operation of a massive number of servers. The Rack Management System (RMS) also supports integrated rack management, including operational monitoring, alerting, remote management, firmware updates and power monitoring / capping which supports efficient server operation. CMM and RMS simplify data center management processes while reducing the total cost of operations.</p><p><strong>3. Various solution options for different business requirements</strong></p><p>Three solutions are being developed and released within a year (see chart below). The first one, Cloud Platform for Dedicated Hosting, reduces hosting providers’ costs significantly through energy-efficient, yet highly dense platform characteristics. The second solution, Cloud Platform for IaaS, is a solution that is deployed with OpenStack technology, which offers great competitive edge for the cloud services. Finally, the Data Platform solution with Hadoop, functions as a big data analytics platform with the advantage of scalable servers.</p><table border=\"\"1\"\" cellpadding=\"\"0\"\" cellspacing=\"\"0\"\">', NULL, ''),
(115, 0, 1, '2016-06-30 13:41:01', 6, 469, 0, 0, 0, '', '', '', 'UNIVERGE 3C and the Smart Enterprise Experience exhibited at this year\'s NEC Showcase', 'New UC&C demos, solutions, products and more to be unveiled at the prestigious Olympic Velodrome, London', '', '02-05-14', '<p align=\"left\"><strong>Nottingham / London, 1 May 2014 – </strong>The <a href=\"http://www.showcase-nec.com/\" target=\"_blank\">NEC Showcase</a> is the must-attend AV and Digital Signage event of the year held at the Olympic Velodrome in London from 14-15<sup>th</sup> May.</p>\r\n\r\n<p>NEC will be showcasing the award winning UC&C solution UNIVERGE 3C with live interactive demos working across a number of exhibition zones showing the true versatility of the solution.</p>\r\n\r\n<p>Working as part of a ‘best in class’ innovative technology solution alongside a wide range of NEC Partners and industries, the event will draw expertise from a broad interest group to create even greater synergies.</p>\r\n\r\n<p align=\"left\">Jim Robertson, Enterprise Business Manager explains, “We have a brand new demo for our Collaboration solution which provides a more interactive experience for the visitor – it should be fun. UNIVERGE 3C works consistently across multiple devices and at multiple locations: the boardroom, the coffee shop, the home office, etc. As workforces are becoming more mobile we’re keen to show that productivity can be increased, enabling companies to achieve what we call at NEC ‘The Smart Enterprise’.’</p>\r\n\r\n<p align=\"left\">Other exclusive communication solutions will be unveiled including the latest UC&C hardware - integrating android devices, video and other applications.</p>\r\n\r\n<div>\r\n<p align=\"left\"><em>Now in its 6<sup>th</sup> year, NEC Showcase 2014 takes place in the central oval of the prestigious £94million venue which saw Team GB set the 2012 games alight picking up 7 of the 10 track cycling medals.</em></p>\r\n</div>\r\n\r\n<p> </p>\r\n\r\n<p><strong>For more information or a request for entry to the show, please contact:<br />\r\nJim Eagers, NEC Marketing Manager<br />\r\nTel: +44 (0) 787 509 3399</strong></p>\r\n\r\n<p><strong>Email: </strong><a href=\"mailto:jeagers@neci.co.uk\"><strong>jeagers@neci.co.uk</strong></a></p>\r\n\r\n<p><strong>NEC Showcase 2014 Website: </strong><a href=\"http://www.showcase-nec.com/\"><strong>http://www.showcase-nec.com/</strong></a></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>UNIVERGE 3C & Smart Enterprise Experience landing page: </strong><a href=\"http://www.nec-enterprise.com/other/welcome-to-nec\"><strong>http://www.nec-enterprise.com/other/welcome-to-nec</strong></a></p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Or scan this code with a QR scanner:</strong></p>\r\n\r\n<p><img alt=\"\" src=\"http://www.nec-enterprise.com/content/images/Press/scancode.jpg\" style=\"width: 126px; height: 126px;\" /> </p>\r\n\r\n<p><span style=\"font-size:11px;\"><strong>About NEC Enterprise Solutions:</strong></span></p>\r\n\r\n<p><span style=\"font-size:11px;\">NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our </span><span style=\"font-size:11px;\">innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</span></p>\r\n\r\n<p><span style=\"font-size:11px;\">NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</span></p>\r\n', '', ''),
(116, 0, 1, '2016-06-30 13:41:01', 6, 470, 0, 0, 0, '', '', '', 'Interworking NEC SIP@Net and AudioCodes Mediant Session Border Controller and Media Gateway certified', 'Stable and secure interconnectivity between TDM and VoIP networks ensured', '', '', '<p><strong>Hilversum, 29 April 2014</strong> – NEC Enterprise Solutions, leader provider of advanced communication and IT solutions, today announced that its acclaimed UNIVERGE SIP@Net communications server has been re-certified with AudioCodes’ latest Mediant 1000 Enterprise Session Border Controller (E-SBC) and Media Gateway.<br /> </p><p>AudioCodes’ Mediant 1000 is designed to provide small-to-medium sized enterprises with complete and secure connectivity when connecting to service providers’ VoIP networks. The re-certification of NEC’s SIP@Net and AudioCodes’ Mediant 1000 includes the following items:</p><p>• Legacy connectivity (Gateway)</p><p>• Stand-alone Survivability (SAS)</p><p>• Session Border Controller (SBC)</p><p> </p><p>“This re-certification is a logical part of the close cooperation between NEC and AudioCodes”, says Hans van Os, Product Manager at NEC Enterprise Solutions. “Many of our customers rely on AudioCodes for connectivity between their TDM and VoIP environments, so it is important to ensure that our solutions interwork seamlessly. This certification means our customers can be fully confident that the interconnectivity provided by NEC SIP@Net and AudioCodes Mediant is reliable, stable and secure”, he adds.</p><p> </p><p align=\"left\"><strong>Reliable, stable and secure interconnectivity</strong></p><p>Mediant 1000 MSBR is based on AudioCodes’ VoIPerfect best-of-breed Media Gateway technology, combined with enterprise class Session Border Controller, Data & Voice security, Data Routing, LAN Switching and WAN Access. Supporting up to 192 concurrent voice sessions in a 1U modular platform, Mediant 1000 provides versatile connectivity between TDM and VoIP networks. This multi-service business gateway is an all-in-one access solution for distributed enterprises and service providers offering managed services and is designed to provide converged Voice & Data services at wire speed, while maintaining SLA parameters and superior voice quality.</p><p><br />“Enhanced dialing plans and voice routing capabilities along with SIP-to-SIP mediation, allow our customers to implement SIP Trunking services and IP-based Unified Communications as well as flexible PSTN and legacy PBX connectivity”, Hans van Os concludes.</p><p align=\"center\"> ***</p><p> </p><p>Media Inquiries:<br /><strong>Robert van Amerongen <br />Tel: +31 35 689 1521 <br />robert.van.amerongen@emea.nec.com </strong></p><p> </p><p> </p><p><strong>About NEC Enterprise Solutions:</strong></p><p>NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p><p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com\">http://www.nec-enterprise.com</a>.</p><p> </p>', NULL, ''),
(117, 0, 1, '2016-06-30 13:41:01', 6, 471, 0, 0, 0, '', '', '', 'NEC awards Top Performers at NEC EMEA Partner Conference 2014 in Cape Town', 'Conference celebrates sales success and radiates commitment to company’s strategy and portfolio', '', '', '<p align=\"left\"><strong>Cape Town, 29 April 2014</strong> – At the NEC EMEA Partner Conference 2014 held in Cape Town, South Africa, from the 23<sup>rd</sup> until the 26<sup>th</sup> of April, NEC, leading network and IT solutions provider, awarded its top performing business partners addressing the Enterprise market with IT & Communication solutions for their excellent business performance over the past year.</p><p align=\"left\">The conference brought together NEC’s major distributors and key business partners from over 40 countries across EMEA (Europe, Middle East & Africa). At the three-day conference which with ‘Now! Next! NEC!’ as theme was held in the Westin hotel in Cape Town, Paul Kievit, President at NEC Enterprise Solutions, expressed his appreciation for the strong commitment the business partners have shown and congratulated them with their significant achievements.</p><p align=\"left\">“Our growing market penetration and expanding partner community is reflected in the increased number of participants, this year comprising more than 250 participants from different partner organizations across the region”, said Paul Kievit.</p><p align=\"left\">NEC is one of the global top players in Enterprise Communications & IT solutions and has this year again shown further growth in EMEA despite challenging market circumstances. NEC shared its vision and plans for the upcoming year and showcased a broad suite of IT & Communications solutions set behind the company’s Smart Enterprise approach. Latest enhancements and expansions to the portfolio – ranging from High Availability Servers, Storage and Virtualization to Unified Communications & Collaboration and Business Mobility solutions - were received by all partners with extreme enthusiasm.</p><p align=\"left\">Awards presented during the special Gala Dinner at the Gold Restaurant included those for top distributors, resellers, system integrators and selected areas of excellent performance.</p><p align=\"left\">“It is immensely inspiring to experience the enthusiasm of our business partners for our brand, our strategy and our portfolio. The awards we are presenting are recognition of our mutual commitment and business success. We look forward to a fruitful continuation of the way we are serving EMEA Enterprise IT & Communications markets together”, said Ronald Schapendonk, Marketing Director at NEC Enterprise Solutions.</p><p align=\"center\">***</p><p><strong>For more information please contact NEC Enterprise Solutions:<br />Robert van Amerongen Annick Reyngoudt<br />Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br /><a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong><br /> </p>', NULL, ''),
(118, 0, 1, '2016-06-30 13:41:01', 6, 472, 0, 0, 0, '', '', '', 'NEC and Porsche team join forces in \'The Smart Fast Track\' and unveil plans for the new racing season', 'Business partners and GT3.nl team look forward to an exciting season and are ready to perform', '', '', '<p align=\"left\"><strong>Hilversum, 16 April 2014</strong> – NEC and GT3.nl have announced the continuation of their sponsorship and cooperation and have presented their plans for the upcoming season 2014 with as theme ‘The Smart Fast Track’.</p>\r\n\r\n<p align=\"left\">Empowered by NEC, the Prospeed Porsche 911 GT3 R of GT3.nl driver Paul van Splunteren will be participating in the prestigious European Le Mans Series 2014 Championship. The calendar features five rounds at a number of Europe’s most prestigious racetracks, including Silverstone, Imola, Red Bull Ring, Paul Ricard and Estoril, taking place from April until mid October.</p>\r\n\r\n<p align=\"left\">To coincide with the races, NEC is launching a special incentive for its channel partners throughout Europe, Middle East and Africa (EMEA). “The Smart Fast Track 2014 will give them a chance to win an unforgettable weekend at the European Le Mans races at Imola, Paul Ricard and Estoril, while other racing events will be open for channel partners and NEC customers to attend as well”, says Ronald Schapendonk, Marketing Director at NEC.</p>\r\n\r\n<p align=\"left\">Now in its fourth year, NEC continues its sponsorship based on the positive feedback from key business partners and customers during the previous series. “NEC and Porsche share their Innovation and Performance in many ways, with common denominators such as driving innovation, operational excellence, all round support and results”, Schapendonk adds.</p>\r\n\r\n<p align=\"left\">The enthusiasm of NEC business partners for the newly launched incentive scheme is overwhelming, with over 50 channel partners from across EMEA participating in this incentive programme. NEC’s goal with the programme is not only to reward their ‘over-achieving’ channel partners, but also to use several races as channel recruitment events and invite corporate customers and prospects to join as well.</p>\r\n\r\n<p align=\"left\">Paul van Splunteren has been competing in various Touring Car Championships since 1985 and as of 2005 he successfully competes with Porsches in various championships (Dutch GT3 Cup, FIA GT3, Supercup, Dutch GT4) and long distance races (Spa 24 hours and in 2010 Le Mans).</p>\r\n\r\n<p align=\"center\">***<br />\r\n </p>\r\n\r\n<p><strong>For more information please contact:</strong><br />\r\n<strong>NEC Enterprise Solutions<br />\r\nRobert van Amerongen<br />\r\nTel: +31 35 689 1521<br />\r\nEmail: </strong><a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><br />\r\n </p>\r\n', '', ''),
(119, 0, 1, '2016-06-30 13:41:01', 6, 473, 0, 0, 0, '', '', '', 'NEC empowers customer base with UNIVERGE 3C', 'Unique integration of UNIVERGE 3C and SIP@Net delivers an unrivaled solution for NEC customers', '<li align=\"\"left\"\">Significantly reduces the end-user training costs associated with mass displacements</li>', '<li align=\"\"left\"\">Enables IT to address demand for UC&C tools at a fraction of the cost.</li>', '\"<p><strong>Hilversum, 7 April 2014</strong> – NEC, global leader in enterprise communications, today announced it has integrated its award winning UNIVERGE 3C with existing SIP@Net and iS3000 telephony systems, enabling its millions of users to take advantage of the 3C’s UC&C capabilities without disrupting their existing telephony systems. This integration empowers users’ desktop phones, regardless of type, with UC&C controls that are unmatchable by any competitive solution in the market.</p><p>NEC’s approach is important for the many customers that are interested to take advantage of UC&C capabilities in their business but hesitate to do so. Their hesitation is often founded on the risks and disruption required to completely displace their existing communication platform – a requirement when introducing competing solutions. NEC has recognized this need and has eliminated the concerns for business disruption, while providing all the upsides of powerful, fully integrated UC&C tools.</p><p>“This approach is yet another example of how NEC is empowering Smart Enterprises and this innovation further illustrates NEC’s attention to the specific needs of its customers and their business”, said Paul Kievit, President and Head of NEC Enterprise Solutions</p><p align=\"\"left\"\"><strong>Empowering Business with UC & Collaboration</strong><br />As organizations and employees seek to be more connected with one-another and enhance responsiveness to markets and customers, the need for more powerful tools arises and IT organizations are seeking ways to enable them. One of the most common initiatives is to move from traditional communications technology to a Unified Communications & Collaboration solution. However, the transition to UC&C often means a process of replacing existing telephony systems, sometimes still operational and with their investments still on the accounting books.</p><p align=\"\"left\"\">By leveraging its UNIVERGE 3C UC&C software platform in conjunction with iS3000/SIP@Net, NEC has developed a unique and rich integration between these two – giving organizations powerful new collaboration tools that move their business environment into the Smart Enterprise.</p><p> </p><p align=\"\"left\"\"><strong>Transformation to the Future</strong><br />NEC’s approach puts the complete UNIVERGE 3C solution into operation when used to empower existing iS3000/SIP@Net environments. The result is an investment in the future and one that empowers IT organizations and their businesses to evolve their infrastructure towards a complete virtualized software UC&C environment at a pace that is right for their business. Even existing SIP@Net phones (including ErgoLine) can be re-commissioned as an integral part of the UNIVERGE 3C system. Users can keep their current office telephone numbers, while further leveraging these assets.</p><p align=\"\"left\"\"> </p><p align=\"\"left\"\"><strong>A Unique and Unrivaled Integration</strong><br />The clever integration of NEC’s iS3000/SIP@Net telephony systems with UNIVERGE 3C helps organizations achieve several key goals as part of their forward business planning:<br /> </p><ul>', NULL, ''),
(120, 0, 1, '2016-06-30 13:41:01', 6, 474, 0, 0, 0, '', '', '', 'NEC launches new fault tolerant server with 1.2 times the processing performance of existing models', '', '', '', '<p><strong>Tokyo, March 18, 2014 - </strong>NEC Corporation (NEC; TSE: 6701) today announced the global launch (*1) of its two new "NEC Express5800/ft series" based on the Intel® Xeon® E5-2600 v2 product family, the mid-range “NEC Express5800/R320d-M4,” and the “NEC Express5800/R320d-E4” entry model which support Microsoft Windows Server 2008 R2. This is a Fault Tolerant (FT) server that reduces the risk of downtime caused by a hardware fault through hardware redundancy in all components, including CPU, memory and disk.</p><p>“This new product is optimal for mission-critical systems infrastructure. NEC will offer it to businesses and other organizations in order to contribute to the safe, secure use of Information and Communication Technology (ICT) infrastructure that supports societal and corporate activities,” said Tetsuhide Senta, Assistant General Manager, Americas and Global Platform Division, NEC Corporation.</p><p>The recent advancement of virtualization technologies has led to a rapid increase in the number of systems built on virtual infrastructure, with the integration of multiple systems and the use of the private cloud taking place in a wide variety of fields. Virtualization permits users to expect a significant reduction in ICT costs because it enables multiple systems to operate on a single high-performance server. However, virtualization involves a risk -- if there is a hardware fault, it can have an enormous impact on systems as a whole, resulting in a significant number of labor hours required for recovery.</p><p>The Express5800/R320d fault-tolerant servers are free from this risk. Even if a hardware fault should occur, it allows the business system to continue operating without being affected by the fault, thanks to hardware redundancy. This helps customers to ensure efficient ICT investments and the safe use of their business systems.</p><p>Primary features of the new Express5800/ft series include:</p><p>1. Enhanced expandability as well as 1.2 times the processing performance of existing models</p><p style=\"margin-left: 0.5in;\">The NEC Express5800/R320d-M4 comes with as many as two (*2) Intel(R) Xeon(R) processors, a 10-core CPU, and features a maximum memory operating frequency of 1600MHz as compared to 1333MHz with existing models. This has resulted in up to 1.2 times (*3) the processing performance of existing models. In addition, the new product has a hard disk storage capacity of up to 9.6 terabytes.</p><p style=\"margin-left: 0.5in;\">Moreover, NEC plans to support Windows Server(R) 2012 Hyper-V(R) and support SSD as a secondary storage device on the R320d models. These new features, which are planned to be supported in June this year, can be utilized for a wide range of virtual systems.</p><p>2. Support for readily available monitoring software that handles software faults</p><p style=\"margin-left: 0.5in;\">If a hardware fault should occur, the fault tolerant server automatically disconnects the faulty hardware and continues to operate through redundant hardware. For software failures, NEC offers optional monitoring software, “ExpressCluster X SingleServerSafe,” which, in the event of a minor software fault that does not affect the overall system, will attempt to restart the faulty software and automatically recover.</p><p style=\"margin-left: 0.5in;\">For more information, visit: <a href=\"http://www.nec.com/en/global/prod/express/fault_tolerant/r320d/index.html\">http://www.nec.com/en/global/prod/express/fault_tolerant/r320d/index.html</a></p><p> </p><p>Based on its Mid-term Management Plan 2015, the NEC Group is working towards the safety, security, efficiency and equality of society. Going forward, NEC aims to develop solutions for a wide range of social issues, as a company that creates value for society through the promotion of its “Solutions for Society,” which provide advanced social infrastructure utilizing ICT.</p><p> </p><p align=\"center\">***</p><p>Notes:</p><p>(*1) Availability</p><p style=\"margin-left: 0.5in;\">NEC’s new Express5800 servers will be available on April 14, 2014 and progressively distributed worldwide. Shipping dates differ according to model and country</p><p>(*2) Up to four processors for the overall device due to redundancy</p><p>(*3) Comparison between the new Express5800/R320d-M4 and the existing Express5800/R320c-M4 in NEC’s actual measuring environment for evaluations</p><p> </p><p><strong>About NEC Corporation </strong></p><p>NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.</p><p> </p><p> </p><p>NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. ©2014 NEC Corporation.</p><p> </p>', NULL, ''),
(121, 0, 1, '2016-06-30 13:41:01', 6, 475, 0, 0, 0, '', '', '', 'NEC announce latest UCaaS partnership with Node4', 'NEC and Node4 combine forces to showcase at Connected Business Expo in Olympia, London - Node4 take on flexible OPEX pricing model with UNIVERGE 3C', '', '', '<p align=\"left\"><strong>Nottingham, UK, 21 February 2014</strong> – Addressing the increasing demand for virtualized Unified Communications, NEC have selected key partner Node4 as the latest reseller to on-board a UCaaS (Unified Communications as a Service) program.</p><p align=\"left\">Built around NEC’s award winning UNIVERGE 3C solution, the UCaaS partner program offers end users a huge range of benefits from predictable monthly costs, little or no upfront investments and the ability to adapt the solution easily with their changing business needs.</p><p align=\"left\">Andrew Cooper, Sales Director at NEC explains, ‘Service-oriented pricing models for our partners provides them with a powerful set of options to differentiate them from the typical voice-as-a-service provider.’</p><p align=\"left\">Showcasing at this years’ Connected Business Expo, 4-5 March, London Olympia, NEC will be supporting Node4. This will include live demos, real life customer experiences and a more detailed look at the UCaaS pricing structure.</p><p align=\"left\">Andrew Cooper continues, ‘We wanted to remove any barriers that stop an enterprise accessing UC&C functionality. It puts UC&C within reach of more companies than ever.’</p><p align=\"center\">***</p><p align=\"left\"><strong>For more information please contact:<br />Jim Eagers<br />Tel: +44 787 509 3399</strong><br /><a href=\"mailto:jeagers@neci.co.uk\"><strong>jeagers@neci.co.uk</strong></a><br /> </p><p> </p><p align=\"left\"><strong>About NEC Enterprise Solutions</strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability. NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com\">http://www.nec-enterprise.com</a>.</p>', NULL, '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(122, 0, 1, '2016-06-30 13:41:01', 6, 476, 0, 0, 0, '', '', '', 'Bulgari Hotel & Residences London selects NEC and Fourteen IP as strategic partner for Mobile Communications', 'London hotel extends communication solution with leading edge technology', '', '', '<p align=\"left\"><strong>London, 20 February 2014 – </strong>Bulgari Hotel & Residences, London, the luxurious 5-star deluxe hotel located in Knightsbridge, one of the most affluent and popular Burroughs of London, today announced that it has selected NEC, global leader in enterprise communications, to provide through its business partner Fourteen IP, the hotel with an advanced IP DECT wireless solution for mobile staff communication.</p><p align=\"left\">As service towards the demanding guests is the main differentiator in a 5-star environment, having a robust and proven mobility solution, is a key component, to deliver excellent guest service. This is particularly relevant to the Bulgari Hotel, London, where 80% of staff are mobile / guest facing.</p><p align=\"left\">As Barry Thomas, Director of Information Technology of the hotel confirms: “Fast and reliable communication is key to the success of the hotel, quick responses to our discerning guest requests and internal communications between our mobile staff are what sets us apart from other hotels in the 5-star market. Thanks to NEC’s IP DECT mobility solution, we can assure the optimum in Guest Satisfaction.”</p><p align=\"left\">The NEC IP DECT solution consists of NEC AP400 access points that are based on a full IP infrastructure and sophisticated and ergonomic handsets. The networked access points guarantee complete and smooth handover of calls. As for mobile handsets the Bulgari Hotel, London has chosen NEC’s G566 and I755 terminals, which do not only guarantee optimal voice quality but are also prepared for next phases in mobile communication, such as the integration with CEBP – Communication Enabled Business Processes.</p><p align=\"left\">As Neil Tolley, Managing Director at Fourteen IP, NEC’s strategic partner for Hospitality in the UK states: “Following our successful installations of the NEC Hospitality Communication Solution in other top class hotels, such as the Edition in London, we are proud to now also install the NEC IP DECT solution in the Bulgari Hotel, London. The fact that the NEC Hospitality Communication Solutions are approved and recommended by all the leading hotel-groups and operators, reconfirms our strategic choice to work with and continue to invest in NEC. We are looking forward to many successful installations, together with NEC.”</p><p align=\"center\">***</p><p><strong>Media Inquiries:</strong></p><p><strong>Robert van Amerongen </strong></p><p><strong>Tel: +31 35 689 1521 </strong></p><p><strong>robert.van.amerongen@emea.nec.com </strong></p><p> </p><p><strong>About Bulgari Hotel & Residences, London</strong></p><p>Located in Knightsbridge on the edge of Hyde Park, London’s Bulgari Hotel is both a haven of calm in the centre of the city and yet under a minute’s walk from such landmarks as the famous Harrods department store. Since opening in 2012 the Bulgari Hotel, London has set new standards among the luxury hotels of the British capital. Elegant contemporary architecture and Bulgari’s legendary flair for design are matched by class-leading quality of service along with generously proportioned rooms and suites. More information: <a href=\"http://www.bulgarihotels.com/london\">http://www.bulgarihotels.com/london</a></p><p> </p><p><strong>About Fourteen IP</strong></p><p>Fourteen IP are a leading Communications Solutions provider specialising in Converged Voice, Video and Data solutions. Based in Lancashire, UK, Fourteen IP offers a comprehensive portfolio of Infrastructure solutions as well as providing full fixed line voice and data services.</p><p>Fourteen IP specialise in the design, deployment and support of converged network solutions and the management of 3rd party vendors who’s applications and services run on your network. The Fourteen IP portfolio is delivered with customer focused services, that includes 24/7 customer care and region wide engineering coverage. With over 20 years’ experience and deployments across EMEA Fourteen IP have the understanding and capability to design, manage, implement and support solutions that can help you deliver improved service and increase operational efficiency whilst reducing costs.More information: http://fourteenip.com/</p><p> </p><p><strong>About NEC Enterprise Solutions:</strong></p><p>NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p><p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</p><p> </p><p><strong>Additional resources:</strong></p><p>Twitter: https://twitter.com/necenterprise</p><p>Facebook: https://www.facebook.com/nec.global</p><p>LinkedIn: http://www.linkedin.com/company/nec</p><p>YouTube: http://www.youtube.com/user/NECinfrontia</p><p>Blog: http://www.nec-enterprise.com/Blog</p>', NULL, ''),
(123, 0, 1, '2016-06-30 13:41:01', 6, 477, 0, 0, 0, '', '', '', 'NEC launches scalable enterprise server utilizing the Intel(R) Xeon(R) Processor E7 v2 Product Family', '', '', '', '<p><strong>Tokyo, February 19, 2014 - </strong>NEC Corporation (NEC; TSE: 6701) today announced the global release of its Express5800/A2000 Series, a Scalable Enterprise Server developed with the Intel(R) Xeon(R) Processor E7 v2 Product Family, the latest CPU containing up to 15 cores.</p><p>The A2000 series is ideal for systems that perform high-speed operations and require mass storage, such as mission-critical tasks and large-scale virtualized IT infrastructures, as it offers superior performance, high reliability and flexible scalability.</p><p>“In recent years, there is increasing demand for reliable, high-performance, non-stop processing of enormous amounts of data for the IT infrastructure supporting security systems for social infrastructure, banking systems and management systems for business orders and production. At the same time, demand for open, high-performance and highly reliable IT infrastructure has been increasing, as there is a growing need for the processing of big data, such as forecasting market trends and analyzing customer profiles. This new product meets all of these needs, including a full range of demands for mission-critical use,” said Kimihiko Fukuda, senior vice president, NEC Corporation.</p><p>Key features of the Express5800/A2000 Series are as follows:</p><p>1. Up to 4 CPUs (60 cores) and 2 times more powerful</p><p style=\"margin-left: 0.5in;\">The Express5800/A2000 Series is 2 times more powerful (*) than NEC’s conventional servers, as it contains up to 4 CPUs belonging to the Intel(R) Xeon(R) Processor E7 v2 Product Family. It also supports an in-memory database that processes data at high speed using large-capacity memory, as it can accommodate up to 4TB of memory, which is twice the memory capacity of conventional servers. Further, the new server is equipped with up to 16 PCI-Express 3.0 slots (8x and 4x), delivering real-time analysis infrastructure that simultaneously supports network, storage and flash storage.</p><p>2. Responds to CPU failures and memory failures with NEC’s original design that ensures the system continues operating</p><p style=\"margin-left: 0.5in;\">The reliability, availability and serviceability (RAS) functions achieved with NEC’s EXPRESSSCOPE ENGINE SP3 service processor technology and firmware technology enables enhanced monitoring of CPU cores and autonomous monitoring of memory when signs of failure are detected.</p><p>3. Improves operating efficiency by optimizing CPU resources and adopting the highly efficient 80 PLUS ® Platinum certified, highly efficient power supply</p><p style=\"margin-left: 0.5in;\">The new server is equipped with the capacity on-demand function that allows the efficient use of CPU resources. When it is necessary to scale the performance due to increased amounts of work, CPU cores can be added online without suspending the system. Moreover, use of a highly efficient 80 PLUS® Platinum certified power supply significantly reduces power utilization when compared to conventional servers.</p><p>Based on its Mid-term Management Plan 2015, the NEC Group is working towards the safety, security, efficiency and equality of society. Going forward, NEC aims to develop solutions for a wide range of social issues, as a company that creates value for society through the promotion of its “Solutions for Society,” which provide advanced social infrastructure utilizing ICT.</p><p align=\"center\">***</p><p>Note:</p><p>(*) According to NEC measurements of integer arithmetic performance in a 4-socket configuration</p><p> </p>', NULL, ''),
(124, 0, 1, '2016-06-30 13:41:01', 6, 478, 0, 0, 0, '', '', '', 'NEC Receives 2014 Internet Telephony Product of the Year Award', 'UNIVERGE® 3C with enhanced UC and UNIVERGE Cloud Services UCaaS Recognized for Innovation', '', '', '<p align=\"left\"><strong>Hilversum, 3 February 2014 – </strong>NEC Corporation (NEC), global leader in enterprise communications, today announced that TMC, a global, integrated media company, has named the latest version of the company’s popular UNIVERGE software-based unified communications, cloud and collaboration solution as a recipient of a 2014 INTERNET TELEPHONY Product of the Year Award.</p><p align=\"left\">The winners of the 2014 INTERNET TELEPHONY Product of the Year Awards represent some of the best technology and communications products and solutions released in the last twelve months. Selected companies have demonstrated unique vision, leadership and commitment to excellence in advancing the technology and communications market.<br /> </p><p align=\"left\"><strong>Validation of success</strong><br />NEC’s awarded UNIVERGE 3C is a complete software-based Unified Communications and Collaboration solution that empowers a workforce for new efficiencies and greater agility. UNIVERGE 3C’s Release 8.5 includes enhanced UC and UNIVERGE Cloud Services and provides a platform for extremely powerful UCaaS delivery.</p><p align=\"left\">“It is great to receive this award from INTERNET TELEPHONY, which recognizes our UC&C solution for how it redefines the way businesses and individuals communicate”, said Paul Kievit, President and Head of NEC Enterprise Solutions EMEA. “Our UNIVERGE platform has earlier already being cited as having the lowest total cost of ownership in a survey by a leading research firm¹. Being named Product of the Year is further validation of our success.”<br /> </p><p><strong>Among the best</strong></p><p align=\"left\">“It gives me great pleasure to recognize NEC with a 2014 Product of the Year Award for its commitment to excellence and innovation,” said Rich Tehrani, CEO, TMC. “In the opinion of our distinguished judges, NEC’s UNIVERGE 3C has proven to be among the best communications and technology solutions on the market in 2014. I look forward to continued innovation from NEC.</p><p align=\"left\">The winners of the 2014 INTERNET TELEPHONY Product of the Year are featured in the January/February 2014 issue of INTERNET TELEPHONY magazine and online at www.itmag.com. For more information about TMC, visit www.tmcnet.com.</p><p align=\"left\"><em>¹ NEC’s TCO results, published in the 2013 annual Nemertes Research report</em></p><p align=\"left\"> </p><p align=\"center\">***</p><p><strong>Media Inquiries:</strong><br /><strong>Robert van Amerongen</strong><br /><strong>Tel: +31 35 689 1521</strong><br /><strong>robert.van.amerongen@emea.nec.com </strong></p><p><br /><strong>About NEC Enterprise Solutions:</strong><br />NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p><p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</p><p> </p><p><strong>Additional resources:</strong><br />Twitter: https://twitter.com/necenterprise<br />Facebook: https://www.facebook.com/nec.global<br />LinkedIn: http://www.linkedin.com/company/nec<br />YouTube: http://www.youtube.com/user/NECinfrontia<br />Blog: <a href=\"http://www.nec-enterprise.com/Blog\">http://www.nec-enterprise.com/Blog</a></p>', NULL, ''),
(125, 0, 1, '2016-06-30 13:41:01', 6, 479, 0, 0, 0, '', '', '', 'NEC Releases Six New Express5800 Series Server Models', 'Featuring up to 20% Improved Processing Performance', '', '', '<p><strong>Tokyo, January 16, 2014 - </strong>NEC Corporation (NEC; TSE: 6701) announced today the worldwide sales launch of six new NEC Express5800 series industry-standard servers that are equipped with the latest Intel® Xeon® E5-2400 v2 processors, featuring up to 10 cores and delivering as much as 20% greater performance (Note 1) than previous models. The new servers include rack, tower, modular and blade models.</p><p>Moreover, NEC has reduced power consumption by as much as 12% (Note 2) when compared to existing models through the use of an 80PLUS® Titanium (Note 3) power supply for the rack servers.</p><p>In recent years, the industry-standard server market has seen the advancement of power-saving and optimization measures for existing business servers, as well as a growing need for IT investment in “new value creation” due to the use of Big Data. As general business servers and data center servers, these new products reduce installation costs through improved performance and server consolidation, and deliver reductions in operating costs by conserving energy and supporting advanced IT investment by customers.</p><p>Key features of the new servers include the following:</p><p><strong>1. The E120e-M 2-socket Modular Server</strong></p><p><u>Improves I/O performance up to 1.7 times to accelerate storage transfer</u><br />By using the latest high-performance RAID controller, NEC has improved the internal data transfer rate of this server by up to 1.7 times (Note 4) when compared to earlier models. The result is a highly responsive database server or web server that satisfies various demands from numerous terminals. The E120e-M also supports the 10GBASE-T connection board as an optional PCI board, as well as the Infiniband connection board, the standard for next-generation high-speed networks. As a result, NEC has broadened the range of options for disk and network transfer performance, and delivered improved performance to the entire system as demanded by users.</p><p> </p><p><strong>2. R120e-1E/2E 2-socket 1U/2U Servers</strong></p><p><u>Cut electricity costs by reducing power consumption by up to 12% when compared to previous models</u><br />In addition to adopting the latest processors for the R120e-1E/2E rack servers, NEC also uses an 80Plus Titanium power supply (Note 5), which provides the highest standard of energy efficiency, to reduce on-load power consumption by up to 12% and standby power consumption by up to 7% (Note 1) when compared to previous models. Furthermore, these servers reduce power consumption during run-time, and support users by cutting operational costs.</p><p> </p><p>For further specification information, please see:</p><p>NEC Express5800/E120e-M (2-socket modular server)<br /><a href=\"http://www.nec.com/en/global/prod/express/modular/e120e-m/index.html\">http://www.nec.com/en/global/prod/express/modular/e120e-m/index.html</a></p><p>NEC Express5800/R120e-1E (2-socket 1U rack server)<br /><a href=\"http://www.nec.com/en/global/prod/express/rack/r120e-1e/index.html\">http://www.nec.com/en/global/prod/express/rack/r120e-1e/index.html</a></p><p>NEC Express5800/R120e-2E (2-socket 2U rack server)<br /><a href=\"http://www.nec.com/en/global/prod/express/rack/r120e-2e/index.html\">http://www.nec.com/en/global/prod/express/rack/r120e-2e/index.html</a></p><p>NEC Express5800/R120e-2E Storage Rich (2-socket 2U rack server)<br /><a href=\"http://www.nec.com/en/global/prod/express/rack/r120e-2es/index.html\">http://www.nec.com/en/global/prod/express/rack/r120e-2es/index.html</a></p><p>NEC Express5800/B120e (2-socket blade server)<br /><a href=\"http://www.nec.com/en/global/prod/express/rack/blade/server/b120e/index.html\">http://www.nec.com/en/global/prod/express/rack/blade/server/b120e/index.html</a></p><p>NEC Express5800/T120d (2-socket tower server)<br /><a href=\"http://www.nec.com/en/global/prod/express/tower/t120e/index.html\">http://www.nec.com/en/global/prod/express/tower/t120e/index.html</a></p><p>Availability<br />NEC’s new Express5800 servers will be available on January 24, 2014. Distribution is expected to reach markets worldwide. Shipping dates differ by model and region.</p><p>Based on its Mid-Term Management Plan 2015, the NEC Group aims to continue contributing to the resolution of challenging social issues through the promotion of solutions that capitalize on ICT to deliver sophisticated social infrastructure worldwide.</p><p align=\"center\">***</p><p>Notes:</p><p>Note 1: According to NEC research comparing the older Express5800/R120d-2E equipped with Intel Xeon E5-2470 processor and the Express5800/R120e-2E equipped with Intel Xeon E5-2470 v2 processor.</p><p>Note 2: According to NEC research comparing the older Express5800/R120d-2E and the Express5800/R120e-2E.</p><p>Note 3: A certification by the EPRI in the United States for power supplies that suppress the conversion loss that occurs when power supply units generate power to secure 80% or greater energy efficiency.</p><p>Note 4: According to NEC research comparing the older Express5800/E120d-M and the Express5800/E120e-M.</p><p>Note 5: Except for the Express5800/R120e-1E 3.5 inch drive model.</p>', NULL, ''),
(126, 0, 1, '2016-06-30 13:42:11', 6, 480, 0, 0, 0, '', '', '', 'title', 'subtitle', 'image', 'date', 'overview', NULL, ''),
(127, 0, 1, '2016-06-30 13:42:11', 6, 481, 0, 0, 0, 'NEC Vision 2020 - Bringing Amazing Ideas to Life', '', '', 'NEC Vision 2020', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/nec-vision-2020.jpg', '', '<h2>Digital Solutions for Social Challanges</h2>\r\n\r\n<div title=\"Page 3\">\r\n<div>\r\n<div>\r\n<div>\r\n<p>NEC is committed to creating social value with our partners. Working together, we can create safer, more secure,<br />\r\nmore efficient and more equal societies, so that people around the world can lead better lives.</p>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div>\r\n<p>We are confident that our global leadership in information and network technologies will be an invaluable asset<br />\r\nfor achieving this meaningful goal.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n', '786|-|', ''),
(236, 0, 1, '2018-12-13 08:15:12', 6, 1237, 0, 0, 0, '', '', '', 'NEC takes no.1 position as worldwide market leader in MZA’s Global Call Control (PBX-IP PBX) market report ', 'NEC’s continuous innovation and commitment pays off ', '', '', '<p><strong>Tokyo, Japan &, Hilversum, Netherlands,</strong> <strong>December 13, 2018 - </strong><a href=\"http://www.nec.com/index.html\">NEC Corporation</a> (NEC; TSE: 6701) today announced that it has become the leading vendor in the global Call Control (PBX-IP PBX) extensions/ licenses market*, taking the no. 1 position as worldwide market leader in MZA’s latest Call Control (PBX-IP PBX) report for Q3 2018.</p>\r\n\r\n<p>With a market share of 14%, NEC was ahead of all other companies in the report. \"NEC showed continued strength in Asia Pacific with an extremely strong performance in the Japanese enterprise segment as well as strong share growth in North America. This assisted it achieving volume and market share growth to take the top position in calendar year Q3 2018,\" stated Sam Carter, technology analyst, MZA.</p>\r\n\r\n<p>The success underscores the strength of NEC\'s portfolio of communications solutions, the company\'s commitment to expand its global enterprise communications footprint and the ability to serve customers worldwide.</p>\r\n\r\n<p>NEC offers a broad range of enterprise communications solutions – ranging from small to very large systems - that effectively support enterprise and SMB customers whose requirements span from traditional TDM to full IP and 100% software-based deployments.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>Note</strong>:<br />\r\n(*) The MZA global Call Control (PBX-IP PBX) report includes all premises-based and single-instance cloud systems sales, as well as multi-instance cloud systems sold to service providers/partners. Other cloud platforms including multi-tenant are excluded from this analysis.</p>\r\n\r\n<p><strong>For more information</strong>:<br />\r\nNEC’s Unified Communications Products and Solutions:<br />\r\n<a href=\"https://www.nec.com/en/global/solutions/univerge/\">https://www.nec.com/en/global/solutions/univerge/</a></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About NEC Corporation </strong><br />\r\nNEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. The NEC Group globally provides \"Solutions for Society\" that promote the safety, security efficiency and fairness of society. Under the company’s corporate message of “Orchestrating a brighter world,” NEC aims to help solve a wide range of challenging issues and to create new social value for the changing world of tomorrow. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.</p>\r\n\r\n<p><strong>LinkedIn</strong>: <a href=\"https://www.linkedin.com/company/nec/\">https://www.linkedin.com/company/nec/</a><br />\r\n<strong>YouTube</strong>: <a href=\"https://www.youtube.com/user/NECglobalOfficial\">https://www.youtube.com/user/NECglobalOfficial</a><br />\r\n<strong>Facebook</strong>: <a href=\"https://www.facebook.com/nec.global/\">https://www.facebook.com/nec.global/</a><br />\r\n<strong>Twitter</strong>: <a href=\"https://twitter.com/NEC_corp\">https://twitter.com/NEC_corp</a></p>\r\n\r\n<p>NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. ©2018 NEC Corporation.</p>\r\n\r\n<p><strong>About MZA</strong><br />\r\nMZA specialises in the provision of marketing consultancy services to the telecommunications and IT industries at a European and global level, with expertise covering a wide range of enterprise communications solutions. The above information is based on an extract from our study, “The Global Telecommunications Market,” widely regarded as the definitive study on communications markets. MZA provides detailed analysis services on the global, regional and key country enterprise communications markets including PBX/Call Control, Hosted/Cloud Telephony Services, UC Applications, Contact Centre and Business Mobility. www.mzaconsultants.com.</p>\r\n', '', ''),
(128, 0, 1, '2016-06-30 13:42:11', 6, 482, 0, 0, 0, '', '', '', 'Fault Tolerance ease of set-up comparison: NEC hardware-based FT vs. software-based FT', 'Achieve scalable fault tolerance with less hassle', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-fault-tolerance.jpg', '17-11-15', '<p>Because no enterprise can afford downtime or data loss when a component of one of their servers fails, fault tolerance is vital. Wle many effective software-based fault-tolerance solutions are available, a hardware-based approach such as that employed by the NEC Express5800/R320d-M4 servers, powered by Intel Xeon® processors E5-2670 v2, can be simpler to set up.</p>\r\n\r\n<p>IT staff time is precious, and managing an enterprise datacenter full of servers can be time-consuming and expensive. having extra componenets to procure, maintain, and worry about, can also add to IT work burden. If your staff can streamline the process of setting up fault-tolerant servers and VMs, they won't need to spend precious time ensuring that VMs are running in fault-tolerance mode and will be able to work on more important issues.</p>\r\n', '799|-|', ''),
(129, 0, 1, '2016-06-30 13:42:11', 6, 483, 0, 0, 0, '', '', '', 'Enterprise Connect - Premises vs. Cloud-based Telephony (UC RFP & Review)', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-cloud-based-telephony.jpg', '21-10-15', '<p>David Stein of the independent consulting firm Stein Technology Consulting Group (STCG) delivered the 2015 Enterprise Connect session entitled “UC RFP and Review: Enterprise Communications Platform--Premises vs. Cloud-Based” at the recent 25th anniversary Orlando conference.</p>\r\n\r\n<p>Eight vendors proposed eleven complete solutions (as well as one partial solution) consisting of premises-based solutions (that could also be deployed as private cloud implementations) as well as vendor provided cloud-based offerings. The proposing vendors come from a variety of backgrounds ranging from over 100 years of telephony experience to very recent entrants into the market. For the first time this year, integrators in addition to manufacturers were allowed to propose solutions they thought best met the requirements stated in a “mock” RFP. This allowed a more diverse set of responses, especially for the cloud based solutions.</p>\r\n', '788|-|', ''),
(130, 0, 1, '2016-06-30 13:42:11', 6, 484, 0, 0, 0, '', '', '', 'Achieving Higher Availability in UC', 'Delivering on the Promise of UC-enabled Communications', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-high-availability.jpg', '15-10-15', '<p>As <strong>Unified Communications (UC)</strong> increasingly becomes an integral part of supporting a responsive and productive workforce, guarding against unplanned downtime or potential interruptions is critical.</p>\r\n\r\n<p>Communications and security consultant Gary Audin, president of Delta, Inc., takes a comprehensive look at UC and the importance of system availability. Also examined in-depth are the components needed to put together and sustain a UC-enabled communications environment.</p>\r\n', '785|-|', ''),
(131, 0, 1, '2016-06-30 13:42:11', 6, 485, 0, 0, 0, '', '', '', 'Selecting the Right UC Solution in the Adaptive IT Era', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-right-uc-solution.jpg', '', '<p>Workplaces today are experiencing a substantial shift from the traditional physical office environment to one that embraces mobility. Modern technologies are allowing organizations to benefit from the agility of cloud services and BYOD (Bring Your Own Device), forcing enterprises to rethink their ICT strategy to allow for more modern ways of working. These technologies have disrupted the whole ICT industry and paved the way for a new workplace to evolve in what Frost & Sullivan calls the “Future of the Workplace”</p>\r\n', '787|-|', ''),
(132, 0, 1, '2016-06-30 13:42:11', 6, 486, 0, 0, 0, '', '', '', 'Smart Enterprise Trends 2015', '', 'http://www.nec-enterprise.com/content/images/Whitepapers/smart-trends-header-image.jpg', '', '<h2>What will 2015 hold?<a href=\"http://www.nec-smartenterprise.com/\" target=\"_blank\"><img alt=\"\" src=\"http://www.nec-enterprise.com/content/images/Whitepapers/explore.jpg\" style=\"width: 210px; height: 31px; float: right;\" /></a></h2><p>Many technological developments have evolved from early-adopter challenges to mature opportunities that are becoming core components in the Enterprise IT & Communications landscape.</p><p>We have compiled ‘<strong>NEC Smart Enterprise Trends 2015</strong>’ to share our views on the major trends in Enterprise IT & Communications – technologies and developments that will drive productivity and deliver superior customer service, a more flexible work environment and a competitive edge.</p>', NULL, ''),
(133, 0, 1, '2016-06-30 13:42:11', 6, 487, 0, 0, 0, '', '', '', 'What to look for when creating a Unified Communications RFP', 'Examining the Enterprise Connect Unified Communications RFP Results', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-cloud-vs-platform.jpg', '11-06-14', '<p>Each year at Enterprise Connect, a mock Request for Proposal (RFP) session is held. The mock RFP is a simulation of the requests that enterprises and government agencies put out when looking for a new unified communications solution.</p>\r\n', '789|-|', ''),
(134, 0, 1, '2016-06-30 13:42:11', 6, 488, 0, 0, 0, '', '', '', 'Empowering the Millennial WorkStyle with UC&C', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-millenial-workstyle-with-UC.jpg', '28-06-13', '<p>The way Millennials have grown to interact with friends and colleagues is creating a new set of demands on the tools that businesses provide. <span style=\"line-height: 1.6em;\">For those of the Hyper Connected Generation the concept of making a call from a pay phone or even ever stepping inside a </span><span style=\"line-height: 1.6em;\">phone booth is very foreign to them. Life without a mobile device to provide anywhere, anytime connectivity is not imaginable.</span></p>\r\n\r\n<p><span style=\"line-height: 1.6em;\">NEC’s UNIVERGE 3C™ Unified Communications and Collaboration solution includes these types of advanced applications that have </span><span style=\"line-height: 1.6em;\">been gaining steady traction across businesses as CIOs look for new, innovative technology to increase workforce productivity and </span><span style=\"line-height: 1.6em;\">stay competitive in the global marketplace, yet still be achieved within their tight budgets.</span></p>\r\n', '791|-|', ''),
(135, 0, 1, '2016-06-30 13:42:11', 6, 489, 0, 0, 0, '', '', '', 'Optimizing the Higher Education Data Center', 'Take the next step with Optimization Services', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-optimizing-HE-data-center.jpg', '23-05-13', '<p>Higher education IT leaders today are faced with two conflicting sets of issues: shrinking budgets and on-campus pressures to increase computing capacity, availability and services.</p>\r\n\r\n<p><br />\r\nCompeting campus constituencies – administrators, academics and various departments – are forcing consolidated data center<br />\r\nresources into a multi-tenant environment. This brings a significant set of challenges, including security and risk management, business continuity, consistent IT service levels, training and ongoing replacement of aging infrastructure.</p>\r\n\r\n<p><br />\r\nAs a result, many institutional IT departments are reevaluating how they approach the data center, looking for ways to optimize and improve IT service levels, and exploring ways to make education resources more available with less available budget.</p>\r\n', '793|-|', ''),
(136, 0, 1, '2016-06-30 13:42:11', 6, 490, 0, 0, 0, '', '', '', 'Mobility enables true Unified Communications', '', 'http://62.197.136.28/emea/content/images/news/Mobility-Unified-Communications.png', '08-05-13', '<p>Deploying Unified Communications in combination with Mobility solutions can improve employee productivity and customer services immensely. This white paper explores the possibilities it opens for all types of organizations.</p>\r\n', '795|-|', ''),
(137, 0, 1, '2016-06-30 13:42:11', 6, 491, 0, 0, 0, '', '', '', 'Public vs Private Cloud', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-private-vs-public-cloud.jpg', '02-04-13', '<p>Cloud computing is quickly becoming the fast food of the IT industry. On the face of it, it’s quick, cheap and easy to implement, but as organisations contemplate a move to this muchhyped service delivery method, there are a number of questions they should ask to avoid being left with a bad taste in their mouth.</p>\r\n\r\n<h2>Clarifying the Cloud</h2>\r\n\r\n<p>The problem facing many decision makers is not if to make the switch but how. This job isn’t made any easier by a market flooded with offerings.In simple terms a public cloud is characterised as being available to clients from a third party service provider via the internet. Gmail and Hotmail typify the public cloud. On the other hand, a private cloud-based service, data and processes are managed within the organisation, or hosted at a data centre, and not accessible via the internet.</p>\r\n\r\n<p>When comparing public and private cloud computing, security is the elephant in the room, and it is something no organisation should overlook.</p>\r\n', '790|-|', ''),
(138, 0, 1, '2016-06-30 13:42:11', 6, 492, 0, 0, 0, '', '', '', 'Unified Communications underpins an agile workforce', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-uc-underpins-agile-workforce.jpg', '', '<section class=\"article-details\">\r\n<h2>Five steps to achieving an agile workforce</h2>\r\n\r\n<p>Success demands an agile and responsive workforce, regardless of where they are and how they are connected. Enabling mobility is a key factor in this equation, but it is only part of a journey that is really about rallying people, knowledge and resources to improve the organisation’s outcomes.</p>\r\n\r\n<p>Beyond mobility, the bigger picture is unifying workforce communications at the desk, in the corridor or on the road and providing a platform that allows the business to embrace new processes when the time is right.</p>\r\n\r\n<p>This whitepaper outlines the key benefits of unifying communications, SMB and SME communications challenges and how an organisation can steer itself towards a lower cost path that enables it to deliver outstanding service.</p>\r\n\r\n<h3>Five steps to achieving an agile workforce</h3>\r\n\r\n<ul>\r\n <li>Agility depends on knowledge - Workforce agility is the product of staff knowledge and access tothe right information and people when it counts.</li>\r\n <li>Visibility and perspective - Knowing when and how customers or stakeholders engage supports efficient resource allocation by providing a factual base from which to make decisions that improve processes.</li>\r\n <li>Swift connections - A highly mobile workforce can be coordinated. Giving staff visibility of each other and the tools to connect to the right available person accelerates resolution and enables early intervention.</li>\r\n <li>Controlled mobility - Mobility puts productivity tools at workers’ fingertips, but at the heart of a mobile strategy is centralised management of the devices, services, access and security.</li>\r\n <li>Asset protection - Deploying Unified Communications does not mean replacing all legacy software and hardware. Licensing, for example, can be carried at no cost, while physical assets such as handsets need not be discarded. Unified Communications, mobility and smart desk phones should target the functions where it delivers the greatest impact to the organisation. Processes, work culture, and the future business landscape will determine where and when to extend capabilities.</li>\r\n</ul>\r\n</section>\r\n', '792|-|', ''),
(139, 0, 1, '2016-06-30 13:42:11', 6, 493, 0, 0, 0, '', '', '', 'Improving Healthcare Delivery with Role-Enabled Communications', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-Improving-Healthcare-Delivery.jpg', '24-01-13', '<p>Only a decade ago, healthcare information technology organizations were primarily concerned with solutions that promised improved patient safety, workflow and financial optimization. Communications technology was a second-tier focus. Paper-based charting, which was prevalent then, kept information technology from having an impact on healthcare delivery improvements at the patientdoctor interface.</p>\r\n\r\n<h2>Three challenges solved with role-enabled communications</h2>\r\n\r\n<p>imes have changed tremendously in a little more than 10 years. This paper describes common IT and communications challenges in modern healthcare facilities and describes three healthcare challenges that can be solved with role-enabled communications - clinical mobility, clinical workflow and emergency medicine. It concludes with a discussion about best practices to consider when implementing roleenabled communications in a healthcare setting.</p>\r\n', '794|-|', ''),
(140, 0, 1, '2016-06-30 13:42:11', 6, 494, 0, 0, 0, '', '', '', 'Top 5 Reasons Why you need a Cloud Offering', '', 'http://62.197.136.28/emea/content/images/news/Why-you-need-a-Cloud-Offering.png', '11-12-12', '<p>This whitepaper explores the rapidly evolving Cloud computing market and in particular focuses on the Software as a Service (SaaS) component of that market.</p>\r\n\r\n<p>The Cloud is being touted as ‘the next big thing’ for the Channel and the range and breadth of available offerings is ever increasing. Customers, in particular the Small to Medium Business (SMB) sector, have begun the move to the Cloud citing reason being massive savings in upfront capital costs, labour expenditure and probably - most importantly, their time.</p>\r\n\r\n<p>These factors, combined with the business benefits of enhanced mobility that SaaS applications provide, make it extremely important for resellers and VARs to define and develop their offering.</p>\r\n', '796|-|', ''),
(141, 0, 1, '2016-06-30 13:58:48', 6, 495, 0, 0, 0, '', '', '', 'NEC and Getronics make the grade with the University of Edinburgh win', 'Sixth oldest English speaking university gets a communications modernization courtesy of NEC Business Partner Getronics', '', '', '<p align=\"left\"><strong>Hilversum, Nottingham, 23 May 2016 – </strong>The University of Edinburgh has selected NEC and its UK business partner Getronics to provide a new communications infrastructure. Up to 15,000 users at one of the UK’s oldest and highest ranking Universities will get the benefit of the latest Unified Communications and lower communication costs thanks to NEC’s UK business partner Getronics.</p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">As well as ranking as the fourth most popular university in the UK, The University of Edinburgh also ranks 1st in the UK for Computer Science and Informatics. Standards for the communications and IT install were no less demanding with requirements for unified communications, contact centre and mobility solutions along with a full resilient IT framework.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">The solution will provide a highly availability (99.999%) and fully redundant unified communications platform based on the latest NEC SV9500 communication server – the first of its kind in the EMEA region.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">Getronics participated in a competitive tendering exercise for this customer win against extremely tough competition but were ultimately successful in securing the contract. Key differentiators against the competition included a significantly lower cost of the new solution and the ability to demonstrate competence in traditional telephony, IP telephony and unified communications.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">Alan Boyd, Acting Head of Communications Infrastructure at the University of Edinburgh confirmed, \"Getronics and NEC had the winning combination of the best technical and most economically advantageous bid in a public sector procurement process.”</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">Richard Smiles, Client Director at Getronics says, “We have been particularly impressed with the NEC UNIVERGE SV9500 platform both in terms of availability and functionality. It was the obvious choice for this bid and we are confident that it will meet and indeed exceed our customer’s expectations. The support from NEC during the bid was exceptional and the win was definitely a team effort.”</span></p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong style=\"line-height: 1.6em;\">For more information please contact NEC Enterprise Solutions:</strong><br />\r\n<strong style=\"line-height: 1.6em;\">Jim Eagers Robert van Amerongen</strong><br />\r\n<strong style=\"line-height: 1.6em;\">Tel: +44 (0) 787 509 3399 Tel: + 31 35 689 1521</strong><br />\r\n<strong style=\"line-height: 1.6em;\">jim.eagers@emea.nec.com robert.van.amerongen@emea.nec.com</strong></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong style=\"line-height: 1.6em;\">About NEC Enterprise Solutions:</strong><br />\r\n<span style=\"line-height: 1.6em;\">NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</span></p>\r\n\r\n<p><span style=\"line-height: 1.6em;\">NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: </span><a href=\"http://www.nec-enterprise.com/\" style=\"line-height: 1.6em;\">http://www.nec-enterprise.com</a><span style=\"line-height: 1.6em;\">.</span></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong style=\"line-height: 1.6em;\">About Getronics</strong><br />\r\n<span style=\"line-height: 1.6em;\">Getronics are a leading NEC Business Partner and have an extensive history extending over 125 years. Getronics have a complete portfolio of integrated ICT services for the large enterprise and public sector markets including Unified Communications, Workspace, Applications, Data Centre, Cloud, Consulting, Partner Technology, Managed Services and Security.</span></p>\r\n\r\n<p><strong style=\"line-height: 1.6em;\">About the University of Edinburgh</strong><br />\r\n<span style=\"line-height: 1.6em;\">The University of Edinburgh, founded in 1582, is the sixth oldest university in the English-speaking world and one of Scotland\'s ancient universities. Alumni of the university include some of the major figures of modern history, including naturalist Charles Darwin and inventor Alexander Graham Bell.</span></p>\r\n', '', ''),
(196, 0, 1, '2017-03-29 07:57:45', 6, 981, 0, 0, 0, '', '', '', 'Gijima launches NEC based UCaaS solution and boards first customers ', 'UNIVERGE 3C is cornerstone in Gijima’s new ‘3CaaS’ offering', '', '', '<p align=\"left\"><strong>Hilversum, Johannesburg, 29 March 2017 – </strong>NEC business partner in South Africa Gijima today announced it has rolled out a brand new UCaaS solution in South Africa that offers full enterprise UC capabilities on a monthly basis and enables customers to scale functionality and capacity as they need. Rather uniquely it offers scalability from 0 to 100%.</p>\r\n\r\n<p align=\"left\">Gijima’s new UCaaS offering is hosted from a platform in Teraco and is now fully operational. The UCaaS service called ‘3CaaS (3C as a Service) is based on NEC’s UNIVERGE 3C UC&C solution, Contact Centre, Expense Management, IP-DECT Mobility. It includes connectivity and SBC if required. In South Africa XON is one of the first customers with the complete suite of solutions that are offered from the hosted platform.</p>\r\n\r\n<p align=\"left\"><strong>Reduced investments and maintenance</strong><br />\r\nWith this hosted UC as a Service (UCaaS) solution Gijima aims to relieve enterprise customers of their concern and responsibility to service and support a dedicated on-premise installation. The centrally hosted solution can easily be updated to the latest standards and functionality. Being served by a hosted solution from a data center provides not only improved reliability and simplified support, but also reduces customer investment and maintenance costs significantly.</p>\r\n\r\n<p align=\"left\">Gijima is one of the leading companies engaged in the fields of Communications, IT and Security Solutions in the highly competitive South African ICT market. The Gijima NEC division continues to accelerate and move forward with the latest technologies that NEC has to offer and deploys a wide range of activities ranging from network design, tailor made solutions, implementation and support services.<br />\r\n<br />\r\nXON is taking advantage of the functionalities provided by UNIVERGE 3C including its advanced client-based Contact Centre agent functionality and MA4000 Expense Management.</p>\r\n\r\n<p><strong>Addressing competitive markets with innovative solutions</strong><br />\r\nUNIVERGE 3C redefines the way a business and individuals communicate keeping an organization competitive in today’s marketplace. The comprehensive solution provides fully functional IP telephony along with a complete set of collaboration applications that can be tailored to specific business needs. It enables total control over how, when and where individual users choose to be reached. Its distributed software architecture operates across premise, cloud or hybrid environments, delivering unmatched flexibility, reliability and scalability.</p>\r\n\r\n<p align=\"left\">In the highly competitive South African ICT market, Gijima is one of the leading companies engaged in the fields of Communications, IT and Security Solutions and continues to accelerate and move forward with the latest technologies that NEC has to offer.</p>\r\n', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(142, 0, 1, '2016-06-30 13:59:04', 6, 496, 0, 0, 0, '', '', '', 'NEC Enterprise Solutions and QStar Technologies announce technology partnership aimed at the Secure Management of Company Data', 'Addressing the Number One concern of CIO’s', '', '', '<p align=\"left\"><strong>Hilversum, 19 May 2016 – </strong>NEC Enterprise Solutions and QStar Technologies today announced a strategic technology partnership in the area of managing, archiving and protecting enterprise data. Resulting from this partnership, NEC’s powerful HYDRAstor scale-out grid architecture can be combined with the QStar Network Migrator, a powerful data policy Information Lifecycle Management (ILM) solution. Supported by QStar Archive Manager Software, users and administrators can easily view file shares and search, find and retrieve data directly from the archive.</p>\r\n\r\n<p align=\"left\"><strong style=\"line-height: 1.6em;\">Managing data growth is the Number One concern of CIO’s</strong><br />\r\n<span style=\"line-height: 1.6em;\">Managing data Growth is the Number One concern of CIO’s and IT directors, closely followed by ensuring proper data backup and recovery. With enterprises generating content and data continuously and rapidly, the volume of information to be managed is growing exponentially. Over time however, the relevance and value for organizations and their business of these huge amounts of data changes considerably. Surveys by leading market research companies reveal that more than 80% of data on primary disks are never accessed after the first year. Meanwhile this data is constantly subject to backup and is even migrated within new storage over the years.</span></p>\r\n\r\n<p align=\"left\"><strong style=\"line-height: 1.6em;\">NEC’s Award Winning HYDRASTOR</strong><br />\r\n<span style=\"line-height: 1.6em;\">NEC\'s HYDRAstor technology provides a very high performant, capacity-optimized and highly available storage solution for backup, long-term data archive and Disaster Recovery solutions for all enterprises. NEC HYDRAstor can be further expanded and refreshed online with no data migration by incorporating newer generation hardware into the same grid system, maximizing investment protection.</span></p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">“NEC continues to deliver new innovative solutions that leverage the HYDRAstor technology to maximize efficiency and performance for our customers\" says Wali Naderi, Product Manager at NEC Enterprise Solutions. “The partnership between NEC and QStar brings a new level of visibility, governance and value to company data. As a result customers get maximum value from their data using the NEC HYDRAstor scale-out storage platform combined with QStar Data Policy Network Migrator solution”, adds Raffaele Persico, Executive VP of Operations at QStar Technologies.</span></p>\r\n\r\n<p align=\"left\">For long-term data, NEC’s HYDRAstor is a scale-out grid storage platform with inline global deduplication, with massive linear scalability exceeding 158 PB and 5 PB/hr. The HYDRAstor provides high availability and has no single point of failure and an advanced data protection with erasure-coded data resiliency</p>\r\n\r\n<p align=\"left\"><span style=\"line-height: 1.6em;\">QStar Technologies offer an advanced, secure way to manage, store and optimize data based on its age and relevance for the business. QStar’s Network Migrator enables the IT Storage Manager to easily classify data sets according to their relevance, rates access, and application requirements. It ensures seamless interaction with applications by intelligently placing data on the NEC HYDRAstor platform. If an application subsequently requests files that have been migrated to NEC HYDRAstor, the QStar Network Migrator solution automatically moves the file back to the original device in real time, fully transparently to all applications, networks and users.</span></p>\r\n\r\n<p align=\"left\"><strong style=\"line-height: 1.6em;\">Optimized backup: reduce backup costs improving backup and recovery times</strong><br />\r\n<span style=\"line-height: 1.6em;\">Storage tiering helps to reduce backup costs and improve backup and recovery times. Many organizations perform full backup of all of their data on frequent basis (weekly, monthly, and so on), even though most of it has not changed from previous backup. By moving inactive data to NEC HYDRAstor, different backup policies can be established taking into account the age of the data. On top, thanks to its inline global deduplication, NEC’s HYDRAstor can also perform your daily backup and restore, but in a fraction of the time compared to its competitors. </span></p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong style=\"line-height: 1.6em;\">For more information please contact NEC Enterprise Solutions:</strong><br />\r\n<strong style=\"line-height: 1.6em;\">Robert van Amerongen Annick Reyngoudt</strong><br />\r\n<strong style=\"line-height: 1.6em;\">Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\" style=\"line-height: 1.6em;\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong style=\"line-height: 1.6em;\"> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p><br />\r\n<strong style=\"line-height: 1.6em;\">About NEC Enterprise Solutions:</strong><br />\r\n<span style=\"line-height: 1.6em;\">NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</span></p>\r\n\r\n<p><span style=\"line-height: 1.6em;\">NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: </span><a href=\"http://www.nec-enterprise.com/\" style=\"line-height: 1.6em;\">http://www.nec-enterprise.com</a><span style=\"line-height: 1.6em;\">.</span></p>\r\n\r\n<p><br />\r\n<strong style=\"line-height: 1.6em;\">About QStar Technologies</strong><br />\r\n<span style=\"line-height: 1.6em;\">Since 1987, QStar Technologies is a leading global provider of enterprise-class archive and data management software solutions. The world’s leading companies rely on QStar for secure, cost effective and reliable protection of their valuable digital assets. </span><a href=\"http://www.qstar.com/\" style=\"line-height: 1.6em;\">www.qstar.com</a><span style=\"line-height: 1.6em;\">.</span></p>\r\n', '', ''),
(143, 0, 1, '2016-06-30 14:00:21', 6, 497, 0, 0, 0, '', '', '', 'Salesforce Signs Agreement with NEC to Establish Second Data Center in Japan', 'New data center is Salesforce’s second in Japan and will support the company\'s growing customer base across the Asia-Pacific region', '', '', '<p><strong>TOKYO, April </strong><strong>5</strong><strong>, 2016 </strong>— Salesforce (NYSE: CRM), the Customer Success Platform and world\'s #1 CRM company, along with NEC Corporation (NEC; TSE: 6701), a leading provider in IT and network technology integration and a wide-range of cloud solutions, today announced Salesforce has signed an agreement to establish a second data center in the Kansai Region of Japan, selecting NEC as its service provider.</p>\r\n\r\n<p>This data center in Japan supports Salesforce’s growing global customer base and expands the company’s data center capacity across the entire Asia-Pacific region. NEC will provide a safe, secure and high-efficiency data center that leverages leading design elements including on-site solar, free air cooling and the company’s proprietary Phase Change Cooling Unit<sup>1</sup>.</p>\r\n\r\n<p><strong>Comments on the News</strong><br />\r\n●\"Salesforce’s second data center in the Kansai area reflects our commitment to Japan and the Asia-Pacific region,\" said Shinichi Koide, CEO and Chairman of Salesforce Japan. \"Salesforce continues to increase its strategic investments in the market, enabling local companies to leverage the latest cloud, mobile, social, data science and IoT innovations to create connected experiences that matter to their customers.\"</p>\r\n\r\n<p>●\"NEC is pleased to be selected by Salesforce as one of its data center providers in Japan,\" said Kimihiko Fukuda, Executive Vice President, NEC Corporation. \"NEC shares Salesforce’s commitment to customer success and customer trust, which makes this a powerful partnership to support local Japanese and Asia-Pacific companies. Because NEC has the capability to provide cloud services and build open cloud systems, we are able to support a customer’s entire ICT system including Systems of Record (SoR) and Systems of Engagement (SoE).\"</p>\r\n\r\n<p><strong>Cloud Computing Momentum in Japan</strong><br />\r\nJapan’s cloud service market grew to 2.6 billion yen in 2015 and is forecasted to reach 6.3 billion yen by 2020<sup>2</sup>. Salesforce is the global leader in CRM and has set the standard for innovation in the cloud. Today, companies in Japan are choosing the Salesforce Customer Success Platform to connect with customers in new ways, run their business from their phones, create 1-to-1 customer journeys and make smarter, more predictive decisions from anywhere, in real time-all of which helps drive business transformation and accelerate growth.</p>\r\n\r\n<p><sup>1 Phase Change Cooling Unit: Cooling method using principle absorbing heat when liquid evaporates</sup></p>\r\n\r\n<p><sup>2 </sup><sup>Japan Public IT Cloud Services Forecast, 2016-2020</sup><sup>” issued by IDC </sup><sup>Japan, Feb 2016</sup><sup>, </sup><sup>Doc # JPJ40591516</sup></p>\r\n\r\n<p><strong>About NEC Corporation</strong><br />\r\nNEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company\'s experience and global resources, NEC\'s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.</p>\r\n\r\n<p>The NEC Group globally provides \"Solutions for Society\" that promote the safety, security, efficiency and equality of society. Under the company\'s corporate message of \"Orchestrating a brighter world,\" NEC aims to help solve a wide range of challenging issues and to create new social value for the changing world of tomorrow. For more information, please visit<br />\r\n<a href=\"http://www.nec.com/en/global/about/solutionsforsociety/message.html\">http://www.nec.com/en/global/about/solutionsforsociety/message.html</a>.</p>\r\n\r\n<p><strong>About NEC Cloud Solutions</strong><br />\r\n<span style=\"text-decoration: underline;\">http://www.nec.com/en/global/solutions/cloud/</span></p>\r\n\r\n<p><strong>About Salesforce</strong><br />\r\nSalesforce, the Customer Success Platform and world\'s #1 CRM company, empowers companies to connect with their customers in a whole new way. For more information about Salesforce (NYSE: CRM), visit: <a href=\"http://www.salesforce.com/\">http://www.salesforce.com</a>.</p>\r\n\r\n<p>Any unreleased services or features referenced in this or other press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase Salesforce applications should make their purchase decisions based upon features that are currently available. Salesforce has headquarters in San Francisco, with offices in Europe and Asia, and trades on the New York Stock Exchange under the ticker symbol \"CRM.\" For more information please visit http://www.salesforce.com, or call 1-800-NO-SOFTWARE.</p>\r\n\r\n<p>\"Safe harbor\" statement under the Private Securities Litigation Reform Act of 1995: This press release contains forward-looking statements. The achievement or success of the matters covered by such forward-looking statements involves risks, uncertainties and assumptions. If any such risks or uncertainties materialize, or if any of the assumptions prove incorrect, the company’s results could differ materially from the results expressed or implied by the forward-looking statements we make. Further information on factors that could affect the company’s financial and other results is included in the reports on Forms 10-K, 10-Q and 8-K and in other filings we make with the Securities and Exchange Commission from time to time, including the company’s most recent Form 10-K. These documents are available on the SEC Filings section of the Investor Information section of the company’s website at www.salesforce.com/investor. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements, except as required by law.</p>\r\n\r\n<p>© 2016 salesforce.com, inc. All rights reserved. Salesforce, Sales Cloud, Service Cloud, Marketing Cloud, AppExchange, Salesforce Platform, and others are trademarks of salesforce.com, inc. Other brands featured herein may be trademarks of their respective owners</p>\r\n', '', ''),
(144, 0, 1, '2016-06-30 14:01:24', 6, 498, 0, 0, 0, '', '', '', 'NEC\'s SX-ACE vector supercomputer contributes to research at three German institutes', 'University of Kiel, Alfred Wegener Institute and the High Performance Computing Center Stuttgart', '', '', '<p><strong>Tokyo, November 30, 2015</strong> - <a href=\"http://www.nec.com/index.html\">NEC Corporation</a> (NEC; TSE: 6701) today announced that the SX-ACE vector supercomputers delivered to the University of Kiel, Alfred Wegener Institute and the High Performance Computing Center Stuttgart have begun operating and contributing to research.</p>\r\n\r\n<p class=\"mt20 mb20 \">The SX-ACE is highly suitable for scientific computing that requires super-high-speed parallel processing and advanced simulations using large-scale data. The University of Kiel is using the product for simulations of climate change and oceanic phenomena. At Alfred Wegener Institute (AWI), a member of the Helmholtz Association of German Research Centers, the SX-ACE is being used for the numerical modeling of oceanographic physics and chemistry, as well as climatic variations particularly in the Earth\'s polar regions. The High Performance Computing Center Stuttgart (HLRS), one of Europe\'s premier science and innovation hubs offering world-class computing facilities, is capitalizing on the system for research, product development, and a spectrum of industrial applications in automotive, material design, and chemical fields through academia-industry collaborations.<br />\r\n<br />\r\nThe SX-ACE is a new vector supercomputer equipped with a multi-core vector CPU, which enables the world\'s top-level single-core performance of 64 GFLOPS and the largest memory bandwidth per core of 64 GB/s. Its performance per rack has improved 10 times over the previous model, with a rack computing performance of 16 teraFLOPS (hereinafter \"TFLOPS\") and a memory bandwidth of 16 Tbytes/second. It is especially suited for scientific and engineering computing applications and data-intensive applications that need high-speed processing of big data. It achieves high-sustained performance in various simulations - for weather forecasting, analysis of global environmental changes, fluid-dynamics analysis, nanotechnology, development of new materials and others. Using NEC\'s leading edge LSI technology, a high-density packaging design, and high-efficiency cooling technology, the SX-ACE also reduces power consumption by 90% and requires 20% of the floor space of the existing model.</p>\r\n\r\n<h3 class=\"nf-hdg3-01 \">University of Kiel</h3>\r\n\r\n<p class=\"mb20 \">The University of Kiel, one of the top-notch universities in Germany, maintains a close partnership with GEOMAR Helmholtz Centre for Ocean Research Kiel and offers high performance computing environments for cutting-edge scientific research. GEOMAR conducts interdisciplinary investigations of all aspects of marine sciences, ranging from ocean circulation and climate dynamics, marine biogeochemistry, and marine ecology to dynamics of the ocean floor.<br />\r\n<br />\r\nThe SX-ACE with 256 nodes (maximum theoretical performance of 65.5 TFLOPS) introduced by the University of Kiel at this time is expected to significantly contribute to the numerical modeling of changing ocean and atmosphere climate due to global warming.<br />\r\n<br />\r\n\"It is now possible to undertake high-resolution modeling of the Earth\'s systems involving complex physics and biogeochemistry without significant code tuning efforts. In particular, as compared to the previous system, we experienced a reduced time-to-solution with a higher effective performance. Furthermore, the required power consumption is lower than expected, facilitating the advancement of ocean and atmosphere sciences,\" said Dr. Andreas Lehmann, GEOMAR.<br />\r\n<br />\r\n\"Likewise, complex quantum chemical simulations based on the commercial software package Gaussian or paleoclimate simulations in geosciences over thousands of years could be continued almost without any code modifications, and the new system already attracts new users with applications e.g. from theoretical physics and astrophysics. The energy consumption per compute operation of the new SX-ACE has been reduced by a factor of about 20 compared to its predecessor NEC SX-9. This is an essential step forward as computing centers are very concerned about total operating expenses, of which electricity and cooling have a significant share,\" said Dr. Holger Marten, head of the University Computing Center.</p>\r\n\r\n<h3 class=\"nf-hdg3-01 \">Alfred Wegener Institute</h3>\r\n\r\n<p>Alfred Wegener Institute, a member of the Helmholtz Association of German Research Centers, focuses on research issues mainly related to Arctic and Antarctic regions, including oceanic physics, chemistry, and ecology, as well as climate change. The SX-ACE with 32 nodes (maximum theoretical performance of 8.2 TFLOPS) introduced by AWI at this time is planned to be used mainly for the numerical modelling of the paleo climate using coupled earth system models, as well as the formation/decline of sea ice, and their interactions with climate change on a global or regional scale.<br />\r\n<br />\r\n\"AWI scientists have been successfully working with vector processors for several generations of high performance computers. Many models have been optimized for vector cores, and for some scientific studies (e.g. paleo climate) these processors are better suitable than massively parallel setups. Therefore, AWI decided to install the SX-ACE in addition to a MPP-cluster when replacing its outdated SX-8R. The 32 nodes of the new SX-ACE provide twice the computational power (in total and per-core) compared to 14 SX-8R nodes while using less than 20% of the electrical power. A 500 TB ScaTeFS WORK-file system increases the available disk space by more than a factor 5. Researchers were able to continue their work with little effort as no porting of model codes was necessary,\" commented Dr. Dirk Barbi of AWI.</p>\r\n\r\n<h3 class=\"nf-hdg3-01 \">HLRS</h3>\r\n\r\n<p class=\"mb20 \">HLRS offers supercomputing resources for private companies in various fields in addition to academic institutions. Its computing environment is designed for scientific and engineering tasks through academia-industry interactions, making the center one of the leading European facilities that encourage applications of high performance computing in engineering. The SX-ACE with 64 nodes (maximum theoretical performance of 16.4 TFLOPS) introduced by HLRS at this time is expected to be used for cutting-edge industrial applications, such as fluid dynamics simulations in automotive design, computational physics modeling needed in designing novel materials, and computational chemistry at the core of drug discovery and bioinformatics.<br />\r\n<br />\r\n\"With the upcoming new paradigm of vectorizing hardware on standard computing platforms, increasing performance and reducing energy consumption, HLRS recognizes the importance of the continuation of the vector platforms of NEC for future efficient computing in simulation and data analysis. Essential for technical computing is the high sustainable memory bandwidth of the system. The machine will help us to improve the implementation of various complex codes, and I am looking forward to future efficient high performance machines,\" said Dr. Uwe Kuster, HLRS.<br />\r\n<br />\r\n\"Using our vector technology, NEC will pursue the development of the next generation of high-performance servers targeting industrial application fields and large-scale data analyses, in addition to conventional supercomputer fields, thereby leading the latest developments into the future,\" said Tomoyasu Nishimura, General Manager, IT Platform Division, NEC Corporation.</p>\r\n', '', ''),
(145, 0, 1, '2016-06-30 14:03:59', 6, 499, 0, 0, 0, '', '', '', ' NEC’s I766 DECT IP65 handset provides care free mobile communications in demanding environments', 'High-end IP DECT handset combines robustness, safety and extremely rich functionality', '', '', '<p align=\"left\"><strong>Hilversum, 21<sup>st</sup> September 2015</strong> – NEC, global leader in enterprise communications, today announced market availability of the new (IP) DECT handset I766 that enables care free wireless communications in demanding environments. With strong focus on vertical markets like industry, healthcare and hospitality, this robust handset meets the most stringent requirements for advanced mobility and messaging.</p>\r\n\r\n<p align=\"left\">Usability, ruggedness and application integration have been high on NEC’s agenda when designing the I766, resulting in the handset’s highly intuitive interface and powerful functionality. The I766 succeeds the I755 handset which has been one of the cornerstones of NEC’s Business Mobility portfolio for many years.</p>\r\n\r\n<p align=\"left\"><strong>Sturdy yet most appealing Design</strong><br />\r\nNEC has managed to combine robustness and resistance to shocks, dust and water (IP65 classification), with an attractive design and intuitive user interface. The 2.4” high resolution display and HD-Voice speakerphone of the I766 adds to the handset’s appeal. Full details of the new I766 can be found on: <a href=\"http://www.nec-ipdect.com/\">http://www.nec-ipdect.com/</a></p>\r\n\r\n<p align=\"left\">Besides flexibility and comfort, the I766 gives users full control over their accessibility, with many call control features seamlessly integrated with the company PBX. The extensive messaging and alarming features provide the required interaction with messaging servers and nurse call systems via the open interface DLMS. The central directory application provides valuable company telephone directory and presence information.</p>\r\n\r\n<p align=\"left\">The I766’s integrated Bluetooth headset interface provides full freedom and flexibility. The dual antennas included in the set allow for antenna diversity, adding to stable and secure communications even in very demanding RF environments.</p>\r\n\r\n<p align=\"left\"><strong>Utmost personal security</strong><br />\r\nThe large SOS-alarm button, the pull cord and man-down features of the I766 provide the means to immediately alert other staff under difficult circumstances, such as in case of duress. Real Time Location services can be provided by means of DECT signal strength (RSSI) or by detecting beacons with the optional DLA (DECT Locator Accessory) module, which highly contributes to enhancing safety scenarios. The location information can be added to the various alarms for pinpointing a person’s location while in need of help.</p>\r\n\r\n<p align=\"left\">The I766 interworks with all current NEC IP DECT and DECT systems and is available through NEC channels across all markets served.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\n<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt</strong></p>\r\n', '', ''),
(146, 0, 1, '2016-06-30 14:04:22', 6, 500, 0, 0, 0, '', '', '', 'NEC launches new Express5800 servers for Big Data utilization', '', '', '', '<p><strong>Hilversum, Irving, Texas & Tokyo, Japan, May 5, 2015 -</strong> NEC Corporation (NEC; TSE: 6701) today announced the global release of a new Express5800/A2000 Series of enterprise servers for Windows and Linux operating systems with the latest Intel® Xeon® Processor E7 v3 Family (up to 18 CPU cores), suitable for mission critical systems and processing Big Data.</p>\r\n\r\n<p>These new servers enhance memory controller features, memory sparing functions and memory mirroring functions (Address Based Memory Mirroring, which enables efficient use of memory space), making them ideally suited for the growing needs of Big Data processing and sophisticated social infrastructure, while providing reliable and stable system operations.<img alt=\"\" src=\"http://www.nec-enterprise.com/content/images/Press/Express5800-A2000.jpg\" style=\"width: 315px; height: 121px; float: right;\" /></p>\r\n\r\n<h3><strong>Express5800/A2000 Series</strong></h3>\r\n\r\n<p>“In recent years, there is an increasing demand for reliable, high-performance, non-stop processing of enormous amounts of data for the IT infrastructure that supports, for example, security systems for social infrastructure, banking systems and management systems for business operations. There is also a growing need for Big Data processing in order to forecast market trends and to analyze customer profiles. In order to respond to these demands the importance of memory space that can perform real-time processing with high reliability is rapidly increasing,” said Tomoyasu Nishimura, General Manager, IT Platform Division, NEC Corporation. “In addition to improving the availability and reliability of memory space, these new products are equipped with functionality that enables efficient use of memory and caters to a wide range of needs.”</p>\r\n\r\n<h3>Key features of the new Express5800/A2000 Series are as follows:</h3>\r\n\r\n<p><strong>1. Up to 4 CPUs (72 cores) significantly improving performance</strong></p>\r\n\r\n<p>The new server is significantly more powerful than NEC’s previous generation server, with up to 4 CPUs from the Intel(R) Xeon(R) Processor E7 v3 Family. In addition, the disk storage also supports a 12Gbps high-speed SAS interface and can accommodate twice the high-speed storage capacity of the previous server. These enhancements enable the building of infrastructure for Big Data processing of mission-critical operations and processing high volumes of data. Moreover, the new series features an IT platform for real-time analysis of high-speed aggregation/tabulation, such as invariant analysis etc., which is required for certain applications, such as predictive monitoring, for plant shut-downs and the detection of anomalies in IT systems. </p>\r\n\r\n<p><strong>2. Enhanced availability through effective memory mirroring and sparing functions</strong></p>\r\n\r\n<p>With the Address Based Memory Mirroring functionality, the new server enables the effective use of memory space by mirroring only the critical memory space and allocating the rest of memory for in-memory database areas for Big Data. Also, by expanding the spare space of memory prepared for potential physical failures, the new server can keep systems operating even when encountering multiple memory errors. In addition, these new servers are also equipped with a Mission Critical I/O Failover function, which switches over to a redundant I/O card when a failure occurs in an I/O card connected to an external storage or network having an important role in processing data.</p>\r\n\r\n<p><strong>3. Efficient optimization of CPU resources</strong></p>\r\n\r\n<p>The new servers support capacity on-demand functions that enable efficient use of CPU resources. As a result, CPU cores can be added online, without suspending the system, when it is necessary to scale performance due to increased workloads.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><span style=\"font-size:11px;\"><strong>About NEC Corporation</strong><br />\r\nNEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at http://www.nec.com.</span></p>\r\n\r\n<p><span style=\"font-size:11px;\">Based on its Mid-term Management Plan 2015, the NEC Group globally provides “Solutions for Society” that promote the safety, security, efficiency and equality of society. Under the company’s corporate message of “Orchestrating a brighter world,” NEC aims to help solve a wide range of challenging issues and to create new social value for the changing world of tomorrow. For more information, please visit <a href=\"http://www.nec.com/en/global/about/solutionsforsociety/message.htm\" target=\"_blank\">http://www.nec.com/en/global/about/solutionsforsociety/message.htm</a>l.</span></p>\r\n\r\n<p><span style=\"font-size:11px;\">NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. ©2015 NEC Corporation.</span></p>\r\n\r\n<table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 500px;\">\r\n <tbody>\r\n <tr>\r\n <td><span style=\"font-size:11px;\"><strong>NEC Press Contacts (Japan):</strong></span></td>\r\n <td> </td>\r\n </tr>\r\n <tr>\r\n <td><span style=\"font-size:11px;\">Seiichiro Toda<br />\r\n NEC Corporation <br />\r\n s-toda@cj.jp.nec.com<br />\r\n +81-3-3798-6511</span></td>\r\n <td><span style=\"font-size:11px;\">Joseph Jasper<br />\r\n NEC Corporation <br />\r\n j-jasper@ax.jp.nec.com<br />\r\n +81-3-3798-651</span></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n', '', ''),
(147, 0, 1, '2016-06-30 14:04:43', 6, 501, 0, 0, 0, '', '', '', 'NEC Launches Toll Fraud Guard Application with entry-level price tag', 'As Toll Fraud rises globally by 15% each year, NEC respond with a low cost solution to keep the fraudsters at bay', '', '', '<p><strong>Nottingham, 16 April 2015</strong> – To help combat the increase in Toll Fraud, NEC have launched a new Toll Fraud Guard application, which comes at an entry-level price point.</p>\r\n\r\n<p>Designed for NEC’s UNIVERGE SV9100 communication server for SMBs plus the SL1100 for the small business. The application is built-in, which means no extra PC is required for installation.</p>\r\n\r\n<p>The Toll Fraud Guard application works by monitoring the SMDR output of the system and identifies calls that could be deemed fraudulent. It can then either alert the company via email or if the activity is considered to be more suspicious also block the activity immediately.</p>\r\n\r\n<p>NEC Sales Director Andrew Cooper explains: “Toll fraud stats in the UK are shocking with an estimated cost of £1.2bn each year and an average cost of £10k per victim. NEC resellers can now help protect their customers with an easily configured solution at an entry-level price.”</p>\r\n\r\n<p>Reseller Steve Hogan of EBT communications agrees: “In 2015 Toll Fraud applications will quickly become an essential for every system install. Particularly in the UK, being the third most targeted country in the world.”</p>\r\n\r\n<p>Andrew Cooper continues: “From a reseller perspective it also provides a strong story for your prospects. Toll fraud is a potential threat to almost all UK businesses.”</p>\r\n\r\n<p>Download the Dangers of Toll Fraud Infographic here: <a href=\"http://www.nec-enterprise.com/content/files/NEC-Infographic-Toll-Fraud.pdf\">http://www.nec-enterprise.com/content/files/NEC-Infographic-Toll-Fraud.pdf</a></p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>For more information please contact:<br />\r\nJim Eagers, NEC Marketing Manager</strong><br />\r\nTel:<strong> +44 (0) 787 509 3399</strong><br />\r\nEmail: <a href=\"mailto:jeagers@neci.co.uk\"><strong>jeagers@neci.co.uk</strong></a><br />\r\nLinked-in Company Page:<strong> NEC (UK)</strong><br />\r\nTwitter:<strong> @NECEnterprise</strong><br />\r\nYouTube: <a href=\"https://www.youtube.com/user/NECITPLATFORM\"><strong>https://www.youtube.com/user/NECITPLATFORM</strong></a><br />\r\nBlog: <a href=\"http://www.nec-enterprise.com/Blog\"><strong>http://www.nec-enterprise.com/Blog</strong></a><br />\r\nFacebook: <a href=\"https://www.facebook.com/nec.global\"><strong>https://www.facebook.com/nec.global</strong></a></p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualised workstations enable businesses to maximise operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</p>\r\n', '', ''),
(148, 0, 1, '2016-07-07 08:51:28', 6, 809, 0, 0, 0, '', '', '', 'title', 'text', NULL, NULL, NULL, NULL, 'author'),
(149, 0, 1, '2016-07-07 08:51:28', 6, 810, 0, 0, 0, '', '', '', 'How will the Internet of Things be Strategic to the Enterprise?', '', '', '', '<p>The Internet of Things (IoT) is quickly becoming entrenched in both consumer and enterprise IT as both a technology priority and a buzzword. As IT practitioners continue the ongoing evaluation of the rapidly growing array of IT tools and technologies available to the Enterprise, it might be time to question how strategic the IoT will be to the successful and smart enterprise of the near future.</p>\r\n\r\n<div>\r\n<p>Perhaps it would be best to discuss the IoT by first removing its “buzzword” status. The IoT is nothing more than a convergence of today’s pre-existing top IT Trends—think smart mobility, cloud, biometrics, and big data. But it is the <a href=\"\\\"><em>true</em> convergence</a> of these technologies—working together seamlessly as interoperable parts of a whole—which is the goal and should define the term “Internet of Things.”</p>\r\n\r\n<p>The <a href=\"\\\">data should be familiar.</a> By 2020, IoT will be an $8.9 trillion market with over 212 billion connected “things,” meaning that within the next 5 years, the connectedness of everything will be one of the world’s largest industries. </p>\r\n\r\n<p>But the question is not “will the IoT be important” but is rather, “will it be strategic to the enterprise?” Will planning for and installing “IoT” ready devices now result in success over your competitors?</p>\r\n</div>\r\n', '', 'Posted by Elizabeth Miller on Thu, Feb 05, 2015 @ 10:00 AM');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(150, 0, 1, '2016-07-07 08:51:28', 6, 811, 0, 0, 0, '', '', '', 'Empowering the Smart Enterprise', '', '', '', '<div>\r\n<p>Ronald Schapendonk is the creator of NEC's Smart Enterprise marketing concept, a crisp and clear idea that integrates NEC's IT and communications capabilities into attractive global business solutions, and offers enterprises the framework they need to forge a smarter way to build a resilient infrastructure and embrace latest applications for their business benefit. Built upon a solid IT platform, the Smart Enterprise framework's range of powerful technologies and business applications enable smart organizations to optimize their business practices, ensure secure and agile operations, boost the engagement of mobile workforces, and stay ahead of the competition.</p>\r\n</div>\r\n\r\n<h2>The network becomes the organization</h2>\r\n\r\n<div>\r\n<div>\r\n<div>\r\n<p><img alt=\"Photo: Ronald Schapendonk\" src=\"http://www.nec.com/en/global/innovators/images/ronald_schapendonk/p01_ph01.jpg\" /></p>\r\n</div>\r\n\r\n<div>\r\n<p>--Can you explain the essence of the Smart Enterprise marketing concept?<br />\r\n<br />\r\nRonald: In essence, at the highest level, we commit to build a resilient, secure and agile infrastructure that enables organizations to provide better services at a lower cost, and empowers organizations to be more competitive. This means converging applications that empower workforces to work from anywhere. Workforces need to be connected seamlessly and securely, with access to business services and collaboration tools that empower them to engage internally and also externally with clients.</p>\r\n</div>\r\n</div>\r\n\r\n<p>--You would need a very strong IT platform to facilitate this kind of business operation. How does the Smart Enterprise framework facilitate this?<br />\r\n<br />\r\nRonald: The fundamental point of the Smart Enterprise concept is that the framework and solutions integrate key technologies, applications and media endpoints that can be used in a number of ways. At the same time, the solutions must give organizations the flexibility to make choices in what they deploy, depending on their business needs at any point of time. The framework components include all kinds of NEC technologies from servers, to storage and network management tools, as well as technologies such as software-defined services, high availability and virtualization. Combining all or some of these technologies enables us to create a platform that empower organizations, and their workforces, to work smarter and be smarter.</p>\r\n\r\n<div>\r\n<p><a href=\"http://www.nec.com/en/global/innovators/images/ronald_schapendonk/img01.png\"><img alt=\"Figure: The Empowered IT Framework\" src=\"http://www.nec.com/en/global/innovators/images/ronald_schapendonk/img01.png\" /><img alt=\"[Larger view]\" src=\"http://www.nec.com/nf_global/v2/common/img/icon/zoom-01.png\" />Larger view</a></p>\r\n</div>\r\n</div>\r\n\r\n<h2>The four key value pillars for smart business optimization</h2>\r\n\r\n<div>\r\n<p>--You have compiled solutions based upon four key value pillars: business agility, cloud delivery, collaborative communities and assured services. Can you take us through them?<br />\r\n<br />\r\nRonald: Our "Business Agility" value pillar has been defined as empowering mobile workforces and their IT environments to be more responsive to dynamic business needs. The human resources component is critical for workforces, but the IT department is also key to helping businesses respond faster to changing needs.<br />\r\nWe can ensure these technologies are delivered as modular services within the Smart Enterprise framework.</p>\r\n\r\n<div>\r\n<p><img alt=\"Figure: Four Key Value Pillars\" src=\"http://www.nec.com/en/global/innovators/images/ronald_schapendonk/img02.png\" /></p>\r\n</div>\r\n\r\n<p>The trend over recent years has been towards the provision of cloud services. Our "Cloud Delivery" value proposition seeks to deliver full cloud or hybrid deployment models that encourage flexibility. We help organizations make the best decisions in terms of what to deploy around the cloud, depending on business processes and the sensitivity of business data.<br />\r\n<br />\r\nOur "collaborative communities" value pillar offers powerful tools to guarantee a user-rich experience and facilitate efficient collaboration across an organization, and with clients, business partners and suppliers as well. We are proposing new applications that enable communities to communicate or collaborate productively anytime, anywhere, anyhow. That is the true essence of communities.<br />\r\n<br />\r\nFinally, security is a big issue on many corporate agenda. In order to deliver agile, cloud and collaborative community components, communications and applications must be delivered in a highly available, secure and stable manner. Our "Assured Services" pillar offer applications within the framework which ensure vital business continuity.</p>\r\n</div>\r\n\r\n<h2>The Smart Enterprise framework in action</h2>\r\n\r\n<div>\r\n<p>--How are customers reacting to the Smart Enterprise framework?<br />\r\n<br />\r\nRonald: We already have some great case studies, and customers are beginning to see the full potential of the Smart Enterprise framework. For example, one of our business partners has worked closely with universities in Saudi Arabia to deliver the fruits of the full framework to students. Powerful applications direct communication and secure storage of all data on the university servers. The universities are now optimizing the solutions by introducing software-defined networking to control network traffic more flexibly and smoothly.<br />\r\n<br />\r\nWe also work closely together with all the global brands in the hospitality industry and are delivering technologies from the Smart Enterprise framework ranging from communication applications, to guest and mobile services. Besides obvious elements like guest communications and Front-office integration, effective data storage is increasingly important for hospitality brands because it enables them to retrieve previous guest preferences, and improve the guest experience by offering a band of guest-specific services.</p>\r\n</div>\r\n\r\n<h2>Conceiving the Smart Enterprise idea</h2>\r\n\r\n<div>\r\n<p>--Looking back, how did you shape the Smart Enterprise concept?<br />\r\n<br />\r\nRonald: The whole idea started around two years ago here in the Netherlands. We started with internal discussions about how to best integrate NEC's IT and communications components within our offering, and how to market that effectively. Multiple interviews with customers and business partners revealed there was a strong demand for a combined IT and communications proposition. That's when we began building the framework. At a certain point, I said, this is a much smarter way of delivering solutions to customers, so why don't we call it the "Smart Enterprise." In other words, the framework delivers technology components in a smarter way, enables workforces to work in a smarter way, and helps IT managers and CIOs integrate components in a smarter way.<br />\r\n<br />\r\nNext, we recognized the critical need for clearly defined value propositions. We determined our four key value pillars based on further research with key clients and business partners. Then, various NEC regional centers got together to discuss whether the Smart Enterprise framework and direction could also be used to market IT and communications offerings in their own individual regions.</p>\r\n\r\n<h2>Smart Enterprise framework to help integrate NEC global business</h2>\r\n\r\n<div>\r\n<div>\r\n<div>\r\n<p><img alt=\"Photo: Ronald Schapendonk\" src=\"http://www.nec.com/en/global/innovators/images/ronald_schapendonk/p02_ph01.jpg\" /></p>\r\n</div>\r\n\r\n<div>\r\n<p>--Your Smart Enterprise slogan is being developed worldwide. Was that hard to coordinate?<br />\r\n<br />\r\nRonald: It is an achievement, but I put it down to effective teamwork from various players. It also came just at the right time when people were searching for the best way to bring together NEC's own offerings in a coordinated way, both in terms of technologies and global business development. NEC units all over the world are undergoing transition, not only in the EMEA region. So, it wasn't too difficult to convince people of the merit of marketing NEC's combined IT and communications capabilities.<br />\r\n<br />\r\n--It must make you proud to help orchestrate such a transition?<br />\r\n<br />\r\nRonald: To be honest, the "Empowering the Smart Enterprise" slogan just came to me in an instant. I had a brainwave and combined the right elements. Having said that, it is so much more than a slogan. It is the whole philosophy and thought process behind the Smart Enterprise concept which makes it a strong and viable direction for the future. Of course, I am proud that the Smart Enterprise concept is being endorsed by teams around the globe to generate more business for NEC.<br />\r\n<br />\r\n--What does this whole process suggest to you about NEC as a company?<br />\r\n<br />\r\nRonald: NEC is an open and inclusive company and many people have been involved throughout this whole process. Our ideas and direction were fully supported by management throughout their two years of development, enabling us to create a great story. In addition, industry analysts recognize that, by integrating IT and communications components, NEC has a strong product to help drive an industry in transition.<br />\r\n<br />\r\n--This industry transition is huge. What differentiates a technology supplier?<br />\r\n<br />\r\nRonald: Offering convincing new products and staying the course. Building a brand is not only about combining IT and communications, but the effort and time we have spent applying this direction has definitely helped. We are now highlighting success stories to help convince new organizations to build an IT and communications environment around this framework. Existing customers are content to stay with NEC because they see the full potential of the Smart Enterprise framework. Having the direct approval of industry analysts is also helping build the NEC brand, even in areas where we don't have a strong presence.<br />\r\n<br />\r\nNEC is a here-to-stay company. Customers and business partners recognize NEC's reliability and acknowledge the amount of R&D spend on new development as a key differentiator setting it apart from other numerous competitors in our industry. We are one of the few global vendors that have the in-house skills and knowledge to continue developing IT and communications components within our organization, and the reputation to drive future trends in the industry.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<h2>The Smart Enterprise of the future?</h2>\r\n\r\n<div>\r\n<p>--With such a strong powerhouse behind you, how do you see the Smart Enterprise framework developing over the next few years?<br />\r\n<br />\r\nRonald: I think the Smart Enterprise framework is a very powerful construct that can act as a kind of catalyst for further integration of other technology components and solutions that will enable small and large enterprises to be smart, act smart and stay smart. For example, I believe developments in the Internet of Things (IoT) domain could also enrich NEC's solutions in the enterprise arena because they fit logically into the Smart Enterprise framework.<br />\r\n<br />\r\n--How can the Smart Enterprise concept help advance society at large?<br />\r\n<br />\r\nRonald: Enterprises can reinvent themselves using the huge range of options we offer. Organizations of all types and sizes are eager to embrace new technologies and solutions that drive efficiencies and give them a competitive edge, not only in times of economic downturn when budgets are squeezed and growth is limited, but also in buoyant times of economic growth. What they need is efficient management and advanced tooling. We are constantly improving our Smart Enterprise applications and solutions to help all organizations, from businesses to government bodies, become smarter. As such, the Smart Enterprise framework can serve as a strong component of NEC's corporate drive to orchestrate a bright world.</p>\r\n</div>\r\n\r\n<h2>Personal inspiration and fulfilment</h2>\r\n\r\n<p>--What technological developments inspire you today?<br />\r\n<br />\r\nRonald: I am very interested in technologies that affect the enterprise area. I am also inspired these days by how the IoT gives people the opportunity to think and work differently. By using and combining technologies in the rapidly changing enterprise sphere, we can plot entirely new directions.<br />\r\n<br />\r\n--Given your broad experience in the industry, what is your work philosophy, and how has that changed?<br />\r\n<br />\r\nRonald: My number one work philosophy is teamwork. I love working with other people and creating new ideas together. For me, teamwork is dream work. Over the years, I have learned to use the available resources more creatively. But that is also about teamwork. Making the best use of the team's resources to get the best result, taking the initiative and making sure the team puts in 100% effort, or more. Cultivating an effective and resourceful team can really change and influence things.<br />\r\n<br />\r\n--Does technology feature strongly in your leisure activities? What do you like to do when you are not at work?<br />\r\n<br />\r\nRonald: I run to keep myself physically and mentally fit. It is my passion. I run three or four times a week and take part in a marathon once a year. I sometimes come up with my best ideas while pounding the streets. For me, running is the essential fuel which keeps me creative and energetic.<br />\r\n<br />\r\nI love to spend time traveling with my wife and two kids. I am also involved in primary education projects that consider how new technologies are being incorporated into learning and how younger generations are developing. I am fascinated by how children use online games and applications to imagine new structures and build new societies through online interaction.</p>\r\n\r\n<div>\r\n<p><img alt=\"Photo: Ronald Schapendonk\" src=\"http://www.nec.com/en/global/innovators/images/ronald_schapendonk/p02_ph02.jpg\" /></p>\r\n</div>\r\n</div>\r\n', '', 'Ronald Schapendonk, Marketing Director, NEC Enterprise Solutions, EMEA'),
(151, 0, 1, '2016-07-07 08:51:28', 6, 812, 0, 0, 0, '', '', '', 'Government accreditation of NEC\'s UNIVERGE 3C platform opens many doors', '', '', '', '<div class=\"boxSection-01\">\r\n<p>In 2014, NEC's UNIVERGE 3C software-based unified communications and collaboration solution was accredited by an organization that arguably demands the most stringent and rigorous standards in the world: the United States Department of Defense (DoD). Kurt Jacobs fostered a successful government-industry partnership for unified communications advancement that is providing global public sector organizations with a high-performing, cost-effective and secure communication platform for today and the future. Leading a diverse development and engineering team, he extended the capabilities of NEC's Smart Enterprise framework (*) into new markets that have challenging global requirements and expectations.</p>\r\n\r\n<p>(*Smart Enterprise framework is a modular set of NEC technologies which enables IT organizations to create a strong IT platform by integrating IT and communications.)</p>\r\n</div>\r\n<!--/.boxSection-01 -->\r\n\r\n<div class=\"boxSection-01\">\r\n<div class=\"lytImg-01 left float\">\r\n<div class=\"txt\">\r\n<h2 class=\"nf-hdg2-01\">Unified communication and collaboration: the new gold standard for software communications?</h2>\r\n\r\n<div class=\"boxSection-01\">\r\n<div class=\"lytImg-01 left float\">\r\n<div class=\"img\">\r\n<p><img alt=\"Photo: Kurt Jacobs\" src=\"http://www.nec.com/en/global/innovators/images/kurt_jacobs/p01_ph01.jpg\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" /><strong>--What exactly is UNIVERGE 3C?<br />\r\n<br />\r\nKurt:</strong> UNIVERGE 3C is a new type of unified communications and collaboration product that provides everything from voice, video, text, collaboration, instant messaging and mobility on an all-in-one communications platform running on enterprise IT infrastructure. The platform is user centric because it offers a seamless unified communications experience across any device, including desktop, tablet or mobile, without the need for complex integration. It is IT centric because it can be deployed using standard IT infrastructure as a software service with industry standard protocols and technology. These attributes make it especially valuable to government customers because they can simply extend their existing data infrastructure to enable unified communications with UNIVERGE 3C rather than install separate systems. This architecture is unique in the industry in providing a range of secure, mission critical communication means and methods for diverse and distributed organizations such as government, defense and public sector markets. Additionally, the services are an integral part of NEC's Smart Enterprise solutions available to any customer today.</p>\r\n</div>\r\n</div>\r\n\r\n<p><strong>--NEC's unified communications platform earned accreditation from arguably one of the most demanding institutions in the world – the United States Department of Defense. How significant is that?<br />\r\n<br />\r\nKurt: </strong>It is hugely significant because of the sheer volume, scope and depth of the requirements the US Defense Department established for a globally deployed, all-encompassing unified communication platform. The US government has an audacious objective to convert a three-million line legacy voice-only system to a standards-based, end-to-end IP unified communication system for voice, video, messaging and mobility within a decade. Given the nature of its mission, the requirements include everything from security, IPv6, interoperability, performance, scalability, and a capability to support future unified communication, collaboration, devices and technologies require.</p>\r\n\r\n<p>Our team engaged and worked with the government stakeholders over many months to both meet the current requirements but also to build out a roadmap for what has become a "unified capabilities" vision of a flexible and scalable platform for the future. The project had a much longer-term view than what we typically see in the general enterprise market. Fortunately, NEC is one of the few companies in the world that allows a team like ours to invest in the long game, not just with a customer but an entire market segment. NEC has become a trusted industry partner helping to fulfill the DoD's vision of unified capabilities at and above their high standards. NEC knows that if we meet the military's standards and goals, we also meet the majority of requirements for other public sector and government organizations across the globe.</p>\r\n</div>\r\n\r\n<h2 class=\"nf-hdg2-01\">US DoD certified communication solutions to benefit organizations worldwide</h2>\r\n\r\n<div class=\"boxSection-01\">\r\n<div class=\"lytImg-01 right float\">\r\n<div class=\"img\">\r\n<p><img alt=\"Photo: Kurt Jacobs\" src=\"http://www.nec.com/en/global/innovators/images/kurt_jacobs/p01_ph02.jpg\" style=\"float: right;\" /></p>\r\n</div>\r\n\r\n<div class=\"txt\">\r\n<p><strong>--Why was NEC's unified communications platform specifically selected for US DoD accreditation?<br />\r\n<br />\r\nKurt: </strong>In order to be selected, a military customer has to recognize your unique value and capabilities and then nominate you as a sponsor. NEC's distributed architecture, commitment to standards-based technology and willingness to work with not only the US DoD but also other accredited technology partners were key reasons for our selection. NEC was the first to be accredited with an end-to-end standard SIP solution that also meets all the IPv6, security and assured services requirements. Other solutions were and are dependent on propriety products and protocols. NEC's UNIVERGE 3C session controller supports commercial off-the-shelf third-party gateways, end instruments, devices and applications. This future proofs the organization's communication platform while lowering costs and providing choice. By using open standards, we connect different solutions, vendors and value to create an ecosystem of products and solutions that is more flexible and powerful.</p>\r\n\r\n<p>NEC took a race car approach to this program, focusing much time and energy on both development and working with the test labs. We cooperatively fine tune tuned the under-the-hood mechanics powering the latest unified communication features and functions. Security, device management, fault tolerance, interoperability and performance are not the things an everyday user or administrator sees, but they would feel the an impact if they weren't done right. NEC maintains a consistent presence in the US DoD test facilities to make sure the system stays current and adaptive to the changing "cyber track" conditions. It's our teams' tireless efforts in the labs and with the customer that pay big dividends because government organizations need platforms that offer secure, cost-effective, interoperable platforms with a very long tenure.</p>\r\n</div>\r\n</div>\r\n\r\n<p><strong>--What are the key advantages for public sector, government and defense customers?<br />\r\n<br />\r\nKurt: </strong>From police and fire departments to military operations and defense, all public sector customers are mission critical and demand high availability. Our unique active-active redundancy architecture for communication session control provides system continuity in the case of network outages or disaster. Whether deployed as premise, cloud or hybrid, the system adapts to maintain robust communication availability for users. Since the platform is software-based, it has the native ability to be virtually infinitely scalable and divisible. Public-sector installations are distributed and located over the span of cities, counties, states, or nations. For military and defense clients, installations can span the globe from satellite communications to mobile units on vehicles, ships and aircraft.</p>\r\n\r\n<p>Furthermore, public sector organizations are complex institutions encompassing both fixed and mobile call centers, operation centers and knowledge workers. The unified communications and collaboration solutions have to be flexible and capable of supporting a broad range of existing and future applications. The UNIVERGE 3C communication services, NEC's Smart Enterprise framework and our ecosystem of accredited solution partners are easily deployed in whole or part to meet those diverse internal requirements and needs. In many cases, the capability is already available in the software application suite or is incrementally licensed. Such cost-effective, use-as-you-need services are ideal for clients who have to demonstrate appropriate spending and responsible stewardship to tax payers and constituents.</p>\r\n</div>\r\n\r\n<h2 class=\"nf-hdg2-01\"><strong>Forging a successful government-industry partnership</strong></h2>\r\n\r\n<p><strong>--How difficult was it to steer a successful government-industry partnership with the DoD?<br />\r\n<br />\r\nKurt:</strong> You certainly have to roll up your sleeves and do the hard work. Building the technology and aligning on a common vision took a couple of years of engagement because the technology and industry is always a moving target. As with any lasting partnership, both sides have to invest time and energy to forge a relationship based on mutual understanding and objectives. The strong partnership allowed us to reconcile the intersection of future vision, technology realities and resource constraints to plot an optimal path forward. It made sense on both sides to make the commitment to a cooperative research and development arrangement because we were in uncharted territory. The partnership was important because all sides knew we were in it for the long haul, and it enabled us to focus our energy on the objective, not the relationship.</p>\r\n\r\n<p>NEC's ability to offer a standard-protocol, software-based, IT infrastructure-compatible unified communication platform greatly facilitated the partnership because this was exactly what the US DoD was looking for to fulfill their vision for end-to-end unified capabilities. NEC's demonstrated capability to natively support mobility then led us to the cooperative research arrangement accelerating the requirements definition for those capabilities. NEC benefited from the cooperative development arrangement which earned us a spot on the global information grid test network, deployment on the joint interoperability test system, and upfront access to each other's architects and engineers. Both sides continue to learn a great deal about the challenges facing us, from the reality of today's end user to the vision of a future end result.</p>\r\n\r\n<div class=\"txt\">\r\n<p><strong>--How tough was the DoD's rigorous testing process?<br />\r\n<br />\r\nKurt: </strong>NEC is known for our quality and ability to develop and deploy complex communications systems, so we had the fundamental talent and capacity available going into the testing process. What is different with this accreditation and certification process is that they test every dimension of the product in one of the most advanced and complex configurations. Each dimension is tested for interoperability and performance on a global test network and includes every other US DoD-approved system and application. Over three thousand pages of requirements, thousands of test cases and scenarios, tens of thousands of items in checklists, audits and assessments, not to mention numerous undisclosed automated tools for security scans and attacks, were used to validate the system operations, IPv6 and cyber security. It takes months to go through the testing with full-time on-site support and a responsive development team working through any issues. Often we are working with our ecosystem partners, and even competitors, when an interoperability issue is found to make sure we resolve any problems before the next customer release. While rigorous, the testing we have done through this process has furthered NEC's shared vision with the US DoD for an end-to-end and standards-based IP unified communication system. Knowing that the systems we are developing offer broad interoperability and high reliability, and meet the highest levels of security and cyber defense is important for all of our customers and markets.</p>\r\n</div>\r\n\r\n<h2 class=\"nf-hdg2-01\">Harnessing military and civilian work experience</h2>\r\n\r\n<div class=\"boxSection-01\">\r\n<div class=\"lytImg-01 right float\">\r\n<div class=\"img\">\r\n<p><img alt=\"Photo: Kurt Jacobs\" src=\"http://www.nec.com/en/global/innovators/images/kurt_jacobs/p02_ph01.jpg\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" /><strong>--Has your own experience both in the US armed services and private-sector telecoms software creation helped you see where unified communications can benefit government and public sector organizations<br />\r\n<br />\r\nKurt:</strong> I have been fortunate through both my military experience, first as a full-time active duty and now part-time reserve officer, and my civilian career to work with many countries and government agencies on a wide variety of military, security and humanitarian missions. This has given me a unique perspective on how mission critical communications function, from the tactical boots on ground to crisis-response operation centers and strategic decision makers. Common to success at any of those levels is a communication system that is easy to deploy and use, and is reliable anywhere, anytime and on any device. Interagency and intergovernmental communications is also becoming increasingly important, demanding an increasing level of interoperability and compatibility. At the same time, these organizations across the globe are under pressure to deliver communications at a lower cost and invest in systems that will last longer. It was easy for me to see the synergy between what NEC's Smart Enterprise unified communications and collaboration systems could offer and what those organizations needed.</p>\r\n</div>\r\n\r\n<div class=\"txt\">\r\n<p>Government and defense organizations are the most cyber-targeted organizations on the planet, with significant year-to-year growth in attacks. The kind of accreditation and testing that UNIVERGE 3C achieved is an imperative prerequisite for that market segment. My military experience did help facilitate understanding and identify customer demand signals because I had an acute appreciation of the challenges they faced when trying to deploy unified communication systems. I already speak their "lingo", and that is usually half the battle in understanding the problems that need solving. I was also able to act as a bridge in discussions with the US DoD visionaries and NECs principal engineers to ensure a fruitful meeting of minds. You can have great technology, but if stakeholders can't communicate properly on a problem, the technology will never truly solve it.</p>\r\n\r\n<p><strong>--What was your role in the accrediation project and development of the program?<br />\r\n<br />\r\nKurt:</strong> My role had three hats which I called PM^3 (PM cubed): program management, project management and product management. As program manager, it was my job to coordinate with government stakeholders, architects, engineering teams, requirements writers and, most importantly, the end users to determine the ultimate long-term goals of this ever-growing, constantly-changing, multi-year project. As project manager, I provided the grease to keep it moving, from the operational planning and scheduling to the procurement of resources and aligning the engineering teams from NEC's global development organizations. Finally, as the product manager, I established which features and capabilities to prioritize, what technologies to use, and where to make compromises or suggest requirement updates as the industry evolved. Overall, the program was professionally rewarding because, in addition to myself, the entire team was involved from the big-picture view of what we were trying to achieve all the way down to individual features and capabilities. It is easy to decide what to do today when you are working on a common vision for tomorrow.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<h2 class=\"nf-hdg2-01\">Promoting a global public sector ecosystem for software-based communication solutions</h2>\r\n\r\n<div class=\"boxSection-01\">\r\n<div class=\"lytImg-01 left float\">\r\n<div class=\"img\">\r\n<p><img alt=\"Photo: Kurt Jacobs\" src=\"http://www.nec.com/en/global/innovators/images/kurt_jacobs/p02_ph02.jpg\" style=\"float: left; margin-left: 5px; margin-right: 5px;\" /><strong>--How you would assess NEC's approach to fostering innovation and collaborative products?<br />\r\n<br />\r\nKurt:</strong> NEC's presence as a true global research and development company for enterprise communication and IT systems was vital in helping us achieve such a high standard of accreditation. As the program developed, our team was able to access a deep pool of engineering and research talent from across the globe to help us work through some of the toughest challenges and issues. The US DoD vision and requirements were so broad and comprehensive that no single development team could do it all. Fortunately, NEC has such a cooperative and sharing environment for technology exchange, we always felt we could find a solution within our own walls.</p>\r\n</div>\r\n\r\n<div class=\"txt\">\r\n<p>We also used NEC's diverse global customer base to validate and test ideas, and we got feedback from existing customers and sales channels about potential benefits of the accreditation for the general market. That feedback was invaluable for making decisions on how to best fulfill the US DoD's vision as they wanted a platform that aligned with commercial offerings, standards and implementations. The engagements helped us realize that the attributes and capabilities for security, IPv6, interoperability and performance being certified with the US DoD could also be applied to all customers and markets. I don't think any other communications company outside of NEC has that level of global reach for both development and customer input.</p>\r\n\r\n<p><strong>--Could this project help promote an ecosystem of solutions for government and defense organizations worldwide?<br />\r\n<br />\r\nKurt: </strong>Absolutely. The US DoD mission was to transform three million lines from a legacy voice only system to an end-to-end IP system with standards-based unified communications and collaboration running on a common IT infrastructure within a decade. While audacious, NEC's UNIVERGE 3C could offer tangible technologies to help accelerate the US DoD's thinking and vision. A fundamental cornerstone to their vision was to the need to support third-party interoperability for commercial off-the-shelf systems, devices and applications. Previous solutions tended to be closed and proprietary, leading to a risk of inflexibility, early obsolesce and high cost. In our first test cycle, NEC was able to certify the first standard protocol voice, video and messaging devices and systems that meet all IPv6 and security requirements. While not every customer has such a broad and comprehensive vision as the military, almost all are all moving in the same direction in terms of communication modernization.</p>\r\n\r\n<p>At a minimum, this demonstrates to customers worldwide that NEC has an open and flexible communications platform built to the highest standards of performance, security and interoperability. Since our accreditation, defense and government customers have been particularly interested in the high level of security support, IPv6 and cross system interoperability between both military and intergovernmental agencies. Being software based, UNIVERGE 3C is ideally suited to contingency and crisis response situations, since it can be easily deployed for small units and operations centers when and where needed.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"img-01 center\">\r\n<p><img alt=\"Photo: Kurt Jacobs\" src=\"http://www.nec.com/en/global/innovators/images/kurt_jacobs/img01.jpg\" /></p>\r\n</div>\r\n</div>\r\n\r\n<h2 class=\"nf-hdg2-01\">Personal vision and passions</h2>\r\n\r\n<p><strong>--How do you see state-of-the-art communication frameworks developing?<br />\r\n<br />\r\nKurt:</strong> The next wave for unified communications and collaboration is already underway in the area of mobility. Our NEC solution uniquely embeds mobility services and applications into the UC platform while still meeting the US DoD's same high standards of performance and security. The foundation of voice, video, messaging, SIP, IPv6, security and interoperability has largely been worked out, and now we are at the stage of expanding the types of devices and users that can access those services. We are at the very early stages in discussions with public sector customers about how software defined networking (SDN) can modernize and dynamically control underlying network infrastructure to achieve similar goals to unified communications in terms of security, performance, cost reduction and interoperability. Beyond that will be how we start bringing devices and sensors into those same robust and secure government enclaves with the Internet of Things (IoT). Be it smart cities, monitoring aircraft engines or tracking vehicles, those things will need to integrate with communication systems and platforms to bring humans into the loop. There is no limit to where this can go in terms of capabilities.<br />\r\n<br />\r\n<strong>--Looking back, what about the project impressed you most?<br />\r\n<br />\r\nKurt:</strong> The NEC engineering and support teams were the true trailblazers for this initiative. I am extremely proud of them for their dedication, work ethic and passion. In particular how they helped break down this massive undertaking into manageable pieces while never losing sight of the overall objective. They never backed away from a feature or capability, they always found a way. We invested time and energy to fully understand the vision and requirements up front and established a good feedback loop. With that and a bunch of bright people, you can work out how to bring a vision to life and apply the necessary skills and talent. That's is what innovation is about.</p>\r\n\r\n<div class=\"img-01 center\">\r\n<p><img alt=\"Photo\" src=\"http://www.nec.com/en/global/innovators/images/kurt_jacobs/img02.jpg\" /></p>\r\n</div>\r\n\r\n<p><strong>--What are you most passionate about in your personal and professional life?<br />\r\n<br />\r\nKurt: </strong>I am up for anything I haven't done before, and I'll try anything once. Outside the office, I'm a cardio workout fiend, be it running, biking or swimming. Probably not a surprise from a Navy guy, I am also a qualified off-shore sailing captain. I do all manner of water and snow sports and have a particular passion for windsurfing and cross country skiing. Whether getting the trim of the sails just right or the wax perfect for the snow conditions, I enjoy understanding the physics of how to get the most from Mother Nature to maximize the human experience.</p>\r\n\r\n<p>On the technology side, I love using unified communications and the fact that I use NEC technology to participate in a web collaboration session while working out in the gym or riding my bike to work. While in transition, I can then do a simple, seamless swipe transfer to my desktop and phone. My personal goal is to take communication and collaboration to the next level by integrating it into business processes, organizational operations and everyday human interaction. Perhaps a bit like Star Trek, but I want to see a world where communications are ubiquitous, hassle-free, and integrated into whatever you are trying to do in your personal and professional life. I'm still working on how we are going to get there but, for me, it's the logical destination.</p>\r\n\r\n<div class=\"img-01 center\">\r\n<p><img alt=\"Photo: Kurt Jacobs\" src=\"http://www.nec.com/en/global/innovators/images/kurt_jacobs/img03.jpg\" /></p>\r\n</div>\r\n</div>\r\n<!-- /.txt --></div>\r\n<!-- /.lytImg-01 --></div>\r\n<!--/.boxSection-01 -->', '', 'Director for Global Market Management, NEC Enterprise Communication Technologies:Kurt Jacobs'),
(152, 0, 1, '2016-07-07 08:51:28', 6, 813, 0, 0, 0, '', '', '', '3 Questions Answered about IT Modernization in Government', '', '', '', '<p>In February 2010, the Department of Defense created the <a href=\"\\\">Federal Data Center Consolidation Initiative</a> (FDCCI) to reverse the historic growth of Federal data centers. The FDCCI has been seeking to curb this unsustainable increase by reducing the cost of data center hardware, software, and operations; shifting IT investments to more efficient computing platforms; promoting the use of Green IT by reducing the overall energy and real estate footprint of government data centers; and increasing the IT security posture of the government.</p>\r\n\r\n<p>Since then, the government has launched an IT modernization effort across departments which includes acquisition and deployment of more secure, collaborative, and mobile technologies—along with their associated skill sets and capabilities—to replace legacy environments.</p>\r\n\r\n<p>By shutting down and consolidating under-performing technologies in the Federal inventory, taxpayers stand to save billions of dollars because of curbed spending on underutilized infrastructure. The smartest enterprises will follow suit, carefully architecting their path to modernization, leveraging key partners and modern technology architectures to create a more agile, secure IT environment.</p>\r\n\r\n<h3><strong>What opportunities does modernization offer?</strong></h3>\r\n\r\n<p>Legacy networking, communications and applications have become a <a href=\"\\\">significant IT and business problem</a> in most industry IT departments. Not only do they require consistent maintenance from someone with a skill set that fewer and fewer people possess, they also carry a high cost of ownership and are difficult to modify when meeting ongoing business demands. Worse, with little leverage across these technologies, they are often forced to remain siloed instances, providing separate benefits to converging infrastructures.</p>\r\n\r\n<p>IT modernization represents an opportunity for the evolution of government organizations’ (and others as well) existing application and infrastructure software, the goal being to align IT with forward-looking business strategies.</p>\r\n\r\n<h3><strong>What are the immediate benefits of </strong><strong>modernization?</strong></h3>\r\n\r\n<p>While the government is actively modernizing its IT infrastructure, they will begin to find that they can react more quickly to the ever-changing environments (business, economic, political, etc). There are many results the public sector can expect from the process of modernizing. Namely:</p>\r\n\r\n<ol>\r\n <li>\r\n <p><strong>Intelligence</strong> - with converged infrastructures, including SDNs, virtualization, and distributed applications, leading to complete software-defined data centers with virtualization from desktop-to-network-to-applications.</p>\r\n </li>\r\n <li>\r\n <p><strong>Agility</strong> - via improved standards for infrastructure programmability, data structure interoperability and fast infrastructure provisioning, leading to a more agile IT organization</p>\r\n </li>\r\n <li>\r\n <p><strong>Alignment</strong> - by enabling IT practices that are more in line with business objectives.</p>\r\n </li>\r\n <li>\r\n <p><strong>Responsiveness</strong> - as business changes create flux in organization size, location, and performance, IT is continually challenged to adapt at the speed of your business—a modern infrastructure puts IT in good stead to align with these changes.</p>\r\n </li>\r\n <li>\r\n <p><strong>Flexibility and resilience</strong> - with systems that adapt automatically and recover from failure more quickly.</p>\r\n </li>\r\n <li>\r\n <p><strong>Energy efficienciency</strong> - with technology and systems designed to reduce energy consumption.</p>\r\n </li>\r\n</ol>\r\n\r\n<p>To get the maximum strategic benefit from modernization, it is important to base your improved system on an architecture that is built on open standards and deployed on open systems. Just as important, is seeking <a href=\"\\\">holistic architectural thinking among your vendor suppliers</a> that help you consider how a converged infrastructure can benefit your business.</p>\r\n\r\n<h3><strong>What are the long-term benefits of modernization?</strong></h3>\r\n\r\n<p>The success or failure of a consolidation/modernization initiative achieving long-term ROI depends on each organization’s goals. For many public sector businesses, long-term goals include: enhanced security, consolidating the infrastructure, and enhancing mobility. </p>\r\n\r\n<p><strong>Enhanced Security</strong></p>\r\n\r\n<p>Streamlining IT processes creates an agile IT infrastructure more capable of leveraging existing organizational vehicles for rapid delivery of tasks/orders. But none of this matters without a strong security platform that can withstand the stresses of and better respond to <a href=\"\\\">today’s cybersecurity threats</a>.</p>\r\n\r\n<p>A modernized IT platform must be hardened and able to detect, respond to, and report information security incidents, as well as developing situational awareness, utilizing authentication, reinforcing reciprocity, and leveraging automated assessments.</p>\r\n\r\n<p><strong>Infrastructure Consolidation</strong></p>\r\n\r\n<p>Today’s workforce demands applications that are always accessible and work consistently from any device. Public-sector organizations that consolidate their enterprise networks—ultimately standardizing IT platforms, consolidating data and network operations centers, and optimizing architectures—create an infrastructure that is easier to manage and more secure in order to help support active user involvement.</p>\r\n\r\n<p><strong>Mobility Enhancement</strong></p>\r\n\r\n<p>As with most other industries, there is a significant push for both central and local government and associated not-for-profit agencies to move towards more flexible modes of working. Providing location agnostic access to data is a hot topic for the public sector as is the desire to provide better standards of service to employees and customers. Transparent communication has the potential to accelerate productivity and help realize mission requirements—provided it can be achieved in the face of the escalating austerity of ever-changing security measures. </p>\r\n\r\n<p>Modernizing and consolidating IT infrastructures helps address unique resource challenges surrounding public sector enterprise mobility. Consolidation also enables government agencies to implement scalable enterprise mobile management solutions that extend to users, devices, applications, content, data, email and networks.</p>\r\n\r\n<h3><strong>JITC Certified Unified Communications</strong></h3>\r\n\r\n<p>Defense agencies are under increasing pressure to bring their disparate web technologies together. That’s why the DoD has created the Joint Interoperability Test Command (JITC) certification, so all IT investments—including collaborative communications solutions—can be protected.</p>\r\n\r\n<p><a href=\"\\\">NEC’s UNIVERGE®3C</a> solution has been thoroughly vetted by the JITC against the highest government standards, and has been added to the Defense Information Systems Agency’s Session Controller Approved Products List (APL) for Unified Capabilities. </p>\r\n\r\n<p>The APL is a single, consolidated list of products that have been certified and approved for use in DoD networks to provide end-to-end unified capabilities. UNIVERGE 3C is certified as a Local Session Controller, referred to by NEC as <a href=\"\\\"><em>Unified Capabilities Session Controller</em></a> (UC SC).</p>\r\n\r\n<p>The JITC evaluation process is highly respected by commercial organizations because JITC testing meets and frequently exceeds enterprise security levels. With Security Officers confident in the solution, the deployment process can be accelerated.</p>\r\n\r\n<p>JITC certification requires compliance with hundreds of security measures as well as the ability to withstand extreme attacks on the software. Being JITC accredited means that we fully meet US DoD requirements and often surpass the security best practices of global commercial customers.</p>\r\n', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(153, 0, 1, '2016-07-07 08:51:28', 6, 814, 0, 0, 0, '', '', '', 'How Secure is the Cloud? Your Questions Answered', '', '', '', '<p>Cloud security is a hot discussion topic these days. Security is one of the main reasons that many business leaders have been slow to adapt to the cloud. <a data=\"\" href=\"\" on=\"\" title=\"\">Keeping data on premises</a> makes business and IT leaders feel more secure.</p>\r\n\r\n<p>But lately there seems to be a shift—<a cloud=\"\" href=\"\" tipping=\"\" title=\"\">the cloud tipping point</a> has arrived, and more companies are moving to the cloud to replace various on-premises technologies and services.</p>\r\n\r\n<p>The truth is that the cloud offers many of its own security advantages—many of which are the same as on-premises storage technologies. Before you assume that the cloud isn’t safe, it’s worth taking a look at what’s available to you and evaluating the risks associated with moving to the cloud—particularly when doing so could provide serious benefits.</p>\r\n\r\n<p>According to Corey Louie, the Head of Trust, Safety, and Security at Dropbox, the best solutions will serve as an extension of the network and security infrastructure that you already have in place. When deployed properly, cloud solutions can help <a achieve=\"\" and=\"\" enterprises=\"\" href=\"\" more=\"\" title=\"\">SMBs and Enterprises achieve more agility</a> and can help with cost savings.</p>\r\n\r\n<p>If we specifically look at one cloud service—let’s take Unified-Communications-as-a-Service (UCaaS), one of the <a growing=\"\" href=\"\" in=\"\" markets=\"\" title=\"\">fastest growing markets in communications</a>, the cloud can enable companies to:</p>\r\n\r\n<ul>\r\n <li>Offload equipment costs </li>\r\n <li>Shift certain budgeting from a CAPEX to an OPEX model </li>\r\n <li>Simplify management and cost tracking </li>\r\n <li>Increase scalability </li>\r\n <li>Increase IT speed and agility </li>\r\n <li>Improve disaster recovery and business continuity</li>\r\n</ul>\r\n\r\n<p>There are still those who hesitate when choosing the cloud, which is why it is important to understand what the security threats are, and how to approach security for a cloud-based technology or solution.</p>\r\n\r\n<p><strong>What are the risks?</strong></p>\r\n\r\n<p>In 2013, the Cloud Security Alliance (CSA) identified "<a href=\"\" notorious=\"\" title=\"\">The Notorious Nine</a>," the top nine cloud computing threats. The report reflects a consensus among industry experts surveyed by CSA, focusing on threats specifically related to the shared, on-demand nature of cloud computing.</p>\r\n\r\n<p>These nine threats include:</p>\r\n\r\n<ul>\r\n <li>Data Theft/Breaches</li>\r\n <li>Data Loss</li>\r\n <li>Account/Service Traffic Hijacking</li>\r\n <li>Insecure Interfaces/APIs</li>\r\n <li>Denial of Service</li>\r\n <li>Malicious Insiders</li>\r\n <li>Cloud Abuse</li>\r\n <li>Insufficient Due Diligence</li>\r\n</ul>\r\n\r\n<p>Physical theft, employee mistakes (like lost devices), and insider threats are responsible for 42.7% of 2013 data breaches in the United States, according to <a href=\"\" rights=\"\" title=\"\">Privacy Rights Clearinghouse</a>. In another 29.6% of data breaches, hackers broke into data owned by companies and government agencies. Big tech companies, major retailers, and airlines were some among many 2013 victims.</p>\r\n\r\n<p>Each year, Alert Logic, an IT services provider, publishes a semi-annual State of Cloud Security report, surveying their customers to understand from where security threats are coming.</p>\r\n\r\n<p>The results are interesting:</p>\r\n\r\n<ul>\r\n <li>An enterprise data center (EDC) is 4x more likely to suffer a malware/bot attack than a cloud hosting provider (CHP).</li>\r\n <li>EDCs and CHPs are equally vulnerable to a “vulnerability scan” and a “brute force” hack. </li>\r\n <li>EDCs are 3x times more likely to suffer a recon attack and 4x an app attack. </li>\r\n</ul>\r\n\r\n<p>Cloud providers are 40% more likely to suffer a web app attack and 10% more prone to vulnerability scan weakness than an enterprise data center. In recons, malware, bot, and app attacks, the cloud seems to have less risk than most on-premises technologies.</p>\r\n\r\n<p>According to Louie, the takeaway is not that cloud is better but that the risks are manageable. No one—regardless of their resources—is 100% secure.</p>\r\n\r\n<p><strong>What are the benefits?</strong></p>\r\n\r\n<p>Cloud-based technologies and services are not without their own security advantages. For many cloud service providers, there is a deep commitment to security—perhaps deeper than the media typically portrays. This commitment means a few, quite significant, things:</p>\r\n\r\n<p style=\"\"><strong>You get enterprise hardware for a small business price.</strong></p>\r\n\r\n<p style=\"\">With cloud computing, your data is stored on enterprise-grade hardware, equipment that is typically unaffordable for most small and mid-sized businesses. By using the cloud for your business, you are upgrading to safer equipment.</p>\r\n\r\n<p style=\"\"><strong>You get more focused security.</strong></p>\r\n\r\n<p style=\"\">For cloud vendors to succeed they need to focus on securing their service. This means that instead of attempting to prevent a variety of more general threats (as your in-house model would require) cloud vendors are free to (and great at) securing the one thing you want protected: your data online.</p>\r\n\r\n<p style=\"\"><strong>You get flexibility and agility.</strong></p>\r\n\r\n<p style=\"\">Many IT organizations are stretched thin and struggle to balance day-to-day operations with strategic projects. One of the advantages of cloud services is the speed of deployment. Businesses have the flexibility to rollout cloud services without the IT time, and resource commitments typically associated with a legacy deployment model.</p>\r\n\r\n<p style=\"\"><strong>You get professional management.</strong></p>\r\n\r\n<p style=\"\">Using the cloud to store data means that you get trained professionals managing your patch updates and keeping the server’s software up-to-date. Maintenance and support time are reduced since there is no longer a need to plan and implement system updates, and you can redeploy IT resources to more strategic initiatives to help advance the organization.</p>\r\n\r\n<p style=\"\"><strong>You get well-funded security.</strong></p>\r\n\r\n<p style=\"\">Investing in top-level security features adds value to individual cloud service providers’ businesses. Investing in this way is a necessity for success. Businesses adopting cloud services gain the opportunity to put someone else’s financial resources to work, which can help take the sting out of security spending.</p>\r\n\r\n<p>That deep commitment to security means that <span>cloud service providers </span>have to invest far more in scalable infrastructure and information security than do most organizations. Those investments are quite significant, and service providers will bear that burden for you. They can create economies of scale and efficiencies that benefit you.</p>\r\n\r\n<p>Think about it like this: services like Dropbox go above and beyond to protect your data — so that you don’t have to invest heavily in secure systems and servers, constantly consider network and product security threats, submit to in-depth compliance reviews and audits, undergo regular testing against attacks, set up complex logical access controls, and assure data centers have advanced physical, environmental, and operational security measures.</p>\r\n\r\n<h3><strong>The Cloud in Perspective: UCaaS</strong></h3>\r\n\r\n<p>Hopefully, it’s clear why the cloud has some real advantages. Let’s take a quick look at UCaaS for a perspective on a unique cloud service.</p>\r\n\r\n<p>The market for UCaaS is growing pretty rapidly. Among IT pros responding to a 2014 Spiceworks survey, 11% had adopted UCaaS. However, another 12% indicated they are planning to adopt it in the next year, more than doubling the number of people using UCaaS today.</p>\r\n\r\n<p>This projected growth tracks consistently with the expectations of UCaaS market growth reported in 2013 by researchers at MarketsandMarkets. <a href=\"\" on=\"\" report=\"\" title=\"\">Their report on UCaaS</a> projects that the global market will grow from $2.52 billion in 2013 to $7.62 billion by 2018, at an estimated CAGR of 24.8%.</p>\r\n\r\n<p>Some suggest that developing confidence in hosted solutions in general is the impetus for the projected dramatic increase in adoption. Irwin Lazar, of <a href=\"\" title=\"\">Nemertes Research</a>, has pointed out, “…more than 90% of companies now use software as a service (SaaS) applications.” Much of that confidence is due to the service providers’ <a href=\"\" security=\"\" title=\"\" to=\"\">dedication to security improvements</a>.</p>\r\n\r\n<h3><strong>Are you excited by the opportunities UCaaS presents to the communications market?</strong></h3>\r\n\r\n<p>Security concerns shouldn’t hold you back from learning more. Check out the <a and=\"\" business=\"\" costs=\"\" href=\"\" increasing=\"\" title=\"\" uc=\"\">Reducing UC Costs and Increasing Business Performance</a> whitepaper to take a deeper dive into the advantages of UCaaS, market drivers, concerns, and what to look for in a provider.</p>\r\n', '', 'Posted by Mark Pendleton on Thu, Nov 20, 2014 '),
(154, 0, 1, '2016-07-07 08:51:28', 6, 815, 0, 0, 0, '', '', '', 'Selling Tips from NEC', '', '', '', '<p>Selling Tips from NECDiscover an abundance of selling hints and tips from the NEC portfolio in our new look blog. These will cover a variety of industries and business pain points – and how the NEC portfolio of features can resolve these. You can also follow us on Twitter (@NECEnterprise).</p>\r\n', '', ''),
(155, 0, 1, '2016-07-07 08:51:28', 6, 816, 0, 0, 0, '', '', '', 'NEC Resource Center - How to Choose a Cloud or SaaS Vendor', '', '', '', '<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Choosing a cloud and SaaS vendor can be tricky for SMBs with small IT organizations and <a href=\"\">larger corporations looking to lower operating costs</a>. There are many benefits to choosing cloud or SaaS over on-premises but the route to those benefits is <a href=\"\">not always risk-free</a>. </span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Difficulty vetting cloud or SaaS vendors is a common problem in today's IT world. We see many organizations that <a href=\"\">continue to sweat older assets</a><span>,</span> having used on-premises software for many years. Irwin Lazar, of <a href=\"\">Nemertes Research</a>, has pointed out, however, that more than 90 percent of businesses are starting to employ these technologies on some scale. </span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Vetting cloud or SaaS vendors can be very easy if you take the right approach. Rather than simply taking trusting the vendor’s qualifications or what you’ve read/heard, you should validate each claim the vendor makes to ensure that they don’t overstate their capabilities.</span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Verification is the key to success when choosing a cloud or SaaS vendor. Here are our tips to help you make the comprehensive assessments needed to make the right choice.</span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\"><strong>Vetting the Business</strong></span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">You wouldn’t buy a car from a manufacturer you knew nothing about. The same <em>should</em> be said of a cloud or SaaS solution. When your business is thinking about adopting a new cloud or SaaS technology, its imperative that you vet the vendors’ businesses as well as their technology.</span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">You need to ensure that their leadership is strong, their business model is sound, and that the firm has the financial stability to survive the stressors of the current economy. This stage is the time to ask the tough questions, and get real, specific responses in return. Keep pressing until you get a real answer, one that’s supported by policies and procedures. Questions like these can help you determine the viability of the business at large:</span></p>\r\n\r\n<ul>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Do you have a burn rate where you are making less than you are spending? If so, how long is the runway where you can survive at this pace without new partners investing?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Is your leadership rounded and truly qualified? Do you have a technologist at the helm, and has he surrounded himself with the operational, financial and sales expertise to keep turning out great products and services?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">How do you maintain accountability for your administrative staff in regard to the control and management of customer data within/and outside of your application? What security challenges might we face if we give you direct control over our sensitive or compliance-relevant data?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">How do you address government regulations?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Can we adjust our services as the business evolves?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Where does my support come from (vendor, support partner, etc.)?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">What will I <em>really</em> pay?</span></li>\r\n</ul>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\"><strong>Vetting the Technology</strong></span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Just like with the manufacturer situation stated above, you probably wouldn’t buy a car you hadn’t test driven or looked under the hood of either. In order to determine whether the products/services you’re vetting work properly, you’re going to need to get your hands dirty and test each cloud or SaaS product/service for yourself. Does the product/service have known glitches/issues? Will it fit into the environment(s) as expected? Will it work with all of your platforms and impacted software products?</span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Now is the time to get the engineers involved to assess the technologies behind the vendor and ensure that they are ready for your purposes. Again, specific instances and case studies will help provide proof points to the vendor’s claims. Questions like these can help determine the efficiency, security, and usability of the technology itself:</span></p>\r\n\r\n<ul>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">What role does customer input play when your company plans updates and enhancements?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Can I see the software/technology’s R&D roadmap? What other changes are planning for performance and usability? Is this investment actually future proof?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Can you describe your data center?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">How do you define uptime and downtime?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">How frequently do you test your disaster recovery procedures?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Do you have a Service Level Agreement (SLA)?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">How different is our current infrastructure from yours?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Can I move existing apps/services from my private cloud to your public cloud without massive reconfiguration?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">How do you support my workforce’s mobility requirements?</span></li>\r\n <li><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">How are my apps and data protected from other users on the same cloud servers?</span></li>\r\n</ul>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\"><strong>Vetting their Customer Service</strong></span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Let’s hit the car analogy one more time. You wouldn’t buy any car from any manufacturer if you weren’t going to get service and support to help you maintain the car over the course of its life.</span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">So when vetting vendors, you need to ask point-blank if they are ready to handle you as a client. The only question that need to be asked during this phase is, “Can I speak with some of your customers?” Current customers are the best resources when it comes to determining whether the vendor’s product/service is on par with what you are expecting.</span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Don’t settle for the few they give you either. Look at trade shows and vendor events for customers that aren’t raving fans. Looking for non-specific issues can save you a lot of headaches in the future. Be skeptical, but open-minded. Knowing the issues that <em>could</em> arise will help you prepare for them in the future.</span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Vetting cloud or SaaS vendors can take up to 200 man-hours and could <a href=\"\">require some policy changes on your part</a>. To do it right, though, you do need to assess more than the technology—you need to look at everything; the vendor’s business, technology, security, service, and employees. While it might seem like a bit of an undertaking, spending more time up front will save you headache and frustration in the end.</span></p>\r\n\r\n<h3><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\"><strong>SaaS and Cloud in Perspective: UCaaS</strong></span></h3>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Let’s take a quick look at a unique cloud and SaaS perspective: UCaaS.</span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Let’s say you aren’t ready for a full cloud deployment. You still have some reservations about the public cloud, and you have on-premises assets you want to continue to use. Research is actually beginning to show that “<a href=\"\">Hybrid Cloud UC Demands Unified Platform Management</a>”. This is one of many cases where UCaaS makes sense.</span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">The market for UCaaS is growing pretty rapidly. Among IT pros responding to a 2014 Spiceworks survey, 11% had adopted UCaaS. However, another 12% indicated they are planning to adopt it in the next year, more than doubling the number of people using UCaaS today.</span></p>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Some suggest that growing confidence in hosted solutions in general is the impetus for the projected dramatic increase in adoption. Much of that confidence is due to the service providers’ <a href=\"\">dedication to security improvements</a>.</span></p>\r\n\r\n<h3><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\"><strong>We are excited about the opportunities UCaaS presents to the cloud and SaaS Markets.</strong></span></h3>\r\n\r\n<p><span data-hs-cos-general-type=\"\" data-hs-cos-type=\"\" hs_cos_wrapper_meta_field=\"\" id=\"\" style=\"\">Fear of vetting vendors shouldn’t hold you back from learning more. Check out the <a href=\"\">Reducing UC Costs and Increasing Business Performance</a> whitepaper to take a deeper dive into the advantages of UCaaS, market drivers, concerns, and what to look for in a provider.</span></p>\r\n', '', 'Posted by Elizabeth Miller on Thu, Feb 26, 2015 @ 02:47 PM '),
(156, 0, 1, '2016-07-07 08:51:28', 6, 817, 0, 0, 0, '', '', '', '3 Tips for Avoiding Network Downtime in Hotels', '', '', '', '<p>With all the negative reporting around economic recoveries, it’s always nice to hear a little good news. Each year, hoteliers around the world see larger chunks of money spent on travel. In 2013, Americans spent <a href=\"\">887.9 billion dollars on travel</a> alone, with about 19% of that total going directly to lodging.</p>\r\n\r\n<p>All of the money pouring into the travel industry means the hospitality market is changing. Increasing levels of competition should have hoteliers rethinking the business strategies that retain existing clientele, and fighting harder to capture the attention of potential new customers.</p>\r\n\r\n<p>It's important to note that, if you’re implementing new initiatives to improve customer loyalty, missteps, or ignoring customer demands altogether, can and will drive guests away from your business. Take Wi-Fi as an example. Studies are increasingly showing that most <a href=\"\" target=\"\"><span style=\"\">travelers demand free and fast Wi-Fi</span></a> wherever they book a room, yet 1/3 of current U.S. hotels still do not offer free Wi-Fi access. </p>\r\n\r\n<p>You don't want to be the one hotel out there that doesn't provide the <em>expected</em> service. Your customers will go to your competitors who are willing to offer what has become the standard.</p>\r\n\r\n<p><b><em>From an IT and technology perspective, the “expected” service in most hotels is a network that’s always-on.</em></b><em> </em></p>\r\n\r\n<p>To stay with the times, you don't need just to play catch up with your competitors; you need to stay ahead of the game. Here are three tips to help you avoid downtime and keep your network in tip-top shape.</p>\r\n\r\n<p><strong>Tip 1: Manage Goodwill </strong></p>\r\n\r\n<p>It isn't enough that your hotel is equipped with top-of-the-line technologies and services if you can’t deliver them to your guests—which means you’ll have to keep your IT systems functioning 24 hours a day, seven days a week to maintain happy clientele.</p>\r\n\r\n<p>What you may not know, though, is that every time your system goes down, you lose money—a lot of money. A <a href=\"\" target=\"\">study released by CA Technologies</a> reveals that North American businesses, including those within the hospitality sector, collectively lose as much as $26.5 billion in revenue every year due to slow recovery from IT system downtime, equating a reduction in the average business's ability to generate revenue by 29 percent. </p>\r\n\r\n<p>While it's true that you can't always prevent service outages, you can manage goodwill by ensuring that:</p>\r\n\r\n<ol>\r\n <li>Unnecessary outages are avoided.</li>\r\n <li>And, the right plans are in place to improve the speed of recovery when outages do occur.</li>\r\n</ol>\r\n\r\n<p><strong>Tip 2: Be Proactive Against Downtime</strong></p>\r\n\r\n<p>In our globally-connected world, the expectation for reliable communications has never been greater. Dropped calls and limited access services can lead to poor reviews and a damaged reputation for most businesses. But for Hospitality-based businesses specifically who specialize in housing conferences and business meetings, where Wi-Fi, digital signage, automated services, and other guest amenities will be needed consistently, a dropped call or garbled voice mail can translate into a lot of lost business. </p>\r\n\r\n<p>The solution here is to begin employing <a href=\"\" target=\"\"><span style=\"\">high-availability communications</span></a> solutions. Modern communications systems give your guests the instant access they need to internal and external services. But, the advantages recouped from UC are tenfold for hotel personnel. For your employees, UC means enhanced voice, video, and web collaboration, and access to colleagues anytime from anywhere on any mobile-enabled device. </p>\r\n\r\n<p><strong>Tip 3: Employ Remote Monitoring</strong></p>\r\n\r\n<p>Running high-availability, always-on IT solutions can be stressful for any organization—regardless of size. Employing the staff needed to keep things functioning during normal periods, and the cost of hiring onsite maintenance technicians during emergencies can be costly, especially for hospitality-based businesses that often have hotels in multiple locations.</p>\r\n\r\n<p>Remote management services can be financially beneficial for organizations with distributed properties but centralized IT. Remote management can help reduce onsite IT visits by as much as 80 percent and virtually eliminating the need to hire expensive onsite IT staff during emergencies. But the biggest benefit of remote monitoring is both the ultimate decrease in your system's outages and downtime, and faster recovery when the system does go down.</p>\r\n\r\n<p>Why? Because the third party staff, equipment, and application monitoring that comes with most remote monitoring services are available on a 24/7 basis and are capable of detecting things like compromised voice quality or availability issues as soon as they occur, well before your guests report them to you. This means there’s no overlap between the time the system goes down and the time someone <em>discovers</em> that the system has gone down—maintenance can be started and your <a href=\"\" target=\"\"><span style=\"\">most important guest services</span></a> can be restored almost immediately.</p>\r\n\r\n<p><strong>Upgrading Your Communications Solution</strong></p>\r\n\r\n<p>Giving your guests highly available, reliable, always-on IT services does not have to be as stressful or costly as it may seem right now. It is worth noting that, with the <a href=\"\" target=\"\">increasing demand to replace outdated communications</a>, there’s a chance that the bulk of your problems and potential risk lie within your old outdated hardware.</p>\r\n\r\n<p>Take a look at your network system and consider these tips. If you have a problem that hasn’t been solved here, give us a call. It may be time for an upgrade to a more reliable <a href=\"\" target=\"\">Unified Communications Hospitality</a> oriented communications system.</p>\r\n', '', 'Posted by Mike Gray on Tue, Oct 07, 2014 @ 02:14 PM '),
(157, 0, 1, '2016-07-07 08:51:28', 6, 818, 0, 0, 0, '', '', '', 'What does WebRTC do for the Enterprise?', '', '', '', '<p>Now is the time to scrutinize new technologies, business strategies, and capabilities. How will they fit your enterprise? Will they live up to the hype?</p>\r\n\r\n<p><a href=\"\" target=\"\" title=\"\">WebRTC </a>is an emerging open source project that aims to enable the web with real-time communications capabilities—giving users the ability to conduct peer-to-peer voice and video communications directly through web browsers without needing a plugin.</p>\r\n\r\n<p>WebRTC has set the Unified Communications industry to buzzing. But while early WebRTC apps seem promising, <a adoption=\"\" by=\"\" has=\"\" href=\"\" mainstream=\"\" see=\"\" target=\"\" title=\"\" to=\"\" yet=\"\">WebRTC has yet to see mainstream adoption by enterprises</a>.</p>\r\n\r\n<p>So, with WebRTC making the rounds on all of the “Top 10” IT lists (it even makes an appearance on our own), now is the best time to take a closer look and see where WebRTC hits the mark for enterprises, and where the misconceptions lie.</p>\r\n\r\n<p><strong>Separating Reality from Hype</strong></p>\r\n\r\n<p>There are many expectations and misconceptions as far as what enterprises can expect from WebRTC functionality. Slowed by standards <a around=\"\" href=\"\" target=\"\" title=\"\" video=\"\">battles around video codecs</a>, the lack of end-user demand, the absence of browser support from Apple and Microsoft, and the high priority challenges facing the UC architects who are attempting to incorporate the standards into their solutions, WebRTC has so far failed to gain the support/demand needed to cross into the mainstream communications market.</p>\r\n\r\n<p>In early 2014, <a href=\"\" target=\"\" title=\"\">Nemertes Research</a> interviewed approximately 200 IT leaders responsible for unified communications strategy, architecture, and operations in end-user companies (not vendors or service providers). During the interviews, the IT experts were asked about their plans for WebRTC adoption. As it turns out, fewer than 7% of the respondents had definitive plans to deploy WebRTC over the next two years, while the vast majority had either no plans, or were still in the evaluation phase.</p>\r\n\r\n<p>Here’s a breakdown of what the “early-still” applications of WebRTC will and won’t do:</p>\r\n\r\n<p><strong>WebRTC will (eventually):</strong></p>\r\n\r\n<ul>\r\n <li><strong>Be most useful for public-facing organizations—</strong>Businesses with public-facing websites will likely see the most use out of WebRTC. The protocol allows SMBs and Enterprises to enhance their web properties with click-to-call capabilities—features that, up until recently, cost money to have. WebRTC gives public-facing organizations an opportunity to recoup that money—spent on 800-number services that enable browser-based calling, and/or multiple trunk lines. WebRTC will enable customers to talk immediately to the right person, keeping them from having to dial multiple numbers or sift through multiple menus with numerous extensions (hello <a href=\"\" service=\"\" target=\"\" title=\"\">customer service benefits</a>). </li>\r\n <li><strong>Free users from extraneous plugins—</strong>the opportunity for plugin-less communications is on the horizon. WebRTC will allow enterprises to host internal and external meetings using only a web browser on any device. Once the open-source, pre-standardized protocol is available on all web browsers, the need to download extra plugins will disappear. WebRTC is currently enabled in Google Chrome, Mozilla Firefox, and Opera. <a announced=\"\" future=\"\" href=\"\" recently=\"\" target=\"\" title=\"\">Microsoft recently announced future support</a>, whereas Apple\'s has yet to say anything at all. As long as there are hold-outs, the standard will still require plugins. The use of plugin-less WebRTC, however, could potentially spur further development, greater functionality, and greater cost savings as the standards gain popularity according to <a href=\"\" target=\"\" title=\"\">Irwin Lazar</a>, VP and Service Director at Nemertes Research.</li>\r\n</ul>\r\n\r\n<p><strong>WebRTC applications won\'t:</strong></p>\r\n\r\n<ul>\r\n <li><strong>Communicate freely without the help of an Session Border Controller (SBC)—</strong>Despite what many people believe, WebRTC audio and video sessions are encrypted—something that cannot be said of the still popular landline telephone call. But, with enterprise firewalls in place, the web clients supporting these conferencing sessions will have to “negotiate” with each other to determine whether or not the level of encryption coming from the alternate party will be supported. <a border=\"\" controller=\"\" href=\"\" target=\"\" title=\"\">Session border controller</a> vendors will be key to helping peer-to-peer communications technologies work with enterprise firewalls.</li>\r\n <li><strong>Replace whole VoIP/video conferencing infrastructures—</strong>while software development around WebRTC applications is increasing, that does not mean that enterprises are or should be jumping to replace current video and audio meeting infrastructures for WebRTC counterparts. WebRTC is not yet mature enough to <a existing=\"\" href=\"\" target=\"\" title=\"\">replace existing technology</a>—and never will be without greater adoption and significantly more development. WebRTC can, however, fill certain gaps that current communications technologies leave open, said Nemertes\' Lazar. WebRTC gives many businesses—especially those with call centers—an opportunity to simplify customer engagement. There could be real possibilities for financial and healthcare organizations to apply WebRTC to: customer meetings, telemedicine, and when <a customer=\"\" href=\"\" target=\"\" title=\"\">improving customer service</a>. </li>\r\n</ul>\r\n\r\n<p><strong>Other Communications Alternatives</strong></p>\r\n\r\n<p>All of this to say that while WebRTC can benefit the enterprise, it hasn’t yet. For businesses looking for more immediate ways of streamlining and simplifying business communications, the <a href=\"\" target=\"\" title=\"\">still-immature WebRTC</a> shouldn’t be too high on your list of solutions, but should be at the forefront of the trends you watch develop during 2015. Applications for the contact center such as ‘click-to-call’ for customer facing e-commerce or service websites may be the most successful initial commercial use of WebRTC and could be avialble through several UC vendors in 2015.</p>\r\n\r\n<p>Consultants agree that more widespread enterprise adoption will become more likely if the WebRTC protocol can soon deliver on the promise of very little maintenance and support. Until then though, a <a and=\"\" collaboration=\"\" communications=\"\" href=\"\" target=\"\" title=\"\">Unified Communications and Collaboration Solution</a> would be your best bet in terms of ease-of-use and high return on investment.</p>\r\n\r\n<p><strong>Want to learn more about this year’s Smartest IT Trends?</strong></p>\r\n', '', 'Mark Pendleton'),
(240, 0, 1, '2019-02-21 09:45:09', 6, 1249, 0, 0, 0, '', '', '', 'NEC hosts German Chancellor Angela Merkel', 'The latest ICT and dialogue with employees demonstrate NEC\'s social value creation', '', '', '<p><strong style=\"margin: 0px; padding: 0px; border: 0px; font-size: 14px; font-family: Arial, Verdana, Helvetica, sans-serif;\">Tokyo, February 6, 2019 -</strong><span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\"> </span><a href=\"https://www.nec.com/index.html\" style=\"color: rgb(11, 60, 142); font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">NEC Corporation</a><span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\"> (NEC; TSE: 6701) announced that German Chancellor Dr. Angela Merkel visited the company\'s Tokyo headquarters on Tuesday, February 5, where she was introduced to NEC\'s advanced ICT technologies, including AI and biometric identification solutions, and engaged in dialogue with employees about technology, regulations and privacy protection.</span><br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">Chancellor Merkel toured the \"NEC Future Creation Hub,\" a newly established co-creation space at NEC headquarters, as she was hosted by NEC\'s Chairman of the Board, Nobuhiro Endo, and a wide range of NEC employees on her only visit to a private company during this trip to Japan.</span></p>\r\n\r\n<p><span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">The chancellor exchanged dialogue with members of NEC about the balance of technological innovation with legal regulations, privacy protection, human rights and ethics as digitization and the use of data continue making advancements among society and people.</span><br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">NEC also introduced AI and biometrics use cases as part of illustrating the value that they provide to customers, in addition to the demonstration of a satellite-mounted radar system for monitoring urban infrastructure, the integrated management of various sensing data, disaster prevention and disaster countermeasure solutions. This was in addition to an active discussion between Chancellor Merkel and NEC employees on the application of ICT for helping to resolve social challenges.</span><br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">\"It was an honor for NEC to host German Chancellor Merkel, who plays a leading role in the promotion of international cooperation and development between governments and business,\" said Chairman Endo. \"It was extremely meaningful for NEC to discuss with Chancellor Merkel issues related to value creation throughout the world, in addition to highlighting our latest solutions. Following this meeting, we look forward to promoting NEC\'s cutting-edge solutions for safety, security and social value across Germany and abroad.\"</span></p>\r\n', '', ''),
(158, 0, 1, '2016-07-07 08:51:28', 6, 819, 0, 0, 0, '', '', '', 'Can Teams Collaborate Effectively While Working Remotely?', '', '', '', '<p>It’s estimated that telecommuters will total 3.9 million people by 2016.The question remains though—can work-from-home teams collaborate effectively with the help of technology?</p>\r\n\r\n<p><a a=\"\" abundance=\"\" ago=\"\" allow=\"\" almost=\"\" an=\"\" and=\"\" announced=\"\" articles=\"\" be=\"\" been=\"\" business=\"\" ceo=\"\" change=\"\" during=\"\" href=\"\\\" human=\"\" in=\"\" jackie=\"\" marissa=\"\" mayer=\"\" new=\"\" news=\"\" occasionally.=\"\" of=\"\" on=\"\" only=\"\" policy=\"\" recession.=\"\" resources=\"\" s=\"\" seems=\"\" since=\"\" survived=\"\" target=\"\\"_blank\\"\" telecommuting=\"\" that=\"\" the=\"\" this=\"\" thrived=\"\" title=\"\\"telecommuting\" to=\"\" topic=\"\" trend=\"\" two=\"\" very=\"\" would=\"\" yahoo=\"\" years=\"\">telecommuting change in a memo</a>, saying, "To become the absolute best place to work, communication and collaboration will be important, so we need to be working side-by-side."</p>\r\n\r\n<p>The indication here seems to be that collaborating and communicating from multiple locations and across technology doesn’t work nearly as well as in-person collaboration—a bold statement which many critics claimed was unfounded and misguided. With most businesses using some form of communications technology like <a a=\"\" and=\"\" applications=\"\" been=\"\" collaboration=\"\" communications=\"\" features=\"\" have=\"\" href=\"\\\" like=\"\" make=\"\" more=\"\" target=\"\\"_blank\\"\" teams=\"\" that=\"\" title=\"\\"proven\" to=\"\" unified=\"\" video=\"\">proven to make teams more efficient</a>—the decision to re-route two decades of Yahoo and HR modernization and improvement seems like a giant step backwards.</p>\r\n\r\n<p>The teleworker discussion seems to be a small piece of a much bigger conversation—whether or not technology actually brings people together, and how best to define the new workplace and teleworkers’ individual roles in it.</p>\r\n\r\n<p>“No one would disagree that the U.S. work force is increasingly mobile,” said the Telework Research Network in a <a .=\"\" 2011=\"\" a=\"\" about=\"\" agreed-upon=\"\" an=\"\" and=\"\" are=\"\" article=\"\" author=\"\" before=\"\" beyond=\"\" broad=\"\" business=\"\" by=\"\" casual=\"\" cerf=\"\" certainly=\"\" challenges=\"\" chief=\"\" clear=\"\" constantly=\"\" defining=\"\" discussion=\"\" doing.=\"\" effectiveness=\"\" emphasizes=\"\" entered=\"\" evangelist=\"\" facing=\"\" for=\"\" frequent=\"\" gallup=\"\" how=\"\" href=\"\\\" importance=\"\" in=\"\" increase=\"\" internet=\"\" it.=\"\" journal=\"\" know=\"\" little=\"\" long=\"\" marissa=\"\" mayer=\"\" method=\"\" mobility=\"\" no=\"\" of=\"\" often=\"\" on=\"\" ones=\"\" only=\"\" out=\"\" paper=\"\" people=\"\" place=\"\" question=\"\" rate=\"\" re=\"\" remote=\"\" s=\"\" state=\"\" steve=\"\" t=\"\" taking=\"\" target=\"\\"_blank\\"\" team=\"\" that=\"\" the=\"\" they=\"\" title=\"\\"the\" to=\"\" vint=\"\" was=\"\" we=\"\" what=\"\" where=\"\" who=\"\" workforce=\"\">the importance of frequent casual interactions</a> between coworkers.</p>\r\n\r\n<p>Tools like instant messaging and video collaboration can help create opportunities for these interactions for remote workers—provided of course that UC and communications solutions are evenly distributed and widely used throughout the given organization.</p>\r\n\r\n<p>Dr. Cerf, one of Gallup’s senior scientists, is widely regarded as one of the fathers of the Internet for his seminal work on the TCP/IP protocols that form its underlying architecture, and the networking tools he helped make possible now allow many people to do their jobs from almost anywhere.</p>\r\n\r\n<p>Google has faced its own challenges with employees working together remotely. “‘We had people participating in teams, [and] they would almost never see each other face to face. Often they were in different time zones, which meant they had to work harder to stay in sync,’” Dr. Cerf said. “‘So we started recompiling groups to make them, if not co-located, at least within one or two time zones of one another so that it was more convenient to interact.’”</p>\r\n\r\n<p>Many similar challenges are faced by organizations that have large telecommuting populations. As more workplaces become dispersed and reliant on remote workforces, more companies will experience the tension of helping employees work together effectively while allowing them to do their jobs from disparate locations.</p>\r\n\r\n<h3><strong>Modesty is Key to Higher Telecommuting Success Rates</strong></h3>\r\n\r\n<p>One of the top telecommuting questions that most people want answered is: “How does telecommuting affect employee engagement?” On the one hand, working remotely offers employees a measure of autonomy, helping them feel better equipped to do their jobs. On the other hand, employees must have positive, trusting relationships with their managers and coworkers to stay engaged, and such relationships become much more difficult to sustain with less face-to-face interaction.</p>\r\n\r\n<p>Gallup’s <a 40-hour=\"\" a=\"\" ability=\"\" according=\"\" after=\"\" american=\"\" among=\"\" and=\"\" at=\"\" call=\"\" corresponds=\"\" doing=\"\" dr.=\"\" for=\"\" has=\"\" her=\"\" higher=\"\" href=\"\\\" intuitive=\"\" jennifer=\"\" less=\"\" makes=\"\" managers=\"\" much=\"\" occurs=\"\" of=\"\" pattern=\"\" primarily=\"\" professionals=\"\" professor=\"\" remotely=\"\" research=\"\" said=\"\" shows=\"\" sociology=\"\" spend=\"\" state=\"\" studied=\"\" suggests=\"\" target=\"\\"_blank\\"\" teleworking=\"\" than=\"\" that=\"\" the=\"\" their=\"\" those=\"\" time=\"\" title=\"\\"telecommuting\" to=\"\" total=\"\" two=\"\" university=\"\" what=\"\" who=\"\" with=\"\" work=\"\" working=\"\" workplace=\"\">telecommuting occurs after a 40-hour week</a> spent in the office. These people check email, return calls and write reports from home, but in the evenings and weekends.</p>\r\n\r\n<p>Flexibility is a remote work benefit that will elicit a positive response while it remains a benefit, but beyond that it becomes less useful. In terms of the limits to the utility of telecommuting, it seems that studies and statistics suggest that the strategy involved in managing in-office and remote work is as important, if not more so, than the tools used while telecommuting.</p>\r\n\r\n<h3><strong>Solutions are found in Balance</strong></h3>\r\n\r\n<p>Balance is needed between utilizing the advantages of online collaboration tools and the need for the personal and informal interactions that boost workplace morale/cohesion; a balance which depends on the nature of the job being done and specific situations.</p>\r\n\r\n<p><a a=\"\" ability=\"\" accessed=\"\" according=\"\" affordably=\"\" all=\"\" allow=\"\" among=\"\" an=\"\" and=\"\" appropriately=\"\" are=\"\" as=\"\" at=\"\" based=\"\" basis.=\"\" be=\"\" before=\"\" being=\"\" benefits=\"\" business=\"\" but=\"\" c=\"\" calendar=\"\" can=\"\" cannot=\"\" cerf=\"\" cloud=\"\" co-workers=\"\" collaboration=\"\" collaborative=\"\" communications=\"\" companies=\"\" computing=\"\" continues=\"\" conversations=\"\" coordinate=\"\" creativity=\"\" departments=\"\" devise=\"\" directly=\"\" does=\"\" dr.=\"\" employees=\"\" employers=\"\" end=\"\" ensure=\"\" environment=\"\" even=\"\" everyone=\"\" extraordinarily=\"\" face-to-face=\"\" flexibility=\"\" from=\"\" get=\"\" have=\"\" having=\"\" heads=\"\" help=\"\" home=\"\" href=\"\\\" if=\"\" important=\"\" in=\"\" inclement=\"\" instant=\"\" integrates=\"\" interact=\"\" into=\"\" is=\"\" just=\"\" keep=\"\" literally=\"\" lot=\"\" many=\"\" meet=\"\" mentioned=\"\" messaging=\"\" modern=\"\" more=\"\" needs=\"\" of=\"\" office.=\"\" often=\"\" on=\"\" opposed=\"\" or=\"\" organization=\"\" organizations=\"\" other=\"\" our=\"\" own=\"\" physically=\"\" policies=\"\" powerful=\"\" processes=\"\" put=\"\" real-time=\"\" regular=\"\" remote=\"\" requirements=\"\" s=\"\" safe=\"\" same=\"\" scale=\"\" seconds=\"\" services=\"\" set=\"\" situation=\"\" softphones=\"\" still=\"\" such=\"\" talent=\"\" target=\"\\"_blank\\"\" telecommuting=\"\" than=\"\" that=\"\" that.=\"\" the=\"\" their=\"\" they=\"\" this=\"\" times=\"\" title=\"\\"presence\" to=\"\" together=\"\" tools=\"\" two=\"\" up=\"\" values.=\"\" varied=\"\" video=\"\" waiting=\"\" we=\"\" weather=\"\" weeks=\"\" what=\"\" will=\"\" with=\"\" within=\"\" without=\"\" workgroups=\"\" working=\"\">presence capabilities</a>, presenting a consistent unified user interface and user experience across multiple devices and media types. UC also supports each organization when managing various types of communications across multiple devices and applications, and across geographies, with personalized rules and policies, while integrating with back-office applications, systems and business processes.</p>\r\n\r\n<p>UC&C can help you re-define what “remote work” means for your business by helping you eliminate many of the social issues typically associated with long-term work outside of the office. How? UC&C enables people to connect, communicate and collaborate seamlessly to improve business agility and results. These results include better user and group productivity, dynamic collaboration and simplified business processes—all goals that need to be met to keep remote workers connected to each other and the home office.</p>\r\n', '', 'Posted by Elizabeth Miller on Mon, Nov 03, 2014');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(159, 0, 1, '2016-07-07 08:51:28', 6, 820, 0, 0, 0, '', '', '', 'NEC Ranks Highest in Customer Service, Trust, and Technology', '', '', '', '<p>Our <strong>unified communications (UC</strong>) customers have always said that NEC provides highly reliable communications solutions designed to support their unique businesses, and industry analysts have also agreed.</p>\r\n\r\n<p>Recently, <a href=\"\\\"><em>Nemertes Research</em></a> surveyed 500 IT decision-makers to determine how they rate their technology vendors. The survey asked 20 key questions that were designed to help determine which IP telephony vendor has the best customer service, and what that service actually means when put into context.<br />\r\nThe survey results show that NEC ranks the highest among vendors in the following categories:</p>\r\n\r\n<h3>Trusted Advisor</h3>\r\n\r\n<p>IT decision-makers know that vendor credibility is as important when making a purchasing decision as the architecture of the solution purchased.</p>\r\n\r\n<p>A trusted telephony vendor should be able to stand behind its solution. It should commit to providing consistent product software updates and maintain a track record of evolving customer technology. A trusted telephony vendor doesn’t do forklift upgrades, preferring instead to provide value, measurement and consistency. And, most importantly, a trusted telephony vendor should always make a commitment to businesses of all sizes—small, medium, and enterprise alike.</p>\r\n\r\n<p>To better understand how IP telephony providers measure up in this area, Nemertes built “Trusted Advisor” questions into its survey. These questions help numerically determine each vendor’s:</p>\r\n\r\n<p>• technology expertise<br />\r\n• credibility<br />\r\n• innovativeness<br />\r\n• character<br />\r\n• timeliness in response to customer needs</p>\r\n\r\n<p>NEC ranks highly in all of these sub-categories, but two of our greatest strengths have always been our expertise and credibility. As one of the original telephony vendors, we not only understand, but have also helped define both the industry and its technologies.</p>\r\n\r\n<p>We bring our expertise and credibility to the market in multiple ways. One way is through innovative products. The second, according to the report, is through our value-added resellers or dealers. NEC customers have determined that we are the most capable at passing our knowledge to our dealers—who serve as an equally knowledgeable and capable extension of NEC.</p>\r\n\r\n<h3>Technology</h3>\r\n\r\n<p>In today’s environment it’s extremely important to choose the right UC solution. IT organizations are under pressure to select multiple business solutions that provide the best technology available and that deliver the best value possible—and communications technology is no exception.<br />\r\nThe technology portion of the Nemertes report shows how each vendor’s products rank in the following sub-categories:</p>\r\n\r\n<p>• reliability<br />\r\n• interoperability<br />\r\n• management capabilities<br />\r\n• technology roadmap</p>\r\n\r\n<p>NEC <a href=\"\\\"><strong>consistently ranks highly</strong></a> among communications vendors as providing reliable, interoperable and innovative communications and IT solutions. In fact, our highest scoring metric was product reliability, meaning that in the eyes of our customers we not only provide innovative products, but also deliver reliable and dependable products that provide a continuous path forward.</p>\r\n\r\n<h3>Customer Service</h3>\r\n\r\n<p>According to Nemertes, <strong>NEC unequivocally ranked highest in the Customer Service</strong> category. The survey assessed the customer’s needs in the following categories:</p>\r\n\r\n<p>• pre-sales responsiveness<br />\r\n• post-sales responsiveness<br />\r\n• break-fix responsiveness<br />\r\n• accuracy and timeliness in delivering invoices</p>\r\n\r\n<p>From the results Nemertes <em>determined that no other vendor is currently providing the same quality of response to its customers as well as NEC.</em></p>\r\n\r\n<p>NEC is proud to rank highest in this category, and we continue to make customer service of the utmost importance to our business. We have award-winning products. When our technology is factored with our credibility, expertise and the quality of our customer service, it’s easy to see why the report shows that NEC has the highest percentage of organizations who wish to stay our customers of all the vendors polled.</p>\r\n\r\n<p>Don’t just take our word for it, though. Download the Nemertes Report now.</p>\r\n', '', 'Mark Pendleton'),
(160, 0, 1, '2016-07-07 08:51:28', 6, 821, 0, 0, 0, '', '', '', 'Contact Center Metrics: The Importance of First Call Resolution', '', '', '', '<p>Tech professionals love their acronyms, and FCR—First Call Resolution in customer service industries and contact centers is no different. Lately, it seems every vertical industry has its vocabulary; with an acronym for every ideology, methodology, principle, and strategy. Most of these terms have been discussed to death—to the extent that it becomes difficult to get excited about the topic at all. </p>\r\n\r\n<p>FCR is one of the acronyms we don’t see nearly enough of, though; which becomes evident when running a simple search for the term. In fact, search engines seem to return every generic name for FCR other than the one discussed here.</p>\r\n\r\n<p>FCR is one of the five most important operational metrics in today’s contact centers and is also one of the key drivers of customer satisfaction. You would think that in a challenging economic environment, one that is increasingly focused on the importance of customer satisfaction in a word-of-mouth-equals-free-marketing-distribution kind of world, that the topic would be written about so extensively that it would dominate search engine results.</p>\r\n\r\n<p>So why aren’t we talking about it?</p>\r\n\r\n<p><b>Contacts vs. Calls </b></p>\r\n\r\n<p>Customer relationship managers use FCR to mean two principles/metrics that are often used interchangeably—when they shouldn’t be. Is FCR first contact resolution or first call resolution? The answer to that question depends on your business’ individual needs.</p>\r\n\r\n<p>First Contact Resolution incorporates the same principles as first call resolution—which is generally accepted to mean that a contact center agent addresses a customer's need the first time they call, thereby eliminating the need for the customer to follow up with a second call.</p>\r\n\r\n<p>First Contact Resolution takes First Call a step further by tracking the contact’s behaviors and providing additional analytics and data based on their actions.</p>\r\n\r\n<p>While purists might agree that First Contact Resolution is the better of the two metrics and most reflective of true customer experience, the reality is that purchasing the customer lifecycle tracking software needed to appropriately track the First Contact Resolution metric is often expensive and impractical.</p>\r\n\r\n<p>Why impractical?</p>\r\n\r\n<p>Well, for the answer, we must look at the Pareto Principle.</p>\r\n\r\n<p><b>The 80/20 Rule</b></p>\r\n\r\n<p>The Pareto Principle—also known as the 80/20 principle—is named after Italian economist Vilfredo Pareto. His theory, originally a socio-economic commentary on the distribution of wealth in early 20<sup>th</sup> century Italy, was adopted by business strategists in the 1940’s as an all-inclusive philosophy of the “vital few and the trivial many.”</p>\r\n\r\n<p>In the context of the call center, this typically means that 80% of customer service calls/requests are coming from 20% of a given customer base.</p>\r\n\r\n<p>So, taking the Pareto Principle into consideration means understanding that the customers who are on the phone with your contact center agents today, will likely be the same customers who are on the phone with your agents next week. Knowing this turns the immediate need for First Contact-level tracking into a lower-priority concern.</p>\r\n\r\n<p>If you have the budget to spend on customer lifecycle management technology, then you <em>should</em> track that data.</p>\r\n\r\n<p>But I’d rather focus on First Call Resolution, and how implementing sound practices with appropriate contact center technology makes it possible to improve this essential performance metric.</p>\r\n\r\n<p><b>What the Statistics Say</b></p>\r\n\r\n<p>Last year, WhitePages and the International Customer Management Institute (ICMI) performed a study of 542 contact center professionals titled “<a href=\"\">Using Big Data in the Contact Center</a>.” The study found that 60 percent of contact center managers feel like they are <a href=\"\">unable to deliver actionable customer service information</a> to agents due to data overload and a lack of focus on customer satisfaction. In addition, the survey found that:</p>\r\n\r\n<ul>\r\n <li>More than 40 percent of customer contact information is manually recorded by agents instead of fed through automated APIs or Web-based systems, which means reps are often not as connected to relevant customer data as they need to be to guarantee FCR.</li>\r\n <li>Half of call center agents feel hampered by productivity challenges such as having to ask customers for basic contact information.</li>\r\n <li>More than a third of contact centers do not collect any data around customer satisfaction, and 15 percent collect it but don’t use it at all.</li>\r\n</ul>\r\n\r\n<p>While there are a great number of businesses continuing to operate with legacy call center equipment and ignore the importance of technology that helps achieve immediate customer satisfaction, today’s customers are becoming increasingly demanding. Customers are becoming more aggressive when comparing prices and are apt to switch their loyalty to your competition because of a poor customer service experience.</p>\r\n\r\n<p>The study shows that without the right tools and guidance, agents are neither able to handle the volume of data that is in front of them, nor able to extract the vital pieces of information that they need to drive successful outcomes.</p>\r\n\r\n<p>Everyone lately has experienced a terrible call or long hold time. In fact, the entire experience has created a small culture on Twitter that identifies with the hashtag #onholdwith.</p>\r\n\r\n<p>Obsolete technology doesn’t give any business the extensibility it needs to answer customer complaints. When you consider that these same businesses are also becoming overwhelmed by data, one wonders whether or not first call resolution as a principle is also becoming obsolete and forgotten.</p>\r\n\r\n<p><b>Keeping your customers in focus</b></p>\r\n\r\n<p>Failure to resolve customer issues in the first call results in callbacks and increased total costs. If customers have to call back two or three times to resolve their issue, they may not call back ever again.</p>\r\n\r\n<p>No matter how fast your company grows your customer service has to remain razor sharp. After all, the cost of acquiring a new customer is considerably greater than retaining an existing one. So how can you work aggressively to make sure that each interaction with your agents ends with resolution? By considering the following:</p>\r\n\r\n<ol>\r\n <li>\r\n <p><b>Educate agents and get them involved</b>: Educate your agents and then empower them to improve first call resolution-related processes. Your agents know customers and customer care probably better than anyone. Smart managers actively solicit suggestions and insight from their agents regarding how they may be able to enhance first call resolution performance. Given the opportunity, your call center agents will tell you what tools, training, and workflows are lacking and what processes and metrics are interfering with their ability to resolve customer issues effectively.</p>\r\n </li>\r\n <li>\r\n <p><b>Consult past records</b>: Don't attempt to solve the problem without doing due diligence. Encourage your agents to review past interactions with their customers for clues and indications about why certain interactions resolve and others do not. Doing so will put your agents in a better place to remedy problems instantly.</p>\r\n </li>\r\n <li>\r\n <p><b>Install recording software</b>: To get a sense of whether your agents resolve customer queries or escalate them, invest in call recording software which can record and archive every single interaction. Doing so gives your call center managers something to rely on to identify best-in-class behavior and zero in on patterns needing improvement.</p>\r\n </li>\r\n <li>\r\n <p><b>Optimize workforce management processes</b>: Even the best trained and equipped agents on the planet can’t be successful if they’re over-worked. The same applies if the customer, who has been caged in a queue for 15 minutes, is screaming at them for taking too long when answering the phone. Accurate forecasting and sound scheduling is critical, as is mastering skills-based routing, so callers get sent to the right agent with the right skill set to handle a customer’s specific issue right there on the spot.</p>\r\n </li>\r\n</ol>\r\n\r\n<p><b>Solutions available to your business</b></p>\r\n\r\n<p>Ultimately there is a high cost, in terms of inefficiencies and operational cost, when you continue to operate outdated technologies. Taking inventory of your existing call center technologies can help you determine if it’s time for an overhaul or a simple upgrade.</p>\r\n\r\n<p>You don’t have to choose between favorite software and hardware. You can choose to invest in <a href=\"\">contact centers</a> with automatic call distribution and <a href=\"\">attendant</a> technologies so that calls coming into your contact center are routed correctly. Many of these technologies now include <a href=\"\">Unified Communications </a>with presence technology, which can help you identify available subject matter experts instantly.</p>\r\n\r\n<p>Check out our whitepaper for more information on <a href=\"\">Best (and Worst) Practices in Customer Communications</a>.</p>\r\n', '', 'Posted by Elizabeth Miller'),
(161, 0, 1, '2016-07-07 08:51:28', 6, 822, 0, 0, 0, '', '', '', 'BYOD and BYOA: The State of Mobility Adoption', '', '', '', '<h2><em>BYOD and BYOA: How Devices and Apps Function Together to Improve Business Productivity and Employee Efficiency</em></h2>\r\n\r\n<p>Mobile devices are completely ingrained in our daily lives. They entertain, remind, socialize, and manage us. They are our personal authentication key to the world around us. They are an extension of ourselves. Handheld mobile devices are just extremely personal, more so than any other device we interact with during the day. When asked, most people will say that they’ll give up food or sleep before they’re deprived of their mobile device, and for most there is a discernable level of anxiety when their device isn’t actively with them.</p>\r\n\r\n<h3><strong>BYOD: The Device is King</strong></h3>\r\n\r\n<p>The personal dynamics of mobile devices and, in turn, mobile device management, has made adoption of mobile technology a tricky business across the board. For most organizations, Bring Your Own Device (BYOD) policies are still complex and perceived as risky. But, with the global workforce’s rapid adoption of the mobile work style, integration of BYOD policies have been necessary for most organizations to maintain the high levels of productivity needed to sustain business success. In fact, only businesses with high-level security concerns and strict privacy needs—like financial organizations—can succeed in today’s marketplace without some form of acceptance of BYOD in their mobile policies.</p>\r\n\r\n<p>Originally, the largest motivation for BYOD was the desire to get rid of the traditional corporate device and its restrictive user experience which contrasted sharply against the newer, smarter consumer devices providing more personal experiences. The result for many early BYOD adopters was the increased employee satisfaction, productivity, and improved competitive advantage that they were searching for.</p>\r\n\r\n<p>We’ve talked about BYOD for what seems like too long, but it continues to be a hot topic as employers allow employees to utilize their own devices at the office. But, as many of us know, giving employee-owned devices access to the corporate network increases risk and is difficult for businesses to manage. Many IT departments don’t have the time to deal with the challenges inherent with BYOD; the co-existence of personal and business data, multiple operating systems, and problems with backup, recovery, security, and compliance.</p>\r\n\r\n<p>In fact, the <a enterprise=\"\" executive=\"\" href=\"\" mobility=\"\" target=\"\" title=\"\">2014 Executive Enterprise Mobility Report</a> released by Apperian and conducted by CITO Research, helps shed some light on how important the issues are that executives at a range of companies embracing these mobility strategies face.</p>\r\n\r\n<p>For example, 77% of the respondents highlighted security as a major concern with mobile device management—not much of a shocking discovery if you’ve ever dealt with mobility in the past. What is shocking? That 70% of respondents are still unable to detect data or device loss, which highlights a starteling lack of mobile security initiative in today's businesses despite security being a key concern.</p>\r\n\r\n<p>What is clear, is that companies understand the inherent risk surrounding BYOD and many are still struggling with how best to address their concerns.</p>\r\n\r\n<p>Some of the challenges of managing BYOD programs have re-invigorated a “bring-your-own” trend that dates back to the 1980s<span>—Bring Your Own Apps (BYOA)</span>. BYOA can be used as a way to preserve the productivity benefits of BYOD while reducing the capital costs associated with managing a BYOD program.</p>\r\n\r\n<h3><strong>BYOA: The App is Queen</strong></h3>\r\n\r\n<p>The BYOA trend centers on employees’ use of third-party applications in the workplace. But BYOA is really the key driver of a much larger trend that's growing in popularity; IT consumerization. Why? Because BYOA and its associated benefits for employees include greater engagement and satisfaction, and improved productivity, the chief cornerstone of the IT Consumerization movement.</p>\r\n\r\n<p>Since BYOA employees choose their own applications, each employee can use the apps that he or she is most comfortable with. Not only does this improve productivity by allowing employees to have more control over the software they use, it also enhances efficiency by letting each individual person use the tool that best matches their work style. This gives <em>you</em> the opportunity to provide more software and business process features to your team than you could logically provide while employing a BYOD or other corporate mobility strategy. IT Consumerization essentially allows businesses to create endless opportunities with multiple new ways to get work done—which would likely have a positive effect in terms of employee morale and efficacy.</p>\r\n\r\n<p>But the greatest strengths of the BYOA policy are also its greatest weaknesses.</p>\r\n\r\n<p>Most consumer apps being used in the enterprise are cloud-based in order to allow user access from multiple devices, laptops included. Many organizations are finding that the combination of cloud-based document sharing and cloud-based business process solutions are meeting a growing number of their business requirements.</p>\r\n\r\n<p>As employees are increasingly under pressure to do more with less in terms of budget and IT resources, they often turn to BYOA to get the job done. While this can be rationalized as a means of reducing the capital expenditures and licensing costs associated with using corporate-issued file storage, document sharing, and business process software, all budgetary benefits that come from reducing capital costs are often negated because of one thing—sacrificed security. Your prized corporate data is now sitting in someone else’s cloud.</p>\r\n\r\n<p>There is no ace in the hole when it comes to security policies. The simple fact is that SMBs must absorb certain types of risk out of necessity when competing with large enterprises—which is why you’re likely to see higher BYOA adoption among SMBs than enterprises.</p>\r\n\r\n<p>But for those who can’t absorb that risk, or simply don’t want to, there’s good news—that risk can be managed.</p>\r\n\r\n<h3><strong>Security and Mobility: Striking Common Ground</strong></h3>\r\n\r\n<p>The key challenges for businesses of all sizes adopting cloud and mobility applications is finding the right balance between usability and data security. In an ideal world, users would like to have one-click access to an increasing number of apps without needing 12 digit passwords for each app. Since users are bringing in their own devices, and these devices are the primary means to app access, they must be “trusted” within the organization and secured.</p>\r\n\r\n<p>“Perimeter Security” no longer exists in the enterprise. Network boundaries are slowly disappearing—and many IT departments are still trying to control all facets of off-premises application access from roaming mobile endpoints. But this is, quite simply, impossible to do. And so a shift in the way we think about security may be in order.</p>\r\n\r\n<p>Protecting data directly, not the device, guards your data at the source rather than the endpoint, ensuring the safety of your businesses’ information regardless of your employee’s location. Information Rights Management and other such technologies directly embed access rules into documents by way of cryptography. With this method, the rules are applicable to documents regardless of location or device, allowing effective security measures for multi-device environments.</p>\r\n\r\n<p>This pattern also allows for “detecting, logging, and blocking” data that leaves enterprise premises. Having the capability to follow the transmission of sensitive data solves part of the problem that has become apparent in Apperian’s Mobility report—understanding where, when, and how users are transferring information out of the corporate network.</p>\r\n\r\n<p>Secondly, the drive to demand better security from consumer app providers needs to be spearheaded by SMB and enterprise businesses. Since most businesses are embracing some form of BYOD/BYOA, and most of us spend at least 40 hours a week in the workplace, the burden of changing app security—and consequently cloud stability—really falls on businesses, not consumers.</p>\r\n\r\n<p>Finally, securing critical business communications can solve a lot of data leakage from the start. <a href=\"\" target=\"\" title=\"\">Unified Communications</a> (UC) can help keep your company keep its contacts and other data safe and secure when an employee’s device is lost or stolen.</p>\r\n\r\n<p>With the right UC app, your IT administrator can secure data loss easily. Unified Communications lets employees bring their own devices while still maintaining high levels of corporate security. The best UC platforms let you support multiple devices through one single approved UC app, meaning your employees can have access to their favorite communications tools without your IT department having to support each device individually.</p>\r\n\r\n<p>In regard to other security issues, many organizations that have started implementing consumerization policies are establishing acceptable use standards for use of consumer technologies in the workplace. Acceptable use policies (AUP) stipulate requirements that must be followed to be granted network access.</p>\r\n', '', 'Elizabeth Miller'),
(162, 0, 1, '2016-07-07 08:51:28', 6, 823, 0, 0, 0, '', '', '', 'IT Convergence: Key Technology Trends that are driving Smart Enterprises to Modernize towards converged IT infrastructure', '', '', '', '<h2>Modernizing IT infrastructure and becoming a Smarter Enterprise</h2>\r\n\r\n<p>The need for modernization among IT departments is a trend that is becoming increasingly relevant as IT departments are constantly faced with generational shifts in technology. The pressures of modern business require that IT departments close the gap between yesterday’s IT implementations and tomorrow’s demands.</p>\r\n\r\n<p>Organizations that fail to modernize will rapidly lose their ability to respond to changing customer needs. They will weaken their competitive positions in the marketplace. And most importantly, the gap between where they are and need to be will only widen, leading to an expensive and uncertain future.</p>\r\n\r\n<p>With most businesses facing incredibly tight or shrinking IT budgets, taking the appropriate steps toward modernization will seem expensive. With a modernized platform, however, organizations can add new capabilities and enhance overall employee performance while reducing their electronic footprint, leading to increased savings over time.</p>\r\n\r\n<p><strong>What is a Smart Enterprise?</strong></p>\r\n\r\n<p>Smart enterprises leverage more converged IT technologies to optimize business practices, drive workforce engagement, and create a competitive edge. Merely leveraging a converged IT framework in your IT department means that you are on your way to operating a smarter, more efficient business. IT organizations can utilize four key areas of value and then assess their plan against:</p>\r\n\r\n<p><strong>1: Business Agility</strong></p>\r\n\r\n<p>Today, most workforces are mobile. As such, your applications and enterprise architecture should empower these mobile workforces. Creating a more adaptive and more programmable infrastructure will enable IT to be more responsive to your organization. Businesses in today’s world are always on, and as a result, you need to consider how your most critical services can adapt more naturally and automatically to the mobile and always-on workforce.</p>\r\n\r\n<p><strong>2: Cloud Delivery</strong></p>\r\n\r\n<p>Modern businesses need to be incredibly efficient. Cloud delivery provides businesses with the opportunity to flexibly deploy services and software more consistently across converged premises, cloud, or hybrid infrastructures. An enterprise IT business plan should consider how and when to deploy certain services in the cloud, when to operate them on-premises, and when to purchase them as-a-service.</p>\r\n\r\n<p><strong>3: Collaborative Communities</strong></p>\r\n\r\n<p>Today’s growing workforce demands rich Internet-style applications that are easy to access from anywhere and work consistently from any device. Organizations who have built collaborative communities by providing powerful tools that deliver consistent and intuitive user experiences, converged applications, and distributed architectures are able to adapt dynamically to change and empower employees to their fullest extent.</p>\r\n\r\n<p><strong>4: Assured Services</strong></p>\r\n\r\n<p>Securing business information—protecting your company’s intellectual properties and digital assets—falls squarely on the shoulders of IT. Add security with the need to assure business continuity, and you get a business that must consider greater infrastructure planning, high availability at multiple layers, a consistent and aligned security credential methodology, and which must validate automated archival methods.</p>\r\n\r\n<p><strong>Steps to Modernization </strong></p>\r\n\r\n<p>Competing in today’s business environment is about meeting challenges, making decisions, and innovating rapidly—using the best and most current technologies, tools and information.</p>\r\n\r\n<p>Cloud services, mobile integration, real-time collaboration, and high availability are becoming essential ingredients for the smart and secure enterprise. They are part of a rapidly evolving technology foundation by means of which the best solution providers enable new approaches to how your businesses IT services are delivered and managed, allowing you new opportunities for growth.</p>\r\n', '', 'Mark Pendleton'),
(163, 0, 1, '2016-07-07 08:51:28', 6, 824, 0, 0, 0, '', '', '', 'What to look for when creating a Unified Communications RFP', '', '', '', '<h2>Examining the Enterprise Connect Unified Communications RFP Results</h2>\r\n\r\n<p>Each year at Enterprise Connect, a mock Request for Proposal (RFP) session is held. The mock RFP is a simulation of the requests that enterprises and government agencies put out when looking for a new unified communications solution.</p>\r\n\r\n<p>The session, led by independent consultant <a at=\"\" consulting=\"\" href=\"\" principal=\"\" stein=\"\" target=\"\" title=\"\">David Stein, Principal at Stein Consulting Group</a>, assesses telephony products developed by communications vendors. Each of the vendors that participate are required to answer questions related to their solutions’ architecture, features, and Total Cost of Ownership (TCO) over a 3-5 year period. The goal of the session is three-fold:</p>\r\n\r\n<ul>\r\n <li>Provide enterprises with an un-biased third party opinion of UC solutions on the market</li>\r\n <li>To thoroughly assess and discuss the features of each solution</li>\r\n <li>To monitor and report on burgeoning UC trends</li>\r\n</ul>\r\n\r\n<p><b>Vendor Review</b></p>\r\n\r\n<p> <em><a and=\"\" cloud-based=\"\" communications=\"\" enterprise=\"\" href=\"\" ip=\"\" platform--premise=\"\" review:=\"\" rfp=\"\" target=\"\" title=\"\" uc=\"\" vs.=\"\">The UC RFP and Review: Enterprise Communications Platform--Premise vs. Cloud-Based IP Telephony</a> </em>session is the latest in the evolution of the “mock” RFP at Enterprise Connect. This session is a long running tradition and the ideal way to provide potential customers an objective way to learn about the top vendors in the industry.</p>\r\n\r\n<p>The RFP was handed out in advance of the conference. Each participating vendor is required to answer questions related to their solutions’ architecture, features, and, new this year, Total Cost of Ownership (TCO) over a 5 year period. This year, seven vendors proposed ten solutions. The proposing vendors come from a variety of backgrounds ranging from over 100 years of telephony experience to very recent entrants into the market.</p>\r\n\r\n<p>The RFP specifically includes stringent requirements for high availability, core voice functionality, voicemail, unified messaging, unified communications (e.g. presence, IM, voice, Web, video conferencing), and system administration.</p>\r\n\r\n<p>This year’s vendor responses were submitted to Stein, who judged them based on a weighted scale. This year’s scale—same as years past—offered 50 percent of the score to functional/technical requirements, 25 percent to architecture requirements, and the final 25 percent to pricing.</p>\r\n\r\n<p>This year also marked the first year that both on-premises and cloud solutions were combined for a sufficiently comprehensive UC solutions showcase. Also, included in this year's session was a panel discussion that covered topics such as integration issues, deployment issues, and how vendors decide which solution—cloud or premises—to propose.</p>\r\n\r\n<p><b>Evident Trends from the Session</b></p>\r\n\r\n<p>The RFP placed emphasis on mobility, virtualization, integration of existing product sets, and improving user interfaces. The continuing trends from last year include:</p>\r\n\r\n<ul>\r\n <li>Focus on the development of Android and iOS platforms for mobility offerings.</li>\r\n <li>Significant focus on user experience and development of UC functionality as related there-in.</li>\r\n <li>Emphasis on virtualization with most components available in virtual configurations.</li>\r\n</ul>\r\n\r\n<p>New or changing trends that became evident from 2013-2014 include:</p>\r\n\r\n<ul>\r\n <li>Vendor strengths are developing with particular features; i.e. not all vendors provide every feature often desired.</li>\r\n <li>Gap in UC capabilities amongst respondents is still significant.</li>\r\n <li>Significant differences still exist in vendor solutions.</li>\r\n <li>“Average prices” decreased from 2013 to 2014.</li>\r\n <li>Cloud vs. premises functionality differences more significant than previously thought.</li>\r\n <li>Cloud vs. premises TCO differences remain significant.</li>\r\n</ul>\r\n\r\n<p><b>Key Trends for Modern Communications Systems</b></p>\r\n\r\n<p>This year’s session positioned as Premises vs. Cloud was a welcome addition to the conference. For the first time, conference attendees had access to a more complete representation of the unified communications market.</p>\r\n\r\n<p>There are three trends noted in David Stein’s own observations, that communications experts agree are foundational for modern Unified Communications systems. Each system must be/include:</p>\r\n\r\n<ul>\r\n <li><b>Software-based</b>—software-based communications solutions have re-defined the way businesses communicate. The most modern, agile, scalable solutions will deliver a fully functional IP-PBX along with a complete set of voice features and UC applications that can be tailored to individual needs. Software-based systems also offer simplified licensing and management features that make it easier for businesses to manage day-to-day communications needs.</li>\r\n <li><b>Virtualization</b>—communications systems that can be deployed across distributed architectural platforms offer ultimate flexibility, and improve business continuity and cost saving. <a href=\"\" target=\"\" title=\"\">Virtualized infrastructures</a> offer benefits such as server consolidation, increased security, operational flexibility and greater application availability during downtime.</li>\r\n <li><b>Mobility</b>— Modern communications solutions offer enhanced user-mobility solutions that enable workers to stay connected and productive from any locale. These mobility solutions typically incorporate softphones, mobile applications, call-twinning, call transfer, and fixed mobile convergence options. These tools allow businesses to shorten the time it takes to move projects forward, and ultimately improve the service provided to customers.</li>\r\n</ul>\r\n\r\n<p>NEC did very well, winning the highest total score of all vendors compared in the 2,000 user UC RFP. NEC’s UNIVERGE solution won top score both because of its technological strengths, and because it provides customers with a significant economic advantage in terms of TCO.</p>\r\n\r\n<p>NEC’s response to the RFP is listed as “on-premises.” However, it’s interesting to note that its software based solution resides on a virtualized server and could easily exist as part of an organization’s private cloud. Alternatively, this configuration could be hosted off-premises in a commercial data center.</p>\r\n\r\n<p><b>5-year Total Cost of Ownership</b></p>\r\n\r\n<p>Frequently, after organizations have made the decision to replace their existing phone system, a lot of time, energy, and effort go into evaluating and comparing the initial acquisition and installation costs of the vendors that make their short list. This focus on initial costs sometimes means that ongoing operation and maintenance costs are overlooked. This year Stein added an extensive evaluation to the study that helps determine the “true” cost of a Unified Communications solution.</p>\r\n\r\n<p>The addition of the 5-year Total Cost of Ownership section of the RFP gives businesses the opportunity to look beyond the initial costs of implementation, to the costs of operating the solution for five years. This evaluation helps businesses plan a comprehensive budget that takes the long-term operational and maintenance costs into consideration. </p>\r\n\r\n<p><b>Bottom Line</b></p>\r\n\r\n<p>There are a number of factors to consider in evaluating Unified Communications RFPs. High availability, voicemail, unified messaging, and unified communications are just some of the features of modern communications technology. If your organization is starting the process of looking for a new UC solution to replace your existing IP/PBX, then taking a look at the UC RFP results would be a great place for you to start.</p>\r\n\r\n<p>For a comprehensive look at weighting, factors and TCO evaluations included in the Enterprise Connect UC RFP, <a by=\"\" david=\"\" href=\"\" target=\"\" the=\"\" title=\"\" whitepaper=\"\">download the whitepaper by David Stein</a>.</p>\r\n', '', 'By Mark Pendleton. NEC'),
(164, 0, 1, '2016-07-07 08:51:28', 6, 825, 0, 0, 0, '', '', '', '7 Reasons to Consider Cloud-based Unified Communications Services', '<p>The productivity benefits of Unified Communications (UC) continue to be recognized as it moves into mainstream adoption. As organizations consider how best to deploy, there are a number of factors to consider. This post focuses on the top reasons ', '', '', '<p>The productivity benefits of Unified Communications (UC) continue to be recognized as it moves into mainstream adoption. As organizations consider how best to deploy, there are a number of factors to consider. This post focuses on the top reasons to consider Unified Communications as a Service (UCaaS). UCaaS capabilities, also known as hosted or cloud-based UC, include the features found in premises-based IP telephony, as well as presence, integrated audio and web conferencing, mobility, collaboration, video solutions, and business application integration features all delivered as a service.</p>\r\n\r\n<p>The benefits of UCaaS go above and beyond simply shifting costs from a capital expense to a predictable operating expense. Here are our top 7 reasons to consider hosted UC solutions:</p>\r\n\r\n<p><b>1. </b><b>Business Agility</b></p>\r\n\r\n<p>Many IT organizations are stretched too thin and struggle to balance day-to-day operations with strategic projects. One of the advantages of UCaaS is the speed of deployment. Businesses have the flexibility to rollout UCaaS without the IT time and resource commitments associated with a legacy deployment model. Additionally, maintenance and support time is reduced as there is no longer the need to plan and implement system updates. UCaaS offers quick updating through the cloud, so a business can choose to deploy new applications to all users or a single department as soon as they become available. This gives an IT department greater flexibility with their communications system, as upgrades can be rolled-out without any disruption to the system.</p>\r\n\r\n<p><b>2. </b><b>Increased Efficiencies</b></p>\r\n\r\n<p>Hosted UC services provide business customers with the communications they need without the associated capital costs of traditional on-premises systems and the costs associated with management and support. This increases both budgetary and IT resource efficiencies. With a lower budget barrier to entry, businesses can avoid the upfront capital outlay with UCaaS. Additionally, the predictable monthly expense allows businesses to plan more efficiently. A hosted UC solution can also increase IT efficiencies as there is no need to support and maintain a physical systems on-premises. Eliminating a number of time consuming tasks for IT folks allows the organization to focus resources on core competencies and provide strategic value to grow the business.</p>\r\n\r\n<p>Having your communications solution in the cloud helps avoid technology obsolescence and the time and resources associated with a large scale “technology refresh.” Why? Because cloud-based communications give you a system that scales quickly and is flexible enough to grow alongside your ever-changing business.</p>\r\n\r\n<p><b>3. </b><b>Increased Reliability</b></p>\r\n\r\n<p>Hosted UC providers power their UCaaS offerings via the cloud. The best providers have secure and resilient data centers that are redundantly configured and geographically separated to ensure continued service in the event of catastrophic events and Service Level Agreements that provide uptime guarantees. Each organization’s data and user settings are backed up and mirrored in multiple locations, creating a disaster-proof backbone for your business communications. Hosted UC providers also offer 24x7 monitoring, as well as the latest encryption and security protocols, so you can rest assured that your data is safe and secure.</p>\r\n\r\n<p><b>4. </b><b>Disaster Recovery</b></p>\r\n\r\n<p>In the event of an emergency or disaster, a UCaaS service provider can easily adapt to your changed situation without additional expenses on your part.</p>\r\n\r\n<p>Most companies have a Disaster Recovery Plan in place to ensure that data and records vital to the operation of the business are duplicated or protected in off-site storage repositories. UCaaS now provides the ability to ensure that business communications are also protected in the event of an emergency and can be incorporated into the overall Disaster Recovery Plan.</p>\r\n\r\n<p><b>5. </b><b>Greater Mobility</b></p>\r\n\r\n<p>UCaaS is a strong enabler for the mobile worker, the BYOD explosion, and remote/home office worker. It allows users access to all business communications features from any registered user device, including a smart phone, laptop, desktop and, of course, desk phone. Organizations can enable users’ smart phones to transparently bridge calls from the company’s Wi-Fi networks to cellular networks and back again, keeping “on-the-go” and “location agnostic” users connected. Desktop client software can turn any networked PC into a virtual desktop phone and unified messaging terminal. Users can travel with their extensions, use video conferencing, and access advanced call forwarding and web-browser dialing. IT organizations often struggle with managing application across numerous devices. With UCaaS, users download the device application from the app store and IT can easily manage their access. An additional user benefit is that the experience is the same across all devices.</p>\r\n\r\n<p><b>6. </b><b>Increased Collaboration</b></p>\r\n\r\n<p>True collaboration means anywhere, anytime access on any device. UCaaS gives your users access to applications that will let them instantly chat, set up on-the-fly conferences/meetings (both video and voice), share and exchange documents, and engage customers in real-time dialog. This will not only improve your workforce’s ability to be nimble, but will also improve customer satisfaction.</p>\r\n\r\n<p><b>7. </b><b>Better Customization</b></p>\r\n\r\n<p>UCaaS combines enterprise-grade voice features with sophisticated Unified Communications and Collaboration applications and hosts them in the cloud. UCaaS gives you the flexibility to choose the deployment model and applications to fit your specific requirements. It also offers the flexibility to expand or contract as your business requirements change.</p>\r\n', '', 'by Mark Butler'),
(165, 0, 1, '2016-07-07 08:51:28', 6, 826, 0, 0, 0, '', '', '', 'Making Mobile People More Productive', '', '', '', '<p align=\"\">In today’s flexible and fast-moving business environment, employees are never in one place for very long.<br />\r\nWorkers can be just about anywhere: at the office, between appointments, on business travel or working from home. Because of that mobility, they need a mobile device that enables them to conduct business regardless of location with support of all professional telephone features they are used to have in the office. With Fixed Mobile Convergence employees can enjoy access to enterprise telephony and data from any location, so that they can better engage in business while they are on the go.</p>\r\n\r\n<h3 align=\"\">What is exactly meant by Fixed Mobile Convergence?</h3>\r\n\r\n<p align=\"\">Fixed Mobile Convergence (FMC) is the software-based communication application that integrates remote and mobile phones within an organization’s enterprise telephony network. It provides facilities and features to smartphones and other mobile phones that organizations generally only support on fixed office phones. As a result, a smartphone will receive internal and external PBX calls as if it is a fixed office phone. The mobile phone will also work together with fixed phones supporting features like simultaneous ring, move calls between smartphone and fixed phone, etc. Employees can use their smartphone to make calls through the company’s PBX network and these calls will appear to the called parties as enterprise calls. The calls can be made either “free-of-charge” through WiFi or via the mobile network.</p>\r\n\r\n<h3 align=\"\">So what are the benefits of FMC for employees and organization?</h3>\r\n\r\n<p align=\"\">First of all employees can thus use their mobile phones anywhere in the world as an integrated extension of the company network. They can be reached on a single business number and can rely on that they will not miss any important call. They have full office PBX communications facilities like call transfer, central voicemail and directory as well as operator assistance.</p>\r\n\r\n<p>Organization can provide mobile flexibility to staff, and still rely on the fact that they stay connected, even e.g. as member of a call center. Employees can use their smartphone on the corporate WiFi network when within its range. Calls are transferred from the WiFi network to the public cellular network, and back again, if needed saving on mobile calling costs. External calls can be made through the company’s switch – at regular company calling costs, so including least cost call routing through company networks, while personal mobile devices can be used in conjunction with enterprise security credentials</p>\r\n\r\n<h3 align=\"\">How can I add FMC to my network?</h3>\r\n\r\n<p align=\"\">Adding Fixed Mobile Convergence to a company network is done by basically adding two software components: the FMC controller and the smart phone clients. The controller represents all associated smartphones as SIP extensions in the PBX, providing true integration.</p>\r\n\r\n<p align=\"\">FMC is available on a wide and increasing range of phones. NEC’s uMobility FMC solution for instance works with any recent iOS, Android and BlackBerry smartphone device and can be added to existing NEC communication platforms such as iS3000/SIP@Net, SV8100, SV8300, SV8500 and 3C. The uMobility Controller runs on off-the-shelf Intel server hardware.</p>\r\n', '', 'By Bert van Koelen, Global Business Manager Business Mobility, NEC Enterprise Solutions');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(167, 0, 1, '2016-08-24 12:47:27', 6, 856, 0, 0, 0, '', '', '', 'NEC appoints Connectia as Executive Hospitality Partner in Poland', '', '', '', '<p align=\"left\"><strong>Hilversum, Warsaw, 24 August 2016 – </strong>NEC Enterprise Solutions, leader in enterprise Communications & IT solutions, today announced that it has appointed Connectia as its Executive Hospitality Partner in Poland.<br />\r\n </p>\r\n\r\n<p align=\"left\">Denhard Jongman, regional manager hospitality for NEC Smart Hospitality, explains: “Our Executive Hospitality Partnership program aims at mutual growth and profitability in the important Hospitality sector. Through this program we recognize and support Business Partners that invest in and promote the value of our integrated solutions, enabling them to go-to-market more successfully and help them to create new, profitable opportunities. Connectia is our partner in Poland and has already considerable experience and success in serving the Hospitality segment. This appointment is recognition of their expertise and dedication, as well as an additional support and stimulus to all stakeholders involved”.</p>\r\n\r\n<p align=\"left\">Slawomir Kwasniewski, Managing Director at Connectia confirms: “Many new developments are taking place in Poland and the Hospitality sector is one of our key business areas. With the continued focus and support of NEC we are determined to play a significant role in further developing this market segment in Poland. We are extremely pleased and honored with our selection as Executive Hospitality Partner and are convinced that this will further strengthen our activities and our continued success in working with leading national and international hotel operators.”<br />\r\n </p>\r\n\r\n<p align=\"left\"><strong>Executive Hospitality Partnership</strong><br />\r\nWith its Global Smart Hospitality drive and Executive Hospitality Partner Program NEC further builds on its in-depth experience and expertise in serving the hotel industry worldwide and reinforces the company’s leadership in providing best in class solutions to the sector.</p>\r\n\r\n<p align=\"left\">The program addresses and supports the 4 main aspects of Sell, Learn, Support and Promote and includes marketing support in raising awareness, developing leads, training staff and supporting implementations. Partners that since the launch of the programme have had the honor to become Executive Hospitality Partner within NEC’s Smart Hospitality Framework were Advance in Russia, Teksam in Turkey, addCIT in Sweden, MER ICT of The Netherlands, FMG and Ophelia in Germany, Gijima in South Africa, Southern Communications in the UK, Destiny in Zimbabwe, BCX in Nigeria and DSA in Ethiopia. Now Connectia is added to that list.</p>\r\n\r\n<p align=\"left\"><strong>NEC Smart Hospitality Framework: solutions of choice for the Hospitality industry</strong><br />\r\nAcross all major geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. By merging leading IT and Communication technologies, NEC deploys solutions within its Smart Hospitality Framework with the scalability, capability and affordability to meet the demanding business needs of hotels, event centers, cruise lines and travel organizations (for more information ref: www.nec-smarthospitality.com).</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About Connectia</strong><br />\r\nConnectia serves the Polish market with expertise, solutions and specialists in the field of IT & Communications. Connectia’s highly skilled professionals, with their in-depth knowledge and extensive experience, address the growing market demand for these services that is spurred by rapid advances in technology and the increasing level of complexity of modern communication systems and the IT environments in which they operate. For more information: <a href=\"http://www.connectia.pl/\">http://www.connectia.pl</a> and <a href=\"http://www.nec-smarthospitality.com/connectia\">http://www.nec-smarthospitality.com/connectia</a></p>\r\n', '', ''),
(166, 0, 1, '2016-08-02 13:22:18', 6, 840, 0, 0, 0, '', '', '', 'NEC provides Accor Hotels in Rio de Janeiro with UNIVERGE SV9300 Communications Servers', 'Hospitality modernization ahead of major sporting events ', '', '', '<p><strong>Rio de Janeiro, Brazil & Tokyo, Japan, August 2, 2016 - </strong><a href=\"http://www.nec.com/index.html\">NEC Corporation</a> (NEC; TSE: 6701) today announced that The Accor Hotels, one of the world’s leading hotel chains, have selected NEC’s UNIVERGE SV9300 Communications Server in order to advance communications in two of its premier locations – the Sofitel Rio Palace, in Copacabana, and the Caesar Park Rio de Janeiro Ipanema managed by Sofitel.</p>\r\n\r\n<p>NEC began providing communications platforms for these hotels more than 15 years ago. In consideration of major sporting events that will take place in Rio de Janeiro throughout the summer of 2016, and the increase in reservations that are expected during this time, the hotels identified this as an ideal opportunity to update their communications platforms. In this context, the implementation of a new IP Communication Server that enhances the performance of internal processes became an important part of the two hotels’ IT modernization plan.</p>\r\n\r\n<p>According to Maurício Lurahy, IT manager of the Sofitel Rio Palace, “NEC’s UNIVERGE SV9300 unifies systems throughout the hotel that were formerly fragmented, including voice mail and Property Management Systems (PMS) that help coordinate services from check-in to check-out. The acquisition of this technology, which is of the latest generation, ensures greater agility and reliability, avoiding connection failures, and ensuring the satisfaction of our guests.\"</p>\r\n\r\n<p>“This is the right time for change and an important step forward in the modernization of the hotel industry,” said Sidney Lazzari, IT Manager at Caesar Park Rio de Janeiro managed by Sofitel. With the help of NEC’s UNIVERGE SV9300, our goal is to offer guests the opportunity and the convenience of using their personal devices as communication interfaces while staying with our hotel.”</p>\r\n\r\n<p>Daniel Mirabile, President of NEC in Brazil, said, “Sofitel will benefit from this investment in our Smart Hospitality Solutions both in the short term, while the world’s attention in focused on local sporting events, and in the long term satisfaction of future guests. The UNIVERGE SV9300 allows both hotels to expand their advantages with the opportunity to add new services through the system’s high scalability and easy integration with other solutions.\"</p>\r\n\r\n<p>To learn more about NEC’s Smart Hospitality Solutions, visit <a href=\"http://www.nec-smarthospitality.com/Smart-Solutions\">http://www.nec-smarthospitality.com/Smart-Solutions</a></p>\r\n\r\n<p> </p>\r\n\r\n<p>.</p>\r\n', '', ''),
(168, 0, 1, '2016-08-30 11:54:09', 6, 861, 0, 0, 0, '', '', '', 'NEC Enterprise Solutions showcases Smart Data & Storage solutions at IBC 2016', 'Powerful offering underlines NEC’s strength as total solution provider for broadcasting sector', '', '', '<p align=\"left\"><strong>Hilversum, 30 August 2016 – </strong>As one of the world’s leading providers of end-to-end integrated broadcasting solutions, including distribution, contribution, playout and transmission systems, NEC will this year again participate to the International Broadcasting Convention (IBC) in Amsterdam, The Netherlands.</p>\r\n\r\n<p align=\"left\">IBC 2016 will be held from the 8th through 13th of September at the RAI Amsterdam exhibition center and NEC will be present at booth B37 in Hall 8. One of the highlights that NEC Enterprise Solutions as total solutions provider will be showcasing at the booth is the company’s Smart Data & Storage solutions for the broadcasting industry.</p>\r\n\r\n<p align=\"left\"><strong>NEC’s Award Winning HYDRAstor</strong><br />\r\nNEC\'s storage solutions include the company’s award winning HYDRAstor technology that provides a very high performant, capacity-optimized and highly available storage solution for backup, long-term data archive and Disaster Recovery solutions for all enterprises. The extremely high performance and capacity of NEC HYDRAstor make it an ideal solution for the broadcast sector. The solution can be expanded and refreshed online with no data migration by incorporating newer generation hardware into the same grid system, maximizing investment protection.</p>\r\n\r\n<p align=\"left\">“NEC continues to deliver new innovative solutions that leverage the HYDRAstor technology to maximize efficiency and performance\", says Wali Naderi, Product Manager at NEC Enterprise Solutions. For long-term data, NEC’s HYDRAstor is a scale-out grid storage platform with inline global deduplication and massive linear scalability exceeding 158 PB and 5 PB/hr. HYDRAstor provides high availability, has no single point of failure and an advanced data protection with erasure-coded data resiliency</p>\r\n\r\n<p align=\"left\"><strong>Optimized backup: reduce backup costs and improve backup and recovery times</strong><br />\r\nStorage tiering helps to reduce backup costs and improve backup and recovery times. Many organizations perform full backup of all their data on a frequent basis (weekly, monthly, and so on), even though most of it has not changed from previous backups. By moving inactive data to NEC HYDRAstor, different backup policies can be established taking into account the age of the data. Moreover, thanks to its inline global deduplication, NEC’s HYDRAstor can also perform daily backup and restore, but in a fraction of the time compared to other storage solutions in the market. “We are experiencing strong interest from many industry sectors for our HYDRAstor solution, and I expect that at IBC it will be one of the highlights catching attention and addressing the needs of the broadcasting industry\", Naderi concludes.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p>\r\n', '', ''),
(169, 0, 1, '2016-09-16 12:19:53', 6, 879, 0, 0, 0, '', '', '', 'ENTERPRISE CONNECT 2016', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-enterprise-connect-ucaas.jpg', '2016-09-16', '<p>David Stein of the independent consulting firm Stein Technology Consulting Group (STCG) delivered the 2016 Enterprise Connect session entitled “IP Telephony and Unified Communications System (Cloud and Hybrid Solutions)” at the recent 26th edition of the conference. The objectives of the session were to enhance understanding of leading Cloud and Hybrid IP Telephony System /UC offerings through a review and analysis of RFP responses, discuss highlights and differentiators of vendor offerings including core IP Telephony systems, Unified Communications, Fixed Mobile Convergence and Systems Management, provide guidance for Total Cost of Ownership (TCO) as well as recurring costs for voice/UC services, trunking, and maintenance.</p>\r\n\r\n<p>Five vendors proposed seven solutions focused on cloud-based/hybrid offerings. The proposing vendors come from a variety of backgrounds ranging from over 100 years of telephony experience to very recent entrants into the enterprise cloud IP Telephony market. Integrators in addition to manufacturers were allowed to propose solutions they thought best met the requirements stated in a 60 page “mock” RFP. This allowed a diverse set of responses, encompassing the leading manufacturers’ solutions.</p>\r\n\r\n<p>The vendors that responded to the RFP included NEC, Sprint (Microsoft Skype for Business, Cisco HCS and Dialpad), Masergy (Broadsoft), Vonage (Broadsoft) and 8x8. The RFP was modeled on a fictional “Enterprise Connect” organization that included a main headquarters operation, two large remote offices of different sizes as well as several small offices. The small offices were included to solicit proposals for OTT service delivery. Much of the RFP content</p>\r\n', '872|-|', ''),
(170, 0, 1, '2016-09-16 12:24:01', 6, 880, 0, 0, 0, '', '', '', 'NEC High Availability Solutions for Education', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-ha-education.jpg', '', '<p>New learning opportunities are shifting conventional boundaries surrounding the academic experience. The growing popularity of non-traditional classroom alternatives has motivated schools to view their IT system as a strategic differentiator, enhancing their educational offerings. Applied educational experiences and advanced mobile technologies are improving teaching effectiveness and learning outcomes. Cloud computing, big data, social media and mobile apps are empowering administrators and<br />\r\neducators to enhance and broaden the learning experience. The proliferation of digital media promotes instant communication shaping the perspectives of students, parents and educators. Access to advanced technologies plays a role in attracting and retaining the best teaching and administrative teams, and strengthening a school’s reputation. Distance learning online has extended the reach of student access to quality education, and given schools the ability to offer MOOC (massive open online courses) without classroom size limitations. These sessions include not only traditional course materials, such as lectures, resource materials and testing, but also interactive student forums that support collaboration between students and educators.</p>\r\n', '873|-|', ''),
(171, 0, 1, '2016-09-16 12:25:21', 6, 881, 0, 0, 0, '', '', '', 'NEC High Availability Solutions for Government', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-ha-government.jpg', '', '<p>Changing demographics have placed new demands on the public sector. Civilians expect responsive, efficient and accountable services from their government bodies. They have little tolerance for bureaucratic delays due to inefficient systems and processes, or lack of communication between isolated departments. The vision of a digital government offers tremendous potential to improve how authorities deliver public services and strengthen communities. Cloud computing, big data, social media and mobile apps expand opportunities for the public sector to connect with more citizens, and better understand the reasons for their perspectives on specific issues. Facing severe fiscal pressures and security concerns, government organizations recognize that action must be taken to integrate and modernize operations, and enhance services. Innovation and a more digital government can integrate and streamline workflows and processes, as well as help manage data and information effectively. Implementing multiple communication channels enhances transparency and collaborative governance for a better and more empowered citizen engagement.</p>\r\n', '874|-|', ''),
(172, 0, 1, '2016-09-16 12:26:59', 6, 882, 0, 0, 0, '', '', '', 'NEC High Availability Solutions for Healthcare', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-ha-healthcare.jpg', '', '<p>The healthcare industry is in the midst of a digital transformation. Dramatic innovations have revolutionized healthcare practices and our way of life. Widespread adoption of electronic healthcare records (EHR), hospital information systems (HIS), picture<br />\r\narchiving and communications systems (PACS), and other clinical and administrative applications has modernized how patient care is delivered. These indispensable systems have also increased the industry’s dependence on its supporting IT infrastructure. Advances in healthcare systems also offer enhanced preventive care for patients. More than fitness trackers and smartwatches, a new category of health monitors extends the wearable flavor of applications to go beyond basic step and calorie counting. This next generation of sensor options enables a fresh approach to preventive care by measuring core health data, such as blood pressure, heart rate, glucose levels, vision quality, sleep patterns, and body temperature.</p>\r\n', '875|-|', ''),
(173, 0, 1, '2016-09-16 12:29:37', 6, 883, 0, 0, 0, '', '', '', 'NEC High Availability Solutions for Hospitality', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-wp-ha-hospitality.jpg', '', '<p>Positive customer experiences are paramount for all businesses, yet they are particularly important to the hospitality industry. Built upon the ideal of uncompromising customer service, the highly competitive hospitality industry pushes hoteliers to continually create guest experiences that engage, entertain, and satisfy. In this “era of you,” guests are looking for more comfort, convenience, and personalization. Whether traveling for business or leisure, people want a seamless environment where they can do what they want, when they want, regardless of where they are. At the heart of this transformation, for both hospitality management and their guests, is technology. Competitive advantage and revenue growth in the hospitality industry demands a high level of personalization and attention to detail. Many hotel guests today want ubiquitous connectivity during their stay. High-tech amenities help to improve customer satisfaction and increase revenue per room. Successful hospitality management has taken advantage of what technology has to offer as a strategic differentiator for their property.</p>\r\n\r\n<p>Beyond serving as the foundation for business operations and the delivery of guest services, technology has become a powerful conduit for learning the priorities and opinions of their guests. Real-time guest feedback analysis can even fine-tune marketing campaigns, and create guest engagement on an individualized basis. This indispensable insight helps to satisfy guest expectations and develop relationships that foster loyalty and, ultimately, repeat business.</p>\r\n', '876|-|', ''),
(174, 0, 1, '2016-09-16 12:31:41', 6, 884, 0, 0, 0, '', '', '', 'NEC Smart Enterprise Drivers 2018', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/nec-enterprise-drivers-2018.jpg', '', '<p>Find out NEC’s Top 10 Strategic Drivers impacting your operations and learn how to navigate through these changes to gain competitive advantage, simplify your IT environment and enable Innovation. With so many disruptive changes to the market, the question now stands: will you transform smartly or be left behind?</p>\r\n\r\n<p>As an Information and Communications Technology (ICT) leader with more than 115 years of excellence, NEC is sharing its views on trends and technologies that are unfurling in order to help your Smart Enterprise to anchor new strategic investments. This starts with a stable, flexible foundation as your business changes to provide superior customer services with a more flexible, secure and mobile workforce.</p>\r\n\r\n<p>Ensuring business continuity is one of the most essential facets of the Smart and Secure Enterprise. Hybrid Cloud Services, Real-Time Collaboration and Smart, High Available Devices are all part of a rapidly evolving technology foundation by means of<br />\r\nwhich NEC is enabling new approaches to how Communications and IT services are delivered and managed, providing new ways for businesses to grow.</p>\r\n\r\n<p>“Top 10 Smart Enterprise Drivers offer valuable guidance to your organization and your operations in the coming years.”</p>\r\n', '877|-|', ''),
(175, 0, 1, '2016-09-16 12:34:43', 6, 885, 0, 0, 0, '', '', '', 'NEC Vision Case Studies and Highlights', 'Creating Value Together', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/NEC-vision-case-studies.jpg', '', '<p>The increasing diversification and globalization of our society is giving rise to a range of complex social issues that are closely intertwined.</p>\r\n\r\n<p>NEC is committed to helping solve these issues so that we can realize a brighter and more prosperous society for all. We are doing this by bringing the world our cutting-edge solutions that leverage our Information and Communications Technology (ICT) assets to provide our customers with the tools they need to transform their organizations. As we develop these solutions, we co-create with our customers and partners, as well as with governments, local bodies and international organizations, to devise new business models that meet the needs of the future.</p>\r\n\r\n<p>This booklet introduces some of the examples of how we are working with our customers to create value for society.</p>\r\n', '878|-|', ''),
(181, 0, 1, '2016-11-21 08:12:30', 6, 915, 0, 0, 0, '', '', '', 'Optimalisatie van veiligheid, kwaliteit en efficiency in de zorg door samenwerking NEC en Eurocom Group', 'Integratie van Eurocom’s CQ-Net Server en NEC IP DECT gecertificeerd', '', '', '<p align=\"left\"><strong>Hilversum/Eindhoven, 21 november 2016 – </strong>NEC Enterprise Solutions en Eurocom Group maken bekend dat de certificering van de CQ-Net server van Eurocom Group met NEC’s IP DECT DMLS applicatie succesvol is afgerond. De combinatie van deze oplossingen speelt een cruciale rol in de communicatie tussen zorgvragers en zorgverleners in zorginstellingen en daarbuiten. CQ-Net Server is een zeer betrouwbare en innovatieve IP-oplossing voor zorgcommunicatie en de eveneens zeer betrouwbare en innovatieve IP DECT-oplossing van NEC zorgt ervoor dat de zorgmedewerkers overal en altijd kunnen reageren op noodsituaties en zorgvragen. Hiermee wordt niet alleen de veiligheid van de zorgvragers geborgd, maar worden ook de kwaliteit en de efficiency in de zorg geoptimaliseerd!</p>\r\n\r\n<p align=\"left\">Gecertificeerde compatibiliteit tussen deze systemen betekent dat NEC’s geavanceerde oplossing voor draadloze communicatie verder kan worden uitgebreid met de door CQ-Net Server geboden hoogwaardige messaging functionaliteit.</p>\r\n\r\n<p align=\"left\"><strong>Eersteklas berichtcommunicatie</strong><br />\r\nNEC’s Business Mobility IP DECT is een unieke oplossing voor draadloze communicatie, die de voordelen van IP technologie combineert met de kwaliteit, betrouwbaarheid en functionaliteit van de beproefde DECT technologie. Het beschikt over krachtige functies voor tekst- en alarmberichten voor uiteenlopende toepassingen in diverse sectoren. “Indien iemand acuut hulp nodig heeft, dan kan op de hulp- of zorgvraag direct worden gereageerd via een spraakverbinding, zodat de zorgverlener bijvoorbeeld niet twee keer op en neer hoeft te lopen. De zorgverlener weet direct wat er speelt en hoe te handelen en met welke urgentie. De goede onderlinge samenwerking van de alarmknop (halszender), zorgoproepsystemen en het communicatiesysteem van de zorginstelling zijn hierbij cruciaal”, licht Bert van Koelen, Business Manager Mobility bij NEC Enterprise Solutions, toe.</p>\r\n\r\n<p align=\"left\">Met DECT Messaging and Location Services (DMLS) biedt NEC een open interface om een DECT of IP DECT-systeem te koppelen met een berichtenapplicatie van een derde partij, zoals de CQ-Net server. De nu uitgevoerde compatibiliteitstesten verzekeren gebruikers van naadloze samenwerking tussen beide systemen en van een hoogwaardige oplossing voor toegesneden berichtcommunicatie zoals nodig in bijvoorbeeld de zorgsector.</p>\r\n\r\n<p align=\"left\"> </p>\r\n\r\n<p align=\"left\"><strong>Zorgeloos verbonden via CQ-Net Server</strong></p>\r\n\r\n<p align=\"left\">CQ-Net Server is een van de meest betrouwbare op IP gebaseerde oplossingen voor o.a. verpleegoproepen,</p>\r\n\r\n<p align=\"left\">domotica en berichtencommunicatie. Met CQ-Net Server is het mogelijk om merkonafhankelijk verschillende systemen te integreren en daar zelfs geavanceerde CQ-Net Live clouddiensten aan toevoegen. CQ-Net Live van Eurocom Group is het cloud platform voor veiligheid- en comfortapplicaties in de zorg. Hiermee is het mogelijk om alle betrokkenen in zowel het intramurale als het extramurale zorgproces te laten samenwerken, zoals vrijwilligers, mantelzorgers, professionals en meldkamers. CQ-Net Server is standaard verbonden met CQ-Net Live. Samen ondersteunen deze oplossingen zorgorganisaties.</p>\r\n\r\n<p align=\"left\">Het versturen van zorg gerelateerde berichten door CQ-Net Server naar handsets gebeurt razendsnel en is volledig bewaakt. Indien een handset om één of andere reden niet bereikt kan worden, dan volgt escalatie naar een andere handset. Na het ontvangen van een zorgalarm kan een zorgverlener met één druk op de knop een spreek- en luisterverbinding opbouwen met degene die gealarmeerd heeft. Daarnaast is er de mogelijkheid tot het oproepen van groepen (broadcast) en het aangeven of een toestel in de lader staat. Het geheel wordt voortdurend door de CQ-Net server bewaakt waarbij bijvoorbeeld uitval van verbindingen of basisstations resulteert in storingsmeldingen.</p>\r\n\r\n<p align=\"center\">**</p>\r\n\r\n<p><strong>Voor meer informatie kunt u contact opnemen met:</strong></p>\r\n\r\n<p><strong>Robert van Amerongen <br />\r\nTel: +31 35 689 1521 </strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a> </p>\r\n', '', ''),
(176, 0, 1, '2016-10-03 07:40:16', 6, 890, 0, 0, 0, '', '', '', 'NEC’s solutions empower Smart Business Transformation at GITEX 2016', 'Powerful showcase of IT & Communications innovations for Smart Enterprises and Society', '', '', '<p><strong>Dubai, 3 October 2016 – </strong>At GITEX Technology Week, 16-20 October 2016 in Dubai, NEC Corporation is showcasing at stand Z-E30 the latest evolution of its wide spectrum of powerful business solutions that equip organizations for smart business transformation in today’s digital business landscape.</p>\r\n\r\n<p><strong>Smart Transformation</strong><br />\r\nWith so many disruptive changes in today’s markets, organizations are confronted with the question whether to transform or be left behind. Cloud services, mobile integration, real-time collaboration and high availability are becoming essential ingredients for the smart and secure enterprise. They are part of a rapidly evolving technology foundation by means of which NEC is enabling new approaches to how Communications and IT services are delivered and managed to drive business growth.</p>\r\n\r\n<p>NEC’s demonstrations of latest enhancements at GITEX underpin the company’s rich and innovative portfolio to empower smart business transformation and include</p>\r\n\r\n<ul>\r\n <li>Virtual Workspace, High Availability, Smart Storage, Software Defined Networking and Cloud System Solutions</li>\r\n <li>Communication servers, UC&C solutions and Cloud platforms for SMB and Enterprises</li>\r\n <li>Award winning Facial Recognition, Security and IoT solutions for a Safer and Efficient Society</li>\r\n <li>Industry specific solutions for Hospitality, Healthcare, Higher Education and Government sectors</li>\r\n</ul>\r\n\r\n<p><strong>Empowering the Smart Enterprise</strong><br />\r\n“At GITEX we are demonstrating how Smart Enterprises can leverage converged technologies to optimize business practices, drive workforce engagement and create a competitive edge”, says Domenico De Stefanis, Managing Director Middle East for NEC Enterprise Solutions. “Our Smart Enterprise Framework brings together all key technologies, applications and smart workspaces that deliver scalable, resilient and secure services for productive and efficient operations”, he explains. More info on: <a href=\"http://ow.ly/RucR7\">http://ow.ly/RucR7</a></p>\r\n\r\n<p><strong>The undisputed Global No.1 in Enterprise Communications</strong><br />\r\n“It is not for nothing that with a market share of 13% we are the no. 1 in global Enterprise Communications. Our communication platforms serve small, medium and enterprise class businesses with rich functionality, sophisticated terminals and productivity boosting applications”, De Stefanis continues.<br />\r\n </p>\r\n\r\n<p>Underpinning this at GITEX is NEC’s UNIVERGE SV9000 series communication servers for medium to large enterprises (<a href=\"http://www.necsv9000.com/\">www.necsv9000.com</a>), as well as NEC’s SL1000 communication server, that with its attractive pricing, easy installation and carefree operation is specifically designed to fit the needs of small businesses and distribution channels.</p>\r\n\r\n<p>Also on show is UNIVERGE 3C, NEC’s software-based UC&C solution for powerful user-centric IP telephony and rich collaboration seamlessly embedded in today’s IT architectures (<a href=\"http://www.nec-3c.com/\">www.nec-3c.com</a>).</p>\r\n\r\n<p><strong>NEC’s Smart & Secure Virtual Workspace</strong><br />\r\nNEC’s unique Virtual Desktop solution in combination with UNIVERGE 3C has made it the No.1 supplier of Desktop Virtualization in the Middle East. Residing on central servers and leveraging the benefits of security and business continuity, NEC’s Smart Virtual Workspace allows users to securely access their working environment from anywhere, at any time, with any device and delivers a consistent, rich-media experience in combination with the ease of central management (<a href=\"http://www.nec-virtualworkspace.com/\">www.nec-virtualworkspace.com</a>).<br />\r\n<br />\r\n<strong>High Availability and Disaster Recovery</strong><br />\r\nKeeping the IT & UC system always up and running is essential for business success, even more so in virtualized environments or public/private cloud services. Powered by energy efficient and powerful processors, NEC\'s Server Family reduces procurement and operations costs for environments that require small, medium or large-scale consolidation.<br />\r\n </p>\r\n\r\n<p>NEC’s integrated EXPRESSCLUSTER, the leading High Availability & Disaster Recovery minimizes the damage organizations experience from system outages, whether they are planned or unplanned and offers market-proven quality of high availability for various applications including SAP.</p>\r\n\r\n<p><strong>NEC’s Award Winning SDN for Enterprise and Smart Cloud System Solution</strong><br />\r\nInstalled in networks around the world, NEC’s ProgrammableFlow Networking Suite was the first commercially available SDN solution to leverage the OpenFlow protocol. The suite enables full network virtualization and allows enterprises, data centers and service providers to easily deploy, control, monitor and manage secure multi-tenant network infrastructures. More info on: <a href=\"http://www.nec-sdn.com/\">www.nec-sdn.com</a></p>\r\n\r\n<p>Another NEC software defined innovation on show at GITEX is NEC’s Smart Cloud System Solution, an Open Source Software based, converged infrastructure for Private Cloud. NEC provides complete pre-designed and pre-validated infrastructure stack, including networks, servers and storage including a user-friendly dashboard for integrated operation or system resource management and IaaS self-service. More info on: <a href=\"https://www.nec-enterprise.com/products/Cloud-Platform-for-Iaas\">https://www.nec-enterprise.com/products/Cloud-Platform-for-Iaas</a></p>\r\n\r\n<p><br />\r\n<strong>HYDRAstor Enterprise for High Performance Capacity-optimized Storage for Long-term Data</strong><br />\r\nData is growing at explosive rates. Storage & Data Management is considered as a top priority among all CIO’s and IT administrators. Even in midsize and smaller organizations hundreds of terabytes to petabytes of data needs to be managed. NEC HYDRAstor’s secondary storage consolidation platform delivers a strong long-term track record in the industry for performance, data resiliency, non-disruptive technology refreshes. More info on: <a href=\"https://www.nec-enterprise.com/products/HYDRAstor-Series-112\">https://www.nec-enterprise.com/products/HYDRAstor-Series-112</a></p>\r\n\r\n<p><strong>Aspiring the Smart Enterprise across Industry sectors</strong><br />\r\nAs ICT leader NEC leverages its solutions and expertise to enable organizations across industry sectors to operate smarter and become more flexible, secure and responsive. GITEX visitors are welcome to explore the industry-specific solutions NEC has on display and discuss with NEC market sector specialists the benefits these bring to sectors such as Hospitality, Healthcare, Education and Government.<br />\r\n </p>\r\n\r\n<ul>\r\n <li>On show is a selection of NEC’s Smart Hospitality solutions and services that address the hospitality industry’s needs. NEC’s global experience as preferred supplier makes it a key player in meeting the needs of hotels, event centers, cruise lines and travel organizations. For properties large or small, from privately owned small hotels to large worldwide chains, NEC’s solutions improve staff efficiency, control costs and delight guests (<a href=\"http://www.nec-smarthospitality.com/\">www.nec-smarthospitality.com</a><strong>).</strong><br />\r\n </li>\r\n <li>NEC\'s Smart Healthcare solutions enable healthcare providers to deliver the right treatment faster and include mobility and messaging for staff and patients, location detection and infrastructure redundancy for disaster preparedness and mission-critical continuance. On show at GITEX is the new iCall smart nurse call system. Tightly integrated with NEC‘s communication servers, it enables immediate voice response from a nurse to a patient through the speakerphone of any NEC communication endpoint, providing staff freedom to move around and still be instantly available.<br />\r\n </li>\r\n <li>In the Education sector many universities have deployed NEC solutions in smart campuses that provide students and staff with a secure & productive working environment such as thin client smart workspaces. Better IT services are proven to result in better development of technical and academic skills of the students. See some implementations at universities on: <a href=\"http://ow.ly/RucE1\">http://ow.ly/RucE1</a><br />\r\n </li>\r\n <li>NEC delivers a comprehensive set of products and services for the Government sector. Centralized contact centers, integrated public safety and simplified processes help improve efficiencies that translate into lower operational costs and speedier processes. With IT systems playing an increasingly pivotal role in delivering public services, preventing their downtime is essential for ensuring the wellbeing of citizens. By linking people, things and processes through IoT, NEC’s aim for the Smart Society is to realize a safer and more secure daily life.<br />\r\n </li>\r\n</ul>\r\n\r\n<p><strong>NeoFace – the world’s fastest and most accurate Facial Recognition and Matching</strong><br />\r\nPublic safety agencies and enterprises are increasingly using facial recognition as identification method. NEC\'s industry-leading Facial Recognition Identification Technology NeoFace is the world\'s fastest and most accurate facial matching product and is adopted by organizations throughout the world, including police forces, immigration offices, and public facilities. The latest release includes enhancements for non-frontal facial images, low-resolution images and uncontrolled environments.<br />\r\n </p>\r\n\r\n<p><strong>Advancing IoT solutions</strong><br />\r\nOne of NEC’s prime focus areas is to drive Internet of Things (IoT) solutions. With Industrial IoT, a solution that supports next-generation manufacturing, NEC leverages its technological strengths in areas such as Smart Mobility, Image Recognition, Big Data analysis and Software Defined Networking (SDN). Industrial IoT includes prediction analysis to automatically identify irregularities in large volumes of data and highly-accurately predict product quality and performance. At GITEX visitors can discuss with NEC specialists how they can benefit from NEC’s IoT solutions for their industry. <br />\r\n </p>\r\n\r\n<p><strong>Display and Signage solutions tailored to market segments</strong><br />\r\nOn show at GITEX in the area of display technology are a range of innovative solutions for Control Room applications as well as tailored solutions for Aviation, Retail and Education.<br />\r\n </p>\r\n\r\n<p><strong>NEC is available in the Zabeel Hall at Stand No. Z-E30.<br />\r\nFor more information, please visit: www.nec-events.com/GITEX</strong>.</p>\r\n\r\n<p>Media enquiries:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77<br />\r\nrobert.van.amerongen@emea.nec.com <a href=\"mailto:annick.reyngoudt@emea.nec.com\">annick.reyngoudt@emea.nec.com</a></p>\r\n', '', ''),
(177, 0, 1, '2016-10-06 08:12:07', 6, 893, 0, 0, 0, '', '', '', 'NEC receives 2016 CUSTOMER Contact Center Technology Award', 'NEC’s UNIVERGE Business ConneCT Honored for Improving Customer Service Technology and the Customer Experience', '', '', '<p align=\"left\"><strong>Hilversum, 6 October 2016 – </strong>NEC, leading provider of advanced IT, Communications and Networking solutions, announced that Technology Marketing Corporation (TMC), a global, integrated media company, has named NEC\'s UNIVERGE Business ConneCT as a 2016 Contact Center Technology Award winner, presented by <a href=\"http://customer.tmcnet.com/\">CUSTOMER magazine</a>.</p>\r\n\r\n<p align=\"left\">\"Congratulations to NEC for being awarded the 2016 CUSTOMER Contact Center Technology Award. UNIVERGE Business ConneCT has been selected for demonstrating innovation, quality and unique features which have had a positive impact on the customer experience,\" said Rich Tehrani, CEO, TMC. \"We’re pleased to recognize NEC\'s achievement.\"</p>\r\n\r\n<p align=\"left\">This 11th-annual Contact Center Technology Award, presented by CUSTOMER Magazine, honors vendors and technologies that have embraced technology as a key tool for customer service excellence. This award distinguishes their success as innovators, thought leaders, and market movers in the contact center and customer care industries.</p>\r\n\r\n<p align=\"left\">\"Contact Centers play a crucial role in how organizations attract and retain customers. They are increasingly evolving due to all of the new technologies available today that provide them with much more flexibility and functionality than ever before,\" said Larry Levenberg, vice president, NEC Corporation of America. \"It is with great satisfaction that we accept this award from TMC\'s CUSTOMER magazine. Their recognition of our UNIVERGE Business ConneCT contact center solution validates the top line communications link it provides our enterprise customers and how it enables them to easily engage their customers to grow business and increase loyalty. UNIVERGE Business ConneCT is a key asset of our UNIVERGE unified communications portfolio and it meets the dynamic needs of any organization, small or large.\"</p>\r\n\r\n<p align=\"left\">UNIVERGE Business ConneCT is a fully integrated, versatile Employee, Operator and Contact Center unified communications suite for NEC\'s communications platforms. Scalable, flexible and robust, it supports many languages to suit each individual\'s/customer\'s needs and its intuitive interface makes it easy to use - with minimal training. As a completely software-based solution, additional features or users can be enabled by simply activating more licenses.</p>\r\n\r\n<p align=\"left\">The wealth of features and functionality offered by Business ConneCT enables organizations to provide personalized, accurate and qualified responses to customers - increasing customer satisfaction. And, with its versatile user modes, it allows designated employees, operators and agents to easily switch between various modes to ensure coverage of incoming calls during peak times as needed. Business ConneCT also provides group statistics plus extensive reporting tools for insight into agent performance, costs and trends.</p>\r\n\r\n<p align=\"left\">NEC\'s UNIVERGE Business ConneCT solution addresses a contact center\'s most critical business objectives - from speeding its ability to respond and measuring its performance, to enhancing customer satisfaction, increasing management effectiveness and fostering customer loyalty.</p>\r\n\r\n<p align=\"left\">Results of the 2016 CUSTOMER Contact Center Technology Award was published in the July/August edition of <a href=\"http://customer.tmcnet.com/\">CUSTOMER magazine</a>: <a href=\"http://www.customerzone360.com/topics/customer/articles/424923-customer-magazine-announces-winners-the-2016-contact-center.htm\">http://www.customerzone360.com/topics/customer/articles/424923-customer-magazine-announces-winners-the-2016-contact-center.htm</a></p>\r\n', '', ''),
(178, 0, 1, '2016-10-06 14:26:23', 6, 897, 0, 0, 0, '', '', '', 'Success with SIP 2.0', 'How prepared are you for what’s ahead and the technologies that will be the drivers of change in 2016?', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/success-with-sip-2-0.jpg', '2016-10-06', '<p>Simply put, Session Initiation Protocol (SIP) and SIP Trunking can smartly transform your customers’ communications infrastructure for the better.<br />\r\nIt can be done rapidly and cost effectively while seamlessly providing access to highly scalable unified communications so employees and customers can benefit from responsive anytime anywhere on any device availability. Also by enabling ready access to feature-rich collaborative tools, your accounts could experience an increase in workforce productivity and cooperation. Begin telling your customers why SIP is a smart technology investment. Get started with a free E-book courtesy of NEC.</p>\r\n', '896|-|', 'Gary Audin'),
(179, 0, 1, '2016-10-13 07:12:19', 6, 901, 0, 0, 0, '', '', '', 'NEC Adds M Series NAS Gateway™ to its portfolio of storage solutions', 'New Gateway Bolsters and Unifies NEC’s Storage Solution Line-up', '', '', '<p align=\"left\"><strong>Hilversum, 13 October 2016 – </strong>NEC Enterprise Solutions, leading provider of advanced IT, Communications and Networking solutions, today announced that it has expanded its storage solution platform with the addition of the M Series NAS Gateway™ (NAS- network attached storage).</p>\r\n\r\n<p align=\"left\">The addition of the M Series NAS Gateway provides unified storage across the NEC platform, enabling NEC’s M-Series family of primary storage devices to support SAN (block data) and also NAS data (file data) on the same M-Series storage system – or if only NAS storage is required, then the gateway allows that approach. The new gateway provides the flexibility to support SAN only, NAS only, or combined NAS and SAN in a unified storage system.</p>\r\n\r\n<p align=\"left\">NEC’s M Series NAS Gateway comes in two clustered models; the Nh4b model cluster configuration supporting up to 4,800 CIFS clients and the Nh8b model cluster configuration supporting up to 9,600 CIFS clients. The Nh4b and Nh8b provide excellent scalability and support file system sizes up to 1PB per file system and the ability to dynamically add storage as needs may change.</p>\r\n\r\n<p align=\"left\">The NEC M Series (Nh4b/8b) NAS Gateway provides an excellent menu of software enabled enhancements, including disaster recovery, snapshot, and a file import capability that allows migration to the NAS gateway without disrupting application access to the data during the transition to the Nh4/8b. Additionally, the NEC NAS Gateway can take advantage of NEC’s M-Series Storage System functions and software including quality-of-service and dynamic expansion capabilities.</p>\r\n\r\n<p align=\"left\">“NEC is very excited to add unified storage to our storage family which already includes purpose-built all flash array, hybrid storage and traditional storage,” said Wali Naderi, product manager IT solutions at NEC Enterprise Solutions. “This allows our customers to implement the right storage and function to meet a wide variety of business needs in the most cost effective manner.”</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(180, 0, 1, '2016-10-19 07:00:39', 6, 904, 0, 0, 0, '', '', '', 'NEC and RSD join forces in the distribution of Enterprise Solutions in Moldavia', 'Ideal market fit offers promising business outlook', '', '', '<p align=\"left\"><strong>Hilversum, Chisinau, 19 October 2016 – </strong>NEC Enterprise Solutions and Reliable Solutions Distributor Moldova (RSD) today announced they have entered into a distribution agreement granting RSD the rights to distribute NEC’s enterprise portfolio throughout Moldavia. RSD will provide Moldavian organizations with NEC’s latest range of advanced communications and IT solutions for enhanced productivity, efficiency and business continuity.</p>\r\n\r\n<p>The distribution agreement has taken effect as per the 1<sup>st</sup> of October and was supported by a special “RSD DAY” Conference on the 19th of October in Chisinau that addressed topics in Data Security, Digital Forensics, CyberWar, BigData, Communication & Networking, Application Performance Management, Business Solutions, Incident Response, Security, Encryption and Mobility.</p>\r\n\r\n<p align=\"left\"><strong>A powerful extension to the RSD portfolio</strong><br />\r\n“We are extremely pleased to have RSD as distribution partner in Moldavia”, says Mark Haasjes of NEC Enterprise Solutions. “RSD is one of the market leaders and their knowledge of the needs of organizations in the region will help us promote our powerful NEC range of solutions in this strong growing market.\"</p>\r\n\r\n<p align=\"left\">“The NEC systems offer great value for money”, says Andrian Cornei of RSD. “The highly successful communication servers are based on the latest technology and are deployed within many SMB organisations throughout Europe. With their powerful and intuitive applications that meet the needs of an increasingly mobile workforce, they are an excellent fit to customer requirements in Moldavia. Our strongly growing market for enterprise solutions offers us significant business opportunities”, he concludes.</p>\r\n\r\n<p align=\"left\"><strong>Easy training, easy installation and easy to sell</strong><br />\r\nIn addition to being well-featured and well-priced, NEC’s communication servers are known to be extremely reseller-friendly. With minimal system configurations via ‘out of the box’ settings, set-up and system commissioning can be done within an hour. With intuitive features that are simple to understand and use, partner training and end user instruction are kept to a minimum too.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p><strong>About RSD</strong><br />\r\nReliable Solutions Distributor is a software and business solutions company on the Moldovian market. It is a subsidiary of Romsym Data from Romania that has over 25 years of experience in the marketplace. In Moldovia, Reliable Solutions Distributor provides solutions in areas such as Business, Security, Banking & Finance, Engineering, Solution Management, Telecommunications and IT consultant services. For more information, please visit: <a href=\"http://www.rsd.md/\">www.rsd.md</a></p>\r\n', '', ''),
(195, 0, 1, '2017-03-27 07:25:19', 6, 980, 0, 0, 0, '', '', '', 'NEC and TelecomDistribution sign extended distribution partnership for Sub-Saharan Africa region', 'Shared strategy now also serves the African Sub-Sahara region', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC%20and%20TD%20sign%20agreement%20-%20left%20to%20right%20Paul%20Gray%20(TD)%2C%20Karien%20Ciggaar%20(NEC)%20%2C%20Danny%20Lombard(TD).JPG', '', '<p align=\"left\"><strong>Hilversum, Johannesburg, 27 March 2017 – </strong>NEC, global leader in Communications & IT solutions, and its business partner TelecomDistribution in South Africa, have renewed their distribution partnership agreement to reinforce the distribution of NEC’s communications solutions for smaller businesses in South Africa and extend its coverage to now include and serve the African Sub-Sahara region.</p>\r\n\r\n<p>The agreement confirms TelecomDistribution’s ambition to serve the South African and Sub-Sahara market with advanced communication solutions that merge voice, data, fixed and mobile communications to the benefit of small and medium sized businesses.</p>\r\n\r\n<p align=\"left\">Over the past year TelecomDistribution has shown significant growth with NEC communication solutions in the SMB market and demonstrated outstanding performance in sales of NEC’s SL1000 series with its scalable architecture, top of the bill functionalities and excellent price point.</p>\r\n\r\n<p align=\"left\"><strong>No.1 market player</strong><br />\r\nPaul Gray, co-owner and co-director of TelecomDistribution remarked: “It is great to see NEC ranked No. 1 in South Africa. This is thanks to the considerable sales quantities our talented partners have delivered and we are extremely pleased to have been recognized with NEC’s Top SMB Distributor Partner award in 2016. Building on that excellent Number One position we have achieved in the South African business communications market, we see tremendous opportunity for further growth in the small business market segment.”</p>\r\n\r\n<p align=\"left\">“We are delighted with TelecomDistribution’s contract renewal and their confidence in our portfolio and organisation”, says Karien Ciggaar of NEC Enterprise Solutions. “The contract involves sales and support of NEC’s IP communication systems and solutions by TD for a further period of 4 years. It confirms our good relation with TelecomDistribution over past years and the excellent position we have achieved as a result in the South African market”, she adds.</p>\r\n\r\n<p align=\"left\"><strong>Extreme value for money</strong><br />\r\n“The highly successful NEC solutions are based on the latest technology and are deployed within many businesses and organisations”, says Paul Gray. With their reliable platforms, powerful applications and attractive price points, they are great value for money and an excellent fit to the requirements of customers in our markets. The growing market for enterprise solutions in the region offers us significant business opportunities that we aim to take full advantage of.’<br />\r\n<br />\r\n<strong>Easy training, easy installation and easy to sell</strong><br />\r\n“In addition to being highly competitive as a small business solution, the SL1000 is extremely reseller-friendly” adds Danny Lombaard, co-owner and co-director of TelecomDistribution. “With minimal system configurations from ‘out of the box’ settings, the time taken for set-up and system commissioning can be brought right down to an hour. The intuitive features are simple to understand and use, so partner training and end user instruction are minimal as well. The SL1000 is therefore a key pillar in our business strategy and will enhance the portfolio of our resellers significantly”, he concludes.</p>\r\n\r\n<p align=\"left\">“NEC is the global no.1 supplier of communication systems to SMB markets and is continuously innovating and expanding its portfolio” said Lombaard. “NEC is committed to delivering top class IT and Communications products and services to as broad an audience as possible. We are therefore extremely pleased to continue and strengthen our partnership, he concludes.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p><br />\r\n<strong>About NEC Enterprise Solutions</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p><strong>About TelecomDistribution</strong><br />\r\nTelecomDistribution is a major distributor of advanced communications systems serving the South African SMB market and beyond. With a team of highly skilled and trained people who are passionate about the industry and about service, TelecomDistribution is a longstanding NEC business partner, fully committed to the highest industry levels of customer support, engineering excellence and development of the most advanced communication products.</p>\r\n', '', ''),
(182, 0, 1, '2016-11-30 10:15:12', 6, 918, 0, 0, 0, '', '', '', 'New EMEA IT & Networking Solution Integration Competence Center marks acceleration of NEC’s global Smart Enterprise ambition', 'Global ecosystem for co-creation, certification and knowledge transfer', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/press/NEC%20EMEA%20Smart%20Enterprise%20Competence%20Centers.jpg', '', '<p align=\"left\"><strong>Hilversum, Rome, 30 November 2016 – </strong>NEC Enterprise Solutions, leading provider and integrator of advanced IT, Communications and Networking solutions, today announced the opening of its new NEC EMEA Solution Integration Competence Center in Rome, Italy.</p>\r\n\r\n<p align=\"left\">The new Competence Center consolidates in-depth expertise into one centralized location and will facilitate development, co-creation, certification, training and knowledge sharing related to NEC’s IT & Networking solutions and services regionally as well as globally. With special emphasis on SDx, High Availability and High Performant Storage, the new Competence Center is equipped with state of the art solutions including NEC Software Defined Networking (SDN), SDx (Software Define everything) technology, HYDRAstor storage and NEC Fault Tolerant Servers.</p>\r\n\r\n<p align=\"left\"><strong>Facilitating Business Transformation</strong><br />\r\nFrom its Competence Center NEC will support its business partners and customers in their journey of digital business transformation and coach them in this era of Software-Driven Technologies, Cloud, Open-networking, Security and Big Data. At the center customer organizations can experience how latest technology can enhance their operation and business process and interact with international experts to expedite knowledge transfer and accelerate solutions best suited to their needs.</p>\r\n\r\n<p align=\"left\">One of the core activities is the co-creation of new solutions together with NEC’s best of breed solution partners, tailoring customer requirements to individual demands, real case scenarios and testing Proof of Concepts before final implementation. With the architecture of a datacentre, the facility houses a lab environment, a demo area and a support area and is fully equipped to support remote consultation, collaboration and demonstration.<br />\r\n<br />\r\n<strong>Global Competence Ecosystem</strong><br />\r\nTo support business partners and customers in their journey of transformation, NEC has created several global NEC Solutions Integration Competence Centers around the world. With innovation being in the DNA of NEC, the company’s investment in such centers leverage knowledge and insights through a tightly knit ecosystem with experts and solution partners from the field around the globe.<br />\r\n </p>\r\n\r\n<p align=\"left\">The new center in Rome complements NEC’s other competence centers in EMEA, Asia and the Americas. In EMEA these include centers in:<br />\r\n* Nanterre (France) for Smart Data Analytics, Smart Cloud System and OpenStack<br />\r\n* Hilversum (Netherlands) for Smart UC&C and Big Data/IoT<br />\r\n* Nottingham (UK) for Smart SMB Solutions<br />\r\n* Nicosia (Cyprus) for Smart Workspace and Smart IT solutions</p>\r\n\r\n<p align=\"left\">“The opening of this center places NEC in a strong position to meet the growing customer demand for Smart Enterprise solutions and services in the market,” said Paul Kievit, President and Head of NEC Enterprise Solutions. “Meeting the highest standards of technological innovation, it offers our clients world-class and cost effective capabilities”, he concludes.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\n<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n', '', ''),
(183, 0, 1, '2016-12-07 09:21:39', 6, 922, 0, 0, 0, '', '', '', 'NEC Adds SDS Option to Highly Successful HYDRAstor Storage Platform with Launch of Virtual Appliance (VA)', 'NEC’s HYDRAstor™ VA is an Agile, Flexible Storage Platform for Emerging Virtualization and Cloud Technologies that Meets the Increasing Data Needs of Businesses', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/press/HYDRAstor.jpg', '', '<p align=\"left\"><strong>Hilversum, 7 December 2016 – </strong>NEC Enterprise Solutions, leading provider and integrator of advanced IT, Communications and Networking solutions, today announced a new addition to its award winning HYDRAstor secondary storage platform, a Virtual Appliance designed to allow for extremely rapid provisioning of backup storage into virtualized environments and to provide off-site backup capabilities ideal for small sites and branches.</p>\r\n\r\n<p align=\"left\">HYDRAstor, which is part of NEC’s Smart Enterprise solutions that are designed to improve the way people work and communicate, was selected Silver Product of the Year winner in last year’s Storage magazine/SearchStorage.com Backup Hardware category, Interop Storage Winner at Interop and Gold Winner in Network Products Guide 2015. NEC HYDRAstor has all-in-one features to protect, access and manage data and is therefore considered as the perfect platform to boost the Enterprise Digital Transformation.</p>\r\n\r\n<p align=\"left\">Virtualization simplifies IT system platforms by consolidating servers and storage systems and separates software lifecycle from hardware lifecycle, freeing IT managers from complex compatibility work. Adding virtual appliances of backup storage into the picture helps organizations by eliminating separate hardware management and providing business agility.</p>\r\n\r\n<p align=\"left\">The Virtual Appliance is the perfect companion for NEC HYDRAstor. It can be deployed as a Cloud extension, a remote office local service or at the periphery of a physical HYDRAstor. It can be used also as a standalone entity or networked with other VAs. The HYDRAstor Virtual Appliance is also perfect for the SMB market segment with generally less data volume. </p>\r\n\r\n<p align=\"left\">The NEC HYDRAstor VA can be easily deployed into virtual environments and adds deduplication storage capability and WAN-optimized replication features for off-site backup. Key benefits include:</p>\r\n\r\n<p align=\"left\">· Universal Dedupe Storage for Small Environment (1TB up to 16TB)</p>\r\n\r\n<p align=\"left\">· Easy Deployment Anywhere in Virtual Environment (VMware, Hyper-V)</p>\r\n\r\n<p align=\"left\">· Disaster Recovery Solution for Small Sites/Branches with WAN-optimized Replication</p>\r\n\r\n<p align=\"left\">· Perfectly fits in Cloud Service Platform</p>\r\n\r\n<p align=\"left\">Market dynamics and ever increasing demands of today’s data centric industries are finding their way to organizations of all types and size and NEC’s virtual appliance solution meets these needs with a simple price structure, while delivering an enterprise class feature set and performance.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\n<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n', '', ''),
(184, 0, 1, '2016-12-08 09:59:03', 6, 923, 0, 0, 0, '', '', '', 'The Hotel Royal Savoy goes SMART Hospitality with NEC', 'New leading 5-star property from The Bürgenstock Selection commissioned PKE to provide NEC Smart Hospitality Solutions for optimal efficiency and superior guest services', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/press/royal-savoy-lausanne.jpg', '', '<p align=\"left\"><strong>Lausanne, Hilversum, 8 December 2016 –</strong> The Hotel Royal Savoy in Lausanne, the jewel in the crown of The Bürgenstock Selection, has selected NEC’s Smart Hospitality Solutions for deployment in its brand new 5-star hotel that recently opened its doors. The Hotel Royal Savoy commissioned PKE, NEC’s certified business partner, to provide the advanced solutions as part of the hotel’s completely new ICT infrastructure.</p>\r\n\r\n<p align=\"left\">As Mr. Almir Kalender, IT Director of The Bürgenstock Selection, states: “We decided for NEC’s Smart Hospitality Solutions based on a variety of reasons and stringent criteria we have established in the selection process:</p>\r\n\r\n<ul>\r\n <li>NEC’s Smart Hospitality Solutions not only drive optimal efficiency into our operations, but also offer a platform for superior guest services.</li>\r\n <li>NEC’s Smart Hospitality Solutions are based on modular building blocks, giving us the opportunity to select the modules we need now, while offering full opportunity to extend in size and scope in the future.</li>\r\n <li align=\"left\">The mobility solutions included in NEC’s Smart Hospitality Framework ensure tight integration with other mobile applications (i.e. Opera Mobile), which offers significant advantages for both our staff and guests.</li>\r\n</ul>\r\n\r\n<p align=\"left\">Dietmar Stefani, Managing Director of PKE, confirms: “We are honored to work with a leading customer like The Bürgenstock Selection. Based on our experience with complex high-end installations, i.e. the Four Seasons Geneva, we are looking forward to successful deployment and operation”.</p>\r\n\r\n<p align=\"left\">As Kees van Donk, Director Hospitality EMEA for NEC, confirms: “We are extremely proud to work with and for the Hotel Royal Savoy Lausanne. Almir Kalender’s knowledge and experience – he is one of the few Hotel IT Directors with a CHTP degree – has been a catalyst for assuring that the quality of the solution is unique and in line with the latest HTNG standards.</p>\r\n\r\n<p align=\"left\">As we continue our success in the 5-star hotel market in Switzerland and build on successful implementations at among others the Mandarin Oriental Geneva, W Verbier, Four Seasons Geneva and now the Hotel Royal Savoy in Lausanne, we are looking forward to a bright future.”</p>\r\n\r\n<p>Almir Kalender concludes: “At the end of the day, for the Royal Hotel Savoy there was no other solution and decision possible than NEC. I can recommend the NEC Smart Hospitality Solutions to any hotel which wants to increase its efficiency and optimize its guest services.”</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n', '', ''),
(185, 0, 1, '2016-12-15 07:59:37', 6, 926, 0, 0, 0, '', '', '', 'NEC and ITOC sign partnership contract to address the market for Enterprise communications solutions in Iran', 'Rich portfolio and excellent local expertise are powerful combination to address market', '', '', '<p align=\"left\"><strong>Hilversum, Tehran, </strong><strong>15</strong><strong> December 2016 – </strong>NEC Enterprise Solutions and ITOC of Iran today announced they have entered into a partnership agreement granting ITOC the rights to address the Iran enterprise market with NEC’s enterprise solutions portfolio. ITOC will provide Iranian organizations with NEC’s latest range of advanced communications solutions for enhanced productivity, efficiency and business continuity. The distribution agreement has taken effect as per the 1<sup>st</sup> of December</p>\r\n\r\n<p align=\"left\">“We are extremely pleased to have ITOC as our partner in Iran”, says Domenico de Stefanis of NEC Enterprise Solutions. “ITOC is a well-established player in the Iranian market and their knowledge of the needs of organizations in the region will help us promote our powerful NEC range of solutions in this strong growing market.\"</p>\r\n\r\n<p align=\"left\">“The NEC systems offer great value for money”, says Mahnaz Moeinfar, board member of ITOC. “The highly successful communication servers are based on the latest technology and are deployed within many organisations throughout the world. With their powerful and intuitive applications that meet the needs of an increasingly mobile workforce, they are an excellent fit to customer requirements in Iran. Our strongly growing market for enterprise solutions offers us significant business opportunities”, she concludes.</p>\r\n\r\n<p align=\"left\"><strong>Easy training, easy installation and easy to sell</strong><br />\r\nIn addition to being well-featured and well-priced, NEC’s communication servers are known to be extremely reseller-friendly. With minimal system configurations via ‘out of the box’ settings, set-up and system commissioning can be done within an hour. With intuitive features that are simple to understand and use, partner training and end user instruction are kept to a minimum too.</p>\r\n\r\n<p align=\"left\"> </p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\n<br />\r\nRobert van Amerongen Annick Reyngoudt</strong></p>\r\n\r\n<p><strong>Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong></p>\r\n\r\n<p><a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n', '', ''),
(186, 0, 1, '2016-12-20 13:01:33', 6, 928, 0, 0, 0, '', '', '', 'NEC Wins Big at the Frost & Sullivan’s 2016 Awards Banquet for its NeoFace® Facial Recognition Suite', 'The award validated NEC’s commitment to addressing customer needs through deep technological innovation', '', '', '<p>SANTA CLARA, Calif. — December 19, 2016 — NEC Corporation of America (NEC) took the honors in the prestigious Company of the Year Award category at Frost & Sullivan’s 2016 Growth, Innovation and Leadership Awards gala, which celebrated the achievements of best-in-class companies in diverse industries. John Dowden, senior product manager of NEC Biometric Solutions, joined the upper echelons of industry stalwarts when he accepted the award on behalf of NEC at the black-tie event Sept. 12 at the Hyatt Regency Santa Clara.</p>\r\n\r\n<p>NEC has consistently outclassed the competition with its customized solutions. Its novel NeoFace® portfolio underlines its dedication to addressing customers’ demands by maximizing output according to the operational needs of diverse projects and use cases. With its superior technology and core algorithms, including the capability to identify facial areas and unique facial features, issues such as poor illumination and image quality have become moot.</p>\r\n\r\n<p>“Acknowledging the importance of timely detection and shorter engagement times for improved safety, security, and convenience, NEC has increased the speed of match processing in databases to up to 3.02 million images every second. This is almost twice the average processing speed of its competitors,” said Frost & Sullivan Senior Research Analyst Nandini Bhattacharya. “Furthermore, NeoFace guarantees customers 28% greater accuracy than the industry average.”</p>\r\n\r\n<p>NEC boasts extensive product research and development, having established laboratories all over the world: three in Japan, two in the United States, and one each in Germany, Great Britain, Singapore, and China. It also established a National Technical Assistance Center that delivers end-to-end assistance in staging, configuring, maintaining, and upgrading its solutions. The benefits afforded by the NeoFace® solution make it the face recognition technology of choice for government and public safety agencies, large enterprises, and corporations. Its applications include:<br />\r\n* Border control. The solution l matches images of travelers with their electronic images in ePassports, empowering US Customs and Border Protection to identify visitors unlawfully seeking access into the country. The solution does not slow the check-in or check-out process, which is a common issue with other biometric systems.<br />\r\n* Express access control. It uniquely enables rapid access (nearly 1,800 per hour) to secure locations, opening numerous applications in border control, critical infrastructure, theme parks, stadiums, and venues.<br />\r\n* Departments of transportation and motor vehicles. It reduces fraud by preventing issuance of multiple driver’s licenses to the same individual.<br />\r\n* Retail. For customers that already have video management software (VMS) and surveillance at their locations, NEC integrates its packages with leading VMS providers. This gives it a foothold in airports, malls, and other public areas already served by VMS.<br />\r\n* Authentication. The novel scope of implementation in the device authentication segment has helped do away with the traditional one-time password authentication method.</p>\r\n\r\n<p>“NEC is also a leading implementer of best practices, which enables its solution to be deployed at all times of the day, in diverse environments. Importantly, it is camera type-, lens-, and position-agnostic,” Bhattacharya said. “The company’s comprehensive CAPEX and OPEX business models include on-site or remote and cloud support. Its recent announcements of partnerships with leading data center providers possessing mandatory federal security certifications for data hosting give it an additional edge in the hosted market.”</p>\r\n\r\n<p>Overall, NEC’s superior knowledge of the environments in which the facial recognition applications are used, and its implementation of best practices, comprehensive purchase models, price-performance value, and customer purchase and support experience make it a leading brand in the North American market.</p>\r\n\r\n<p>“NEC is very pleased to be awarded such a high-profile honor,” said Raffie Beroukhim, senior vice president of NEC’s Biometrics Solutions Division. “The award validates the visionary innovation of our NeoFace facial recognition portfolio and solutions, in addition to the impact and value it has brought to our government and public sector clients. Furthermore, the Company of the Year Award from Frost & Sullivan recognizes the team that worked hard to deliver consistently accurate and extraordinary solutions, making NEC a prime vendor of choice in government and enterprise markets.”</p>\r\n\r\n<p>Each year, Frost & Sullivan presents this award to a company that has demonstrated superiority in devising a strong growth strategy and implementing it. The recipient has shown strength in terms of innovation in products and technologies, leadership in customer value, as well as speed in response to market needs. In short, the award looks at the Industry participants and recognizes the best practices that position them for growth.</p>\r\n\r\n<p>Frost & Sullivan Best Practices awards recognize companies in a variety of regional and global markets for demonstrating outstanding achievement and superior performance in areas such as leadership, technological innovation, customer service, and strategic product development. Industry analysts compare market participants and measure performance through in-depth interviews, analysis, and extensive secondary research to identify best practices in the industry.</p>\r\n\r\n<p><br />\r\nAbout Frost & Sullivan<br />\r\nFrost & Sullivan, the Growth Partnership Company, works in collaboration with clients to leverage visionary innovation that addresses the global challenges and related growth opportunities that will make or break today\'s market participants. For more than 50 years, we have been developing growth strategies for the global 1000, emerging businesses, the public sector and the investment community. <br />\r\nChiara Carella<br />\r\nP: +44 (0) 207.343.8314<br />\r\nF: 210.348.1003<br />\r\nE: chiara.carella@frost.com</p>\r\n\r\n<p><br />\r\nNEC Media Contact:<br />\r\nFrank Puglia<br />\r\nNEC Corporation of America<br />\r\n214.262.3767<br />\r\nfrank.puglia@necam.com</p>\r\n', '', ''),
(187, 0, 1, '2017-01-06 08:55:42', 6, 932, 0, 0, 0, '', '', '', 'The Always-On Smart Enterprise', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/whitepapers/NEC-wp-the-always-on-smart-enterprise.jpg', '2017-01-06', '<p><strong>Business Continuity</strong></p>\r\n\r\n<ul>\r\n <li>Disruptions in business critical applications can seriously damage business health</li>\r\n <li>60% of organizations experience up to 10 disruptions every year, less than 50% are prepared</li>\r\n <li>A single downtime event can cost a business up to $ 10.790 and $ 25.600 per hour</li>\r\n <li>The impression that downtime only affects big companies is false</li>\r\n <li>Downtime can ruin a business</li>\r\n <li>Nearly 50% of customers will avoid a brand in the future if they’ve had to wait more than 5 minutes for customer service</li>\r\n <li>3 in 5 U.S. businesses are not confident they can recover quickly from a disaster</li>\r\n <li>80% companies have not developed crisis management to provide IT coverage to support business continuity to keep the business functioning</li>\r\n <li>How long can you afford to keep your head in the sand?</li>\r\n <li>52% of SMBs can tolerate <1 HOUR OF DOWNTIME for critical applications</li>\r\n <li>Recovery Time Objective - RTO - How long can your business be down?</li>\r\n <li>What should be in your business survival pack?</li>\r\n</ul>\r\n', '933|-|', ''),
(188, 0, 1, '2017-01-09 19:31:19', 6, 935, 0, 0, 0, '', '', '', 'Frost & Sullivan Applauds NEC’s Astute Strategies for Migration of Enterprise Communications Systems to Modern Solutions', 'NEC’s Smart Enterprise initiative supports customers’ efforts to optimize their operations, production, sales, customer support, and security', '', '', '<div>\r\n<p>MOUNTAIN VIEW, Calif. — January 09, 2017 — Based on its recent analysis of enterprise communications transformation strategies, Frost & Sullivan recognizes NEC with the 2016 North America Frost & Sullivan Company of the Year Award. NEC’s Smart Enterprise approach to enterprise communications provides holistic transformation options that help customers adapt and flourish in in a complex business environment. NEC Smart Enterprise addresses unmet customer needs, implements best practices, and delivers superior customer purchase experience have all combined to win the trust of companies seeking to evolve their communications environment.</p>\r\n\r\n<p>NEC’s main area of focus when shifting clients from legacy to modern communication systems is investment protection. It often enables customers to continue using and add new value to existing endpoints, gateways, and applications when migrating to next-generation unified communications (UC) solutions. While NEC offers this advantage for on-premises, cloud, or hybrid solutions, its competitors tend to present a one-size-fits-all solution which only partially helps with the migration or requires clients to completely rip and replace their legacy infrastructure.</p>\r\n\r\n<p>“NEC has solutions that assimilate its UC applications and infrastructure into customer relationship management, enterprise resource planning, scheduling, and other horizontal business applications,” said Frost & Sullivan Principal Analyst, Robert Arnold. “Additionally, the company offers tight UC integration with established, vertically-focused software solutions in healthcare, education, hospitality, retail, and law enforcement/security.”</p>\r\n\r\n<p>Oftentimes, organizations wish to upgrade or integrate their networks and IT infrastructure with business systems and processes, as well as communications systems. To assist in these initiatives NEC demonstrates agility, flexibility, and efficiency by providing on-demand solutions through its services-based portfolio of cloud UC, analytics, biometrics, and software-defined networking (SDN) solutions.</p>\r\n\r\n<p>In 2016, the company merged its formerly separate IT and networking technology business units to gain greater visibility and coordination into solutions development, sales, and support. This move enabled NEC to offer integrated solutions such as the pre-loading of its UC solutions on its high-reliability servers, for example, which address the cost, sourcing, and support issues of customers and partners.</p>\r\n\r\n<p>NEC boasts a portfolio of products and services that is matched by few in the UC market. By leveraging these assets, which include UC, IT, networking, professional and cloud services, analytics, and biometrics, NEC is navigating the convergence trend comfortably, alternative providers often have to rely on third parties.</p>\r\n\r\n<p>“The NEC Smart Enterprise concept is designed to optimize enterprises’ business tasks and workflows with integrated voice, video, and data technologies across the communications, IT, and vertical solutions domains,” noted Arnold. “It maps a path for every customer based on their specific budget, current assets, personnel resources, demographics, vertical industry, and long- term goals to make them more agile, mobile, and collaborative.”</p>\r\n</div>\r\n\r\n<p>These tailored solutions, along with its global presence and reach, continue to augment NEC’s strong brand equity. The robustness of the Smart Enterprise has aided NEC in establishing a footprint in 160 countries, operate nine networked global R&D centers, employ 99,000 personnel, and own 64,000 patents. Significantly, the company allocates five percent of its revenue toward innovation.</p>\r\n\r\n<p>NEC has clearly demonstrated visionary leadership in strategizing for enterprise communications transformation, and richly deserves this honor from Frost & Sullivan.</p>\r\n\r\n<p>\"NEC is very pleased to be awarded such a high profile honor,\" said Larry Levenberg, vice president, NEC Corporation of America,. \"The award validates both the visionary innovation and practical, real world benefits of our Smart Enterprise approach to delivering unified communications and IT solutions that make a difference in our customers’ operational performance. In addition to the impact and value it has brought to our customers, the award recognizes our strong channel partner network and direct support team who work with our enterprise customers to maximize the way a communication network can impact the operational performance of a company\"</p>\r\n\r\n<p>Each year, Frost & Sullivan presents this award to the company that has demonstrated excellence in terms of growth strategy and implementation. The award recognizes a high degree of innovation with products and technologies and the resulting leadership in terms of customer value and market penetration.</p>\r\n\r\n<p>Frost & Sullivan Best Practices awards recognize companies in a variety of regional and global markets for demonstrating outstanding achievement and superior performance in areas such as leadership, technological innovation, customer service, and strategic product development. Industry analysts compare market participants and measure performance through in-depth interviews, analysis, and extensive secondary research to identify best practices in the industry.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About Frost & Sullivan</strong><br />\r\nFrost & Sullivan, the Growth Partnership Company, works in collaboration with clients to leverage visionary innovation that addresses the global challenges and related growth opportunities that will make or break today\'s market participants. For more than 50 years, we have been developing growth strategies for the global 1000, emerging businesses, the public sector and the investment community. <u>Contact us: Start the discussion</u>.</p>\r\n\r\n<p style=\"margin-left:5.0pt;\">Contact: Chiara Carella</p>\r\n\r\n<p>P: +44 (0) 207.343.8314</p>\r\n\r\n<p>F: 210.348.1003</p>\r\n\r\n<p>E: <a href=\"mailto:chiara.carella@frost.com\">chiara.carella@frost.com</a></p>\r\n', '', ''),
(194, 0, 1, '2017-03-08 08:41:58', 6, 970, 0, 0, 0, '', '', '', 'NEC presents Smart Cruise Ship Communications at Seatrade Cruise Global', 'Visit NEC at Booth 1513', '', '', '<p align=\"left\"><strong>Hilversum, Fort Lauderdale, March 8, 2017</strong> – At 2017 Seatrade Cruise Global, taking place from 14-16 March at the Fort Lauderdale/Broward Country Convention Center, Florida, NEC is presenting latest enhancements to its range of Smart Hospitality Solutions aimed at enriching the Passenger Experience and Services on board of leading cruise ships.<br />\r\n<br />\r\n“Seatrade Cruise Global is the Cruise Industry\'s Premier Global Event. Being one of the leading technology partners for the cruise shipping industry and other marine sectors, we have been participating to this event for many years”, explains Martin van der Veeken, Sales Director Marine at NEC Enterprise Solutions. “We enjoy an overwhelming interest from major cruise line customers and it is fantastic to experience how much we year-on-year are appreciated for the quality products and innovative solutions we bring on board. Seatrade Cruise Global 2017 gives us an excellent opportunity to present our innovative Smart Cruise Shipping Communications including the launch of some of our smart innovations to a large number of customers.”</p>\r\n\r\n<p align=\"left\"><strong>Smart Cruise Ship Communications</strong><br />\r\nNEC’s Smart Cruise Ship Communications solutions meet highest standards of quality, reliability, flexibility and ease of use - connecting staff and passengers with the information they need, making life onboard extra special and enabling cruise and ferry companies to maximize passenger experience, services, safety and satisfaction.</p>\r\n\r\n<p align=\"left\">Critical business processes aboard a vessel like Alarming & Messaging, Real Time Location Services and Task Management are an integrated part, while open interfaces enable additional partner application support. NEC’s applications unify communication streams, optimize workflows and ensure passengers and crew stay connected wherever they are.</p>\r\n\r\n<p align=\"left\"><br />\r\n<strong>Ensuring Reliability is Essential on Board</strong><br />\r\nCombining its capabilities and rich portfolios in Communications and IT, NEC can provide cruise lines with advanced technologies, services and expertise to ensure the safety, security and efficiency on board cruise ships. NEC’s Fault Tolerant servers ensure 24/7 operation, while advanced data storage and data management solutions scale to the most demanding requirements.<br />\r\n </p>\r\n\r\n<p align=\"left\">“Building passenger satisfaction and loyalty is crucial in the cruise industry. As one of the leading global vendors and driving forces behind wireless technology solutions, we have been at the forefront of developments such as IP DECT for many years. The level of integration between our server, storage and enterprise communications solutions reinforces the power of these technologies and maximizes the benefits they offer passengers and crew”, concludes van der Veeken.</p>\r\n', '', ''),
(189, 0, 1, '2017-01-13 11:55:40', 6, 942, 0, 0, 0, '', '', '', 'NEC Wins Frost & Sullivan award', 'Best Practice Enterprise Communication Transformation Strategies Company of the Year Award', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/FS-resport.jpg', '2017-01-13', '<p>NEC’s Smart Enterprise approach to enterprise communications provides holistic transformation options that help customers adapt and flourish in a complex business environment. NEC Smart Enterprise addresses unmet customer needs, implements best practices, and delivers superior customer purchase experience to win the trust of companies seeking to evolve their communications environment.</p>\r\n', '943|-|', ''),
(190, 0, 1, '2017-01-19 15:28:16', 6, 951, 0, 0, 0, '', '', '', 'NEC drives digital transformation at Mobile World Congress 2017', 'Advanced network and IT solutions enabling safer, smarter communities', '', '', '<div class=\"boxSection-01\" style=\"margin: 20px 0px; padding: 10px; border: 0px; font-size: 14px; box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-family: Arial, Verdana, Helvetica, sans-serif;\">\r\n<p style=\"margin: 0px 0px 10px; padding: 0px; border: 0px;\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">Tokyo, January 19, 2017</strong> - <a href=\"http://www.nec.com/index.html\" style=\"color: rgb(11, 60, 142);\">NEC Corporation</a> (NEC; TSE: 6701) will present how digital transformation strengthens telecom, enterprise and government operations at Mobile World Congress (MWC) 2017 at the Fira Gran Via, Barcelona, from February 27 to March 2, in Hall 3, stand #3M30.</p>\r\n\r\n<p style=\"margin: 0px 0px 10px; padding: 0px; border: 0px;\">Mr. Takashi Niino, President and CEO of NEC Corporation, will also take part in a keynote session on “<a href=\"https://www.mobileworldcongress.com/start-here/agenda/keynote-5-connecting-industry-and-the-united-nations-sustainable-development-goals/\" style=\"color: rgb(11, 60, 142);\" target=\"_blank\">Connecting Industry and The United Nations Sustainable Development Goals</a>” on Tuesday, February 28 from 9:00 to 10:30 a.m. in Hall 4, Auditorium 1.</p>\r\n\r\n<p style=\"margin: 0px 0px 10px; padding: 0px; border: 0px;\">At the NEC booth, the company’s cutting-edge portfolio of artificial intelligence (AI) technologies, “NEC the WISE,” will be introduced, including a sophisticated range of “X-Tech” solutions that help to resolve challenges for urban living, security and enterprise operations. </p>\r\n\r\n<p style=\"margin: 0px 0px 10px; padding: 0px; border: 0px;\">Moreover, NEC will demonstrate its advanced solutions for being a leader on the “Road to a Digital Service Provider,” including “tailored 5G networking,” mobile backhaul, traffic management solutions (TMS), smart RAN and software-defined networking (SDN) / network functions virtualization (NFV) that contribute to the growth of communications service providers.<br />\r\n<br />\r\nFor more detail on NEC’s participation in Mobile World Congress 2017, please visit <a href=\"http://www.nec.com/en/event/mwc/\" style=\"color: rgb(11, 60, 142);\">http://www.nec.com/en/event/mwc/</a>.</p>\r\n\r\n<p class=\"acenter\" style=\"margin: 0px; padding: 0px; border: 0px; text-align: center !important;\">***</p>\r\n</div>\r\n\r\n<div class=\"boxSection-01\" style=\"margin: 20px 0px 0px; padding: 10px; border: 0px; font-size: 14px; box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-family: Arial, Verdana, Helvetica, sans-serif;\">\r\n<p style=\"margin: 0px 0px 10px; padding: 0px; border: 0px;\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">About NEC Corporation</strong><br />\r\nNEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company\'s experience and global resources, NEC\'s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\" style=\"color: rgb(11, 60, 142);\">http://www.nec.com</a>.<br />\r\n<br />\r\nThe NEC Group globally provides \"Solutions for Society\" that promote the safety, security, efficiency and equality of society. Under the company\'s corporate message of \"Orchestrating a brighter world,\" NEC aims to help solve a wide range of challenging issues and to create new social value for the changing world of tomorrow. For more information, please visit</p>\r\n</div>\r\n', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(191, 0, 1, '2017-01-20 13:40:39', 6, 952, 0, 0, 0, '', '', '', 'NEC Named to the \"Global 100 Most Sustainable Corporations\" List for 2017', '', '', '', '<div class=\"boxSection-01\">\r\n<p><strong>Tokyo, January 20, 2017</strong> - <a href=\"http://www.nec.com/index.html\">NEC Corporation</a> (NEC; TSE: 6701) today announced its selection to the \"Global 100 Most Sustainable Corporations in the World,\" an index listing the world\'s 100 most sustainable corporations. This marks the third time NEC has been selected as one of the Global 100, following an announcement at the World Economic Forum held from January 17 in Davos, Switzerland.<br />\r\n<br />\r\nThe Global 100 index has been published annually since its establishment in 2005 by Canadian publisher Corporate Knights Inc. The Global 100 were evaluated and selected from among approximately 4,900 corporations around the world based on efforts made toward twelve quantitative key performance indicators related to sustainability. NEC is one of four Japan-based corporations selected to the list.</p>\r\nGlobal 100 Key Performance Indicators:<br />\r\nPrioritized for the Technology Hardware Storage and Peripherals Group\r\n<ul class=\"uList-01\">\r\n <li>Energy Intensity</li>\r\n <li>Carbon Intensity</li>\r\n <li>Water Intensity</li>\r\n <li>Waste Intensity</li>\r\n <li>Innovation Capacity</li>\r\n <li>Percentage Tax Paid</li>\r\n <li>CEO-Average Employee Pay</li>\r\n <li>Pension Fund Status</li>\r\n <li>Leadership Diversity</li>\r\n <li>Clean Capitalism Pay Link</li>\r\n <li>Supplier</li>\r\n <li>Clean Air Productivity</li>\r\n</ul>\r\nAs a social value creator, NEC will continue leveraging ICT to resolve challenges facing society as it aims to achieve the Sustainable Development Goals (SDGs) adopted by 193 UN members in 2015.\r\n\r\n<p class=\"acenter\">***</p>\r\n</div>\r\n\r\n<div class=\"boxSection-01\">\r\n<p><strong>About NEC Corporation</strong><br />\r\nNEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company\'s experience and global resources, NEC\'s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.<br />\r\n<br />\r\nThe NEC Group globally provides \"Solutions for Society\" that promote the safety, security, efficiency and equality of society. Under the company\'s corporate message of \"Orchestrating a brighter world,\" NEC aims to help solve a wide range of challenging issues and to create new social value for the changing world of tomorrow. For more information, please visit</p>\r\n\r\n<p><a href=\"http://www.nec.com/en/global/about/vision/message.html\">http://www.nec.com/en/global/about/vision/message.html</a></p>\r\n</div>\r\n', '', ''),
(192, 0, 1, '2017-01-23 08:43:52', 6, 953, 0, 0, 0, '', '', '', 'NEC appoints Stelkom as Business Partner for Enterprise Solutions in Slovenia ', '', '', '', '<p align=\"left\"><strong>Hilversum, </strong><strong>Ljubljana</strong><strong>, 23 January 2017 – </strong>NEC Enterprise Solutions, a global leader in enterprise Communications & IT solutions, today announced that it has appointed Stelkom as its new Smart Enterprise Business Partner in Slovenia. Stelkom will provide Slovenian organizations with NEC’s latest range of advanced IT and communications solutions for enhanced productivity, efficiency and business continuity.</p>\r\n\r\n<p><strong>A powerful extension to the Stelkom portfolio</strong><br />\r\n“We are very pleased to have Stelkom as Business Partner in Slovenia”, says Mark Haasjes of NEC Enterprise Solutions. “Stelkom is very familiar with our products and their knowledge of the needs of organizations in the region will help us promote our powerful NEC range of solutions in this strong growing market.\"</p>\r\n\r\n<p align=\"left\">“The NEC Enterprise IT and Communications portfolio is a very much needed complement to our portfolio of products and services”, says Igor Maher, CEO of Stelkom. “The highly successful NEC solutions are based on the latest technology and are deployed within many enterprise organisations. With their powerful and intuitive applications that meet the needs of an increasingly mobile workforce, they are an excellent fit to enterprise customer requirements in Slovenia. Our growing market for enterprise solutions offers us significant business opportunities that we aim to take full advantage of”, he concludes.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.<br />\r\n<br />\r\n<strong>About Stelkom</strong><br />\r\nStelkom is a telecommunications service provider with more than 10 years of standing tradition. Our primary mission is to provide superior service at the access network of superb technical quality as the sole long-term solution available to users in Slovenia and the wider region. Our services are targeted exclusively to the segment of business customers. We create customized solutions. We are flexible and professional. We offer our customers a contractual guarantee for high-quality services. For more information, please visit: <a href=\"http://www.stelkom.si/\">www.stelkom.si</a></p>\r\n', '', ''),
(193, 0, 1, '2017-01-24 08:38:41', 6, 955, 0, 0, 0, '', '', '', 'In times of financial uncertainty, NEC’s stability is part of the solution', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NECToday_Feature_In_Times_of_Financial_Uncertainty-730x360-730x360.jpg', '', '<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" style=\"box-sizing: border-box; margin: 0px 0px 0.5em; border: 0px; font-family: \" vertical-align:=\"\">Last week, we learned that <a href=\"http://www.reuters.com/article/us-avaya-bankruptcy-idUSKBN1532JY\" style=\"box-sizing: border-box; background: 0px 0px; color: rgb(0, 91, 170); border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 4px 2px; vertical-align: baseline; transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;\" target=\"_blank\">Avaya has filed</a> in federal court for Chapter 11 bankruptcy protection due in large part to a significant debt burden carried over a nearly 10-year period. Only time will tell whether the debt restructuring process under bankruptcy will be kind to Avaya. But no doubt our industry and the media will continue to study the legacies of both Nortel and Avaya as history lessons for many years to come.</p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" style=\"box-sizing: border-box; margin: 0px 0px 0.5em; border: 0px; font-family: \" vertical-align:=\"\">At NEC financial stability through diversification and creating operational efficiency has benefited not only us as a company, but our customers and partners through the years. Continuous improvement and innovation are probably the two biggest reasons for <a href=\"https://www.nec-enterprise.com/Why-NEC\" style=\"box-sizing: border-box; background: 0px 0px; color: rgb(0, 91, 170); border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 4px 2px; vertical-align: baseline; transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;\" target=\"_blank\">NEC’s 117+ years of longevity</a>.</p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" style=\"box-sizing: border-box; margin: 0px 0px 0.5em; border: 0px; font-family: \" vertical-align:=\"\">The next reason is our commitment to providing quality, future-proof <a href=\"https://www.nec-enterprise.com/products/UC-C\" style=\"box-sizing: border-box; background: 0px 0px; color: rgb(0, 91, 170); border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 4px 2px; vertical-align: baseline; transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;\" target=\"_blank\">unified communications and collaboration</a> tools that will last and be relevant for many years to come. As a result, NEC has always had a ready willingness to step in and offer help to customers and partners who need it the most.</p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" style=\"box-sizing: border-box; margin: 0px 0px 0.5em; border: 0px; font-family: \" vertical-align:=\"\">Another reason for our longevity is our ability to adapt and transform. NEC has reinvented itself numerous times through the years and will likely do so many more. We’ve done this most recently through the virtualization of our UC offerings and the integration of our UC solution set into a broader IT portfolio we call the <a href=\"https://www.nec-enterprise.com/Why-NEC/Empowering-The-Smart-Enterprise-169\" style=\"box-sizing: border-box; background: 0px 0px; color: rgb(0, 91, 170); border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 4px 2px; vertical-align: baseline; transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;\" target=\"_blank\">Smart Enterprise</a>.</p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" style=\"box-sizing: border-box; margin: 0px 0px 0.5em; border: 0px; font-family: \" vertical-align:=\"\">By leveraging one of our Smart Enterprise solutions, businesses can also benefit from our data center technologies – like our <a href=\"https://www.nec-enterprise.com/products/Fault-Tolerant-Servers-88\" style=\"box-sizing: border-box; background: 0px 0px; color: rgb(0, 91, 170); border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 4px 2px; vertical-align: baseline; transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;\" target=\"_blank\">fault tolerant servers</a>, <a href=\"https://www.nec-enterprise.com/products/Storage-Management\" style=\"box-sizing: border-box; background: 0px 0px; color: rgb(0, 91, 170); border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 4px 2px; vertical-align: baseline; transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;\" target=\"_blank\">storage</a> and <a href=\"https://www.nec-enterprise.com/products/SDN-for-Enterprise\" style=\"box-sizing: border-box; background: 0px 0px; color: rgb(0, 91, 170); border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 4px 2px; vertical-align: baseline; transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;\" target=\"_blank\">software defined networking</a> – as well as market-leading biometrics and analytics.</p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" style=\"box-sizing: border-box; margin: 0px 0px 0.5em; border: 0px; font-family: \" vertical-align:=\"\">As a result, NEC was chosen as one of the <a href=\"http://nectoday.com/nec-named-one-of-the-50-most-innovative-companies/\" style=\"box-sizing: border-box; background: 0px 0px; color: rgb(0, 91, 170); border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 4px 2px; vertical-align: baseline; transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;\" target=\"_blank\">50 Most Innovative Companies</a> by the Boston Consulting Group. Furthermore, Frost & Sullivan recently honored NEC for its “astute strategies for migration of enterprise legacy communications systems to modern solutions” with a <a href=\"http://ww2.frost.com/news/press-releases/frost-sullivan-applauds-necs-astute-strategies-migration-enterprise-legacy-communications-systems-modern-solutions/\" style=\"box-sizing: border-box; background: 0px 0px; color: rgb(0, 91, 170); border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 4px 2px; vertical-align: baseline; transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;\" target=\"_blank\">2016 Frost & Sullivan Company of the Year Award</a>.</p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" style=\"box-sizing: border-box; margin: 0px 0px 0.5em; border: 0px; font-family: \" vertical-align:=\"\">All of these things add up to one clear call to action.</p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" style=\"box-sizing: border-box; margin: 0px 0px 0.5em; border: 0px; font-family: \" vertical-align:=\"\">If you are a customer or partner of Avaya and are unsure about your future, please don’t hesitate to contact us for a free consultation. At the very least you’ll learn something about our current programs and migrating to an NEC Smart Enterprise solution. At best, you’ll come away with a better idea of how you can protect your business down the line.</p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" style=\"box-sizing: border-box; margin: 0px 0px 0.5em; border: 0px; font-family: \" vertical-align:=\"\"> </p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" style=\"box-sizing: border-box; margin: 0px 0px 0.5em; border: 0px; font-family: \" vertical-align:=\"\"><a href=\"https://www.nec-enterprise.com/contact-us\"><strong>Contact us</strong></a></p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" style=\"box-sizing: border-box; margin: 0px 0px 0.5em; border: 0px; font-family: \" vertical-align:=\"\"> </p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" style=\"box-sizing: border-box; margin: 0px 0px 0.5em; border: 0px; font-family: \" vertical-align:=\"\"> </p>\r\n', '', ''),
(198, 0, 1, '2017-04-10 06:32:16', 6, 984, 0, 0, 0, '', '', '', 'FCS Partners with NEC Enterprise Solutions to Expand Hospitality Offering in EMEA', 'NEC’s business partners and hotel customers enriched with access to world’s leading hotel technology suite ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/Paul%20Kievit%20(President%20NEC%20Enterprise%20Solutions)%20and%20Eric%20Rogers%20(Vice%20President%20FCS%20EMEA)%20confirm%20EMEA%20Partnership.JPG', '', '<p><strong>Hilversum, The Netherlands, April 10, 2017</strong> — FCS Computer Systems (FCS) and NEC Enterprise Solutions EMEA (Europe, Middle East and Africa), both leading providers of advanced ICT solutions to the hospitality sector, have inked a partnership agreement that incorporates FCS solutions into the NEC Hospitality offering for the Hotel sector in EMEA.</p>\r\n\r\n<p>The FCS suite of hospitality interface and operational solutions, encompassing billing interface, voicemail, job dispatch, engineering, housekeeping, glitch management and more, are fully tested and integrated to work with NEC’s range of IT and communications servers, and will be available directly to order through NEC’s business partners in EMEA.</p>\r\n\r\n<p>Eric Rogers, FCS’ Vice President EMEA, will be working closely with his team to support NEC partners in their rollout of these solutions.</p>\r\n\r\n<p>“This partnership is not just only about call accounting and voicemail, but also about providing NEC partners a fully featured range of new solutions to offer their hotel partners, thereby enhancing the value and relationship of new and existing customers,” said Rogers. “I have been working closely with Kees Van Donk (director of hospitality EMEA for NEC) and his team to make this a reality and am delighted to say that today the partnership is now in full effect, and I am looking forward to working closely with NEC’s Hospitality team, and the wider NEC partner family to support this new agreement.”<br />\r\n<br />\r\n<strong>Smart Hospitality</strong><br />\r\n“We are extremely pleased to work with FCS in close partnership,” confirms Van Donk. “With our Smart Hospitality drive and Executive Hospitality Partner Program we are continuously building onto our in-depth experience and expertise in serving the hotel industry worldwide and supporting our business partners with integrated solutions that enable them to go-to-market more successfully. This partnership with FCS is a valuable addition to the solutions we offer in our NEC Smart Hospitality Framework.”</p>\r\n\r\n<p>Under the new agreement, NEC Enterprise Solutions, NEC partners and their hotel clients will have access to FCS’ full suite of hotel operations management applications. The multi-language, web-based applications streamline a multitude of back-of-house and guest-facing hotel operation needs, from real-time maintenance requirements to housekeeping management to guest issue tracking and a comprehensive customer relationship management platform. The applications can seamlessly interface with the hotel industry’s most popular property management systems, and can be implemented either à la carte or as the full comprehensive suite. The applications feature mobile apps, allowing hotel staff to stay connected from anywhere on property. Recently completed installations at Hilton Hotels in Amsterdam and Rotterdam represent the first of many hotels to see the benefits of this partnership. To learn more about FCS and its full suite of productivity solutions for hotels, please visit <a href=\"http://www.fcscs.com/\">http://www.fcscs.com</a>.</p>\r\n\r\n<p><strong>Supplier of choice</strong><br />\r\nAcross all major geographic regions, NEC is one of the key suppliers of choice to the hospitality industry. By merging leading IT and communication technologies, NEC deploys solutions within its Smart Hospitality Framework with the scalability, capability and affordability to meet the demanding business needs of hotels, event centers, cruise lines and travel organizations (for more information ref: <a href=\"http://www.nec-smarthospitality.com/\">www.nec-smarthospitality.com</a>).<br />\r\n </p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>About FCS</strong><br />\r\nFounded in 1982, FCS is a comprehensive hospitality technology solutions and services provider, with an extensive portfolio of integrated products used by more than 5,000 hotels with over 8,000 installations in 32 countries. FCS mobile applications are available on guests\' own mobile devices, as well as the hotel\'s devices, allowing convenient access to hotel information and services. This functionality seamlessly integrates into six web-based guest serving applications, including e-Connect, e-Housekeeping, e-Laundry, e-Recovery, e-Engineering and e-Concierge, to enhance service optimization and the guest experience. These applications all integrate with the hotel\'s PMS and other third-party systems via FCS Gateways products: Unicorn and Phoenix. For more information, please visit <a href=\"http://www.fcscs.com/\">http://www.fcscs.com</a>. </p>\r\n\r\n<p><strong>For more information please contact FCS Computer Systems:</strong><br />\r\nFion Chu<br />\r\nFCS Marketing<br />\r\nTel: +852-3195-8085<br />\r\n<a href=\"mailto:dbihlman@bartech.com\">FCS.Marketing@planet1world.com</a></p>\r\n\r\n<p><strong>About NEC Smart Hospitality Solutions</strong><br />\r\nNEC is the global leader in the integration of IT, network technologies and communication solutions. Serving customers through a network of sales organizations and business partners, NEC combines global expertise with local presence and is a supplier of choice to the Hospitality industry. Based on close co-operation with leading hotel chains and a vast installed base, NEC thoroughly understands the drivers and needs of hotel operators, hotel owners and their guests, and brings this together in its Smart Hospitality vision and approach and modular solution framework. Today NEC has provided its Smart Hospitality Solutions to over 10.000 installations in the EMEA region. For more information: www.nec-smarthospitality.com.</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:</strong><br />\r\nRobert van Amerongen Annick Reyngoudt</p>\r\n\r\n<p>Tel: +31 35 689 1521 Tel: +33 6 89 49 06 77</p>\r\n\r\n<p><a href=\"mailto:robert.van.amerongen@emea.nec.com\">robert.van.amerongen@emea.nec.com</a> annick.reyngoudt@emea.nec.com</p>\r\n', '', ''),
(199, 0, 1, '2017-04-25 08:50:33', 6, 987, 0, 0, 0, '', '', '', 'NEC introduceert integrale IP DECT oplossing voor stille alarmering en ontruiming conform NEN 2575-4', 'Betrouwbaarheid en effectiviteit essentieel als elke seconde telt ', '', '', '<p align=\"left\"><strong>Hilversum, 25 april 2017 –</strong> Bij calamiteiten, zoals brand, telt elke seconde. Des te sneller bedrijfshulpverleners (BHV-ers) op de juiste plek aankomen, des te groter is de kans dat erger kan worden voorkomen. In situaties waar mensen verblijven die niet zelfredzaam zijn – zoals in de zorg en in justitiële inrichtingen – is het tevens belangrijk om paniek te voorkomen. Draadloze stille alarmering is hiervoor ideaal.</p>\r\n\r\n<p align=\"left\">NEC introduceert een complete oplossing voor stille brandalarmering en ontruiming op basis van NEC IP DECT en de NEC berichtenserver Mobicall conform de laatste NEN 2575-4:2013 normen. Een van de grote voordelen is dat er geen apart piepersysteem nodig is zodat BHV-ers niet met meerdere devices tegelijkertijd hoeven te werken.</p>\r\n\r\n<p align=\"left\"><strong>Stijgend aantal brandincidenten</strong><br />\r\nHet aantal brandincidenten in zorginstellingen stijgt fors en kost jaarlijks steeds meer ouderen het leven. Nieuwe NEN normen stellen het verplicht voor gebouwen met een 24-uurs zorgfunctie en bedgebied of celfunctie om de BHV-medewerkers snel te voorzien van accurate informatie omtrent brand/ontruiming, zonder dat er paniek ontstaat onder niet-zelfredzame personen. Een draadloze stilalarm ontruimingsinstallatie bespaart kostbare tijd bij calamiteiten en informeert BHV-ers direct over de aard en locatie van een incident.<br />\r\n<br />\r\nNEC’s (S)IP DECT systeem voor draadloze communicatie is in samenhang met de Mobicall alarmeringsapplicatie functioneel zo ontwikkeld dat dit volledige de NEN 2575 regulering ondersteunt. Een door rookmelders gesignaleerde brandmelding zal via Mobicall aan de dienstdoende BHVers op hun mobiele IP DECT toestellen worden doorgegeven, waarbij aan de hand van het bericht ook gezien kan worden welk deel van het gebouw ontruimd moet worden.<br />\r\n<br />\r\n<strong>Betrouwbaar en storingsvrij</strong><br />\r\nNEC’s IP DECT toestellen voldoen aan de NEN2575 norm waarbij onder andere het geluidsvolume bij een inkomend alarm zowel bij een bezet als een onbezet toestel van het juiste niveau is. Ook wordt een te laag batterijniveau en buiten bereik op een adequate manier gesignaleerd. Het systeem wordt bewaakt door Mobicall dat in combinatie met IP DECT een zeer betrouwbaar en praktisch storingsvrije oplossing garandeert. Laadrekken en IP switches dienen van NEN-EN 54-4 voedingen te worden voorzien, zodat ook deze componenten kunnen worden bewaakt.</p>\r\n\r\n<p align=\"left\">Tonko Wedda van NEC Enterprise Solutions te Hilversum licht toe: “Heel veel NEC klanten in onder meer de zorg, industrie en bij (gemeentelijke) overheden maken gebruik van onze betrouwbare en veelzijdige IP DECT oplossingen. Deze klanten kunnen nu hun IP DECT communicatieoplossing uitbreiden met stille alarmering waardoor een apart piepersysteem niet meer nodig is. Voor de gebruikers is dat natuurlijk een groot voordeel.</p>\r\n\r\n<p align=\"left\">Ons NEC IP DECT systeem biedt tevens een DECT Messaging and Location Service (DMLS). Dit is een toegankelijke interface waarmee berichtenservers van derden aan het IP DECT systeem gekoppeld kunnen worden.”</p>\r\n\r\n<p align=\"left\"> </p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n', '', ''),
(200, 0, 1, '2017-05-02 09:18:50', 6, 989, 0, 0, 0, '', '', '', 'NEC and Gijima to provide Hosted Hotel Telephony solution for Tsogo Sun Group ', 'UNIVERGE 3C delivers innovative hosted communications to multiple hotels', '', '', '<p align=\"left\"><strong>Johannesburg, </strong><strong>Hilversum, 2<sup>nd</sup> May, 2017 – </strong>NEC Enterprise Solutions today announced that Tsogo Sun has selected NEC and its business partner Gijima to provide an innovative, private cloud communications solution. Tsogo Sun’s strategy is to replace all end of life PBXs with a cloud based solution and to also use this solution for any new build properties. The selection of NEC and Gijima follows a thorough Request for Proposal process and a successful pilot of this hosted solution that is based on NEC’s UNIVERGE 3C UC&C software. The complete UNIVERGE 3C solution as well as additional components from NEC’s Smart Hospitality Solution Framework will be hosted in a regional data center. </p>\r\n\r\n<p align=\"left\"><strong>Unique approach</strong><br />\r\nTsogo Sun hotels will for all its new builds and some of its existing hotels, rather uniquely, use WiFi enabled desktop hotel phones in the guest rooms. These phones combine the flexibility of a wireless phone with the convenience of a desktop terminal and avoid the disruption and significant costs involved with cabling.</p>\r\n\r\n<p align=\"left\"><strong>Reduced investments and maintenance</strong><br />\r\n“With this hosted hotel communication solution we aim to relieve individual hotels of their concern and responsibility to service and support a dedicated on-premise installation. The centrally hosted solution can easily be updated to the latest standards and functionality. Having multiple hotels being served from a data center not only provides improved reliability and simplified support, but also reduces investment and maintenance costs significantly,” says Damon Engelsman, Enterprise Voice Systems Manager, Tsogo Sun.</p>\r\n\r\n<p align=\"left\">Gijima is one of the leading companies engaged in the fields of Communications, IT and Security Solutions in the highly competitive South African ICT market. The Gijima NEC division continues to accelerate and move forward with the latest technologies that NEC offers. “We have more than 25 years of hands-on experience in the Hospitality industry,” says Hugo de Wet, Executive of the Gijima NEC Business Unit. “The fact that we were awarded the business amongst tough competition shows our commitment and understanding of the hospitality offerings. This solution is a first in South Africa and shows the mutual benefits of hosting communication platforms,” says de Wet.</p>\r\n\r\n<p align=\"left\"><strong>NEC Smart Hospitality Solution Framework: solutions of choice for the Hospitality industry</strong><br />\r\nAcross all major geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. By merging leading IT and Communication technologies, NEC deploys solutions within its Smart Hospitality Solution Framework with the scalability, capability and affordability to meet the demanding business needs of hotels, event centers, cruise lines and travel organizations. For more information, please visit: www.nec-smarthospitality.com.</p>\r\n\r\n<p align=\"left\">Denhard Jongman, Regional Hospitality Manager, NEC Enterprise Solutions, comments: “We are extremely proud to work with and for the Tsogo Sun group. Our Smart Hospitality solutions address the most advanced needs of the hospitality industry and the sophisticated hosted solution we are providing Tsogo Sun demonstrates how NEC and its business partners enable hotel owners and operators to control costs, improve efficiency and create an environment that makes guests want to return.”</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong><br />\r\n<br />\r\n<strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p><strong>About Gijima</strong><br />\r\nGijima is one of South Africa’s leading black owned Information and Communications Technology (ICT) Services Company. With a level 2 AAA empowerment rating we are a preferred, integrated ICT partner to a considerable client base of large information technology users in both the private (financial services, retail, manufacturing and mining) and public sectors. Employing more than 2,200 highly qualified, dedicated and committed professionals, throughout southern Africa, Gijima is well- positioned to add value to all its clients, which includes 14 out of the top 25 companies listed on the JSE.</p>\r\n\r\n<p><strong>About Tsogo Sun</strong><br />\r\nTsogo Sun is the leading hotels, gaming and entertainment company based in South Africa, providing a vast variety of hospitality and exciting entertainment and leisure experiences. Combining an established heritage with a professional and energised approach, the group proudly encompasses 14 casinos and over 90 hotels in South Africa, Africa, Abu Dhabi and Seychelles. The company’s hospitality interests offer the widest distribution of hotels in Africa, providing world-class accommodation across all markets, including elegant, individually branded Deluxe Hotels and well known trusted market leaders in the premier through budget segments, including Southern Sun Hotels, Garden Court, SunSquare, StayEasy and Sun 1 hotels. Tsogo Sun (“TSH”) is listed on the Johannesburg Stock Exchange. For more information: https://www.tsogosun.com</p>\r\n', '', ''),
(201, 0, 1, '2017-05-08 06:41:29', 6, 990, 0, 0, 0, '', '', '', 'TSV-Groep nieuwe Business Partner van NEC', '', '', '', '<p align=\"left\"><strong>Hilversum, 8 mei 2017 –</strong> NEC Enterprise Solutions en TSV-Groep kondigen aan samen te gaan werken op het gebied van de verkoop en levering van het NEC UNIVERGE 3C communicatie platform in Nederland. TSV-Groep is een system integrator die al ruim 25 jaar intensief samenwerkt met haar klanten om ICT ten dienste van de business te stellen. Daarbij werkt TSV-Groep intensief samen met haar klanten om oplossingen zo te realiseren dat de doelstellingen op het gebied van interne en externe communicatie, bereikbaarheid en klanttevredenheid zo goed mogelijk worden gerealiseerd.</p>\r\n\r\n<p align=\"left\">Alex Veldkamp, directeur van de TSV-Groep, licht toe: “Wij leveren geen projecten op, maar helpen klanten hun doelstellingen te realiseren. Zo’n aanpak vraagt om partners die dit begrijpen. NEC is zo’n partner.” Veldkamp vervolgt: “Onze samenwerking met NEC heeft als doel om kennis, kunde en kracht te bundelen om zo klanten optimaal te kunnen bedienen.”</p>\r\n\r\n<p align=\"left\">Tonko Wedda, managing director van NEC voor de Benelux vult aan: “In TSV-Groep zien wij een Business Partner die een belangrijke bijdrage kan leveren in het adresseren van de marktvraag naar UNIVERGE 3C. Deze complete, op software gebaseerde Unified Communications & Collaboration (UCC) oplossing herdefinieert de manier waarop een organisatie en haar medewerkers communiceren. Juist deze filosofie sluit goed aan bij de manier waarop TSV-Groep wil samenwerken met haar klanten: wij plaatsen beiden de gebruiker centraal!”. Wedda verwacht veel van de samenwerking tussen TSV en NEC: “Ik ken TSV als een zeer professionele partner met een gedreven team dat samenwerken in haar DNA heeft zitten.”</p>\r\n\r\n<p align=\"left\">De samenwerking tussen TSV-Groep en NEC wordt met een aantal lopende trajecten vol vertrouwen tegemoet gezien. In een door TSV geïnitieerde campagne worden zowel online als offline de voordelen van samenwerken met behulp van 3C toegelicht. TSV-Groep vertelt hierin dat met behulp van een slimme bedrijfscommunicatie-oplossing kosten te besparen zijn zonder dat hiervoor in eerste instantie een investeringsbudget vrijgemaakt hoeft te worden.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>Voor meer informatie kunt u contact opnemen met:<br />\r\nRobert van Amerongen <br />\r\nTel: +31 35 689 1521 </strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a> </p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Alex Veldkamp<br />\r\nTel: +31204303291<br />\r\naveldkamp@tsv-groep.nl </strong></p>\r\n\r\n<p align=\"center\"> </p>\r\n\r\n<p><strong>NEC Enterprise Solutions</strong><br />\r\nNEC Enterprise Solutions is een toonaangevende leverancier van IT & Communicatie-oplossingen aan kleine, middelgrote en grote ondernemingen in zowel de private als publieke sectoren. De geboden oplossingen maken gebruik van de nieuwste spraak-, data- en video-technologieën en zijn ontworpen voor open connectiviteit, hoge beschikbaarheid en flexibele groei. NEC Enterprise Solutions bedient haar klanten in EMEA (Europa, Midden Oosten en Afrika) via een netwerk van directe verkooporganisaties, distributeurs en value-added resellers en koestert een bedrijfscultuur waarbij deskundigheid, flexibiliteit en toewijding aan klanten centraal staan.<br />\r\nVoor meer informatie: www.nec-enterprise.com.</p>\r\n\r\n<p><strong>TSV Groep</strong><br />\r\nAl meer dan 25 jaar helpt TSV-Groep BV klanten om ICT ten dienste van hun business te stellen. Met een oorsprong in telecommunicatie heeft de organisatie zich ontwikkeld tot een volwaardig Micro Service Provider waarbij de werkwijze van een organisatie en het contact met de klant het startpunt zijn om te komen tot een werkbare oplossing voor geïntegreerde bedrijfscommunicatie.</p>\r\n\r\n<p>Voor meer informatie op <a href=\"http://www.tsv-groep.nl/\">www.tsv-groep.nl</a></p>\r\n', '', ''),
(202, 0, 1, '2017-05-09 05:27:23', 6, 991, 0, 0, 0, '', '', '', 'NEC appoints ILA Microservers as Smart Enterprise Business Partner for its Smart DX Microserver Series', '', '', '', '<p align=\"left\"><strong>Hilversum, 9<sup>th</sup> May, 2017 – </strong>NEC Enterprise Solutions, a global leader in enterprise Communications & IT solutions, today announced that it has appointed Dutch ILA Microserver as its first business partner in Europe with a focus on the Smart DX microserver series. ILA Microservers will provide end-customers and technology partners with solutions based on the NEC platform. NEC’s DX microserver series provides a highly scalable solution, allowing customers to start from a small configuration, scaling up to tremendous numbers of compute cores per industry standard racks. Optimized for real-time parallel processing in today’s Big Data and Internet of Things (IoT) era, the DX series is also suitable for high-speed and redundant NW requirements for cloud workloads.</p>\r\n\r\n<p align=\"left\">Fred Buining, co-founder and CEO of ILA Microservers says: “The NEC DX series with 3 types of Intel® Xeon®-D server nodes is the ultimate hardware for low and medium compute workloads. Hyperscalers, cloud builders and large enterprises can use the DX series for serving, storage, or network function virtualisation. In Oil & Gas, Finance, Industry 4.0 applications the DX series can be used for Big Data analysis, benefiting from its tremendous memory bandwidth performance. The DX2000 is the ideal system for scale out workloads. With its Xeon D processors it provides a better performance/ Watt then the Xeon E3 servers and if we look at the TCO it can even compete with some of the lower end E5 \'pizza box\' servers. The DX series saves energy, space, labour and provides an unprecedented performance/ Watt for Intel processors.” <br />\r\n<br />\r\nBuining continues: “Our customers cannot risk any disruptions in their business processes and need hardware they not only can rely on but that also creates value in their business processes. NEC has a long tradition of driving hardware innovation and an excellent service. Partnering with NEC ensures that our customers not only today can buy the most innovative, reliable and cost effective hardware but also for the future”.<br />\r\n<br />\r\nTonko Wedda, managing director Benelux and Nordics, is very happy with ILA Microservers: “ILA Microservers is the ideal partner for NEC to build new successes with the DX platform. Their focus is extremely important to become a strategic player in this relatively new market. Together we will continue to build use cases and develop new business models that will fit the IoT era.”</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p><strong>About ILA Microservers:</strong><br />\r\nFor more information on ILA Microservers see: <a href=\"http://ila-microservers.com/\">http://ila-microservers.com</a></p>\r\n', '', ''),
(203, 0, 1, '2017-05-15 15:44:13', 6, 997, 0, 0, 0, '', '', '', 'NEC awards Top Performers at NEC EMEA Partner Conference 2017 in Monaco', 'NEC and Business Partners demonstrate strong mutual commitment at highly successful event', '', '', '<p align=\"left\"><strong>Monaco, Hilversum, 15<sup>th</sup> of May 2017</strong> – At NEC’s EMEA Partner Conference 2017, held in Monaco from 10-12 May, NEC, leading IT and Communications solutions provider, awarded its top performing business partners addressing the enterprise ICT market for their excellent performance over the past year.</p>\r\n\r\n<p align=\"left\">The three-day conference with “Accelerate” as theme, brought together NEC’s major distributors, key business partners and solution partners from over 40 countries across EMEA (Europe, Middle East & Africa). At the conference Paul Kievit, President at NEC Enterprise Solutions, expressed his appreciation for the strong commitment the business partners have shown and congratulated them with their significant achievements across many territories. NEC’s growing market penetration and expanding partner community was reflected in the increased number of participants, this year some 300 attendees from across the region.</p>\r\n\r\n<p align=\"left\">“It is highly inspiring to experience the enthusiasm of our business partners for our brand, our portfolio and our vision”, said Ronald Schapendonk, Marketing Director at NEC Enterprise Solutions. “This conference confirms once again how NEC and our partners are bringing IT and Communication solutions that enable organizations and their workforce to embrace the business advantages of digital transformation. The awards are recognition of our mutual commitment and business success and we look forward to fruitful continuation of the way we are serving the EMEA Enterprise market together”, Schapendonk stated.</p>\r\n\r\n<p align=\"left\">NEC shared its vision and plans for the upcoming year and showcased a broad suite of IT & Communications solutions set behind the company’s Smart Enterprise approach. Latest enhancements and expansions to the portfolio were received by all partners with extreme enthusiasm. Awards presented during the special Gala Dinner at the prestigious Salle des Etoiles venue included those for top distributors, resellers, system integrators and selected areas of excellent performance.</p>\r\n\r\n<p align=\"left\">“With the innovative power of a global leader and the dynamic support of local organizations and highly professional channel partners, NEC is in an excellent position to respond to the most demanding needs of customers”, Kievit concluded.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong><br />\r\n </p>\r\n', '', ''),
(204, 0, 1, '2017-05-31 07:44:33', 6, 1009, 0, 0, 0, '', '', '', 'Felton introduces FeltonCloud based on NEC technology ', 'NEC and Felton partnership bolsters Private Cloud solutions', '', '', '<p align=\"left\"><strong>Hilversum, 31<sup>st</sup> May, 2017 – </strong>NEC Enterprise Solutions and Felton have announced to collaborate in setting up and offering Private Cloud solutions in the Netherlands. To support clients in their Private Cloud strategy, Felton recently introduced FeltonCloud, for which it has selected NEC technology as basis for the design of its data centers.</p>\r\n\r\n<p align=\"left\"><strong>Growing adoption of Cloud</strong><br />\r\nThe business case and management support to invest in own infrastructure is becoming increasingly weak and increasingly difficult to defend for many organizations. Felton also detects a growing reluctance with organizations to fully adopt Azure or AWS (Amaze Web Services). At the same time, Felton sees a clear growth in the adoption of Private Cloud strategies.</p>\r\n\r\n<p align=\"left\">Important reasons for customers to choose Felton\'s Private Cloud solutions are the offered security, performance, availability and pricing. The partnership between Felton and NEC will enable Felton to continue to meet this growing demand for Private Cloud solutions.</p>\r\n\r\n<p align=\"left\"><strong>Security, Performance, Availability and Price</strong><br />\r\nFelton has invested heavily in its Private Cloud solutions, focusing specifically on security, performance, availability and transparent pricing policies. To drive these core aspects, Felton has selected NEC for the design of its Twin TIER 3 data centers and the offered Felton Private Cloud solution. NEC technology provides the Felton Private Cloud solution with a highly scalable platform where virtual resources can be brought together flexibly to deploy customer specific IT infrastructures. The platform is extremely scalable and complies with the most stringent data legislation and integrity requirements, providing exceptionally high performance and availability.</p>\r\n\r\n<p align=\"left\">Stan Bridié CEO of Felton emphasizes: \"I am very pleased that we have found a powerful technology partner in NEC to enhance and extend our successful Private Cloud solutions.\"</p>\r\n\r\n<p align=\"left\">Tonko Wedda, managing director Benelux & Nordics of NEC Enterprise Solutions, is convinced of the success of the partnership with Felton: \"FeltonCloud addresses the growing need and distinguishes itself because Felton really helps its customers to transform to the cloud, serving them with a high degree of flexibility, continuity and availability.”</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.<br />\r\nNEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p><strong>About Felton: </strong><br />\r\nFelton is specialized in providing complete ICT infrastructures and Security and advises its customers across the field of Information and Communication technology. Whether it is Outsourcing, Security, Infrastructure, Architecture, Managed Services, Cloud Services, Integration or Migration projects, Felton\'s services distinguish themselves by their quality, added value, partnership and personal involvement. With state of the art solutions; Scalable, flexible and durable. Felton is ISO 27001 and NEN 7510 certified. For more information: www.felton.nl</p>\r\n', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(205, 0, 1, '2017-05-31 07:57:13', 6, 1010, 0, 0, 0, '', '', '', 'Felton introduceert FeltonCloud op basis van NEC technologie', 'NEC en Felton partnership versterkt Private Cloud oplossingen', '', '', '<p align=\"left\"><strong>Hilversum, 31 mei 2017 –</strong> NEC Enterprise Solutions en Felton maken bekend samen te werken bij het inrichten en aanbieden van Private Cloud oplossingen in Nederland. Ter ondersteuning van de Private Cloud strategie van haar klanten introduceerde Felton onlangs FeltonCloud, waarbij voor de inrichting van haar datacenters gekozen is voor NEC technologie.</p>\r\n\r\n<p align=\"left\"><strong>Groeiende adoptie van Cloud</strong><br />\r\nDe business case en het management draagvlak om te investeren in eigen infrastructuur wordt bij veel organisaties steeds minder sterk en steeds moeilijker verdedigbaar. Felton bespeurt eveneens een groeiende terughoudendheid bij organisaties om volledig naar Azure of AWS (Amaze Web Services) over te gaan. Tegelijkertijd ziet Felton bij haar klanten een duidelijke groei in de adoptie van Private Cloud strategieën.</p>\r\n\r\n<p align=\"left\">Belangrijke redenen voor klanten om te kiezen voor de Private Cloud oplossingen van Felton zijn de geboden beveiliging, performance, beschikbaarheid en prijs. Het partnership tussen Felton en NEC moet Felton in staat stellen om aan deze groeiende vraag naar Private Cloud oplossingen te kunnen blijven voldoen.<br />\r\n </p>\r\n\r\n<p align=\"left\"><strong>Beveiliging, Performance, Beschikbaarheid en Prijs</strong><br />\r\nFelton heeft sterk geïnvesteerd in haar Private Cloud oplossingen en zich hierbij specifiek gericht op beveiliging, performance, beschikbaarheid en een transparante prijspolitiek. Om invulling te geven aan deze kernaspecten heeft Felton bij de inrichting van haar Twin TIER 3 datacenters en de geboden Felton Private Cloud oplossing gekozen voor NEC. NEC technologie biedt de Felton Private Cloud oplossing een uitermate schaalbaar platform waar op flexibele wijze de nodige virtuele middelen kunnen worden samengesteld om klantspecifieke IT infrastructuren in te richten. Het platform voldoet aan de strengste eisen op het gebied van data wetgeving en -integriteit, biedt uitzonderlijk hoge performance en beschikbaarheid en is bijzonder goed op te schalen.</p>\r\n\r\n<p align=\"left\">Stan Bridié, CEO van Felton benadrukt: “Ik ben zeer tevreden dat wij in NEC een krachtige technologie partner hebben gevonden om onze succesvolle Private Cloud oplossingen te versterken en op solide wijze uit te breiden.”</p>\r\n\r\n<p align=\"left\">Tonko Wedda, managing director Benelux & Nordics van NEC Enterprise Solutions, is overtuigd van het succes van de samenwerking met Felton: “FeltonCloud voorziet in een groeiende behoefte en onderscheidt zich doordat Felton haar klanten daadwerkelijk helpt de overstap naar de cloud te maken en hen ontzorgt met een dienst dat zich kenmerkt door een hoge mate van flexibiliteit, continuïteit en beschikbaarheid.”</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>Voor meer informatie kunt u contact opnemen met:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p><strong>NEC Enterprise Solutions</strong><br />\r\nNEC Enterprise Solutions is een toonaangevende leverancier van IT & Communicatie-oplossingen aan kleine, middelgrote en grote ondernemingen in zowel de private als publieke sectoren. De geboden oplossingen maken gebruik van de nieuwste spraak-, data- en video-technologieën en zijn ontworpen voor open connectiviteit, hoge beschikbaarheid en flexibele groei. NEC Enterprise Solutions bedient haar klanten in EMEA (Europa, Midden Oosten en Afrika) via een netwerk van directe verkooporganisaties, distributeurs en value-added resellers en koestert een bedrijfscultuur waarbij deskundigheid, flexibiliteit en toewijding aan klanten centraal staan.<br />\r\nVoor meer informatie: www.nec-enterprise.com.</p>\r\n\r\n<p><strong>Felton</strong><br />\r\nFelton is gespecialiseerd in het compleet ontzorgen van ICT-infrastructuren en Security en adviseert haar klanten op het gebied van informatie en communicatie technologie. Of het nu gaat om Outsourcing, Security, Infrastructuur, Architectuur, Managed Services, Cloud diensten, integratie- en migratie projecten, Felton’s dienstverlening onderscheidt zich door kwaliteit, toegevoegde waarde, partnerschap en persoonlijke betrokkenheid. Met ‘state of the art’ oplossingen; schaalbaar, flexibel en duurzaam. Felton is ISO 27001 en NEN 7510 gecertificeerd.<br />\r\nVoor meer informatie: www.felton.nl</p>\r\n', '', ''),
(206, 0, 1, '2017-07-04 12:27:51', 6, 1043, 0, 0, 0, '', '', '', 'NEC and Fox-IT provide joint solution to prevent cyber-attacks ', 'NEC Express5800/R110 Server fully certified for Fox DataDiode Appliance', '', '2017-07-04', '<p align=\"left\"><strong>Hilversum, 4<sup>th</sup> of July, 2017 – </strong>NEC Enterprise Solutions, a global leader in Enterprise Communications & IT solutions, today announced that the NEC Express5800/R110 Server is now fully certified for use with the Fox DataDiode Appliance. The Fox DataDiode Appliance in combination with NEC Express5800/R110 Servers provides IT infrastructures, systems and networks with protection, connectivity and reliability. Customers can build a complete end-to end solution including a solid barrier that secures the assets of enterprises and governmental institutions and prevents data leakage.<br />\r\n<br />\r\n<strong>Fox DataDiode Appliance: guaranteed one-way communication as turn-key solution</strong></p>\r\n\r\n<p align=\"left\">The Fox DataDiode Appliance is a complete solution for connecting otherwise separated networks. The cross-domain solution reconciles the seemingly contradictory requirements of high assurance and free flow of information. Its guaranteed one-way network connectivity makes sure organizations can securely and smoothly transfer information in real-time, 24x7, offering the highest certified level of security and preventing unwanted access to business assets and critical systems.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>The NEC Express5800/R110 Server Certified by FOX-IT</strong></p>\r\n\r\n<p>The NEC Express5800/R110, an affordable yet powerful single-socket 1U rack server, delivers essential server features, flexibility and enterprise-class reliability in a small footprint. NEC Rack Servers are designed to deliver high performance, reliability and availability at affordable prices and address any business environment, from work groups and small businesses to medium and large smart enterprises. NEC’s servers are acclaimed for supporting operating temperatures of up to 40°C - and with certain models in selected configurations pushing this up to 45°C. All NEC servers have world-class “made in Japan” reliability and are delivered as a standard with Smart Management features. For more information on NEC servers, visit <a href=\"http://www.nec.com/express\">www.nec.com/express</a></p>\r\n\r\n<p align=\"left\">Marc van den Broek, Product Marketing Manager at NEC Enterprise Solutions, comments: “We are extremely pleased to be able to provide customers with certified servers that enable them to build a complete solution that protects and safeguards the availability and integrity of their critical assets. In today’s IoT driven world, secure connectivity is key. People want reliable and secure devices on the edge like with the DataDiode, and with our systems we can supply exactly that.¨</p>\r\n\r\n<p>“With this certification we provide Government and ICS customers standardized on NEC Express5800/R110 the possibility to build a one-way connection between networks of unequal trust, based on the proven Fox DataDiode Solution. With the growing number of threats originating from a connected world, the combination of the NEC Express5800/R110 and the Fox DataDiode ensures secrets and assets are protected.” emphasizes Peter Geijtenbeek, International Sales Director, FOX-IT.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.<br />\r\nNEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p><strong>About Fox-IT: </strong><br />\r\nFox-IT prevents, solves and mitigates the most serious threats as a result of cyber-attacks, fraud and data breaches with innovative solutions for government, defense, law enforcement, critical infrastructure, banking and commercial enterprise clients worldwide. Our approach combines human intelligence and technology into innovative solutions that ensure a more secure society. We develop custom and packaged solutions that maintain the security of sensitive government systems, protect industrial control networks, defend online banking systems, and secure highly confidential data and networks. For more information, please visit <a href=\"https://www.fox-it.com/nl/\">https://www.fox-it.com/nl/</a></p>\r\n', '', ''),
(207, 0, 1, '2017-07-19 06:57:29', 6, 1053, 0, 0, 0, '', '', '', 'NEC IP DECT fully certified for interoperability with Avaya', 'Avaya and Nortel customers can now comfortably revitalize their existing IP DECT wireless systems', '', '', '<p align=\"left\"><strong>Hilversum, 19<sup>th</sup> of July, 2017 – </strong>NEC Enterprise Solutions, a global leader in Enterprise Communications & IT solutions, today announced that with the introduction of Release 6.41 R3 the acclaimed NEC IP DECT wireless solutions are now fully certified and available for interoperability with Avaya Aura, IP Office and CS1000 systems.</p>\r\n\r\n<p align=\"left\">With NEC IP DECT being the defacto global leading wireless solution and the most cost-effective on the market, this is excellent news for Avaya customers seeking to expand or upgrade their system by taking advantage of NEC’s comprehensive range of wireless handsets, technologies and applications.</p>\r\n\r\n<p align=\"left\"><strong>Full interoperability in Avaya DevConnect program</strong><br />\r\nRigid compliance tests in the Avaya DevConnect compliance testing program have certified full interoperability between NEC’s IP DECT 6.41 and Avaya IP Office and Avaya Aura systems. Certification includes all NEC handsets, NEC AP400 and AP400E Access Points (as well as AP400C with Avaya IP Office) using TCP/UDP and TLS/SRTP. NEC is moreover the sole vendor offering full compatibility with Avaya Aura High Availability options.</p>\r\n\r\n<p align=\"left\">NEC IP DECT offers a full range of attractively priced handsets with simple plug and play deployment thanks to programmable micro SD-cards and over-the-air provisioning of firmware. Automatic Access Point discovery, synchronization & configuration make NEC wireless solutions easy to install and maintain. A unique hot-spot mode allows installing Access Points just where needed, without the need for a full network survey.</p>\r\n\r\n<p align=\"left\">NEC’s open DMLS (DECT Messaging and Location Services) interface work with many application and middleware systems and enables sophisticated alarming (man-down, push-to-talk), text messaging and lone worker/ duress protection. NEC is furthermore known to comply with highest security standards.</p>\r\n\r\n<p align=\"left\"><strong>Attractive migration for Avaya and Nortel customers</strong><br />\r\nWith this certification NEC IP DECT offers interesting migration scenarios for existing CS1000 customers. Avaya/Nortel CS1000 IP DECT can now be upgraded to allow for a mix of existing APs and handsets and new NEC AP400 AP’s and new NEC handsets. The upgraded systems are compatible with both the installed Avaya systems as well as prepared for a future swap to a new communication server (Avaya Aura, IP Office or NEC server). Nortel CS1000 DECT customers can take advantage of this perfect migration revitalizing their solution while protecting previous investments.</p>\r\n\r\n<p align=\"left\">With NEC IP DECT being fully certified for seamless integration with Avaya communication servers under the Avaya DevConnect program, users don’t have to worry about rewiring or further network costs. Existing handsets, generally representing a large part of the value of the system, can be re-used in an upgrade to NEC IP DECT.</p>\r\n\r\n<p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/press/NEC-IP-DECT-Interoperability-with-Avaya.png\" style=\"width: 800px; height: 396px;\" /></p>\r\n\r\n<p style=\"text-align: center;\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:</strong></p>\r\n\r\n<table align=\"left\" border=\"0\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 700px;\">\r\n <tbody>\r\n <tr>\r\n <td><strong>Robert van Amerongen</strong></td>\r\n <td> </td>\r\n <td><strong>Annick Reyngoudt</strong></td>\r\n </tr>\r\n <tr>\r\n <td><strong>Tel: +31 35 689 1521</strong></td>\r\n <td> </td>\r\n <td><strong>Tel: +33 6 89 49 06 77</strong></td>\r\n </tr>\r\n <tr>\r\n <td><strong><a href=\"mailto:robert.van.amerongen@emea.nec.com\">robert.van.amerongen@emea.nec.com</a> </strong></td>\r\n <td> </td>\r\n <td><strong>annick.reyngoudt@emea.nec.com</strong></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n', '', ''),
(208, 0, 1, '2017-07-19 07:54:55', 6, 1054, 0, 0, 0, '', '', '', 'NEC IP DECT fully certified for interoperability with Avaya', 'Avaya and Nortel customers can now comfortably revitalize their existing IP DECT wireless systems', '', '', '<p align=\"left\"><strong>Hilversum, 19<sup>th</sup> of July, 2017 – </strong>NEC Enterprise Solutions, a global leader in Enterprise Communications & IT solutions, today announced that with the introduction of Release 6.41 R3 the acclaimed NEC IP DECT wireless solutions are now fully certified and available for interoperability with Avaya Aura, IP Office and CS1000 systems.</p>\r\n\r\n<p align=\"left\">With NEC IP DECT being the defacto global leading wireless solution and the most cost-effective on the market, this is excellent news for Avaya customers seeking to expand or upgrade their system by taking advantage of NEC’s comprehensive range of wireless handsets, technologies and applications.</p>\r\n\r\n<p align=\"left\"><strong>Full interoperability in Avaya DevConnect program</strong><br />\r\nRigid compliance tests in the Avaya DevConnect compliance testing program have certified full interoperability between NEC’s IP DECT 6.41 and Avaya IP Office and Avaya Aura systems. Certification includes all NEC handsets, NEC AP400 and AP400E Access Points (as well as AP400C with Avaya IP Office) using TCP/UDP and TLS/SRTP. NEC is moreover the sole vendor offering full compatibility with Avaya Aura High Availability options.</p>\r\n\r\n<p align=\"left\">NEC IP DECT offers a full range of attractively priced handsets with simple plug and play deployment thanks to programmable micro SD-cards and over-the-air provisioning of firmware. Automatic Access Point discovery, synchronization & configuration make NEC wireless solutions easy to install and maintain. A unique hot-spot mode allows installing Access Points just where needed, without the need for a full network survey.</p>\r\n\r\n<p align=\"left\">NEC’s open DMLS (DECT Messaging and Location Services) interface work with many application and middleware systems and enables sophisticated alarming (man-down, push-to-talk), text messaging and lone worker/ duress protection. NEC is furthermore known to comply with highest security standards.</p>\r\n\r\n<p align=\"left\"><strong>Attractive migration for Avaya and Nortel customers</strong><br />\r\nWith this certification NEC IP DECT offers interesting migration scenarios for existing CS1000 customers. Avaya/Nortel CS1000 IP DECT can now be upgraded to allow for a mix of existing APs and handsets and new NEC AP400 AP’s and new NEC handsets. The upgraded systems are compatible with both the installed Avaya systems as well as prepared for a future swap to a new communication server (Avaya Aura, IP Office or NEC server). Nortel CS1000 DECT customers can take advantage of this perfect migration revitalizing their solution while protecting previous investments.</p>\r\n\r\n<p align=\"left\">With NEC IP DECT being fully certified for seamless integration with Avaya communication servers under the Avaya DevConnect program, users don’t have to worry about rewiring or further network costs. Existing handsets, generally representing a large part of the value of the system, can be re-used in an upgrade to NEC IP DECT.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77</strong><br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\"><strong>robert.van.amerongen@emea.nec.com</strong></a><strong> annick.reyngoudt@emea.nec.com</strong></p>\r\n', '', ''),
(209, 0, 1, '2017-08-30 07:14:57', 6, 1059, 0, 0, 0, '', '', '', 'NEC Enterprise Solutions showcases Integrated High Availability solutions at IBC 2017', 'Powerful offering underlines NEC’s strength as Total Solution Provider for the Broadcasting sector', '', '', '<p align=\"left\"><strong>Hilversum, 30 August 2017 – </strong>As one of the world’s leading providers of end-to-end integrated broadcasting solutions, including distribution, contribution, playout and transmission systems, NEC will this year again participate to the International Broadcasting Convention (IBC) in Amsterdam, The Netherlands.</p>\r\n\r\n<p align=\"left\">IBC 2017 will be held from the 15th through 19th of September at the RAI Amsterdam Exhibition Center and NEC will be present at booth B37 in Hall 8. Among the highlights that NEC Enterprise Solutions as total solutions provider will be showcasing are the company’s High Availability solutions for the broadcasting industry including:</p>\r\n\r\n<p align=\"left\">• Smart Data Storage & Management (NEC HYDRAstor (VA) and NIAS)</p>\r\n\r\n<p align=\"left\">• High Availability Networking (NEC SDN/SDx)</p>\r\n\r\n<p align=\"left\">• High Availability of Applications (NEC EXPRESSCLUSTER/NEC Fault Tolerant Server)<br />\r\n </p>\r\n\r\n<p align=\"left\"><strong>NEC’s Award Winning HYDRAstor and NIAS</strong><br />\r\nNEC\'s award winning HYDRAstor technology is a very high performant, capacity-optimized and highly available storage solution for backup, long-term data archive and Disaster Recovery solutions. The extremely high performance and capacity of NEC HYDRAstor make it an ideal solution for the broadcast sector. <br />\r\n<br />\r\nWith the importance of data management increasing due to targeted cyber-attacks, there is a strong demand for improved file server security. NEC’s Information Assessment System (NIAS) streamlines file server data and enhances security. It provides detailed visualizations of access permission settings and easy detection and amendment of settings that violate the codes or operating regulations of an organization, improving security while reducing the workload of operating administrators.<br />\r\n<br />\r\n<strong>Highly Available Software Defined Networking</strong><br />\r\nNEC’s OpenFlow Software Defined Networking (SDN) technology enables full network virtualization and allows enterprises, data centers and service providers to easily deploy, control, monitor and manage secure network infrastructures. By centralizing the controller and using software to program the network, SDN helps to eliminate manual processes, configuration inflexibility and latency challenges associated with device-centric networking.</p>\r\n\r\n<p align=\"left\">As a pioneer of SDN, NEC engages proactively in R&D and trials utilizing SDNs and IoT service enablers to improve service quality for operators and reduce network operating costs. Linking IoT services with SDN enables NEC to construct service-oriented networks to cater for the most advanced environments and requirements.</p>\r\n\r\n<p align=\"left\"><strong>High Availability Applications</strong><br />\r\nLeveraging NEC\'s world-class supercomputer and mainframe heritage, NEC’s Express5800 Scalable Severs realize high performance, high availability and high operationability and are the ideal platform for compute-intensive and memory-hungry applications in mission critical and virtualized environments such as in broadcasting. NEC’s Fault Tolerant servers are designed with innovative technology that enables continuous availability for a solution with up to 99.999% system uptime while providing data integrity and exceptional performance. NEC’s EXPRESSCLUSTER is a software solution for high availability and remote disaster recovery preventing data loss and protecting IT systems.</p>\r\n\r\n<p align=\"left\">Visitors to IBC 2017 will be able to experience the extreme performance, security and convenience of NEC’s fully integrated end-to-end Smart Broadcasting solutions and will be able to discuss with NEC experts the available options as to how the sector can benefit from these.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:</strong><br />\r\n<br />\r\nRobert van Amerongen Annick Reyngoudt<br />\r\nTel: +31 35 689 1521 Tel: +33 6 89 49 06 77<br />\r\nrobert.van.amerongen@emea.nec.com annick.reyngoudt@emea.nec.com </p>\r\n', '', ''),
(210, 0, 1, '2017-09-04 12:58:18', 6, 1060, 0, 0, 0, '', '', '', 'NEC introduces SL2100 for Smart SMB Communications in EMEA', 'Highly efficient, cost-effective server offers SMB’s enterprise-grade UCC and mobility', '', '', '<p align=\"left\"><strong>Hilversum, 5<sup>th</sup> of September, 2017 – </strong>NEC Enterprise Solutions, a global leader in Enterprise Communications & IT solutions, today launched the new <a href=\"http://www.necsl2100.com/\">SL2100 Smart Communications System</a> in the EMEA markets. Directed specifically at smaller and mid-sized businesses, the SL2100 is an intelligent cost-effective communication solution that packs affordability, efficiency and enterprise-grade functionality into one.</p>\r\n\r\n<p align=\"left\"><strong>Enterprise-grade UC&C and Mobility</strong><br />\r\nWith wide-ranging, enterprise-grade Voice over IP (VoIP), Smart Mobility and Unified Communications and Collaboration (UC&C), the SL2100 offers a host of sophisticated features at an extremely competitive price point. It enables businesses to provide the high levels of customer service required today, keeping colleagues and customers up-to-date and connected by means of single number reach, built-in web based conferencing, remote worker/home office support and the ability to use smartphones as system extensions.<br />\r\n </p>\r\n\r\n<p><strong>Easy training, easy installation and easy to sell</strong><br />\r\n“Because of our long-time involvement and expertise in addressing the needs of smaller businesses, we have been able to include latest technology and functionality tuned to the needs for economy, mobility and ecology”, said Graeme Snowden, Director SMB Portfolio at NEC Enterprise Solutions.</p>\r\n\r\n<p>“In addition to being highly competitive as a SMB business solution, the SL2100 is our most reseller-friendly series so far. With minimal system configurations from ‘out of the box’ settings, the time taken for set-up and system commissioning can be brought right down to less than half an hour. With intuitive features that are simple to understand and use, partner training and end user instruction are minimal as well”, he adds.<br />\r\n </p>\r\n\r\n<p><strong>InApps: Built-in Brilliance</strong><br />\r\nThe uniquely diverse built-in/on-board apps that the SL2100 provides, require no external PC or server and can be simply activated with licences - making them highly cost effective and reliable:</p>\r\n\r\n<p style=\"margin-left:.5in;\">• <strong>InUC</strong> provides video conferencing, collaboration, document sharing, Presence and instant<br />\r\nmessaging for any business of up to 128 users.</p>\r\n\r\n<p style=\"margin-left:.5in;\">• <strong>InReports</strong> is a Smart Call Management application providing 24/7 ‘visibility’ of the entire company’s communications, presenting graphically enhanced reports as Lists, Charts or Wallboards.</p>\r\n\r\n<p style=\"margin-left:.5in;\">• <strong>InGuard</strong> protects a business against toll fraud attacks monitoring all call activity 24/7 and detecting any suspicious call activity instantly.</p>\r\n\r\n<p style=\"margin-left:.5in;\">• <strong>InHotel</strong> is a Front-of-House Application combining a complete Property Management System with tightly integrated telephone system functionality, ideal for hotels of up to 120 rooms.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Extreme value for money</strong><br />\r\n“Channel partners these days are seeking a strong and stable vendor that they can rely on to take their business and that of their customers safely and solidly into the far future. With NEC financially strong, the Global No.1 in this market sector and known for Quality and Reliability, we are the vendor of choice for many of them”, said Bert Plasman, VP EMEA Channel Sales at NEC Enterprise Solutions.</p>\r\n\r\n<p>“The SL2100 is a key pillar of our business strategy to further expand our market coverage in EMEA. Its extreme value for money gives us full opportunity to successfully address the SMB market, with its scalable architecture, top of the bill functionalities and excellent price point”, Plasman concludes.</p>\r\n\r\n<p>More SL2100 information on: <a href=\"http://www.necsl2100.com/\">www.necsl2100.com</a></p>\r\n', '', ''),
(211, 0, 1, '2017-09-06 07:18:40', 6, 1063, 0, 0, 0, '', '', '', 'NEC empowers Smart Digital Transformation in Business and Society at GITEX 2017', 'Powerful showcase of IT & Communications for Smart Enterprises and Digital Cities', '', '', '<p><strong>Dubai, 6 September 2017 – </strong>At GITEX 2017 Technology Week, taking place 8-12 October at the Dubai World Trade Center, NEC Corporation is at booth Z-E30 (Gulfcomms, Zabeel Hall) showcasing the latest evolution of its wide spectrum of powerful solutions that equip organizations and society for smart transformation in today’s digital business landscape.</p>\r\n\r\n<p><strong>Smart Digital Transformation</strong><br />\r\nWith so many disruptive changes in the market, businesses as well as governmental institutions are confronted with the question whether to transform or be left behind. Cloud services, mobile integration, real-time collaboration, data analytics and high availability are becoming essential ingredients for the smart and secure enterprise. Prediction, recognition and proactive protection are vital to sustain a safe, stable and healthy environment. All these are part of a rapidly evolving technology foundation by means of which NEC is enabling new approaches to how Communications and IT services are delivered and managed to drive business growth and safer societies.</p>\r\n\r\n<p>NEC’s demonstrations of latest enhancements at GITEX underpin the company’s rich and innovative portfolio to empower smart digital city and business transformation and include:</p>\r\n\r\n<ul>\r\n <li>Business Continuity (High Availability) Solutions, Smart Data Management & Storage, Virtual Workspace and SDx/SDN solutions</li>\r\n <li>UC&C, Mobility, Biometrics and Display Solutions for SMB, Enterprises and Government</li>\r\n <li>Award winning Advanced Recognition, Security, IoT and Control and Command Solutions for a Safer and Efficient Society</li>\r\n</ul>\r\n\r\n<p><strong>Empowering the Smart Enterprise</strong><br />\r\n“At GITEX we are demonstrating how Smart Enterprises can leverage converged technologies to optimize business practices, drive workforce engagement and create a competitive edge”, says Domenico De Stefanis, Managing Director Middle East for NEC Enterprise Solutions. “Our Smart Enterprise Framework brings together all key technologies, applications and smart workspaces that deliver scalable, resilient and secure services for productive and efficient operations”, he explains.</p>\r\n\r\n<p>“It is not for nothing that we are undisputedly global leader in Enterprise Communications. Our communication platforms serve small, medium and enterprise class businesses with rich functionality, sophisticated terminals and productivity boosting applications”, De Stefanis continues.<br />\r\n<br />\r\n<strong>Introducing the SL2100 with Built-in Brilliance</strong><br />\r\nUnderpinning this at GITEX NEC is proudly introducing the brand new SL2100 for Smart SMB Communications. This highly efficient and intelligent server offers smaller and mid-sized business enterprise-grade UC&C and mobility at an extremely competitive price point. It enables businesses to provide the high levels of customer service required today, keeping colleagues and customers up-to-date and connected by means of single number reach, built-in web based conferencing, remote worker/home office support and the ability to use smartphones as system extensions. In the SL2100 NEC has been able to include latest technology and functionality tuned to the needs for economy, mobility and ecology. The uniquely diverse built-in/on-board apps that the SL2100 provides, require no external PC or server and can be simply activated with licences - making them highly cost effective and reliable.</p>\r\n\r\n<p>Also on show are NEC’s UNIVERGE SV9000 series communication servers for medium to large enterprises (<a href=\"http://www.necsv9000.com/\">www.necsv9000.com</a>) as well as UNIVERGE 3C, NEC’s software-based UC&C solution for powerful user-centric IP telephony and rich collaboration seamlessly embedded in today’s IT architectures (<a href=\"http://www.nec-3c.com/\">www.nec-3c.com</a>).</p>\r\n\r\n<p><strong>Advanced Recognition – the world’s fastest and most accurate Facial Recognition and Matching</strong><br />\r\nPublic safety agencies and enterprises are increasingly using facial recognition as identification method. With ‘People, Pattern, Predict’ as main theme, NEC\'s industry-leading Advanced Recognition System NeoFace is the world\'s fastest and most accurate facial matching product and is adopted by organizations throughout the world, including police forces, immigration offices, and public facilities. The latest release includes enhancements for non-frontal facial images, low-resolution images and uncontrolled environments. For more information: (<a href=\"https://www.nec-enterprise.com/products/NeoFace-15\">https://www.nec-enterprise.com/products/NeoFace-15</a>) and <a href=\"http://www.nec.com/en/global/solutions/safety/Technology/index.html\">http://www.nec.com/en/global/solutions/safety/Technology/index.html</a></p>\r\n\r\n<p><strong>High Availability and Disaster Recovery</strong><br />\r\nKeeping the IT & UC system always up and running is essential for business success, even more so in virtualized environments or public/private cloud services. Powered by energy efficient and powerful processors, NEC\'s Server Family reduces procurement and operations costs for environments that require small, medium or large-scale consolidation. NEC’s integrated EXPRESSCLUSTER, the leading High Availability & Disaster Recovery minimizes the damage organizations experience from system outages, whether they are planned or unplanned and offers market-proven quality of high availability for various applications including SAP.</p>\r\n\r\n<p><strong>NEC’s Smart & Secure Virtual Workspace</strong><br />\r\nNEC’s unique Virtual Desktop solution in combination with UNIVERGE 3C has made it the No.1 supplier of Desktop Virtualization in the Middle East. Residing on central servers and leveraging the benefits of security and business continuity, NEC’s Smart Virtual Workspace allows users to securely access their working environment from anywhere, at any time, with any device and delivers a consistent, rich-media experience in combination with the ease of central management (<a href=\"http://www.nec-virtualworkspace.com/\">www.nec-virtualworkspace.com</a>).<br />\r\n<br />\r\n<strong>NEC’s Award Winning SDN for Enterprise and Smart Cloud System Solution</strong><br />\r\nInstalled in networks around the world, NEC’s ProgrammableFlow Networking Suite was the first commercially available SDN solution to leverage the OpenFlow protocol. The suite enables full network virtualization and allows enterprises, data centers and service providers to easily deploy, control, monitor and manage secure multi-tenant network infrastructures. More info on: <a href=\"http://www.nec-sdn.com/\">www.nec-sdn.com</a></p>\r\n\r\n<p>Another NEC software defined innovation on show at GITEX is NEC’s Smart Cloud System Solution, an Open Source Software based, converged infrastructure for Private Cloud. NEC provides complete pre-designed and pre-validated infrastructure stack, including networks, servers and storage including a user-friendly dashboard for integrated operation or system resource management and IaaS self-service. More info on: <a href=\"https://www.nec-enterprise.com/products/Cloud-Platform-for-Iaas\">https://www.nec-enterprise.com/products/Cloud-Platform-for-Iaas</a></p>\r\n\r\n<p><strong>HYDRAstor Enterprise for High Performance Capacity-optimized Storage for Long-term Data</strong><br />\r\nData is growing at explosive rates. Storage & Data Management is considered as a top priority among all CIO’s and IT administrators. Even in midsize and smaller organizations hundreds of terabytes to petabytes of data needs to be managed. NEC HYDRAstor’s secondary storage consolidation platform delivers a strong long-term track record in the industry for performance, data resiliency, non-disruptive technology refreshes. More info on: <a href=\"https://www.nec-enterprise.com/products/HYDRAstor-Series-112\">https://www.nec-enterprise.com/products/HYDRAstor-Series-112</a></p>\r\n\r\n<p><strong>Advancing IoT solutions</strong><br />\r\nOne of NEC’s prime focus areas is to drive Internet of Things (IoT) solutions. With Industrial IoT, a solution that supports next-generation manufacturing, NEC leverages its technological strengths in areas such as Smart Mobility, Image Recognition, Big Data analysis and Software Defined Networking (SDN). Industrial IoT includes prediction analysis to automatically identify irregularities in large volumes of data and highly-accurately predict product quality and performance. At GITEX visitors can discuss with NEC specialists how they can benefit from NEC’s IoT solutions for their industry. <br />\r\n </p>\r\n\r\n<p><strong>Display and Signage solutions tailored to market segments</strong><br />\r\nOn show at GITEX in the area of display technology are a range of innovative solutions for Control Room applications as well as tailored solutions for Aviation, Retail and Education.<br />\r\n<br />\r\n<strong>NEC is available in the Zabeel Hall at Stand No. Z-E30. For more information, please visit: <a href=\"https://www.nec-enterprise.com/864-GITEX-2017\" target=\"_blank\">www.nec-events.com/GITEX</a></strong></p>\r\n', '', ''),
(212, 0, 1, '2017-09-25 14:51:56', 6, 1124, 0, 0, 0, '', '', '', 'NEC and Hortonworks expand partnership to deliver distributed processing platform for Big Data', 'Certified as a Hortonworks Platinum reseller partner and extended global collaboration', '', '', '<div class=\"boxSection-01\" style=\"margin: 20px 0px; padding: 10px; border: 0px; font-size: 14px; box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-family: Arial, Verdana, Helvetica, sans-serif;\">\r\n<p style=\"margin: 0px 0px 10px; padding: 0px; border: 0px;\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">Tokyo, Japan, September 25, 2017</strong> - <a href=\"http://www.nec.com/\" style=\"color: rgb(11, 60, 142);\">NEC Corporation</a> (NEC; TSE: 6701) and Hortonworks, Inc. (Hortonworks®) today announced the expansion of their strategic partnership in the field of distributed Big Data processing platforms. The companies are combining NEC\'s \"Data Platform for Hadoop\" with Hortonworks Data Platform (HDP<sup style=\"margin: 0px; padding: 0px; border: 0px; font-size: 12px;\">TM</sup>), powered by Apache Hadoop and Apache Spark, that allows enterprise customers to process structured and un-structured data on a single platform. NEC will introduce and market the Big Data platform solution throughout global markets with support from Hortonworks.<br />\r\n<br />\r\nThis strategic relationship between NEC - a leader in the integration of IT and network technologies, and Hortonworks - an industry-leading innovator that creates, distributes and supports enterprise-ready open data platforms, allows each company to leverage its core competencies and maximize the benefits delivered to their enterprise customers and partners. Through this extended relationship, Hortonworks will certify NEC\'s Data Platform for Hadoop with HDP<sup style=\"margin: 0px; padding: 0px; border: 0px; font-size: 12px;\">TM</sup> as a Big Data Appliance which is built and optimized for Big Data workloads. NEC will leverage the knowhow of Hortonworks in the integration of Big Data as well as its best-in class Hadoop expertise and support services. <br />\r\n<br />\r\nThis partnership aims to achieve the following:</p>\r\n\r\n<ul class=\"uList-01 mb20 \" style=\"margin: 0px 0px 10px; padding-right: 0px; padding-left: 0px; border: 0px; list-style: none;\">\r\n <li style=\"margin: 0px 0px 5px; padding: 0px 0px 0px 24px; border: 0px; list-style: none; position: relative;\">* NEC and Hortonworks will align engineering teams to verify HDP and incorporate use cases such as Enterprise Data Warehouse (EDW) offload or Data Lake in order to accelerate the deployment of NEC\'s Data Platform for Hadoop.</li>\r\n <li style=\"margin: 0px 0px 5px; padding: 0px 0px 0px 24px; border: 0px; list-style: none; position: relative;\">* Big Data technologies are changing rapidly. NEC and Hortonworks will strive towards enabling their customers to always use the latest Big Data technologies, such as Apache Hadoop and Apache Spark, and maximize the benefits derived from them.</li>\r\n <li style=\"margin: 0px 0px 5px; padding: 0px 0px 0px 24px; border: 0px; list-style: none; position: relative;\">* NEC will provide its clients with a high-quality Hortonworks certified platform to accelerate HDP deployment and enable customers to utilize the latest Big Data solution for their business expansion.</li>\r\n <li style=\"margin: 0px 0px 5px; padding: 0px 0px 0px 24px; border: 0px; list-style: none; position: relative;\">* NEC and Hortonworks will offer an easy upgrade path to customers by providing pre-validated and certified upgrades of the Hadoop version in use.</li>\r\n <li style=\"margin: 0px 0px 5px; padding: 0px 0px 0px 24px; border: 0px; list-style: none; position: relative;\">* Both NEC and Hortonworks are committed to integrate their engineering collaboration and go-to-market plans and to expand this business into new and developing markets. The focus of this collaboration is to enable customers and partners with the latest use cases and market trends that can assist them in realizing their Data Driven Digital Transformation Journey.</li>\r\n <li style=\"margin: 0px 0px 5px; padding: 0px 0px 0px 24px; border: 0px; list-style: none; position: relative;\">* NEC provides enterprises with Hortonworks DataFlow (HDF<sup style=\"margin: 0px; padding: 0px; border: 0px; font-size: 12px;\">TM</sup>) and Hortonworks Professional Services in order to implement HDP and HDF, which enables customers to quickly create business value and successfully realize their Big Data vision.</li>\r\n</ul>\r\n\r\n<p style=\"margin: 0px 0px 10px; padding: 0px; border: 0px;\">\"It\'s important for organizations to make fast and informed decisions by extracting business insights from huge volumes of data. In order to accomplish this, NEC is committed to providing organizations with the best Hadoop platform for data management and processing. In pursuit of this commitment, we have established a Centre of Excellence for Analytics Platform and Solutions in India, which focuses on research and development of futuristic Big Data solutions and provides end-to-end sales and support functions to its clients. By becoming a Platinum reseller for Hortownworks, we are uniquely positioned to provide a certified Big Data solution to the market,\" said Tomoyasu Nishimura, Sr. VP, NEC Corporation. \"We look forward to extending this partnership to the next level to deliver more innovative solutions.\"<br />\r\n<br />\r\n\"I am very pleased to welcome NEC as one of Hortonworks\' Platinum partners. I am sure that the certified Big Data solution stack of NEC\'s Data Platform for Hadoop and Hortonworks Data Platform (HDP) will provide our customers and partners with leading-edge data-driven solutions and advantages to grow their businesses,\" said Christopher Sullivan, SVP, Global Channels & Alliances, Hortonworks.<br />\r\n<br />\r\nThe partnership between NEC and Hortonworks was initiated in September 2015. Since then, the companies have collaborated on a variety of projects, enabling them to acquire key clients in the Telecom and Banking sector.</p>\r\n\r\n<p class=\"acenter\" style=\"margin: 0px; padding: 0px; border: 0px; text-align: center !important;\">***</p>\r\n</div>\r\n\r\n<div class=\"boxSection-01\" style=\"margin: 20px 0px 0px; padding: 10px; border: 0px; font-size: 14px; box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-family: Arial, Verdana, Helvetica, sans-serif;\">\r\n<p class=\"mb40 \" style=\"margin-top: 0px; margin-right: 0px; margin-left: 0px; padding: 0px; border: 0px; margin-bottom: 40px !important;\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">About Hortonworks</strong><br />\r\nHortonworks is an industry-leading innovator that creates, distributes and supports enterprise-ready open data platforms and modern data applications that deliver actionable intelligence from all data: data-in-motion and data-at-rest. Hortonworks is focused on driving innovation in open source communities such as Apache Hadoop, Apache NiFi and Apache Spark. Along with its 2,100+ partners, Hortonworks provides the expertise, training and services that allow customers to unlock transformational value for their organizations across any line of business.<br />\r\n<br />\r\n<span class=\"size-01\" style=\"margin: 0px; padding: 0px; border: 0px; font-size: 12px;\">Hortonworks and HDP are registered trademarks or trademarks of Hortonworks, Inc. and its subsidiaries in the United States and other jurisdictions. For more information, please visit <a href=\"http://www.hortonworks.com/\" style=\"color: rgb(11, 60, 142);\" target=\"_blank\">http://www.hortonworks.com/</a>. All other trademarks are the property of their respective owners.</span><br />\r\n<br />\r\n<strong style=\"margin: 0px; padding: 0px; border: 0px;\">About NEC Corporation</strong><br />\r\nNEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company\'s experience and global resources, NEC\'s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit <a href=\"http://www.nec.com/\" style=\"color: rgb(11, 60, 142);\">http://www.nec.com</a>.<br />\r\n<br />\r\nThe NEC Group globally provides \"Solutions for Society\" that promote the safety, security, efficiency and equality of society. Under the company\'s corporate message of \"Orchestrating a brighter world,\" NEC aims to help solve a wide range of challenging issues and to create new social value for the changing world of tomorrow. For more information, please visit<br />\r\n<br />\r\n<a href=\"http://www.nec.com/en/global/about/vision/message.html\" style=\"color: rgb(11, 60, 142);\">http://www.nec.com/en/global/about/vision/message.html</a></p>\r\n</div>\r\n', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(213, 0, 1, '2017-10-12 07:02:57', 6, 1131, 0, 0, 0, '', '', '', 'NEC awards Middle East Top Performers at GITEX 2017 Gala Dinner', 'NEC and Business Partners demonstrate strong mutual commitment at highly successful event', '', '', '<p align=\"left\"><strong>Dubai, 10<sup>th</sup> of October 2017</strong> – At a special Gala Dinner held in Dubai on October 9<sup>th</sup>, NEC, leading IT and Communications solutions provider, awarded its top performing business partners addressing the enterprise ICT market in the Middle East region for their excellent performance over the past period.</p>\r\n\r\n<p align=\"left\">The NEC Gala Dinner brought together business partners and customers visiting GITEX 2017 Technology Week, from 8-12 October at the Dubai World Trade Center, where NEC showcased the latest evolution of powerful solutions that equip organizations and society for smart transformation in today’s digital business landscape.<br />\r\nThis years’ winners of NEC’s Top Performer awards were Al Yousuf (UAE), Najtech (Saudi Arabia), AASA Group (UAE), InterTech (Oman), Ascotel (Jordan) and AT&C (Egypt).</p>\r\n\r\n<p align=\"left\"><strong>Empowering the Smart Enterprise</strong><br />\r\nNEC’s latest enhancements underpin its rich and innovative portfolio to empower smart enterprises and drive business transformation including:</p>\r\n\r\n<p align=\"left\">• Business Continuity (High Availability) Solutions, Smart Data Management & Storage, Virtual Workspace and SDx/SDN solutions</p>\r\n\r\n<p align=\"left\">• UC&C, Mobility, Biometrics and Display Solutions for SMB, Enterprises and Government</p>\r\n\r\n<p align=\"left\">• Award winning Advanced Recognition, Security, IoT and Control and Command Solutions for a Safer and Efficient Society</p>\r\n\r\n<p align=\"left\"><strong>Introducing the SL2100 with Built-in Brilliance</strong><br />\r\nBrand new introduction at GITEX is NEC’s SL2100 for Smart SMB Communications. This highly efficient and intelligent server offers smaller and mid-sized business enterprise-grade UC&C and mobility at an extremely competitive price point. In the SL2100 NEC has been able to include latest technology and functionality tuned to the needs for economy, mobility and ecology. Also on show are NEC’s UNIVERGE SV9000 series communication servers for medium to large enterprises as well as UNIVERGE 3C, NEC’s software-based UC&C solution for powerful user-centric IP telephony and rich collaboration seamlessly embedded in today’s IT architectures.</p>\r\n\r\n<p align=\"left\">At the Gala Dinner Paul Kievit, President at NEC Enterprise Solutions, expressed his appreciation for the strong commitment the business partners have shown and congratulated them with their significant achievements across many sectors.</p>\r\n\r\n<p align=\"left\">“It is highly inspiring to experience the enthusiasm of our business partners for our brand, our portfolio and our vision”, said Ronald Schapendonk, Marketing Director at NEC Enterprise Solutions. “Our presence at GITEX confirms once again how NEC and our partners are bringing IT and Communication solutions that enable organizations and their workforce to embrace the business advantages of digital transformation. The awards are recognition of our mutual commitment and business success”, Schapendonk stated. </p>\r\n', '', ''),
(214, 0, 1, '2017-10-25 07:37:04', 6, 1134, 0, 0, 0, '', '', '', 'NEC toont nieuwste innovaties tijdens Data & Cloud Expo', 'Efficiënte, veilige en betrouwbare processing, opslag en beheer van data centraal bij NEC ', '', '', '<p align=\"left\"><em>Bezoek NEC op stand E099 tijdens Infosecurity / Data & Cloud Expo, Utrecht</em><br />\r\n </p>\r\n\r\n<p align=\"left\"><strong>Hilversum, 25 oktober 2017</strong> – NEC, wereldwijd toonaangevende leverancier van IT & Communicatie-oplossingen, toont dit jaar tijdens Data & Cloud Expo 2017 een uitgebreid portfolio IT-oplossingen die gericht zijn op efficiënte, veilige en betrouwbare processing, opslag en beheer van data. Tijdens Data & Cloud Expo staan bij NEC diverse oplossingen centraal, waaronder geavanceerde Virtualisatie en Storage oplossingen gericht op continuïteit en betrouwbaarheid in kritieke omgevingen, Fault-Tolerant servers voor bedrijfscontinuïteit en betrouwbare gegevensopslag en gebruiksvriendelijke tooling voor eenvoudig en efficiënt onderhoud en beheer.</p>\r\n\r\n<p align=\"left\"><strong>Geavanceerde dataopslag en -beheer adresseert explosieve datagroei</strong><br />\r\nDe explosieve groei in data maakt Storage & Data Management een topprioriteit voor alle CIO\'s en IT-beheerders. Zelfs bij middelgrote en kleinere organisaties moeten veelal honderden terabyte aan gegevens worden beheerd. Met <strong>HYDRAstor</strong> biedt NEC een high-performance storage oplossing met geoptimaliseerde opslag voor gegevens op de lange termijn. HYDRAstor is onderdeel van NEC’s Smart Enterprise oplossingen en zeer geschikt voor het razendsnel uitrollen en beschikbaar maken van backup storage in een virtuele omgeving.</p>\r\n\r\n<p align=\"left\">NEC’s <strong>Network Information Assessment System (NIAS)</strong> analyseert en presenteert het gebruik van storage capaciteit in eenvoudig te begrijpen grafieken. Het helpt organisaties om ongebruikte gegevens te ordenen en waar mogelijk te verwijderen en bespaart daarmee 20 tot 30% benodigde opslagcapaciteit. Door het opsporen en aanpassen van onjuiste toegangsrechten draagt NIAS voorts bij aan optimale informatiebeveiliging. Het voorspelt wanneer een server zijn maximale capaciteit zal bereiken en doet aanbevelingen over hoe bestanden effectiever georganiseerd kunnen worden.</p>\r\n\r\n<p align=\"left\"><strong>Hoge beschikbaarheid en disaster recovery</strong><br />\r\nHoge mate van beschikbaarheid van IT-systemen is voor praktisch alle bedrijfsomgevingen essentieel en nog meer in virtuele omgevingen. NEC\'s geïntegreerde <strong>EXPRESSCLUSTER</strong> is toonaangevende High Availability & Disaster Recovery software die systeemonderbrekingen minimaliseert, zodat schade voor organisaties beperkt wordt. NEC EXPRESSCLUSTER bewaakt servers, applicaties, services, databases, emailservers en virtualisatie platformen en kan automatisch een vooraf ingestelde actie uitvoeren om te reageren op bepaalde situaties die de continuïteit van het IT systeem in gevaar zouden kunnen brengen.<br />\r\n<br />\r\nMet een uptime van 99.999% zijn de NEC <strong>Fault Tolerant (FT)</strong> servers uitermate geschikt voor bedrijfskritische applicaties. De modulair opgebouwde systemen leveren continue beschikbaarheid in alle componenten: Processors, RAM, moederborden, I/O, harddisks en koelventilatoren. Al deze componenten zijn gespiegeld en dubbel uitgevoerd en kunnen afzonderlijk van elkaar opereren. NEC FT servers zijn uitermate geschikt voor Hyper-V en VMWare als virtualisatieplatform.</p>\r\n\r\n<p align=\"left\">Data & Cloud Expo is hét event over data management en cloud computing voor IT-managers en IT-professionals en wordt dit jaar voor het eerst gehouden op 1 en 2 november in de Jaarbeurs te Utrecht in beurscombinatie met Infosecurity.</p>\r\n', '', ''),
(215, 0, 1, '2017-11-27 08:33:46', 6, 1154, 0, 0, 0, '', '', '', 'NEC and Connectia sponsor Hotel Trends 2017 Hospitality Event ', 'With a solid approach and long term strategy, Connectia and NEC are fully committed to Hospitality', '', '', '<p align=\"left\"><strong>Hilversum, Warsaw, 27<sup>th</sup> November, 2017 – </strong>NEC, global leader in Communications & IT solutions, and Connectia, NEC’s Executive Hospitality Business Partner in Poland, are together participating as sponsors to Hotel Trends Poland & CEE 2017, the most important hospitality event in Central and Eastern Europe that is taking place on 27 and 28 November at the Sofitel Warsaw Victoria hotel.<br />\r\n<br />\r\n<strong>Unique two-day event</strong><br />\r\nHotel Trends Poland & CEE (https://hotel-trends.pl) is an unique, two-day event for the hotel industry, which brings together all the decision-makers of the hotel industry in the region – owners, boards of operating companies, hotels managers, representatives of development companies and investment funds, as well as leading suppliers of products and services for the hospitality and tourism.</p>\r\n\r\n<p align=\"left\">The two-day forum is an excellent opportunity to meet and discuss business on the highest level. The leading Polish and international hotel experts and well recognized executives with long-standing, successful professional practice will take part in the panel discussions, debates and workshops during the newest edition of the conference.</p>\r\n\r\n<p align=\"left\"><strong>Executive Hospitality Partnership</strong><br />\r\nConnectia is NEC Executive Hospitality Partner in Poland and has a long track record in hospitality with multiple references across the region. Slawomir Kwasniewski, Managing Director at Connectia, comments: “Many new developments are taking place in Poland and the Hospitality sector is one of our key business areas. We are extremely pleased to partner with NEC. NEC is extremely strong in hospitality with a wide portfolio of solutions approved and recommended by the big global brands like Starwood, Hilton and Hyatt, as well as having a strong proposition for small and mid-sized hotels.”</p>\r\n\r\n<p align=\"left\">Denhard Jongman, Regional Manager Hospitality for NEC Enterprise Solutions, explains: “Our Executive Hospitality Partnership program aims at mutual growth and profitability in the important Hospitality sector. Through this program we support Business Partners that promote the value of our integrated solutions, enabling them to go-to-market more successfully. Connectia is a very important partner for us with a strong presence in Poland. With its highly trained staff it has already considerable experience and success in serving the Hospitality segment in the region. At Hotel Trends 2017 we look forward to meeting up with many decision makers from the Hospitality sector and discussing the wealth of options we can provide to enhance efficiency, profitability and guest satisfaction”.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:</strong></p>\r\n\r\n<p><strong>Robert van Amerongen<br />\r\nTel: +31 35 689 1521<br />\r\nrobert.van.amerongen@emea.nec.com </strong></p>\r\n\r\n<p><strong>About NEC Enterprise Solutions</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers.<br />\r\nFor more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p><strong>About Connectia</strong><br />\r\nConnectia serves the Polish market with expertise, solutions and specialists in the field of IT & Communications. Connectia’s highly skilled professionals, with their in-depth knowledge and extensive experience, address the growing market demand for these services that is spurred by rapid advances in technology and the increasing level of complexity of modern communication systems and the IT environments in which they operate. For more information: <a href=\"http://www.connectia.pl/\">http://www.connectia.pl</a> and <a href=\"http://www.nec-smarthospitality.com/connectia\">http://www.nec-smarthospitality.com/connectia</a></p>\r\n', '', ''),
(216, 0, 1, '2018-01-08 10:41:13', 6, 1165, 0, 0, 0, '', '', '', 'test', '', '', '', '', '', ''),
(217, 0, 1, '2018-01-09 07:57:36', 6, 1166, 0, 0, 0, '', '', '', 'NEC appoints Techno Image as Executive Hospitality Partner in Tanzania', '', '', '', '<p align=\"left\"><strong>Hilversum, Dar es Salaam, 9 January 2018 – </strong>NEC Enterprise Solutions, leader in enterprise Communications & IT solutions, today announced that it has appointed Techno Image as its Executive Hospitality Partner in Tanzania.<br />\r\n </p>\r\n\r\n<p align=\"left\">Denhard Jongman, regional manager hospitality for NEC Smart Hospitality, explains: “Our Executive Hospitality Partnership program aims at mutual growth and profitability in the important Hospitality sector. Through this program we recognize and support Business Partners that invest in and promote the value of our integrated solutions, enabling them to go-to-market more successfully and help them to create new, profitable opportunities. Techno Image is our partner in Tanzania and is very skilled with considerable experience in Voice communications including references in the Hospitality sector. This appointment is recognition of their expertise and dedication, as well as an additional support and stimulus to all stakeholders involved”.<br />\r\n </p>\r\n\r\n<p align=\"left\">Peter Ngandaku, Managing Director at Techno Image confirms: “Many new developments are taking place in Tanzania and the Hospitality sector is a key business area. With the continued focus and support of NEC we are determined to play a significant role in further developing this market segment. We are extremely pleased and honored with our selection as Executive Hospitality Partner and are convinced that this will further strengthen our activities and our continued success in working with leading national and international hotel operators.”<br />\r\n </p>\r\n\r\n<p align=\"left\"><strong>Executive Hospitality Partnership</strong><br />\r\nWith its Global Smart Hospitality drive and Executive Hospitality Partner Program NEC further builds on its in-depth experience and expertise in serving the hotel industry worldwide and reinforces the company’s leadership in providing best in class solutions to the sector. The program addresses and supports the 4 main aspects of Sell, Learn, Support and Promote including developing leads, training staff and supporting implementations.</p>\r\n\r\n<p align=\"left\"> </p>\r\n\r\n<p align=\"left\"><strong>Powered by TD</strong><br />\r\nTelecomDistribution (TD), as NEC’s Master Distributor for Sub Saharan Africa, supports the local African partners with design and NEC product advice based on years of experience in Hospitality and UC.</p>\r\n\r\n<p align=\"left\"><br />\r\n<strong>NEC Smart Hospitality Framework: solutions of choice for the Hospitality industry</strong><br />\r\nAcross all major geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. By merging leading IT and Communication technologies, NEC deploys solutions within its Smart Hospitality Framework with the scalability, capability and affordability to meet the demanding business needs of hotels, event centers, cruise lines and travel organizations (for more information ref: www.nec-smarthospitality.com). </p>\r\n', '', ''),
(218, 0, 1, '2018-01-09 09:28:22', 6, 1167, 0, 0, 0, '', '', '', 'NEC acquires UK-based IT services company Northgate Public Services', 'Accelerating the expansion of international safety business', '', '', '<p><strong style=\"margin: 0px; padding: 0px; border: 0px; font-size: 14px; font-family: Arial, Verdana, Helvetica, sans-serif;\">Tokyo, January 9, 2018</strong><span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\"> - </span><a href=\"http://www.nec.com/index.html\" style=\"color: rgb(11, 60, 142); font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">NEC Corporation</a><span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\"> (NEC; TSE: 6701) today announced the acquisition of UK-based IT services company Northgate Public Services Limited (NPS), accelerating the expansion of its international safety business. NEC is buying NPS for GBP 475 million from leading international private equity firm Cinven. This acquisition is expected to be completed by the end of January 2018. </span><br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">Established in 1969, Northgate Public Services develops software and services for the public sector, mainly in the UK, and employs approximately 1,400 software engineers throughout the UK and India. NPS works closely with the British police and government organizations to deploy its business platform across a broad client base that includes local police forces, tax collection offices, social security offices and housing authorities. </span><br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">NEC\'s international safety business capitalizes on biometrics technologies, including face recognition and fingerprint recognition technologies that have been evaluated as the world\'s most accurate (*1), and provides identification systems to more than 30% of state police forces in the United States (*2). </span><br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">NEC\'s proven track record of providing more than 700 systems in over 70 countries around the world, mainly in areas such as identification and immigration control, has contributed to the realization of safer and more secure communities. </span><br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">In the future, NEC aims to leverage artificial intelligence (AI) to quickly detect fraudulent requests or applications across its public institutions client base and will seek to provide innovative solutions that create social value. In the UK in particular, NEC sees significant opportunity related to the government\'s promotion of a digital strategy focused on administrative service improvement and cost reduction through visualization of administrative costs and bringing services online. </span><br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">\"We are proud to have Northgate Public Services, one of the UK\'s leading technology companies, joining the NEC Group,\" said Takashi Niino, President and CEO, NEC Corporation. \"With this acquisition, NEC aims to support and strengthen NPS\' technologies for police operations, establish new safety solutions based on a common business platform, and to further develop international markets largely focused on countries within the Commonwealth.\" </span><br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">\"This is a very exciting time to be part of Northgate Public Services. Our colleagues and leadership team have worked incredibly hard over the past two years to get the Company into great shape operationally and financially, with the result that NPS is a highly attractive asset to NEC. This transaction represents a step-change in our ability to serve our clients,\" said Stephen Callaghan, CEO, Northgate Public Services. </span><br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">\"Combined with NEC\'s business, we will now be able to offer a wider suite of services and software to our existing client base, whilst also expanding in new geographies and technology sectors. I\'d like to stress that we see this as simply the beginning of our next phase of development. The increased financial strength, technical capability and market access support NEC provides will allow us to accelerate our growth plans considerably and I am enthusiastic about our future prospects.\"</span><br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">Following the acquisition, NEC and NPS will collaborate to develop and provide safety solutions that combine solutions and technologies from both companies. Specifically, the companies will take advantage of NEC\'s biometrics technology to enhance identity authentication during police operations and administrative procedures, in addition to utilizing NEC\'s line-up of cutting-edge AI technologies, \"NEC the WISE,\" (*3) to detect social security fraud and ensure benefits are properly distributed. The companies will capitalize on real-time detection of suspicious individuals and abnormalities using NEC face recognition, intrusion detection, suspicious item detection and other image analysis techniques. NEC will also promote NPS\' solutions for police operations and public housing management solutions to markets outside the UK.</span><br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<br style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\" />\r\n<span style=\"font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;\">NEC focuses on the provision of social solutions and is strengthening the safety business as a key pillar in its growth strategy. Going forward, NEC will continue to develop core technologies and solutions while acquiring new clients, delivery resources, core technologies and business models through M&A and other business collaboration models. These measures are expected to contribute to the expansion of the social solutions business and improve profitability centered on the safety business.</span></p>\r\n', '', ''),
(219, 0, 1, '2018-01-09 14:53:10', 6, 1168, 0, 0, 0, '', '', '', 'test', '', '', '', '', '', ''),
(220, 0, 1, '2018-01-09 14:55:37', 6, 1169, 0, 0, 0, '', '', '', 'fds', '', '', '', '', '', ''),
(221, 0, 1, '2018-03-05 09:26:41', 6, 1179, 0, 0, 0, '', '', '', 'NEC presents Smart Cruise Ship Communications at Seatrade Cruise Global', '', '', '', '<p align=\"left\"><strong>Hilversum, Fort Lauderdale, March 5, 2018</strong> – At 2018 Seatrade Cruise Global, taking place from 5-8 March at the Fort Lauderdale Broward Country Convention Center, Florida, NEC is presenting latest enhancements to its range of Smart Hospitality Solutions aimed at enriching the Passenger Experience and Services on board of leading cruise ships.<br />\r\n<br />\r\n“Seatrade Cruise Global is the Cruise Industry\'s Premier Global Event. Being one of the leading technology partners for the cruise shipping industry and other marine sectors, we have been participating to this event for some twenty years”, explains Martin van der Veeken, Sales Director Marine at NEC Enterprise Solutions.<br />\r\n<br />\r\n“We enjoy an overwhelming interest from major cruise line customers and it is fantastic to experience how much we year-on-year are appreciated for the quality products and innovative solutions we bring on board.<br />\r\nSeatrade Cruise Global 2018 gives us an excellent opportunity to present our innovative Smart Cruise Shipping Communications, including the launch of several smart innovations that further our customers along their Digital Transformation journey. Digitalization can transform every phase of the on-board guest experience, enhancing security and services through e.g. advanced facial recognition and optimizing workflow effectiveness, increasing revenue and reducing waste.”</p>\r\n\r\n<p align=\"left\"><strong>Smart Cruise Ship Communications</strong><br />\r\nNEC’s Smart Cruise Ship Communications solutions meet highest standards of quality, reliability, flexibility and ease of use - connecting staff and passengers with the information they need, making life on-board extra special and enabling cruise and ferry companies to maximize passenger experience, services, safety and satisfaction.</p>\r\n\r\n<p align=\"left\">Critical business processes aboard a vessel like Alarming & Messaging, Real Time Location Services and Task Management are an integrated part, while open interfaces enable additional partner application support. NEC’s applications unify communication streams, optimize workflows and ensure passengers and crew stay connected wherever they are.</p>\r\n\r\n<p align=\"left\"><strong>Ensuring Reliability is Essential on Board</strong><br />\r\nCombining its capabilities and rich portfolios in Communications and IT, NEC can provide cruise lines with advanced technologies, services and expertise to ensure the safety, security and efficiency on board cruise ships. NEC’s Fault Tolerant servers ensure 24/7 operation, while advanced data storage and data management solutions scale to the most demanding requirements.<br />\r\n<br />\r\n“Building passenger satisfaction and loyalty is crucial in the cruise industry. As one of the leading global vendors and driving forces behind wireless technology solutions, we have been at the forefront of developments such as wireless mobility (IP DECT) for many years. The level of integration between our server, storage and enterprise communications solutions reinforces the power of these technologies and maximizes the benefits they offer passengers and crew”, concludes van der Veeken.</p>\r\n', '', ''),
(222, 0, 1, '2018-04-06 07:57:35', 6, 1181, 0, 0, 0, '', '', '', 'Grand Hotel Huis ter Duin goes SMART Hospitality with NEC', 'Telematch commissioned to provide NEC Smart Hospitality Solutions for optimal efficiency and superior guest services', '', '', '<p align=\"left\"><strong>Hilversum, Noordwijk, 15 May 2018 –</strong> The Grand Hotel Huis ter Duin in Noordwijk, the Netherlands, has selected NEC’s Smart Hospitality Solutions to migrate to an all IP environment that exploits the benefits of present day Business Mobility and Unified Communications & Collaboration. The Grand Hotel Huis ter Duin recently commissioned Telematch, NEC’s certified business partner, to provide the advanced solutions as part of the hotel’s renewed ICT infrastructure.</p>\r\n\r\n<p align=\"left\"><strong>Optimal efficiency and superior guest services</strong><br />\r\nOne of the challenges at hotel Huis ter Duin was the need to realize a reliable solution within the complexity of the existing hotel environment. The new solution had to drive optimal efficiency into the hotel’s operations and offer a platform for superior guest services, while being fully integrated with the hotel’s existing front office systems</p>\r\n\r\n<p align=\"left\">After a comprehensive technical and functional audit, Telematch realized a migration from the existing telephone exchange to a new NEC SIP@Net server-based all-IP environment. After evaluation of various in-house mobility solutions, the choice was furthermore made for NEC’s IP DECT solution to replace the existing DECT system. The new IP DECT solution is fully integrated in the current environment and offers significant advantages for both hotel staff and guests. In addition, an NEC MA4000 Management solution was linked and integrated with the hotel’s existing front office environment to support system and expense management .</p>\r\n\r\n<p align=\"left\">Harm de Grijs, Managing Director at Telematch, confirms: “We are honored to work with a leading customer like Grand Hotel Huis ter Duin. Based on our experience with complex high-end installations and with NEC’s powerful portfolio of IT & Communications solutions, we are looking forward to successful deployment and operation”.</p>\r\n', '', ''),
(223, 0, 1, '2018-04-11 09:28:07', 6, 1182, 0, 0, 0, '', '', '', 'NEC appoints Peach Technologies as Smart IT Partner in UK ', 'Premier Business Partner Peach achieves further NEC accreditation taking the NEC Smart IT products and solutions to their customers', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC%20Sales%20Director%20Andrew%20Cooper%20and%20Peach%20Technology%20CEO%20Darren%20Scott-Healey.jpg', '', '<p><strong>Nottingham, UK, 11 April 2018</strong> – NEC Enterprise Solutions, a global leader in enterprise Communications & IT solutions, today announced that it has appointed Hampshire-based reseller Peach Technologies as an NEC Smart IT Partner. Having provided business-to-business communications and IT solutions for 12 years, Peach Technologies are now expanding their services to include NEC’s rich IT portfolio to complement their existing unified communications solutions.</p>\r\n\r\n<p><strong>Increasing Business Value</strong><br />\r\nPeach Technologies CEO Darren Scott-Healey explains, “We’re looking to provide further business value to our existing base and prospects. As well as creating a closer and more loyal relationship with our customers, we are also able to offer a single point of contact for sales and support. In many ways it’s not unlike the service and benefits NEC provide for us.”</p>\r\n\r\n<p>NEC Sales Director Andrew Cooper adds, “Peach have been a stand-out NEC reseller for a number of years now and it’s their bespoke approach to individual customers that sets them apart.” He continues, “Smart IT solutions from NEC create a wide range of integrated solutions and new sales opportunities for resellers.”</p>\r\n\r\n<p><strong>About Peach Technologies</strong><br />\r\nPeach Technologies mission statement is ‘Making Technology Simple’, this drives internal and external values resulting in recognised outstanding performance within the industry. Peach have featured three times in the Sunday Times Tech Track league table which ranks Britain’s 100 privately owned technology companies as well as twice on the Deloitte UK Technology Fast 50 list, which celebrates the fastest growing technology companies.</p>\r\n\r\n<p align=\"center\">***<br />\r\n </p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:</strong></p>\r\n\r\n<table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" style=\"width: 1000px;\">\r\n <tbody>\r\n <tr>\r\n <td>Jim Eagers</td>\r\n <td>Robert van Amerongen</td>\r\n </tr>\r\n <tr>\r\n <td>Tel: +44 787 509 3399</td>\r\n <td>Tel: +31 35 689 1521</td>\r\n </tr>\r\n <tr>\r\n <td>jim.eagers@emea.nec.com </td>\r\n <td>robert.van.amerongen@emea.nec.com</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>. </p>\r\n', '', ''),
(224, 0, 1, '2018-05-23 10:23:19', 6, 1188, 0, 0, 0, '', '', '', 'NEC awards Top Performers at NEC EMEA Partner Conference 2018 in the Netherlands', 'NEC and Business Partners demonstrate strong mutual commitment at highly successful event', '', '', '<p align=\"left\"><strong>Hilversum, 23<sup>rd</sup> of May 2018</strong> – At NEC’s EMEA Partner Conference 2018, held in Noordwijk, the Netherlands from 16-18 May, NEC, leading IT and Communications solutions provider, awarded its top performing business partners addressing the enterprise ICT market for their excellent performance over the past year.</p>\r\n\r\n<p align=\"left\">The three-day conference with “Advantage” as theme, brought together NEC’s major distributors, key business partners and solution partners from over 40 countries across EMEA (Europe, Middle East & Africa). At the conference Paul Kievit, President at NEC Enterprise Solutions, expressed his appreciation for the strong commitment the business partners have shown and congratulated them with their significant achievements across many territories. NEC’s growing market penetration and expanding partner community was reflected in the increased number of participants, this year some 300 attendees from across the region.</p>\r\n\r\n<p align=\"left\">“It is highly inspiring to experience the enthusiasm of our business partners for our brand, our portfolio and our vision”, said Ronald Schapendonk, Marketing Director at NEC Enterprise Solutions. “This conference confirms once again how NEC and our partners are bringing IT and Communication solutions that enable organizations and their workforce to embrace the business advantages of digital transformation. The awards are recognition of our mutual commitment and business success and we look forward to fruitful continuation of the way we are serving the EMEA Enterprise market together”, Schapendonk stated.</p>\r\n\r\n<p align=\"left\">NEC shared its vision and plans for the upcoming year and showcased a broad suite of IT & Communications solutions set behind the company’s Smart Enterprise approach. Latest enhancements and expansions to the portfolio were received by all partners with extreme enthusiasm. Awards presented during the special Gala Dinner at the prestigious Grand Hotel Huis ter Duin included those for top distributors, resellers, system integrators and selected areas of excellent performance.</p>\r\n\r\n<p align=\"left\">“With the innovative power of a global leader and the dynamic support of local organizations and highly professional channel partners, NEC is in an excellent position to respond to the most demanding needs of customers in NEC’s Smart Enterprise Digital Transformation journey ”, Kievit concluded.</p>\r\n', '', ''),
(225, 0, 1, '2018-07-09 10:53:44', 6, 1194, 0, 0, 0, '', '', '', 'NEC Resellers Get the Formula One Experience', 'Burning rubber: a ringside seat for NEC resellers at this year’s iconic Silverstone Grand Prix', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/press/NEC-formula1-resellers2.jpg', '', '<p><strong>Silverstone, UK, July 9, 2018</strong> – NEC Enterprise Solutions, a subsidiary of NEC Europe Ltd., provided a 19-strong group of its resellers with an all-day experience at the Sahara Force India F1 team’s HQ annual Partner Party at the Silverstone circuit on July 8 during the Formula One British Grand Prix.</p>\r\n\r\n<p>The 12 hour hospitality program included all day catering, a ringside seat in the Luffield grandstand and a chance to cheer on the NEC branded Sahara Force India VJM11 racecar, with its distinctive bright pink livery. Resellers were also able to meet the Sahara Force India F1 team, including interview and autograph opportunities with drivers Sergio Perez and Esteban Ocon.</p>\r\n\r\n<p>Technology is at the core of auto racing and the Sahara Force India team infrastructure includes NEC’s Smart IT solutions at their Silverstone HQ , where the team has been referred to as the ‘best value team’ in Formula One as well as the ‘bang for buck world champions’. Sahara Force India’s F1 team enjoyed their best ever season last Summer with record breaking tally of points.</p>\r\n\r\n<p>This years’ race at the iconic Silverstone circuit, celebrating its 70<sup>th</sup> year, witnessed a thrilling race which saw the Sahara Force India F1 team finish 7th and 10th respectively and accumulated 7 points.</p>\r\n\r\n<p>Enthused UK reseller Steve Hogan, MD of EBT described the day as, “Top drawer hospitality”, whilst Darren Scott-Healey, CEO of Peach Technologies said “All the thrills and spills of formula one – an excellent day all round.”</p>\r\n\r\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/press/NEC-formula1-resellers.jpg\" /></p>\r\n\r\n<p><strong>Further information can be found here:</strong></p>\r\n\r\n<p><strong>Videos: </strong><a href=\"https://www.nec.com/en/global/ad/f1/index.html\">https://www.nec.com/en/global/ad/f1/index.html</a> <a href=\"https://www.youtube.com/watch?v=-Vpmla8M2DQ\">https://www.youtube.com/watch?v=-Vpmla8M2DQ</a></p>\r\n\r\n<p><strong>Websites:</strong> <a href=\"https://www.forceindiaf1.com/partners/nec\">https://www.forceindiaf1.com/partners/nec</a> <a href=\"https://www.nec.com/en/global/ad/f1/index.html\">https://www.nec.com/en/global/ad/f1/index.html</a></p>\r\n\r\n<p> </p>\r\n', '', ''),
(226, 0, 1, '2018-07-11 06:53:13', 6, 1195, 0, 0, 0, '', '', '', 'NEC Lone Worker Solution fully certified by German DGUV Test Institute in compliance with DIN VDE 0825-1', 'Successfully tested application ensures highly secure wireless staff protection', '', '', '<p align=\"left\"><strong>Hilversum, 11<sup>th</sup> of July, 2018 – </strong>NEC Enterprise Solutions, a global leader in Enterprise Communications & IT Solutions, today announced that its IP DECT based Lone Worker Solution is now fully certified by the German DGUV Test body to comply in accordance with the stringent DIN VDE 0825-1 and AfPS GS 2014:01 PAK norms (before also referred to as BGR139)</p>\r\n\r\n<p align=\"left\"><strong>Full compliance based on rigid testing</strong><br />\r\nRigid compliance tests executed by the German DGUV test institute have certified full compliance of NEC’s Lone Worker solution which is based on NEC IP DECT wireless infrastructure, NEC I766 DECT handsets, location detection beacons and a MobiCall alarm server from New Voice. NEC and New Voice closely worked together to support the full set of specific features required for VDE 0825.</p>\r\n\r\n<p align=\"left\">The certification ensures individuals in risky or remote locations using NEC’s wireless staff protection system of the highest degree of safety and security. These ‘lone workers’ are protected by means of effective alarming and surveillance that is based on mobile communications, messaging and monitoring at the moment and place of need.</p>\r\n\r\n<p align=\"left\"><strong>NEC Lone Worker Solution</strong><br />\r\nWhen involved in a dangerous situation, an NEC IP DECT user can raise an alarm by simply pressing the SOS button or pulling the pull cord on the I766 handset. Besides alarms that can be raised by the user, there are also alarms generated autonomously by external causes like man-down or no-movement. The MobiCall alarm server receives the alarms and will show these, provide acoustic alarming and escalate. It will also monitor/guard the correct working of the lone worker solution and log the details. All alarms are reported to a central alarm panel (dashboard), so that the person monitoring the panel can arrange immediate and appropriate help to the person in need. This alarm panel is the point where all personal safety information comes together. Any user alarm raised is signaled immediately, while optionally the location of the user is made visible as well.</p>\r\n\r\n<p align=\"left\">Key features of NEC’s Lone Worker Solution include:<br />\r\n<em>> Check-in process of employees into the Lone Worker solution ensuring handset and monitoring operation<br />\r\n> After the check in lone workers are informed about the monitoring state and attendance of the alarm panel<br />\r\n> Handset alarm tools, manually as well as automatically operated (SOS, Pull-cord, man-down, no-movement and a loud handset alarm signal)<br />\r\n> Monitoring of lone workers on a central alarm panel, showing status and location allowing to provide immediate aid<br />\r\n> Automatic notification of I766 low battery and out of coverage<br />\r\n> NEC’s proven DECT technology</em></p>\r\n\r\n<p align=\"left\"><strong>NEC IP DECT offers highest security standards</strong><br />\r\nNEC IP DECT offers a full range of handsets providing a variety of functionality to protect and inform staff, such as by SOS key, pull-cord, man-down, alarm text messaging with confirmation and localization solutions. The handsets provide simple plug and play deployment thanks to programmable micro SD-cards and over-the-air provisioning of firmware and features. The infrastructure of IP DECT Access Points allow for Automatic Access Point discovery, synchronization & configuration, making NEC wireless solutions easy to install and maintain.</p>\r\n\r\n<p align=\"left\"><strong>MobiCall</strong><br />\r\nThe NEC portfolio includes the MobiCall platform of New Voice. MobiCall is a unified event application, offering a variety of solutions for alarming, messaging and task management. NEC and New Voice have been partners for many years, leading to a rich integration such as for Lone Worker and Push-to-Talk solutions.</p>\r\n\r\n<p align=\"center\">***</p>\r\n', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(227, 0, 1, '2018-08-06 08:22:24', 6, 1201, 0, 0, 0, '', '', '', 'Gartner’s UC Magic Quadrant is Losing its Luster', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/nectoday_feature_Gartner_Magic_Quadrant-730x360.jpg', '2018-08-01', '<p>The Gartner Magic Quadrant has long held a place of reverence in the Information and Communications Technology industry as a go-to resource for large enterprises seeking a short list of vendors to consider for technology purchases and projects.</p>\r\n\r\n<p>As you may know, NEC is regularly included in a number of Gartner reports, most notably the recently updated 2018 Magic Quadrant for Unified Communications.</p>\r\n\r\n<p>Despite the fact that NEC is the world leader in lines shipped – with a 14.3 % market share in Global Call Control Licenses Vendor over Q1 2018 according to MZA Consultants – and despite the fact that we offer a full portfolio of UC solutions for businesses small, medium and large, Gartner has decided to place us in the “niche” category.</p>\r\n\r\n<p>I’d like to share a few points of fact that I think you should consider when reading this year’s updated UC Magic Quadrant.</p>\r\n\r\n<p><strong>“Unified” No More</strong><br />\r\nLet’s start with the name. I believe the widely accepted phrase “unified communications” is reaching its end of life. I’m <a href=\"https://www.nojitter.com/post/240173685/musings-on-gartners-latest-uc-magic-quadrant\">not the only person who believes this</a>, in fact there are <a href=\"https://www.nojitter.com/post/240173617/im-in-business-communications\">several prominent industry analysts</a> who share this opinion.</p>\r\n\r\n<p>A recent <a href=\"https://www.nojitter.com/post/240173685/musings-on-gartners-latest-uc-magic-quadrant\">NoJitter article</a> by Sorell Slaymaker – a former Gartner analyst who was the lead author on the Corporate Telephony (CT) magic quadrant – makes a compelling point that the Gartner UC Magic Quadrant is “reaching the end of its usefulness.”</p>\r\n\r\n<p>In Slaymaker’s opinion, “the idea that an enterprise will use a single platform for all communications is dead. Business communications is increasing an embedded capability in applications, and no one vendor does all things well across all regions of the world.”</p>\r\n\r\n<p>His point is valid. We live in a highly customized world. Different business processes drive unique requirements, and we in the vendor community have learned that we must be able to integrate to survive. This is what we as NEC successfully demonstrate and are widely recognized as doing with our smart and integrated solutions across many vertical market sectors such as <a href=\"https://youtu.be/XZpcf6xLb8o\" rel=\"noopener\" target=\"_blank\">Hospitality</a>, Healthcare, <a href=\"https://youtu.be/1SFfbj3mHLA\" rel=\"noopener\" target=\"_blank\">Government</a> and Education.</p>\r\n\r\n<p><span class=\"bctt-click-to-tweet\"><span class=\"bctt-ctt-text\"><a href=\"https://twitter.com/intent/tweet?url=http://nectoday.com/gartners-uc-magic-quadrant-is-losing-its-luster/&text=%20Is%20%23Gartner%20UC%20Magic%20Quadrant%20Losing%20its%20Luster%3F%20%23magicquadrant&via=NEC&related=NEC\" rel=\"noopener noreferrer\" target=\"_blank\">Is #Gartner UC Magic Quadrant Losing its Luster? #magicquadrant </a></span><a class=\"bctt-ctt-btn\" href=\"https://twitter.com/intent/tweet?url=http://nectoday.com/gartners-uc-magic-quadrant-is-losing-its-luster/&text=%20Is%20%23Gartner%20UC%20Magic%20Quadrant%20Losing%20its%20Luster%3F%20%23magicquadrant&via=NEC&related=NEC\" rel=\"noopener noreferrer\" target=\"_blank\">Click To Tweet</a></span></p>\r\n\r\n<p><strong>Positioning in Quadrant Highly Questionable</strong><br />\r\nSlaymaker furthermore does not agree with the positioning given by <a href=\"http://www.gartner.com/\" rel=\"noopener\" target=\"_blank\">Gartner </a>to several major vendors, including NEC.</p>\r\n\r\n<p>As he states: “It’s hard to see NEC move to a niche player this year since it arguably sells more phones than anyone else; has a full feature set; is doing some leading edge things, including incorporating facial recognition into communications; and gets decent reviews.”</p>\r\n\r\n<p>Many of our largest customers run multi-vendor, multi-cloud communications environments, just as many also run only NEC. We embrace them all. And I doubt any of them would consider us “niche.”</p>\r\n\r\n<p>Furthermore it is worthwhile noting that, not unlike the market overall, a significant portion of our customers are categorized as ‘midsize businesses,’ while analysts like Gartner tend to be disproportionately impressed by major firms with larger marketing budgets. The strong marketing influence of <a href=\"http://nectoday.com/latest-moves-in-uc-landscape-reinforce-need-for-customer-choice/\" rel=\"noopener\" target=\"_blank\">American-based vendors like Cisco, Microsoft and Avaya</a> is another aspect to consider when evaluating Gartner’s latest Magic Quadrant.</p>\r\n\r\n<p><strong>Smart Enterprise is the Future</strong><br />\r\nThe truth of the matter is there’s no perfect Magic Quadrant that can accurately capture the essence of NEC’s enterprise technology business. As a result, you’ll find NEC products, services and solutions captured in 11 different Gartner Magic Quadrants, at last count.</p>\r\n\r\n<p>Today’s large businesses run <a href=\"http://nectoday.com/how-to-safely-manage-the-massive-influx-of-data-growth/\" rel=\"noopener\" target=\"_blank\">highly customized IT</a> and communications environments, and rather than seeking point solutions to react to specific problems, they’re becoming more strategic about their buying decisions.</p>\r\n\r\n<p>NEC believes this strategic approach is best achieved by focusing on the four value pillars of the Smart Enterprise. These pillars are business agility, cloud delivery, collaborative communities and assured services.</p>\r\n\r\n<p>NEC supports these four pillars by delivering the industry’s strongest and most innovative portfolio of IT and communications solutions built on 118 years of excellence and expertise.</p>\r\n\r\n<p>You can learn more about the <a href=\"https://www.necam.com/smartenterprise/?__hstc=112165147.52d8fd0b6e144149a0e622d224778048.1525156566813.1533301732671.1533540858376.10&__hssc=112165147.2.1533540858376&__hsfp=2454086067\">Smart Enterprise on our Web site</a>.</p>\r\n\r\n<p><strong>The Bigger Picture</strong><br />\r\nGartner’s library of Magic Quadrants is constantly evolving. For example, the company retired its Corporate Telephony Magic Quadrant a few years ago. Many believe the same will be true for the UC Magic Quadrant before too long.</p>\r\n\r\n<p>In the meantime, NEC will continue to pursue optimal positioning with Gartner and other industry influencers with all available facts, <a href=\"http://nectoday.com/a-new-vision-for-necs-smart-enterprise/\" rel=\"noopener\" target=\"_blank\">vision and information regarding our products</a>, solutions and implementations, as we’ve always done.</p>\r\n\r\n<p>And while the era of optimal usefulness may be coming to an end for the UC Magic Quadrant, NEC maintains a healthy rating over on the <a href=\"http://www.gartner.com/reviews\">Gartner Peer Insights</a> Web portal.</p>\r\n\r\n<p>If you’re not familiar, Gartner Peer Insights is where you can find customer testimonials on numerous IT vendor solutions. NEC has numerous positive reviews in numerous categories. I encourage you to check it out.</p>\r\n\r\n<p>And if you’re an <a href=\"http://www.gartner.com/reviews\" rel=\"noopener\" target=\"_blank\">NEC customer, please do us a favor and leave a review</a>! After all, in the customer’s buying journey, there’s very little information that’s more useful than hearing from a peer who has walked a mile in your shoes.</p>\r\n', '', 'Larry Levenberg'),
(228, 0, 1, '2018-08-29 15:10:15', 6, 1207, 0, 0, 0, '', '', '', 'Hotel Fire Protection and Mobilization - Sleep (safely) on IT!', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/fire-protection-hotels.jpg', '', '<p>Being responsible for a hotel, your primary concern – besides guest satisfaction – is your guests’ safety.</p>\r\n\r\n<p>If a fire breaks out in a hotel, it puts dozens of people’s lives at risk. Guests aren’t familiar with the building and may even be asleep when a fire occurs, which puts them at even more risk. An incident that gets out of control can damage your business irreparably.</p>\r\n\r\n<p>When fire kills, it usually takes victims of negligence. But by applying sufficient fire safety measures in a hotel, tragedy can be prevented.</p>\r\n\r\n<h3>Prevent tragedy without discomforting guests</h3>\r\n\r\n<p>It is mandatory for all hotel managers to assess fire risks in their hotel and all hotels must legally have a fire detection and alarm system in place. Adequate control measures need to be implemented to prevent fires from starting and enable people to evacuate safely if one does.</p>\r\n\r\n<p>Ensuring safety in hotels remains however a delicate balance. The question is: how can you assure safety and security in a hospitable and welcoming way, without discomforting and frightening your guests?</p>\r\n\r\n<p>The answer is simple. You need devices that quickly detect the first sign of a fire, signal this automatically in a secure and structured way and lead your guests and staff safely out of the danger zone. The installed fire protection system and its supporting infrastructure has to be highly reliable – not only to timely and clearly signal in an unfortunate event, but also because nothing can be more disturbing and annoying than a false alarm.</p>\r\n\r\n<p>So although the answer seems simple, the system and its implementation needs sophistication and care.</p>\r\n\r\n<h2>Secure system</h2>\r\n\r\n<p>With NEC’s Smart Hospitality Alarm and Mobilization solution, every hotel can guarantee and assure that if an event occurs, the responsible contacts are informed instantly and adequately in order to - if necessary - enable speedy and secure evacuation. The NEC solution is fully integrated with the in-house PBX/voice system and its resilient on-site wireless IP DECT network. Powerful text and alarm messaging capabilities provide a wide variety of applications including individual messages to terminals, broadcast messages to a group of terminals and confirmation messages by the user.</p>\r\n\r\n<h3><strong>Not just fire protection</strong></h3>\r\n\r\n<p>NEC’s Alarm and Mobilization solution can interface with any PBX solution, as well as with practically any fire-alarm or building management/engineering system. Its advanced messaging and routing capabilities makes it a practical solution that efficiently addresses many scenarios. These scenarios include for example:</p>\r\n\r\n<ul>\r\n <li>an elevator which is stuck</li>\r\n <li>lighting not functioning properly in the parking garage</li>\r\n <li>a CCTV alert after having spot intruders or suspicious people on the hotel’s premises</li>\r\n <li>air conditioning not working in a meeting room</li>\r\n</ul>\r\n\r\n<p>Even normal maintenance/engineering and guest-service requests, such as a defect bedside lamp or a request for an extra towel, can be addressed by the solution. While Alarming & Mobilization is a must, the wider application of the wireless infrastructure and messaging solution greatly increases hotel staff efficiency and guest satisfaction.</p>\r\n\r\n<h3>Conclusion</h3>\r\n\r\n<p>Up-to-date technology is not only a must for hoteliers around the world in order to comply to latest security and safety standards, but also instrumental in driving staff efficiency and guest satisfaction. The flexibility and integration possibilities of present day technology, bring advanced solutions within reach of practically all hotels, from small to large. NEC’s innovative power and dedication to the Hospitality industry has made Smart Hospitality solutions available that no hotelier can afford to ignore.</p>\r\n\r\n<p><strong>To learn more about NEC’s Fire Protection and Safety solutions download Safety in Hotels brochure below.</strong></p>\r\n', '1209|-|', ''),
(229, 0, 1, '2018-08-29 15:13:27', 6, 1208, 0, 0, 0, '', '', '', 'A New Vision for NEC’s Smart Enterprise', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/nectoday_feature_180629_smart_enterprise-730x360.jpg', '', '<p>As the enterprise environment changes, it’s up to technology partners to provide tools and stay adaptable to help support those businesses. NEC has a wide breadth of core UC and IT products and each stands on its own to help solve common technology dilemmas. Our NEC Smart Enterprise encapsulates those multiple solutions into one powerful enterprise approach to meet the demands and complex needs of today’s end users and IT executives.</p>\r\n\r\n<p>With Paul Kievit expanding his role to SVP of Enterprise and a <a href=\"https://hubs.ly/H0cZh8M0\" rel=\"noopener\" target=\"_blank\">new Frost & Sullivan report</a>, we’re building out a new vision for <a href=\"https://www.necam.com/smartenterprise/?__hstc=112165147.0f310d818694ee89fb75ec2f90ff8d9b.1535555598673.1535555598673.1535555598673.1&__hssc=112165147.1.1535555598673&__hsfp=315347563\" rel=\"noopener\" target=\"_blank\">NEC’s Smart Enterprise</a>.<br />\r\n<br />\r\nIn an effort to respond to market forces and transform Enterprise operations across both the Americas and EMEA, I am pleased to announce that Mr. Paul Kievit, Head of EMEA Enterprise Solutions, will assume the additional role of Senior Vice President of Enterprise for NEC Corporation of America.</p>\r\n\r\n<p>Under Paul’s leadership and passion, his team helped develop the NEC Smart Enterprise go-to-market message and approach, which has been adopted by NEC businesses globally. Paul’s vision for NEC Smart Enterprise is to continue to develop and sell solutions around the customer experience:</p>\r\n\r\n<ul>\r\n <li>Addressing unmet customer needs</li>\r\n <li>Implementing best practices</li>\r\n <li>Creating excellence in the customer purchase experience</li>\r\n <li>Building brand equity and adopting NEC solutions to customer demands</li>\r\n</ul>\r\n\r\n<h2>NEC Smart Enterprise Explained</h2>\r\n\r\n<p>Built on four key objectives, NEC Smart Enterprise helps executives face the complex needs of enterprise users head on:</p>\r\n\r\n<ul>\r\n <li>Architecture flexibility</li>\r\n <li><a href=\"https://cdn2.hubspot.net/hubfs/125840/docs/Choose_your_Path_With_NEC_Frost_Sullivan.pdf\" rel=\"noopener\" target=\"_blank\">Software-defined anything</a></li>\r\n <li>Business continuity</li>\r\n <li>Internet of things</li>\r\n</ul>\r\n\r\n<p>These elements allow businesses to improve how their employees communicate and collaborate, as well as improve the security of the information that is shared throughout the organization.</p>\r\n\r\n<h2>Moving to the Cloud</h2>\r\n\r\n<p>As IT executives adopt cloud-based IT and communications services, they hope to solve the challenges of data storage and scalability, maintenance requirements and multi-vendor platform integration. Decision makers, concerned with quality control, security risks, reliability and installation challenges, need to work with a provider and cloud model that addresses their unique needs. A hybrid cloud architecture can combine the best of a<a href=\"http://nectoday.com/data-centers-or-infrastructure-as-a-service-comparing-cost-and-security/\" rel=\"noopener\" target=\"_blank\"> public and private cloud</a>, allowing the organization control where they need it and outsourcing other components. Customizing the cloud environment strategically adds architecture flexibility and prepares for future business needs while improving business continuity and compliance.</p>\r\n\r\n<h2>Meeting the Workforce Where They Are</h2>\r\n\r\n<p>Business agility helps a mobile workforce respond to customer and business challenges on the go. The legacy focus on hardware has given way to a more flexible architecture of software services. Users and applications expect to work together in an ecosystem that should be available everywhere at any time. Virtualizing networks, through software-defined-anything, relieves the burden of time, real estate, and manned resources and therefore decreases the cost to the enterprise. The benefits of software-defined environments are simplified management, security, ability to scale, and less staff requirements with business continuity built-in.</p>\r\n\r\n<h2>Preparing for the Worst</h2>\r\n\r\n<p>While IT departments can “pray for the best” during their primary activities of rolling out new technology or resolving end-user quandaries, <a href=\"http://nectoday.com/keeping-your-cool-when-severe-weather-hits/\" rel=\"noopener\" target=\"_blank\">business continuity is not just an option anymore.</a> Traditional business continuity solutions involved red tape and budgetary challenges to pay for the expensive hardware requirements. We have finally reached an era of business continuity/ high availability (BCHA) affordability through nearly always-up service level agreements, and users are demanding nothing less. Today’s enterprise technology partners must provide reliable data access through a variety of elements such as virtualization, load-balancing server software, fault-tolerant servers, Software-Defined Networking (SDN), scalability, security and threat management.</p>\r\n\r\n<h2>Improving Security</h2>\r\n\r\n<p>The internet of things (IoT), while adding a layer of security through connected devices and biometrics, can also build business value through analysis of the captured data. Law enforcement, higher education, and enterprise organizations leverage video monitoring and multi-factor authentication to prevent theft, monitor crowds, and create more secure areas and access control. Retail, hospitality, and healthcare also rely on video and biometric recognition to increase customer loyalty, improve record accuracy and reduce operational costs. Executives want to invest in IoT technology and need a partner who can maximize the benefits while easily accessing the data through reliable servers with nearly unlimited storage capacity.</p>\r\n\r\n<h2>The NEC Approach</h2>\r\n\r\n<p>The <a href=\"https://cdn2.hubspot.net/hubfs/125840/docs/Choose_your_Path_With_NEC_Frost_Sullivan.pdf\" rel=\"noopener\" target=\"_blank\">Frost & Sullivan vision of a technology partnership</a> that solves enterprise challenges is reflected in NEC’s capabilities and product solutions. Our fault-tolerant servers, the full line of general purpose storage products–including our high-end <a href=\"http://nectoday.com/how-to-safely-manage-the-massive-influx-of-data-growth/\" rel=\"noopener\" target=\"_blank\">HYDRAStor</a> product which scales to almost unlimited data, work together with NEC’s SDN and UC solutions to build a quality Smart Enterprise solution for the enterprise marketplace. By condensing the amount of data center space required to run critical applications, and including biometrics into the mix, the new vision for NEC Smart Enterprise reduces costs for organizations and continues to add value, even to existing infrastructure.</p>\r\n\r\n<p>• NEC offers hybrid cloud solutions customized to best fit the need of the enterprise, even those with regulatory and compliance challenges.<br />\r\n• An industry leader in the SDN space, NEC’s open architecture enables a flexible and simpler approach to the network design and provides business agility to the workforce.<br />\r\n• Disruptions to business, planned or unplanned, can be damaging to any size business in today’s climate. NEC’s secure fault-tolerant servers–as well as Active-Active communications with multiple software instances balancing the load in real time for high availability, provide true business continuity, even in hybrid environments.<br />\r\n• NEC’s facial recognition, biometrics and behavioral analytics solutions create the ability to gain business intelligence and maximize IoT solutions, creating a forward-thinking smart enterprise.</p>\r\n\r\n<p>With new focused guidance and leadership, our <a href=\"http://www.necam.com/?__hstc=112165147.0f310d818694ee89fb75ec2f90ff8d9b.1535555598673.1535555598673.1535555598673.1&__hssc=112165147.1.1535555598673&__hsfp=315347563\" rel=\"noopener\" target=\"_blank\">NEC solutions for Smart Enterprise</a> and passion for improving the customer experience helps to meet and exceed the needs of technology leaders, preparing them for the future.</p>\r\n\r\n<p>To learn more about NEC’s Smart Enterprise, <a href=\"https://cdn2.hubspot.net/hubfs/125840/docs/Choose_your_Path_With_NEC_Frost_Sullivan.pdf\" rel=\"noopener\" target=\"_blank\">download the Frost & Sullivan Report.</a> (Companion Piece) or <a href=\"https://hubs.ly/H0cZh8M0\" rel=\"noopener\" target=\"_blank\">the full report here</a>.</p>\r\n', '', ''),
(230, 0, 1, '2018-09-11 13:15:56', 6, 1212, 0, 0, 0, '', '', '', 'NEC Unveils Executive Healthcare Partner Program', 'NEC reinforces leadership in providing compelling IT and UC solutions for the Healthcare sector', '', '', '<p align=\"left\"><strong>Hilversum, 12<sup>th</sup> of September, 2018 – </strong>NEC Enterprise Solutions, a global leader in Enterprise Communications & IT Solutions, today announced its Executive Healthcare Partner Program, designed to drive new business opportunities and increased profits for its Business Partners active in the healthcare market.</p>\r\n\r\n<p align=\"left\">NEC provides a comprehensive suite of products and services to serve healthcare organisations worldwide.<br />\r\nWith the launch of its Healthcare Partner Program, NEC reinforces the company’s leadership in providing best in class IT & Communications solutions to the Healthcare sector and driving its accredited Business Partners towards further success. The program supports partners to uncover new opportunities, deploy profitable solutions and develop expertise necessary for bringing added value to healthcare institutions.</p>\r\n\r\n<p align=\"left\">One of the first partners that has boarded the new Partner Program is Getronics. “Getronics and NEC have already for many years a very strong relationship”, says Oriol Ruiz Poza, Regional Managing Director Selected Enterprise at Getronics. “We are excited and fully confident that this new healthcare partner program from NEC will not only increase our revenues but also supports our strategy to support our expansion in the different European countries” he adds.</p>\r\n\r\n<p align=\"left\">“Through this program we recognize and support the Business Partners that invest in and promote the value of our integrated solutions, enabling them to go-to-market more successfully and help them to create new, profitable opportunities,” said Denhard Jongman, Global Director Vertical Solution Development at NEC. “Leveraging experience gained at more than 15.000 healthcare institutions working every day with our solutions, our Healthcare Partner Program, reconfirms our commitment to our channel partners”, he concludes.</p>\r\n', '', ''),
(231, 0, 1, '2018-09-26 07:14:21', 6, 1220, 0, 0, 0, '', '', '', 'Paramount Group selects NEC technology at the core of its new SAINTS Surveillance and Intelligence Networks offering', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/press/NEC-at-core-of-Paramount-Group-new-Saints-Network-offering.jpg', '', '<p><strong>Pretoria, Hilversum, 26th September, 2018</strong> – NEC Enterprise Solutions today announced that Paramount Group has selected NEC and its South African business partners Mustek and Gijima to provide the ICT building blocks for an innovative (para-)military intelligence surveillance solution called SAINTS - which stands for Surveillance and Intelligence Networks.</p>\r\n\r\n<p>SAINTS, which has just been launched by the Paramount Group at the African Aerospace and Defence exhibition 2018 in Pretoria, South Africa combines the Paramount Groups’ land, sea or air solutions with NEC’s robust and resilient Fault Tolerant servers as a base for a multitude of mission critical applications. On top of that NEC’s UNIVERGE 3C UC & Collaboration software connects pilots or other mobile forces with command centres in a secure and encrypted way. NEC’s storage servers and networking solutions complement the ICT building blocks.</p>\r\n\r\n<p><strong>SAINTS unique concept</strong><br />\r\n“We are thrilled to have NEC solutions and its business partners on board”, states Lee Connolly, GM of Paramount Advanced Technologies’ Mission Systems, “especially as NEC solutions are well known in the military and para-military field“, he continues. “The advantage of SAINTS is that it brings a complete solution which at the same time is versatile and scalable. There is a range of sensory equipment available, from radar, optical sensors and even drone detection, using multiple communications networks and multiple platforms at fixed or mobile deployments or a combination of these. Due to the ‘one-stop-shop’ concept the buyer will have less operational integration concerns than when buying the building blocks separately. This is ideal for many military and para-military operations.”</p>\r\n\r\n<p><strong>Ensure Stable Operations by High Availability</strong><br />\r\nWhen all applications are powered by servers, you need mission critical stability. When it comes to server reliability, there is no better solution than the NEC Express58000 fault tolerant (FT) product line. A combination of redundant hardware and redundancy control software enables 99.999% uptime for immediate failover and server<br />\r\nvirtualization protection. This translates in a downtime per year of less than 6 minutes on average. Mustek provides NEC’s FT servers, storage servers and related peripherals as building blocks to the SAINTS projects.</p>\r\n\r\n<p><strong>Modern communications even mobile highly secured</strong><br />\r\nNot only does NEC’s UNIVERGE 3C provide a strong and robust all-in-one solution for Unified Communications and Collaboration, it is also JITC certified. This certification is carried out by the US Department of Defense/DISA and is desirable for any entity that values security and interoperability. It is important to note that NEC’s UNIVERGE 3C’s Mobile client for smartphones and tablets is the first secure mobile solution globally to be successfully JITC tested and certified. 3C is used by many military and paramilitary customers worldwide and integrated into SAINTS by Gijima, one of NEC’s most experienced 3C System Integrators.</p>\r\n\r\n<p><strong>NEC Networking made easy</strong><br />\r\nThe advanced networking solution provided is furthermore supported by NEC’s QX-S4100 Series Power over Ethernet Plus (PoE+) Gigabit switches, offering the flexibility to easily deploy PoE devices wherever needed. These versatile switches can be used as edge devices in a Software Defined Network (SDN) or they can be standalone. The QX-S4100 series fully supports NEC’s ProgrammableFlow Controller (PFC) Edge Switch Automation capability, and can be configured and managed directly through the PFC’s Graphical User Interface (GUI). Karien Ciggaar, Senior Sales Manager sub Saharan Africa for NEC Enterprise Solutions, comments: “We are extremely proud to be selected by Paramount group for SAINTS. In fact due to the successes of our solutions in the military field we have decided to focus more on this field than ever before both from a commercial and a development point of view. Together with our experienced business partners and our competence centres in Europe, Africa and the US we form the perfect team to support our military and paramilitary customers worldwide.“</p>\r\n\r\n<p style=\"text-align: center;\">***</p>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About NEC Enterprise Solutions</strong>:<br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.<br />\r\nNEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</span></p>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About Paramount Group</strong><br />\r\nParamount was formed in South Africa in 1994 with the bold goal of helping African governments better protect their countries. Today, we’re a global corporation, leading the way in global defence and aerospace innovation. We have more than 3000 employees, working with sovereign governments across across five continents and manufacturing in Africa, Asia and the Middle East.<br />\r\nFor more information: www.paramountgroup.co.za</span></p>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About Hi Calibre</strong><br />\r\nIt was Hi Calibre Telecommunications Consultants – a Telecoms Consulting company – that brought the parties together when designing the satellite communications network for SAINTS. Hi Calibre recognized the need for a stable linking pin between the different parties and knew that NEC’s 3C UNIVERGE Solutions is used by many military organizations worldwide as it has been certified by the US Army’s JITC.<br />\r\nHi Calibre Telecommunication Consultants is an independent research and consulting company. Established in 1998, they deliver solutions in the field of I.C.T. (Information and Communication Technology). Recent highlights national and international are:<br />\r\n• Enterprise VSAT network solutions specialising on “Rooftop-To-Rooftop” applications for closed own networks. E.g. Air Traffic Control, Border Control, Disaster Management, Public Safety and Remote Learning<br />\r\n• Broadcast Solutions “Comms-On-The-Move” enabled SNG - Satellite News Gathering - vehicles for camera shooting while driving in excess of 120Km/h.<br />\r\nFor more information please e-mail: info@hicalibre.co.za</span></p>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About Mustek</strong><br />\r\nMustek is proud to announce its involvement and partnership with Paramount Group in this year’s AAD show.<br />\r\nMustek has been delivering NEC server solutions to the SANDF for the past 7 years and will team up with Paramount to showcase our NEC fault tolerance server range.<br />\r\nNEC’s fault tolerant servers are designed with innovative technology that enables continuous availability for a solution with up to 99.999% system uptime while providing data integrity and exceptional performance.<br />\r\nThe heart of the dual-modular redundancy architecture for the FT server is its GeminiEngine™ chipset, a feature specially engineered to synchronize redundant components and prevent CPU performance degradation due to<br />\r\nhardware redundancy control. The GeminiEngine feature enables \"lockstep\" processing, allowing the redundant components to process the same instructions simultaneously, and thereby eliminating potential failure points for continuous processing. For more information: www.mustek.co.za</span></p>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About Gijima</strong><br />\r\nGIJIMA SPECIALIZED SOLUTIONS(GSS) is a market leader in the provisioning of specialised, innovative end user Unified Communication and Collaboration solutions. Our competency spreads over a number of sectors including but not limited to Industrial and Manufacturing, Mining, Hospitality, Health Care and Public Sector. Our solutions are rated as world–class by major international companies, structured to ensure high availability, the reduction of costs, and keeping our clients current with relevant technologies. Gijima GSS is uniquely positioned to improve the end user experience, and agile enough to manage all your Unified Communication and Collaboration (UC&C) requirements. Our solutions portfolio is backed up by NEC Enterprise Solutions EMEA having appointed Gijima GSS as the only System Integrator (SI) in the South African market.<br />\r\nOur solutions incorporate the latest voice, data and video technologies over converged networks, using both desktop and mobile endpoints to enable real-time, collaborative working. Combined with the latest messaging, presence management and contact centre applications, our solutions deliver increased productivity, ease of use and significantly improved customer satisfaction. Our deployment models supportive of On Premises, As a Service or Hosted gives our customers freedom of choice aligned with their respective OPEX or CAPEX budgets. Designing and maintaining such complexed solutions requires a highly skilled workforce, Gijima GSS has in its’ employ a number of highly skilled and certified Solution Design Engineers, Specialists and Service engineers that will ensure industry standard designs, deployments and after sales service across the country.<br />\r\nFor more information: www.gijima.com</span></p>\r\n', '', ''),
(232, 0, 1, '2018-09-27 07:24:15', 6, 1221, 0, 0, 0, '', '', '', 'NEC empowers Smart Digital Transformation in business and society at GITEX 2018', 'Powerful showcase of Smart Enterprise and Digital City technologies', '', '', '<p><strong>Dubai, 27 September 2018 – </strong>NEC Corporation (NEC; TSE: 6701) today announced its participation in the GITEX 2018 Technology Week, the biggest technology show in MENA and South Asia, taking place 14-18 October at the Dubai World Trade Center. NEC will showcase the latest solutions for equipping organizations and society for smart transformation in today’s digital landscape at booth Z1-D20 in Za’abeel Hall.</p>\r\n\r\n<p>The development of digital strategies has become a core priority for businesses as well as governmental institutions as they face overwhelming challenges in adapting to a changing world. Mobile integration, real-time collaboration, data analytics, AI and high availability are becoming essential ingredients for the smart and secure enterprise.</p>\r\n\r\n<p>At GITEX 2018, NEC will demonstrate the latest products and solutions for overcoming these challenges, including some of the world’s leading biometrics solutions for ensuring safety and security, advanced display solutions, Software-Defined Networking (SDN) and Unified Communications (UC) solutions under the theme of “Co-creating the Future through Smart Digital Transformation.”</p>\r\n\r\n<p>GITEX brings together attendees from more than 120 countries, including 4,000 exhibitors spread throughout 21 halls.</p>\r\n\r\n<p>“At GITEX 2018, we are demonstrating how Smart Enterprises, Government Institutions and Carriers can leverage converged technologies to optimize business practices, drive workforce engagement and create a competitive edge,” says Ronald Schapendonk, Marketing Director EMEA, NEC Enterprise Solutions. “Our Smart Enterprise Framework brings together all key technologies, applications and smart workspaces that deliver scalable, resilient and secure services for productive and efficient operations,” he explains.</p>\r\n\r\n<p>Please see below for the various NEC technologies on display at GITEX 2018:</p>\r\n\r\n<p><strong>Unified Communications and Team Collaboration</strong><br />\r\nNEC’s efficient and intelligent UNIVERGE communication servers offer small, medium and large organizations enterprise-grade UC&C and mobility at an extremely competitive price. It enables businesses to provide the high levels of customer service required today, keeping colleagues and customers up-to-date and connected by means of single number reach, built-in web based conferencing, remote worker/home office support and the ability to use smartphones as system extensions.</p>\r\n\r\n<p><strong>NEC Smart WorkSPACE</strong><br />\r\nNEC’s Smart WorkSPACE allows users to securely access their working environment from anywhere, at any time, with any device and delivers a consistent, rich-media experience in combination with the ease of central management.</p>\r\n\r\n<p><strong>High Availability and Disaster Recovery</strong><br />\r\nNEC’s integrated EXPRESSCLUSTER, the industry leading High Availability & Disaster Recovery solution, minimizes the damage organizations experience from system outages, whether they are planned or unplanned, and offers market-proven quality of high availability for many applications.</p>\r\n\r\n<p><strong>Smart Data Management & Storage - HYDRAstor High Performance Capacity-optimized Storage</strong><br />\r\nNEC HYDRAstor’s secondary storage consolidation platform delivers a strong long-term track record in the industry for performance, data resiliency, non-disruptive technology refreshes and more:<br />\r\nhttps://www.nec-enterprise.com/products/HYDRAstor-Series-112</p>\r\n\r\n<p><strong>Software Defined Networking - NEC’s Award Winning Enterprise and Smart Cloud Solution</strong><br />\r\nInstalled in networks around the world, NEC’s ProgrammableFlow Networking Suite was the first commercially available SDN solution to leverage the OpenFlow protocol. The suite enables full network virtualization and allows enterprises, data centers and service providers to easily deploy, control, monitor and manage secure multi-tenant network infrastructures. More info on: www.nec-sdn.com</p>\r\n\r\n<p><strong>Biometric Facial Recognition</strong><br />\r\nNEC\'s industry-leading advanced recognition system, NeoFace, is the world\'s fastest and most accurate facial matching product and is adopted by organizations throughout the world, including police forces, immigration offices, and public facilities. NEC will showcase NeoFace Access Control at GITEX 2018, helping to make authentication faster and to improve security levels with two-factor authentication.</p>\r\n\r\n<p><strong>NaaS</strong><br />\r\nAt Gitex NEC demonstrates Network-as-a-Service (NaaS) by means of an enterprise that recently became subscriber to an SD-WAN service. By using SD-WAN and value-added services as examples, the purchase and provisioning process is shown, highlighting the benefits that NEC Netcracker’s solution delivers to both end customers and operators in purchasing, managing and configuring network and cloud services. This demo also illustrates how operators can effortlessly create new and complex products and bring them to market rapidly through a digital marketplace. The service onboarding and design leverages NEC’s extensive partner program,<br />\r\nEcosystem 2.0, allowing operators to create various service bundles and offerings from hundreds of functional components provided by third-party vendors.</p>\r\n\r\n<p><strong>Netcracker Digital Customer Enablement.</strong><br />\r\nNetcracker’s Digital Customer Enablement offering shows how service providers can quickly adapt to the challenges of the new digital age. It shows quick partner on-boarding to enrich service portfolios with next-generation digital products. It highlights the tools necessary for efficient sales and marketing activities and facilitates the management of intelligent, personalized and dynamic customer journeys regardless of interaction channel. The demo also shows how service providers can accurately charge, bill, collect and settle across trillions of transactions as well as real-time decision scenarios and operational efficiency with an embedded analytics engine.</p>\r\n\r\n<p><strong>NEC/Netcracker Smart City Operations</strong><br />\r\nPublic safety, massive IoT, industrial internet, connected health—these are just a few use cases that require sophisticated infrastructure, real-time management, AI-driven analytics and extremely high availability. The scenarios demonstrated at GITEX 2018 underscore the growing role of network automation that goes beyond conventional telecom use cases and focuses on an AI-driven operations approach to managing smart cities. They cover zero-touch operations at scale, real-time big data processing and AI-driven analytics, including security, as well as next-best actions enforced by next-gen OS.</p>\r\n\r\n<p><strong>Display solutions for Control & Command Center and professional workspaces include:</strong></p>\r\n\r\n<p><strong>NEC InfinityBoard</strong><br />\r\nThe NEC InfinityBoard is an advanced meeting room solution with an interactive whiteboard canvas alongside superb built-in camera and high quality audio that enables corporations to save costs and boost productivity.</p>\r\n\r\n<p><strong>Hiperwall – Command and Control Center</strong><br />\r\nCombining NEC hardware with Hiperwall software makes it easy and affordable to display content when and where it is needed. The result is a video wall and distributed visualization system that is ideally suited for many applications, including command and control, digital signage, education and entertainment.</p>\r\n\r\n<p>For more information, please visit: www.nec-enterprise.com/gitex</p>\r\n', '', ''),
(233, 0, 1, '2018-10-16 05:36:21', 6, 1224, 0, 0, 0, '', '', '', 'NEC awards Middle East Top Performers at GITEX 2018 Gala Dinner', 'NEC and Business Partners demonstrate strong mutual commitment at highly successful event', '', '', '<p align=\"left\"><strong>Dubai, 16<sup>th</sup> of October, 2018 – </strong>At a special Gala Dinner held in Dubai on October 15th, NEC, leading IT and Communications solutions provider, awarded its top performing business partners addressing the enterprise ICT market in the Middle East region for their excellent performance over the past period.</p>\r\n\r\n<p>The NEC Gala Dinner brought together business partners and customers visiting GITEX 2018 Technology Week, from 14-18 October at the Dubai World Trade Center, where NEC showcased the latest evolution of powerful solutions that equip organizations and society for smart transformation in today’s digital business landscape.<br />\r\nThis years’ winners of NEC’s Top Performer awards were for AASA Group (UAE), NajTech (Saudi Arabia), Telematics (UAE), AT&C (Egypt), Bahwan (Oman), ITECS (UAE), Al Moayed (Bahrain) and Ascotel (Jordan).</p>\r\n\r\n<p><strong>Empowering the Smart Enterprise</strong><br />\r\nNEC’s latest enhancements underpin its rich and innovative portfolio to empower smart enterprises and drive business transformation including:</p>\r\n\r\n<p>• Business Continuity (High Availability) Solutions, Smart Data Management & Storage, Virtual Workspace and SDx/SDN solutions</p>\r\n\r\n<p>• UC&C, Mobility, Biometrics and Display Solutions for SMB, Enterprises and Government</p>\r\n\r\n<p>• Award winning Advanced Recognition, Security, IoT and Control and Command Solutions for a Safer and Efficient Society.</p>\r\n\r\n<p>At the Gala Dinner, Paul Kievit, President at NEC Enterprise Solutions, expressed his appreciation for the strong commitment the business partners have shown and congratulated them with their significant achievements across many sectors.</p>\r\n\r\n<p>“It is highly inspiring to experience the enthusiasm of our business partners for our brand, our portfolio and our vision”, said Ronald Schapendonk, Marketing Director at NEC Enterprise Solutions. “Our presence this year at GITEX confirms once again how NEC and our partners are bringing IT and Communication solutions that enable organizations and their workforce to embrace the business advantages of digital transformation. The awards are recognition of our mutual commitment and business success”, Schapendonk stated.</p>\r\n\r\n<p align=\"left\">For more information, please visit: www.nec-enterprise.com/gitex</p>\r\n', '', ''),
(234, 0, 1, '2018-11-05 09:13:33', 6, 1227, 0, 0, 0, '', '', '', 'NEC benoemt Futura tot Master Distributor voor de Nederlandse markt', 'Business Partner door NEC met award bekroond voor excellente prestaties ', '', '', '<p align=\"left\"><strong>Hilversum, 5 november 2018</strong> – NEC Enterprise Solutions heeft Futura uit Ede benoemd tot master distributor van haar bedrijfstelecommunicatie-oplossingen gericht op de Nederlandse MKB markt.</p>\r\n\r\n<p align=\"left\">Futura is de nieuwe naam voor Nextel en is al sinds 1999 actief als distributeur van NEC in Nederland. De per 18 oktober ingevoerde naamswijziging is ingegeven door een nieuwe bedrijfspositionering en belangrijke verbreding van portfolio en expertise om naast communicatie ook een volledig aanbod IT-oplossingen aan te bieden.</p>\r\n\r\n<p align=\"left\"><strong>Futura Event</strong><br />\r\nTijdens het op 18 oktober in Oosterbeek gehouden speciale Futura Event werden klanten ingelicht over de nieuwe positionering van het bedrijf en ontvouwde Futura haar visie en plannen voor de toekomst. Ook NEC droeg bij met een blik in de toekomst aan de hand van een presentatie die de visie op de technologische ontwikkelingen op het gebied van IT & Communicatie illustreerde.</p>\r\n\r\n<p align=\"left\">Mark Haasjes, Sales Manager bij NEC Enterprise Solutions, feliciteerde Futura met hun nieuwe naam en positionering. Als herbevestiging van de uitstekende en langdurige relatie tussen NEC en Nextel/Futura, ontving Ed de Wilde, Algemeen Directeur Futura, uit handen van Haasjes een speciale award, waarbij Futura zich voortaan Master Distributor van NEC mag noemen.</p>\r\n\r\n<p align=\"left\"><strong>Totaal aanbieder ICT oplossingen</strong><br />\r\n\"Deze award en de benoeming van Futura als Master Distributor is een erkenning van wederzijds commitment en zakelijk succes”, aldus Haasjes.</p>\r\n\r\n<p align=\"left\">“Wij zijn bijzonder trots om distributeur van NEC te zijn. De bedrijfscommunicatie systemen die wij al jaren leveren kenmerken zich door uitstekende functionaliteit, ongeëvenaarde betrouwbaarheid en prima prijs-kwaliteitsverhouding”, stelt Ed de Wilde. “Het brede en krachtige IT-portfolio van deze wereldleider stelt ons nu in staat om ons aanbod in de markt verder te verbreden en een totaal aanbieder van ICT-oplossingen te worden. Wij verwachten in de komende tijd ons netwerk uit te breiden om aan de toenemende vraag te voldoen en invulling te geven aan onze groeiambities”.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>NEC Enterprise Solutions</strong><br />\r\nNEC Enterprise Solutions is een toonaangevende leverancier van IT & Communicatie-oplossingen aan kleine, middelgrote en grote ondernemingen in zowel de private als publieke sectoren. De geboden oplossingen maken gebruik van de nieuwste spraak-, data- en video-technologieën en zijn ontworpen voor open connectiviteit, hoge beschikbaarheid en flexibele groei. NEC Enterprise Solutions bedient haar klanten in EMEA (Europa, Midden Oosten en Afrika) via een netwerk van directe verkooporganisaties, distributeurs en value-added resellers en koestert een bedrijfscultuur waarbij deskundigheid, flexibiliteit en toewijding aan klanten centraal staan. Voor meer informatie: <a href=\"http://www.nec-enterprise.com/\">www.nec-enterprise.com</a>.</p>\r\n\r\n<p><strong>Futura</strong><br />\r\nFutura (Voorheen Nextel B.V.) is met meer dan 19 jaar ervaring, een belangrijke distributeur en voorloper op het gebied van ICT in de Nederlandse zakelijke markt. Futura biedt haar business partners een uitgebreid portfolio ICT producten en oplossingen van leveranciers, die elk marktleider zijn binnen hun branche. Het portfolio omvat onder andere bedrijfscommunicatiesystemen, wifi netwerken, VOIP en slimme software toepassingen voor zakelijk gebruik. Omdat de technologie die hierbij komt kijken steeds geavanceerder wordt, acht Futura het als “Value Added Distibutor” enorm belangrijk om hoogwaardige kennis over te brengen en doet dit met leertrajecten volgens eigen unieke concept. Volg Futura op social media en op www.futura-ict.nl!</p>\r\n', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(235, 0, 1, '2018-11-21 12:03:34', 6, 1229, 0, 0, 0, '', '', '', 'NEC’s You Tube Channel Makes Good Viewing for Resellers', 'Over 16k hits on the SL2100 Quick Install video series', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/press/NEC-sl2100-resellervideos.jpg', '', '<p><strong>UK, November 21, 2018</strong> – Every reseller wants an installation to be a quick and painless experience. NEC resellers get the added advantage of a video channel playlist with a series of Quick Install videos.</p>\r\n\r\n<p>These professionally recorded videos provide quick and easy reference for the reseller. The series covers every type of installation from SIP trunks, Music on hold, IP terminals, rack mounting and more. Designed for the SL2100 – NEC’s small business PBX, the series is now completed with a 13 part library.</p>\r\n\r\n<p>With over 16,000 viewings for the series so far it’s proving to be a hit. NEC reseller Gary Thorburn from Bolton-based Telesis enthuses, \"This series of videos provides ideal quick reference when you\'re onsite. Because they’re broken down into bite-size sections you only need to refer to the video relevant to your install – much quicker than a manual!\"</p>\r\n\r\n<p>NEC Sales Director Andrew Cooper explains, “We want the SL2100 to be the easiest system in the marketplace. These videos provide quick reference and troubleshooting for NEC resellers as well as an excellent introduction to the system for newcomers looking to on-board with a new vendor.”</p>\r\n\r\n<p>He continues, “It’s important to provide choice and no two resellers are the same. With the SL2100 we have online computer based training, classroom training at our HQs in Nottingham and London and now this extra online reference. Video is always a popular format.”</p>\r\n\r\n<p>Search for ‘NEC Enterprise Solutions Channel’ on You Tube to find out more.</p>\r\n\r\n<p>The You Tube playlist can be found here: <a href=\"https://tinyurl.com/yal2dkxp\">https://tinyurl.com/yal2dkxp</a> </p>\r\n\r\n<p> <a href=\"https://www.youtube.com/playlist?list=PL94rhEuF55lQWDXQwygiQ_Jwj9y2Hpaqd\">https://www.youtube.com/playlist?list=PL94rhEuF55lQWDXQwygiQ_Jwj9y2Hpaqd</a></p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:</strong></p>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" style=\"width: 100%;\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <p><span style=\"font-size:12px;\"><strong>Jim Eagers</strong></span><br />\r\n <strong style=\"font-size: 12px;\">Tel: +44 (0) 787 509 3399<br />\r\n jim.eagers@emea.nec.com</strong></p>\r\n </td>\r\n <td><span style=\"font-size:12px;\"><strong>Robert van Amerongen</strong></span><br />\r\n <strong style=\"font-size: 12px;\">Tel: + 31 35 689 1521<br />\r\n robert.van.amerongen@emea.nec.com</strong></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About NEC Enterprise Solutions:</strong></span></p>\r\n\r\n<p><span style=\"font-size:12px;\">NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.<br />\r\nNEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</span></p>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About NEC Corporation </strong></span></p>\r\n\r\n<p><span style=\"font-size:12px;\">NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a></span></p>\r\n\r\n<p><span style=\"font-size:12px;\">NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. ©2018 NEC Corporation.</span></p>\r\n\r\n<p> </p>\r\n', '', ''),
(237, 0, 1, '2018-12-14 14:56:09', 6, 1238, 0, 0, 0, '', '', '', 'DECT – Still (favourite) after all these years ', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/nec-ipdect.jpg', '', '<p>Since its standardisation, in the years 1990 to 1993, DECT has developed into the most successful and favourite technologies for wireless on premise communications. Over the years many innovations have been introduced, and NEC has been at the forefront.</p>\r\n\r\n<p>One of the main changes came in 2002, when traditional DECT transitioned into IP DECT, taking away the need for a dedicated network, as IP DECT just used the normal data network. In recent times DECT has been enhanced with various applications, such as alarming and notification, localisation services, the most recent being a beacon technology via Bluetooth low energy, and tour guide, replacing unstable analogue technology used in tourist excursions.<br />\r\n<br />\r\nBy 2005, Wi-Fi-based solutions emerged, and later Fixed/Mobile Conversion appeared, two alternative technologies that basically could also do the ‘mobile communications’ job. Although reality proven to be somewhat different. </p>\r\n\r\n<p><strong>Dedicated DECT spectrum</strong><br />\r\nDECT uses its own dedicated spectrum which means no disturbance, while Wi-Fi on the other hand continually suffers from interference. A microwave oven, for example, sends its signals in the same Wi-Fi spectrum. When a second Wi-Fi solution is introduced in the vicinity, the first Wi-Fi should be re-tuned to work adjacent to the second Wi-Fi system, in order to avoid trouble with voice quality and broken calls.</p>\r\n\r\n<p>Where mobile integration – fixed/mobile convergence – is concerned, coverage in buildings for mobile phones is getting worse and worse, particularly due to environmental regulations. The natural shielding inside buildings to manage temperature, for example, is much greater than it was a few years ago, which makes it much more difficult for the radio signals from outside to penetrate inside a building</p>\r\n\r\n<p><strong>There Is No Real Alternative</strong><br />\r\nSo the alternatives to DECT have not reached the same level of usability and maturity. This is why NEC has continued working with DECT – and successfully so!</p>\r\n\r\n<p>From the very beginning DECT has provided perfect voice quality and seamless hand-over. This has made it very easy to implement DECT in many organisations with large numbers of mobile staff, including hospitals, hotels and cruise ships with a very high degree of service levels. In addition to this, DECT integrates very well with the communication servers and over the years, a lot of applications have been added to DECT, such as messaging, alarming, localisation and lone worker solutions, which are made for perfect integration into many vertical industries.</p>\r\n\r\n<p>These factors – dedicated spectrum, perfect voice quality, over-the-air and DECT-to-PBX security levels and ‘never-fails-you-reliability’ - are the key reasons why DECT was important from the start, and why that continues today. Coupled with a radio spectrum that is not regulated by operators, DECT offers significant benefits for industries where reliable service for mission critical processes is a pre-requisite.</p>\r\n\r\n<p><strong>DECT application areas</strong><br />\r\nBesides regular office environments DECT is used particularly in healthcare (hospitals/nurse-call), hospitality, warehouses, manufacturing and prisons.</p>\r\n\r\n<p>A striking example of a particular sector where DECT is favoured is the cruise industry. From yachts and small riverboats to the largest cruise ships. A cruise ship can be considered being a big, steel factory or warehouse – as well as hotel. Everything is shielded. There are lots of small rooms and all are shielded for radio signals. Then consider that you have a very high number of phones/radios, and that everyone - guests as well as staff - expects to be able to continue to talk as they are walking around. An extremely difficult environment to deploy wireless communications but DECT works excellent here, while the alternatives – mobile integration or Wi-Fi – are just so much more difficult to make it work.</p>\r\n\r\n<p>DECT too enables much control at middleware level, from allowing or denying external calling at individual handset level, receiving external calls, push to talk, broadcast messaging, handset to handset messaging, alerts, alarms, silent calling (so that you can listen in when a member of staff may be in trouble), Bluetooth connectivity, loudspeaker function, group calling. DECT has it all.</p>\r\n\r\n<p><strong>DECT still very relevant today</strong><br />\r\nWhen you are in a specific industry sector and you need a phone for a specific purpose like a lone-worker solution or nurse-call system, it is just the simplest for staff to use a dedicated handset.</p>\r\n\r\n<p>There are developments now based around 4G/LTE which offer great voice and data. The difference here is that you mostly need to use an operator network. Your organisation is then bound to use that particular operator. If you do so, you can ask those operators to implement small cells inside your building, which would extend the mobile network into your building in order to get around the shielding issues. These local cells will however then still be owned by the operator. Private LTE will change things, but until today it is only available in a couple of countries. Everywhere else, the entire available spectrum is owned by the operators.</p>\r\n\r\n<p><strong>Paving the way to 5G</strong><br />\r\nLooking toward to the future, it is likely that private 5G will become a viable option. Everything however depends on which frequencies will be selected as well as the support of smartphones for these frequencies. This will determine the costs of deploying such a mobile solution and thus its competitiveness.</p>\r\n\r\n<p>DECT-5G is the name given to the specification underlying the next generation of DECT and ULE. This will be aligned with the technical requirements of IMT-2020. By its nature, DECT-5G will be of strategic importance for the indoor environment compared to other technologies since around 80% of data traffic is generated via indoor systems. All in all it is clear that DECT is here to stay for a long time in the future, and the best option to pave the way to 5G and beyond.</p>\r\n', '', ''),
(238, 0, 1, '2019-01-03 08:52:06', 6, 1240, 0, 0, 0, '', '', '', 'NEC appoints Blue Ocean Global as Master Distributor for SMB communications solutions in UAE ', 'NEC and Blue Ocean bolster market footprint in the region', '', '', '<p align=\"left\"><strong>Dubai, Hilversum, 3 January 2019 – </strong>NEC Enterprise Solutions, global leader in Communications & IT solutions, today announced that it has appointed Blue Ocean Global as its Master Distributor for SMB communications solutions in the United Arab Emirates. Blue Ocean Global will provide resellers in the UAE with NEC’s latest range of advanced communications solutions for enhanced productivity, efficiency and business continuity.</p>\r\n\r\n<p>Blue Ocean is a leading distributor of communication solutions with a network of about 250 telecom resellers nationwide and will distribute the renowned NEC UNIVERGE SV9100 and SL2100 communication servers and their powerful range of terminals and business applications.</p>\r\n\r\n<p align=\"left\"><strong>Proud to join the Global No.1</strong><br />\r\n\"We are particularly proud to become Master Distributor for NEC in UAE, the Global No.1 in the IP-PBX Call Control market. Their communication systems are characterized by excellent functionality, unrivalled reliability and excellent value for money\", says Shahzad Ahmed, Chairman and CEO at Blue Ocean Global. ”The broad and powerful portfolio of this world leader enables us to further expand our offering in the market and we expect to expand our network in the coming period in order to meet the increasing demand in the region and fulfill our growth ambitions.\"</p>\r\n\r\n<p>“We are very pleased to have Blue Ocean Global as Master Distributor in the UAE”, says Domenico De-Stefanis, Managing Director of NEC Enterprise Solutions in the Middle East. “Blue Ocean is very familiar with our products and their in-depth knowledge of the telecom sector and the needs of organizations in the region, will help us further promote our powerful range of solutions. Blue Ocean has the knowledge, infrastructure and capacity to train its resellers for successful business in this strong growing market.\"</p>\r\n\r\n<p align=\"left\"><strong>Extreme value for money</strong><br />\r\nDirected specifically at smaller and mid-sized businesses, NEC’s communications servers are intelligent cost-effective communication solutions that pack affordability, efficiency and enterprise-grade functionality into one.</p>\r\n\r\n<p align=\"left\">Shahzad Ahmed further explains<strong>: \"</strong>Our aim is to deliver the best possible value to both resellers and their end customers. Our added value comes from the quality of the products and solutions we distribute, as well as our network of partners. The highly successful NEC solutions are based on the latest technology and are deployed within many organisations.”<br />\r\n<br />\r\n“”With their powerful and intuitive applications that meet the needs of an increasingly mobile workforce, they are an excellent fit to the customer requirements in the UAE. Their extreme value for money give us full opportunity to successfully address the SMB market, with its scalable architecture, top of the bill functionalities and excellent price point. NEC\'s technology, local expertise and longstanding presence in the region really stands out from the crowd“”, Ahmed concludes.</p>\r\n', '', ''),
(239, 0, 1, '2019-01-17 08:18:37', 6, 1241, 0, 0, 0, '', '', '', 'NEC in partnership with UC EXPO', 'Industry collaboration brings greater relevance for end users', '', '', '<p><strong>London, 17 January 2019 - </strong><a href=\"http://www.nec-display-solutions.co.uk/\">NEC Display Solutions</a> today announces a partnership with UC EXPO, the first in a number of key vertical tradeshows to benefit from an industry collaboration which sees NEC place greater emphasis on vertical expertise. For the corporate sector, NEC Display Solutions and NEC Enterprise Solutions will collaborate to present a highly targeted Unified Communications solutions set for computing and collaboration.</p>\r\n\r\n<p>As Europe’s largest dedicated unified communication and collaboration event attracting over 7,000 visitors, UC EXPO provides the ideal forum for NEC to reaffirm its position as an expert consultant and key supplier of UC, IT and AV solutions to the corporate sector. The move, which places greater attention to the needs of the end user, sees NEC reassigning key elements of the highly acclaimed NEC Showcase in order to focus resource and relevance where it brings most benefit to the industry.</p>\r\n\r\n<p>Bradley Maule-ffinch, director of strategy for UC EXPO, says: \"We\'re pleased to announce the partnership with NEC in bringing a world leading influencing brand to the event to share their insights, experiences and success stories.”</p>\r\n\r\n<p>With UC EXPO falling within London Digital Signage Week; end users, solutions providers and channel partners across a broad ranging interest group will appreciate the benefits and opportunities which greater industry collaboration brings.</p>\r\n\r\n<p>“This is an exciting evolution, by investing in established vertical tradeshows, we can deliver a much more targeted experience, focusing resources where it will most benefit the end user, our partners and the wider industry,” explains Gill Slater, marketing manager at NEC Display Solutions. “We will be announcing involvement at other key vertical shows as the year progresses but we are already making plans for RBTE (Retail), Passenger Terminal Expo, InnoTrans (Rail) and IFSEC (Security), amongst others.”</p>\r\n\r\n<p>UC EXPO takes place on 15-16 May 2019 at ExCeL London, registration is free using this link <u><a href=\"https://imago.circdata-solutions.co.uk/RFG/publish/UC19?utm_source=UC19NEC\">NEC@UCEXPO</a></u></p>\r\n\r\n<p>Follow us on social media for further announcements #NEC@UCEXPO<br />\r\n@NEC_Display_UK<br />\r\n@NECEnterprise<br />\r\n@UCEXPO</p>\r\n\r\n<ul>\r\n <li align=\"center\">ENDS –</li>\r\n</ul>\r\n\r\n<p align=\"center\"> </p>\r\n\r\n<p><strong>For further information and interviews</strong>:<br />\r\nMegan Sweeting<br />\r\nPR Executive<br />\r\nNEC UK Ltd., Display Solutions<br />\r\nTel: +44 (0)7860 927103<br />\r\nEmail: <a href=\"mailto:megan.sweeting@emea.nec.com\">megan.sweeting@emea.nec.com</a></p>\r\n\r\n<p><strong>About NEC Display Solutions Europe</strong><br />\r\nNEC Display Solutions Europe GmbH has its European headquarters in Munich, Germany and is responsible for all business activities in EMEA. NEC Display Solutions benefits from the technological know-how and technologies of the NEC Corporation and, with its own Research and Development, is one of the world\'s leading manufacturers offering the widest product range of display solutions in the market. The display product portfolio ranges from entry-level to professional and speciality desktop LCDs, via large-size Public Displays for Digital and Retail Signage. The Projector range offers products for all needs, from portable devices via business projectors to products for permanent operation (such as PoS applications) and digital cinema projectors. Bernd Eberhardt is President and CEO of NEC Display Solutions Europe. Further information can be found online at: <a href=\"http://www.nec-display-solutions.com/\">www.nec-display-solutions.com</a></p>\r\n\r\n<p><strong>About NEC Enterprise Solutions</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability. NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <u><a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a></u>.</p>\r\n\r\n<p><strong>About NEC Corporation</strong><br />\r\nNEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.</p>\r\n', '', ''),
(241, 0, 1, '2019-02-25 08:19:45', 6, 1252, 0, 0, 0, '', '', '', 'NEC and Koning & Hartman intensify cooperation in The Netherlands', 'Complete IT & Communications offering is enabler for organizations in their transformation to a Smart Enterprise ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/newsroom/NEC_K%26H-contract-signing.JPG', '', '<p align=\"left\"><strong>Amsterdam, Hilversum, 25<sup>nd</sup> February 2019</strong> – NEC Enterprise Solutions and Koning & Hartman have agreed to intensify their cooperation on the Dutch market in order to respond to the latest developments and opportunities that this market offers for IT and Communications related business solutions and services.</p>\r\n\r\n<p align=\"left\">Koning & Hartman has for many years been a service partner for leading suppliers of communication solutions in The Netherlands including NEC. Koning & Hartman provides service to business customers of NEC and NEC’s business partners such as KPN. The excellent cooperation and good relationship between the two organizations has now led to strengthening of the commercial partnership that perpetuates and expands the offering of new UC&C and IT solutions as well as services to existing company telecommunication systems. With this new partnership, existing and new customers can rely on high-quality and future-proof support for their on-premise, cloud or hybrid business communication solutions.</p>\r\n\r\n<p align=\"left\"><strong>Complete IT & Communications solution set</strong><br />\r\n\"With an increasingly important role for data and IT in networking and communication solutions, NEC is, with its powerful and broad portfolio, ideally suited to support organizations in the digital transformation that characterizes the contemporary market,\" says Oswald Coene, CEO of Koning & Hartman. \"NEC’s High Availability systems and software match well with our Mission Critical Communications and Wireless Connectivity services that we provide to our customers.</p>\r\n\r\n<p align=\"left\">\"The broad and powerful portfolio of NEC enables us to be a total provider in the field of ICT and to better guide our clients in realizing a Smart Enterprise. By using NEC\'s high-quality servers, software, data storage systems and data center solutions in addition to the well-known NEC communication systems, organizations can significantly increase the efficiency, customer focus and competitiveness of their operations,\" he adds.</p>\r\n\r\n<p align=\"left\">\"The knowledge and experience of Koning & Hartman with regard to our NEC VoIP platforms, UC & C applications, Contact Centers and Mobility solutions, including Fixed/Mobile integration, Private GSM/3G and SIP DECT, are invaluable\", Paul Kievit, President NEC Enterprise Solutions EMEA, explains. Important customers, from Corporate to top end SME, can rely on excellent services for the continuity of their mission critical business processes.</p>\r\n\r\n<p align=\"left\">\"In addition to our Large Enterprise and Corporate customers in Industry, Healthcare and Government, Koning & Hartman has also proven to be distinctive in serving, for example, the Cruise Line business, a market segment where we with our wireless communication solutions are market leader. Expertise, drive and reliability are common core values of our organizations and that is reflected in our cooperation\", concludes Kievit.</p>\r\n\r\n<p align=\"left\"><strong>Leading worldwide</strong><br />\r\nNEC, whose activities in EMEA (Europe, Middle East & Africa) were part of the Philips group until 2010, has been at the forefront of the Dutch telecommunications market. Daily hundreds of thousands of employees in companies, government institutions, hospitals, hotels and other organizations in The Netherlands use NEC\'s communication systems. As the world\'s leading supplier of IT & Communication solutions to small, medium and large enterprises in both the private and public sectors, NEC is committed to durability, innovation and customer satisfaction.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>About NEC Enterprise Solutions</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximise operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: http://www.nec-enterprise.com.</p>\r\n\r\n<p><br />\r\n<strong>Koning & Hartman</strong><br />\r\nWith over 350 employees, Koning & Hartman is a technology company focused on telecom and industry. Our knowledge and passion for technology ensures that we can serve our customers with valuable innovations. This we call Technovation. Technovation makes Koning & Hartman the ideal partner to help organizations become smarter, more reliable and more sustainable. Koning & Hartman is a specialist in the field of Smart Industry, Wireless Connectivity, Mission Critical Communications, Industrial Solutions and Dealing & Control. Since 2013, Koning & Hartman has every year been named Top Employer in The Netherlands. We have recorded our CSR activities in a FIRA Complete Report. The head office of Koning & Hartman is located in Amsterdam, the other offices in Delft and Vilvoorde (Belgium). Discover more at <a href=\"http://www.koningenhartman.com/\">www.koningenhartman.com</a>.<br />\r\n<br />\r\nKoning & Hartman B.V. - De Passage 120 - 1101 AX Amsterdam - Tel.: +31 (0)20 587 76 00</p>\r\n', '', ''),
(242, 0, 1, '2019-02-25 08:22:44', 6, 1253, 0, 0, 0, '', '', '', 'NEC en Koning & Hartman intensiveren samenwerking op Nederlandse markt', 'Totaalaanbod ICT oplossingen is enabler voor organisaties bij transformatie naar Smart Enterprise ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/newsroom/NEC_K%26H-contract-signing.JPG', '', '<p align=\"left\"><strong>Amsterdam, Hilversum, 25 februari 2019</strong> – NEC Enterprise Solutions en Koning & Hartman intensiveren hun samenwerking op de Nederlandse markt om in te spelen op de nieuwste ontwikkelingen en kansen die de markt biedt voor zakelijke ICT oplossingen en dienstverlening.</p>\r\n\r\n<p align=\"left\">Koning & Hartman is al jaren servicepartner van toonaangevende leveranciers van communicatieoplossingen waaronder NEC in Nederland. Koning & Hartman verleent hierbij service aan zakelijke klanten van NEC en NEC business partners zoals KPN. De jarenlange uitstekende samenwerking en goede vertrouwensband tussen de beide organisaties heeft nu geleid tot versteviging van de commerciële samenwerking die de levering van nieuwe UC&C en IT oplossingen en service van bestaande bedrijfstelecommunicatiesystemen bestendigt en uitbreidt. Met dit vernieuwde partnership kunnen bestaande en nieuwe klanten vertrouwen op een hoogwaardige en toekomst vaste ondersteuning van hun on-premise, cloud of hybride bedrijfscommunicatieoplossingen.</p>\r\n\r\n<p align=\"left\"><strong>Totaal ICT aanbod</strong><br />\r\n“Met een steeds belangrijkere rol voor data en IT in de totale netwerk- en communicatieoplossingen, is NEC met haar krachtige en brede portfolio bij uitstek geschikt om organisaties te ondersteunen bij de digitale transformatie die de hedendaagse markt kenmerkt”, stelt Oswald Coene, CEO van Koning & Hartman. “De High Availability systemen en software van NEC sluiten goed aan op onze Mission Critical Communications en Wireless Connectivity diensten die we aan onze klanten leveren.</p>\r\n\r\n<p align=\"left\">“Het brede en krachtige portfolio van NEC stelt ons in staat een totaal aanbieder te zijn op ICT-gebied en onze klanten nog beter te begeleiden bij het realiseren van een Smart Enterprise. Door naast de alom bekende NEC communicatiesystemen ook gebruik te maken van NEC’s hoogwaardige servers, software, data opslagsystemen en datacenter-oplossingen, kunnen organisaties de efficiency, klantgerichtheid en concurrentiekracht van hun bedrijfsvoering aanzienlijk verhogen”, voegt hij toe.</p>\r\n\r\n<p align=\"left\">“De kennis en ervaring van Koning & Hartman met betrekking tot onze NEC VoIP platformen, UC&C applicaties, Contact Centers en Mobility oplossingen, waaronder Vast/Mobiel integratie, Private GSM/3G en SIP DECT, zijn van onschatbare waarde” licht Paul Kievit, President NEC Enterprise Solutions EMEA, toe. Belangrijke klanten, van Corporate tot bovenkant SME, kunnen vertrouwen op een goede dienstverlening voor continuïteit in hun mission critical bedrijfsprocessen.</p>\r\n\r\n<p align=\"left\">“Naast onze Large Enterprise en Corporate klanten in de Industrie, de Zorg en de Overheid, heeft Koning & Hartman ook bewezen samen met NEC onderscheidend te zijn in het bedienen van bijvoorbeeld de Cruise Line business, een sector waar wij met onze draadloze communicatie oplossingen marktleider zijn. Expertise, gedrevenheid en betrouwbaarheid zijn gezamenlijke kernwaarden van onze organisaties en die onze samenwerking extra lading geeft”, sluit Kievit af.</p>\r\n\r\n<p align=\"left\"><strong>Wereldwijd toonaangevend</strong><br />\r\nNEC, waarvan de activiteiten in EMEA (Europa, Midden Oosten & Afrika) tot 2010 deel uitmaakten van het Philips concern, heeft aan de wieg gestaan van de Nederlandse telecommunicatiemarkt. Honderdduizenden medewerkers in bedrijven, overheidsinstellingen, ziekenhuizen, hotels en andersoortige organisaties in Nederland maken dagelijks gebruik van de communicatiesystemen van NEC. Als wereldwijd toonaangevende leverancier van IT & Communicatie-oplossingen aan kleine, middelgrote en grote ondernemingen in zowel de private als publieke sectoren, heeft NEC bestendigheid, innovatie en klanttevredenheid hoog in het vaandel.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p>Voor meer informatie kunt u contact opnemen met:</p>\r\n\r\n<p><br />\r\nNEC Enterprise Solutions<br />\r\nRobert van Amerongen<br />\r\nTel: +31 35 689 1521</p>\r\n\r\n<p>Email: <a href=\"mailto:robert.van.amerongen@emea.nec.com\">robert.van.amerongen@emea.nec.com</a><br />\r\n </p>\r\n\r\n<p><strong>NEC Enterprise Solutions</strong><br />\r\nNEC Enterprise Solutions is een toonaangevende leverancier van IT & Communicatie-oplossingen aan kleine, middelgrote en grote ondernemingen in zowel de private als publieke sectoren. De geboden oplossingen maken gebruik van de nieuwste spraak-, data- en video-technologieën en zijn ontworpen voor open connectiviteit, hoge beschikbaarheid en flexibele groei. NEC Enterprise Solutions bedient haar klanten in EMEA (Europa, Midden Oosten en Afrika) via een netwerk van directe verkooporganisaties, distributeurs en value-added resellers en koestert een bedrijfscultuur waarbij deskundigheid, flexibiliteit en toewijding aan klanten centraal staan. Voor meer informatie: <a href=\"http://www.nec-enterprise.com/\">www.nec-enterprise.com</a>.</p>\r\n\r\n<p><br />\r\n<strong>Koning & Hartman</strong><br />\r\nMet ruim 350 medewerkers is Koning & Hartman een uniek technologiebedrijf voor de telecom en industrie. Onze kennis van en passie voor technologie zorgt ervoor dat we kunnen innoveren voor onze klanten. We noemen dat Technovation. Technovation maakt Koning & Hartman dé partner om klanten te helpen slimmer, betrouwbaarder en duurzamer te worden. Koning & Hartman is specialist op het gebied van Smart Industry, Wireless Connectivity, Mission Critical Communications, Industrial Solutions en Dealing & Control. Sinds 2013 is Koning & Hartman elk jaar uitgeroepen tot Top Employer. Onze MVO-activiteiten hebben we vastgelegd in een FIRA Complete Rapport. Het hoofdkantoor van Koning & Hartman is gevestigd in Amsterdam, de overige kantoren in Delft en Vilvoorde (België). Ontdek meer op <a href=\"file:///C:/Users/WeijersM/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/QA20A3AF/www.koningenhartman.com\">www.koningenhartman.com</a>.</p>\r\n\r\n<p>Koning & Hartman B.V. - De Passage 120 - 1101 AX Amsterdam - Tel.: +31 (0)20 587 76 00</p>\r\n', '', ''),
(243, 0, 1, '2019-03-25 10:46:46', 6, 1264, 0, 0, 0, '', '', '', 'NEC presents latest Smart Cruise Solutions at Seatrade Cruise Global 2019', 'Visit NEC at Seatrade Cruise Global Booth 949', '', '', '<p align=\"left\"><strong>Hilversum, Miami, March 25, 2019</strong> – At Seatrade Cruise Global 2019, taking place 8-11 April at the newly renovated Miami Beach Convention Center, NEC is presenting latest innovations in its Smart Cruise Solutions aimed at enriching the Passenger Experience and Services as well as optimizing Crew Workflow effectiveness on board of cruise ships.<br />\r\n<br />\r\n“Seatrade Cruise Global is the Cruise Industry\'s Premier Global Event. As leading technology partner for the cruise ship industry and other marine sectors, we have been participating to this event since year 2000”, explains Martin van der Veeken, Sales Director Marine at NEC Enterprise Solutions.</p>\r\n\r\n<p align=\"left\"><strong>New build as well as retrofit</strong><br />\r\n“We enjoy an overwhelming interest from major cruise line customers and it is fantastic to experience how much we year-on-year are appreciated for our innovative solutions and quality products. Seatrade Cruise Global 2019 gives us an excellent opportunity to present several smart innovations that support our customers along their Digital Transformation journey. Besides a complete offering of powerful IT & Communications technology for New Builds, these also include smart solutions that support the retrofit of existing vessels by leveraging existing investments and migrating legacy on-board installations to state-of-the-art solutions.<br />\r\n<br />\r\n<strong>Smart Cruise Solutions</strong><br />\r\nNEC’s Smart Cruise Solutions meet highest standards of quality, reliability, flexibility and ease of use - connecting staff and passengers with the information they need and enabling cruise and ferry companies to maximize passenger experience, services, safety and satisfaction.</p>\r\n\r\n<p>Critical business processes aboard like Access Control, Alarming & Messaging, Real Time Location Services and Task Management are an integrated part, while open interfaces enable additional partner application support. NEC’s applications unify communications, optimize staff workflows and support messaging and alarm notification, while wireless communications ensure passengers and crew stay connected wherever they are.</p>\r\n\r\n<p><strong>Ensuring Safety, Security and Service Excellence on Board</strong><br />\r\nCombining its capabilities and rich portfolios in Communications and IT, NEC can provide cruise lines with advanced technologies, services and expertise to ensure the safety, security and efficiency on board cruise ships. NEC’s Fault Tolerant servers ensure 24/7 operation, while advanced data storage and data management solutions scale to the most demanding requirements such as reliability and availability.<br />\r\n<br />\r\n“Building passenger satisfaction and loyalty is crucial in the cruise industry. As one of the leading global vendors and driving forces behind wireless technology solutions, we have been at the forefront of developments such as wireless mobility (among others IP DECT) for many years. The level of integration between our server, storage and enterprise communications solutions reinforces the power of these technologies and maximizes the benefits they offer passengers and crew. Meanwhile we are also actively progressing our 5G Business Platform towards providing innovate 5G Vertical Business Solutions - an area with unprecedented opportunities for new services and features”, concludes van der Veeken.</p>\r\n', '', ''),
(244, 0, 1, '2019-04-25 12:18:42', 6, 1270, 0, 0, 0, '', '', '', 'Midshire Telecom and NEC Join Forces', 'Award-winning Midlands office technology specialists take a customer-first approach to communications', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/press/PR-Midshire-Telecom-and-NEC-join-forces-2019-04.jpg', '2019-04-25', '<p><strong>Nottingham, UK, 26 April 2019</strong> – NEC Enterprise Solutions, a global leader in enterprise Communications & IT solutions, today announced that it has appointed Birmingham-based reseller Midshire Telecom as an NEC Business Partner.</p>\r\n\r\n<p>Operating via leading UK distributor Nimans, Midshire will be selling, installing and maintaining NEC’s SL2100 System along with a variety of built-in applications.</p>\r\n\r\n<p><strong>Individual Business Benefits</strong></p>\r\n\r\n<p>Midshire Telecom Managing Director Jim Callaghan explains, “The NEC range of communication products fits in with our portfolio perfectly. Every industry or vertical market have their own set of requirements and ‘pain points’. Our customers appreciate NEC’s easy-to-use technologies which create genuine business solutions, not just products and features.”</p>\r\n\r\n<p>NEC Sales Director Andrew Cooper adds, “Midshire have a long and successful business history which has been based on providing the highest standards of customer experience. This approach makes them an ideal NEC Business Partner and we look forward to working with them.”</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:</strong></p>\r\n\r\n<p><strong>Jim Eagers<br />\r\nTel: + 44 (0)115 969 5728<br />\r\njim.eagers@emea.nec.com </strong></p>\r\n\r\n<div>\r\n<p>***</p>\r\n</div>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About Midshire Telecom</strong></span><br />\r\n<span style=\"font-size:12px;\">The Midshire Group were established in Birmingham and have been providing a wide variety of office and business products and services for 29 years. With over 75,000 installations across the UK and a 250 strong work force, Midshire provide the complete office technology solution. Please visit: <a href=\"http://www.midshiretelecom.co.uk/\">www.midshiretelecom.co.uk</a></span><br />\r\n<span style=\"font-size:12px;\"><strong>>> <a href=\"https://www.midshire.co.uk/midshire-telecom-and-nec-partner-up/\">https://www.midshire.co.uk/midshire-telecom-and-nec-partner-up/</a></strong></span></p>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About NEC Enterprise Solutions</strong></span><br />\r\n<span style=\"font-size:12px;\">NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors.Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability. Please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</span></p>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About NEC Corporation</strong></span><br />\r\n<span style=\"font-size:12px;\">NEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a></span></p>\r\n\r\n<p><span style=\"font-size:12px;\">NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. ©2019 NEC Corporation.</span></p>\r\n', 'https://www.midshire.co.uk/midshire-telecom-and-nec-partner-up/|-|', ''),
(245, 0, 1, '2019-05-01 07:04:16', 6, 1273, 0, 0, 0, '', '', '', 'NEC Launches New Easy-to-Deploy, Highly Efficient Hyperconverged Infrastructure Solution', 'NEC HCI, powered by Scale Computing, is designed to provide operational simplicity through highly intelligent software automation and architecture', '', '', '<p><strong>Irving (USA), Hilversum (NL), April 30, 2019</strong> – NEC Corporation of America and NEC Enterprise Solutions (EMEA), today announced a new hyperconverged infrastructure (HCI) solution powered by Scale Computing’s HC3 software. The new platform, NEC HCI, provides a complete virtualized solution in a single appliance, designed for rapid deployment, ease-of-use, seamless scaling, high performance and cost effectiveness.</p>\r\n\r\n<p>“As the HCI market continues to expand significantly, we wanted to offer a competitive solution that provides value to our partners and customers,” said Ram Menghani, Senior Vice President, NEC Enterprise Communications Technologies, Inc. “Due to Scale Computing’s knowledge and current success in the HCI market, NEC is proud to partner with them to provide a competitive HCI solution that complements our existing technology offerings.”</p>\r\n\r\n<p>“We’re excited about this partnership and the launch of NEC HCI in North America and EMEA,” said Dan Pierce, Vice President of Strategic Sales, Scale Computing. “NEC Hyperconverged Infrastructure, powered by Scale HC3 software<em>, </em>is the ideal solution for customers requiring ease-of-use and high availability with a low TCO.” </p>\r\n\r\n<p><strong>Scalability and Availability</strong><br />\r\nNEC HCI is ideal for small-to-medium sized enterprises and remote or branch offices that must support mission critical applications. By using NEC’s D120h high-density server, the platform has the capability of hosting four individual server nodes. This results in a smaller datacenter footprint, meaning greater efficiency and reduced infrastructure costs.</p>\r\n\r\n<p>One of the most challenging tasks for IT can be adding capacity to existing infrastructure. With NEC HCI, new appliances can be added into a running cluster seamlessly and within minutes. To scale out resources as needed, different models and capacities can be used together in various combinations. Appliances are also pre-configured with three levels of configurations to meet specific workloads–base, mid-range and power–but can be customized if pre-packed models don’t meet the needs of a customer.</p>\r\n\r\n<p><strong>Simplicity and Virtualization</strong><br />\r\nNEC’s HCI is designed to provide operational simplicity through highly intelligent automation and architecture. Since the software is pre-installed, the customer can simply add networking information to deploy rapidly, supporting NEC’s commitment to excellent customer experience. Additionally, the platform includes the hypervisor with no additional third-party costs or licensing fees, giving customers the ability to lower overall IT management and costs.</p>\r\n\r\n<p>NEC’s HCI solution, powered by Scale Computing, will be available within calendar Q2 through NEC’s channel partners. For more information about the new solution, visit <a href=\"http://www.necam.com/hci\">www.necam.com/hci</a>.</p>\r\n\r\n<p>NEC information: <a href=\"http://www.necam.com/\">www.necam.com</a><br />\r\nBlog: <a href=\"http://www.nectoday.com/\">www.NECToday.com</a><br />\r\nLinkedIn: <a href=\"http://www.linkedin.com/company/nec-corporation-of-america\">http://www.linkedin.com/company/nec-corporation-of-america</a><br />\r\nYouTube: <a href=\"http://www.youtube.com/interactiveNEC\">www.youtube.com/interactiveNEC</a><br />\r\nFacebook fan page: <a href=\"http://www.necam.com/facebook\">www.necam.com/facebook</a><br />\r\nTwitter: @NEC</p>\r\n\r\n<p><br />\r\n<strong>About NEC Corporation of America</strong>
<br />\r\nNEC Corporation of America (NEC) is a leading technology integrator providing solutions that improve the way people work and communicate. NEC delivers integrated Solutions for Society that are aligned with our customers\' priorities to create new value for people, businesses and society, with a special focus on safety, security and efficiency. We deliver one of the industry\'s strongest and most innovative portfolios of communications, analytics, security, biometrics and technology solutions that unleash customers\' productivity potential. Through these solutions, NEC combines its best-in-class solutions and technology, and leverages a robust partner ecosystem to solve today\'s most complex business problems. NEC Corporation of America is a wholly-owned subsidiary of NEC Corporation, a global technology leader with a presence in 160 countries and $25 billion in revenues.</p>\r\n\r\n<p>NEC Media Contact:<br />\r\nJohn Wise<br />\r\n<a href=\"mailto:John.Wise@necam.com\">John.Wise@necam.com</a><br />\r\n214-262-6385</p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability. NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <u><a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a></u>.</p>\r\n\r\n<p>NEC Enterprise Solutions Media Contact :<br />\r\nRobert van Amerongen<br />\r\nTel: +31 35 689 1521<br />\r\nEmail: <a href=\"mailto:robert.van.amerongen@emea.nec.com\">robert.van.amerongen@emea.nec.com</a></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About Scale Computing </strong><br />\r\nScale Computing is a leader in edge computing, virtualization, and hyperconverged solutions. Scale Computing HC3 software eliminates the need for traditional virtualization software, disaster recovery software, servers, and shared storage, replacing these with a fully integrated, highly available system for running applications. Using patented HyperCore™ technology, the HC3 self-healing platform automatically identifies, mitigates, and corrects infrastructure problems in real-time, enabling applications to achieve maximum uptime. When ease-of-use, high availability, and TCO matter, Scale Computing HC3 is the ideal infrastructure platform. Read what our customers have to say on <strong><a href=\"https://www.gartner.com/reviews/market/hyperconverged-infrastructure/vendor/scale-computing/?pid=6182\">Gartner Peer Insights</a></strong>, <strong><a href=\"https://community.spiceworks.com/pages/ScaleComputing?tab=13541\">Spiceworks</a></strong>, <strong><a href=\"https://www.techvalidate.com/product-research/scale-computing-hc3\">TechValidate</a></strong> and <strong><a href=\"https://www.trustradius.com/products/scale-computing-hc3/reviews\">TrustRadius</a></strong>. <a href=\"http://www.scalecomputing.com/\">www.scalecomputing.com</a><strong>.</strong></p>\r\n', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(246, 0, 1, '2019-05-13 15:42:55', 6, 1276, 0, 0, 0, '', '', '', 'NEC reveals smart workspace solutions at UC EXPO ', 'Experience intuitive workflows wherever you choose to work', '', '', '<p><strong>London, 14 May 2019 - </strong><a href=\"http://www.nec-display-solutions.co.uk/\">NEC Display Solutions</a> in partnership with <a href=\"http://www.nec-enterprise.com/\">NEC Enterprise Solutions</a>, will showcase the latest display technologies that are transforming your daily business experience at <a href=\"http://www.ucexpo.co.uk/\">UC EXPO</a>, taking place at ExCeL in London from 15-16 May 2019.</p>\r\n\r\n<p>Visitors to NEC’s stand #J116 will discover how smart workspace solutions are delivering a seamless experience for today’s workers with the flexibility to maintain high productivity communications from wherever they are located. As organisations increasingly advocate for flexible working scenarios generating a positive influence on employee morale and productivity whilst reaping significant cost saving benefits through improved efficiencies; NEC presents an all-encompassing portfolio of solutions to meet different business need.</p>\r\n\r\n<p>The NEC team, alongside their solutions partners Hoylu, Huddly, Phoenix Audio and Quicklaunch, will be on hand to demonstrate how organisations can create the ideal environment to stimulate effective collaboration between teams and individuals, without barriers caused by geographic or technological obstacles.</p>\r\n\r\n<p>In the Future of Work Theatre, at 12.20pm on 16<sup>th</sup> May, NEC’s Gunnar Kyvik will address the challenges of technology adoption during his seminar entitled ‘<em>X, Y & Z - successful collaboration across the generational divide’ </em>identifying generational differences as a potential barrier to effective collaboration.</p>\r\n\r\n<p><span style=\"font-size:16px;\"><strong>Highlights include:</strong></span></p>\r\n\r\n<ul>\r\n <li>With a consultative approach ensuring our UC&C solutions are tailored according to business need, NEC presents the broadest range of collaborative tools on the market including the new CB range, ShadowSense<sup>TM</sup> touch and InfinityBoard in a ‘good, better, best’ selection to fit all budgets.</li>\r\n <li>For internal employee outreach and impressive client communications, experience the detail and clarity of Ultra HD with NEC Large Format Displays and UN series video wall, plus fine pitch dvLED FA series out-of-the-box solutions for stunning digital signage.</li>\r\n <li>Keeping business mobile, NEC’s Univerge 3C UC Mobile Client empowers the workforce with access anywhere, anytime, on any device for the most flexible working scenarios.</li>\r\n</ul>\r\n\r\n<p>As Europe’s largest dedicated unified communication and collaboration event attracting over 7,000 visitors, UC EXPO provides the ideal forum for NEC to reaffirm its position as an expert consultant and key supplier of UC, IT and AV solutions to the corporate sector.</p>\r\n\r\n<p>Coinciding with London Digital Signage Week for which NEC Display Solutions is a sponsor, UC EXPO takes place on 15-16 May 2019 at ExCeL London, registration is free using this link <u><a href=\"https://imago.circdata-solutions.co.uk/RFG/publish/UC19?utm_source=UC19NEC\">NEC@UCEXPO</a></u></p>\r\n\r\n<p>Follow us on social media for further announcements</p>\r\n\r\n<p>@NEC_Display_UK<br />\r\n@NECEnterprise<br />\r\n@UCEXPO</p>\r\n\r\n<p style=\"text-align: center;\"> – ENDS –</p>\r\n\r\n<p><strong>For further information and interviews</strong>:</p>\r\n\r\n<p>Megan Sweeting<br />\r\nPR Executive<br />\r\nNEC UK Ltd., Display Solutions<br />\r\nTel: +44 (0)7860 927103<br />\r\nEmail: <a href=\"mailto:megan.sweeting@emea.nec.com\">megan.sweeting@emea.nec.com</a></p>\r\n\r\n<p> </p>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About NEC Display Solutions Europe</strong><br />\r\nNEC Display Solutions Europe GmbH has its European headquarters in Munich, Germany and is responsible for all business activities in EMEA. NEC Display Solutions benefits from the technological know-how and technologies of the NEC Corporation and, with its own Research and Development, is one of the world\'s leading manufacturers offering the widest product range of display solutions in the market. The display product portfolio ranges from entry-level to professional and speciality desktop LCDs, via large-size Public Displays for Digital and Retail Signage. The Projector range offers products for all needs, from portable devices via business projectors to products for permanent operation (such as PoS applications) and digital cinema projectors. Bernd Eberhardt is President and CEO of NEC Display Solutions Europe.</span></p>\r\n\r\n<p><span style=\"font-size:12px;\">Further information can be found online at: <a href=\"http://www.nec-display-solutions.com/\">www.nec-display-solutions.com</a></span></p>\r\n\r\n<p><span style=\"font-size:12px;\">Follow us on our social media channels: <a href=\"http://www.facebook.com/pages/NEC-Display-Solutions-Europe/182813588435969\">Facebook</a>, <a href=\"http://www.youtube.com/user/NECDisplayEurope\">YouTube</a>, <a href=\"http://twitter.com/NEC_Display_EU\">Twitter</a>, <a href=\"http://www.linkedin.com/company/2227573?trk=tyah\">LinkedIn</a> and <a href=\"https://plus.google.com/u/0/106660316797115774258/posts\">Google+</a>.</span></p>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About NEC Enterprise Solutions</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.<br />\r\nNEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <u><a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a></u>.</span></p>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About NEC Corporation</strong><br />\r\nNEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at <a href=\"http://www.nec.com/\">http://www.nec.com</a>.</span></p>\r\n\r\n<p><span style=\"font-size:12px;\">Based on its Mid-term Management Plan 2015, the NEC Group globally provides “Solutions for Society” that promote the safety, security, efficiency and equality of society. Under the company’s corporate message of “Orchestrating a brighter world,” NEC aims to help solve a wide range of challenging issues and to create new social value for the changing world of tomorrow. For more information, please visit <a href=\"http://www.nec.com/en/global/about/solutionsforsociety/message.html\">http://www.nec.com/en/global/about/solutionsforsociety/message.html</a>.</span></p>\r\n', '', ''),
(247, 0, 1, '2019-06-12 11:29:18', 6, 1283, 0, 0, 0, '', '', '', 'NEC Awards Top Performers at Global Advantage Partner Conference 2019 ', 'NEC and Business Partners demonstrate strong mutual commitment at highly successful event that combines Americas & EMEA annual conferences, bringing together partners from around the globe', '', '', '<p align=\"left\"><strong>Orlando, June 12, 2019</strong> – NEC Corporation, leader in the integration of IT, communications and network technologies, has at its NEC Global Advantage Partner Conference 2019 awarded its top performing business partners who address the Information and Communications Technology market for their excellent performance over the past year.</p>\r\n\r\n<p align=\"left\">The three-day conference, held at the prestigious Hilton Bonnet Creek in Orlando, Florida, USA, brought together NEC’s major distributors, key business partners and solution partners from more than 50 countries across the Americas, Europe, the Middle East and Africa. The focus was to not only award top performers but also to give partners the opportunity to share insights and learn from each other.</p>\r\n\r\n<p align=\"left\">At the conference, Paul Kievit, Senior Vice President and Head of NEC Enterprise Business Americas and EMEA, expressed his appreciation for the strong commitment the business partners have shown and congratulated them with their significant achievements across many territories. NEC’s growing market penetration and expanding partner community was reflected in the increased number of participants, with a record-breaking 550 attendees from around the world.</p>\r\n\r\n<p align=\"left\">“It is highly inspiring to experience the enthusiasm of our business partners for our brand, our portfolio and our vision,” said Ronald Schapendonk, marketing director at NEC Enterprise Solutions. “This conference confirms once again how NEC and our partners are bringing IT and communication solutions that enable organizations and their workforce to embrace the business advantages of digital transformation. The awards are recognition of our mutual commitment and business success, and we look forward to fruitful continuation of the way we are serving the global enterprise market together.”</p>\r\n\r\n<p align=\"left\">NEC shared its vision and plans for the upcoming year and showcased a broad suite of ICT solutions included in the company’s Smart Enterprise approach. NEC presented awards for top distributors, resellers, system integrators and selected areas of excellent performance during the special gala dinner.</p>\r\n\r\n<p align=\"left\">During the Awards Ceremony the following awards were presented:</p>\r\n\r\n<ul>\r\n <li align=\"left\">Smart Enterprise Transformation award to Newcastle Communications (USA)</li>\r\n <li align=\"left\">Smart Storage Solutions Partner award to NECOM (Russia)</li>\r\n <li>UNIVERGE Blue & Customer Care award to ServiceMark (USA)</li>\r\n <li>Telecommunications Solutions Partner award to OTE (Greece)</li>\r\n <li>UNIVERGE Blue & Hospitality award to American Telephone (USA)</li>\r\n <li>Healthcare Solutions Partner award to PKE (Austria)</li>\r\n <li>Unified Communications Networking award to Magri Comunicaciones (Argentina)</li>\r\n <li>Mobility Solutions Partner award to RealDolmen (Belgium)</li>\r\n <li>Smart Enterprise Transformation award to Allstar Communications (USA)</li>\r\n <li>Smart Enterprise Transformation Partner award to SPIE (The Netherlands)</li>\r\n <li>Enterprise Solutions & Smart IT award to Black Box Corporation (USA)</li>\r\n <li>Year over Year Growth award to Nutec (USA)</li>\r\n <li>Transformative Marketing & Verticals award to Forerunner Technologies, Inc (USA)</li>\r\n <li>20th Anniversary - Excellence in Distribution award to TelecomDistribution (South Africa)</li>\r\n <li>Smart IT – New SI of the Year award to Data Storage Science (USA)</li>\r\n <li>EMEA Reseller of the Year award to Liquitcom (Germany)</li>\r\n <li>Reseller of the Year award to Superior Telephone (USA)</li>\r\n <li>EMEA Distributor of the Year award to Nimans (UK)</li>\r\n <li>Distributor of the Year award to Optus (USA)</li>\r\n <li>EMEA Partner of the Year award to Data Sciences (South Africa)</li>\r\n <li align=\"left\">Triple Diamond Smart Partner Achievement award to Matrix Communications (USA)</li>\r\n</ul>\r\n\r\n<p align=\"left\" style=\"margin-left:36.0pt;\"> </p>\r\n\r\n<p align=\"left\">“With the innovative power of a global leader, the dynamic support of local organizations and highly professional channel partners, NEC is in an excellent position to respond to the most demanding needs of customers within the Smart Enterprise Digital Transformation journey,” Kievit concluded.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact in the Americas:</strong></p>\r\n\r\n<p><strong>John Wise<br />\r\nTel: 214-262-6385<br />\r\nJohn.Wise@necam.com</strong></p>\r\n\r\n<p><strong>About NEC Corporation of America</strong>
<br />\r\nNEC Corporation of America (NEC) is a leading technology integrator providing solutions that improve the way people work and communicate. NEC delivers integrated Solutions for Society that are aligned with our customers\' priorities to create new value for people, businesses and society, with a special focus on safety, security and efficiency. We deliver one of the industry\'s strongest and most innovative portfolios of communications, analytics, security, biometrics and technology solutions that unleash customers\' productivity potential. Through these solutions, NEC combines its best-in-class solutions and technology, and leverages a robust partner ecosystem to solve today\'s most complex business problems. NEC Corporation of America is a wholly-owned subsidiary of NEC Corporation, a global technology leader with a presence in 160 countries and $25 billion in revenues.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>For more information please contact in EMEA:<br />\r\nRobert van Amerongen <br />\r\nTel: +31 35 689 1521 <br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\">robert.van.amerongen@emea.nec.com</a></strong><strong> </strong><br />\r\n </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</p>\r\n\r\n<p>NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p>\r\n', '', ''),
(248, 0, 1, '2019-06-17 07:21:36', 6, 1284, 0, 0, 0, '', '', '', 'NEC’s new G277 and G577 series professional (IP) DECT handsets provide rich carefree mobile communications in the most demanding environments', 'Latest IP DECT handsets combine robustness, safety and extremely rich functionality', '', '', '<p align=\"left\"><strong>Hilversum, 17<sup>th</sup> June 2019</strong> – NEC, global leader in Enterprise Communications & IT solutions, today announced market availability of the new (IP) DECT Gx77 series handsets that enables carefree wireless communications in the most demanding environments. Usability, ruggedness and application integration have been high on NEC’s agenda when designing the new handsets with their intuitive user interface and powerful functionality. With strong focus on vertical markets like Healthcare and Hospitality, the highly attractive robust handsets meet the most stringent requirements for advanced mobility and messaging.</p>\r\n\r\n<p align=\"left\">The Gx77 series comprises 3 models, the G277, G577 and G577h. The G277 is an entry level professional DECT handset offering a range of mobile Unified Communications capabilities such as central directory and presence. It also includes loudspeaker and hands-free mode. The G577 and G577h are durable DECT handsets with extensive alarming and messaging capabilities, combined with a robust and IP65 design.</p>\r\n\r\n<p align=\"left\"><strong>Sturdy yet most appealing design</strong><br />\r\nThe handsets offer an appealing, lightweight and slimline design, and the G577(h) combines durability and robustness with IP65 protection. The G577h is intended for environments that require antibacterial provisions such as required in Care, Cure and Hospitality. The handsets come with a range of accessories such as new desk chargers, spring/swivel belt clips and protection pouch. They can also be charged in the desk- and rack chargers of the existing DECT model handsets.</p>\r\n\r\n<p align=\"left\"><strong>Solution of choice</strong><br />\r\nFrom small businesses to large enterprises, workforces are more mobile than ever in the past. With fewer spaces allocated to individuals, more flex-desking and workforce more distributed, IP DECT provides the ideal solution for cost effective and secure wireless connectivity across the office and its premises. The superior quality and reliability of NEC’s renowned Business Mobility (IP) DECT portfolio provides with its superior quality and reliability excellent wireless communication solutions for all types of businesses. Compelling applications such as messaging, alarming, localisation and lone worker, as well as its dedicated spectrum, perfect voice quality, over-the-air security and ‘never-fail-reliability’, are key reasons why NEC IP DECT is the solution of choice across all sectors where reliable service for mission critical processes is a pre-requisite.</p>\r\n\r\n<p><strong>At the forefront of developments</strong><br />\r\n“As one of the leading global vendors and driving forces behind IP DECT technology solutions, we have been at the forefront of developments for many years”, says Bert van Koelen, Global Business Manager Mobility at NEC Enterprise Solutions. “We enjoy overwhelming interest and appreciation from customers worldwide and it is fantastic to experience the ever increasing demand for our next generation solutions. Our new slimline and lightweight handsets are more ergonomic and easier to install and deploy. Integration with industry and business specific applications drives business process enhancements and ensures higher safety and service levels making them an extremely powerful and vital offering to the market”, van Koelen concludes.</p>\r\n\r\n<p align=\"left\">The Gx77 series interworks with all current NEC IP DECT and DECT systems and is available through NEC channels across all markets served. Full details of the new DECT series can be found on: <a href=\"https://www.nec-enterprise.com/products/DECT-Handsets\">https://www.nec-enterprise.com/products/DECT-Handsets</a></p>\r\n', '', ''),
(249, 0, 1, '2019-06-17 15:21:44', 6, 1285, 0, 0, 0, '', '', '', 'NEC received a 50 Million Euro order from the Deutscher Wetterdienst (DWD) for a highly innovative European weather forecasting system using NEC SX-Aurora TSUBASA', '', '', '', '<p><strong>Tokyo, June 17, 2019</strong> - <a href=\"https://www.nec.com/\">NEC Corporation</a> (NEC; TSE: 6701) today announced that it received an order with a value of 50 Million Euro for a supercomputer \"NEC SX-Aurora TSUBASA\" from the Deutscher Wetterdienst (DWD), the German weather forecasting service located in Offenbach, Germany, one of Europe\'s major meteorological service agencies.<br />\r\n<br />\r\nDWD provides meteorological and climatological services to German authorities and to the public and beyond, such as short and long-term recording of weather phenomena, monitoring, analysis and prediction of meteorological and climatological processes, sophisticated forecasts and warnings in case of severe weather events. These services help to ensure the safety of traffic routes for public and private transportation on the road, and on aviation and maritime shipping lanes, as well as vital infrastructures like energy supply and communications systems, and to predict flooding and similar natural catastrophes.<br />\r\n<br />\r\nDWD introduces a first configuration of the new system based on NEC\'s unique vector product NEC SX-Aurora TSUBASA with identical performance compared to their current system by the end of this year. The initial phase will be running simultaneously with the current system to ensure a complete and smooth migration of the computational workload to the new system. After this phase the system will be extended to more than three times the performance by the end of 2020. For the final phase in 2022, NEC introduces to DWD the next generation of the SX-Aurora TSUBASA product, with unparalleled sustained application performance per power consumption.<br />\r\n<br />\r\nThe SX-Aurora TSUBASA supercomputer features NEC\'s new vector architecture, and uses the most advanced cooling technologies to realize a high-density and high-speed supercomputer with unsurpassed real application performance per power consumption. The new system will also provide the scientists with a user environment completely compatible with contemporary standards. Moreover it features the tightest integration of a vector-architecture with a standard hardware based on x86-systems, enabling new ways of handling different kinds of applications as they appear in such highly complex workflows like DWD\'s operations.<br />\r\n<br />\r\n\"The new HPC system will enable the development of seamless prediction of severe weather events, including thunderstorms or heavy rain. The system combines forecasting based on observations with very demanding numerical weather prediction models in order for a more precise prediction of the development and the tracks of such small-scale weather events up to twelve hours into the future. This will enable better and earlier warnings for local populations,\" said Mr. Detlev Majewski, Head of the Department of Meteorological Analysis and Numerical Modelling at the Deutscher Wetterdienst.<br />\r\n<br />\r\nThe Deutscher Wetterdienst is one of the most respected NEC customers for over 12 years. \"We are honored and proud to have been selected by DWD to deliver the new supercomputer system and facilitate the challenging operations and aims for the future. NEC is fully committed to supporting DWD to the best of our abilities and to make this a very successful project for our customer,\" said Mr. Tomoyasu Nishimura, Executive Vice President of NEC Corporation in Tokyo, Japan.<br />\r\n<br />\r\n\"The NEC SX-Aurora TSUBASA has achieved the highest performance in DWD\'s application portfolio in the public procurement compared to other suppliers. Moreover, it demonstrates the absolute highest available power efficiency on the relevant applications compared to large-scale standard systems,\" said Mr. Yuichi Kojima, President of NEC Deutschland in Düsseldorf, Germany.<br />\r\n<br />\r\nDr. Rudolf Fischer, Director of Core Technologies at NEC Deutschland said: \"The new hybrid concept of both architectures, vector and scalar, is a paradigm change in the world of High Performance Computing. Programs run on the platform which is best suited. That way, the system combines the advantages of both technologies to a highly efficient solution.\"<br />\r\n<br />\r\nNEC began shipping the SX-Aurora TSUBASA supercomputer in February 2018 and has delivered over 200 systems so far to customers world-wide. The contract with DWD will last for almost 5 years until 2024.</p>\r\n', '', ''),
(250, 0, 1, '2019-07-18 07:09:41', 6, 1297, 0, 0, 0, '', '', '', 'NEC’s ADVANTAGE 2019 Partner Conference Goes Global for the First Time', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/NEC_ADvantage_NECToday-1-740x360.jpg', '', '<p><em>Posted by <span class=\"author vcard\"><a href=\"https://nectoday.com/author/john-wise/\">John Wise</a></span></em> on <a href=\"https://nectoday.com/necs-advantage-2019-partner-conference-goes-global-for-the-first-time/\">www.nectoday.com</a></p>\r\n\r\n<p>NEC’s first-ever global partner conference, ADVANTAGE 2019, brought together more than 550 attendees from North America, EMEA and Latin America to learn, share and socialize during the three-day event. Attendees representing 200 partners from 50 countries gathered at the Hilton Bonnet Creek in Orlando, including channel partners, systems integrators, technology partners and guests along with key NEC executives.</p>\r\n\r\n<p>With its theme of “Experience. Exchange. Excite,” ADVANTAGE delivered a rich blend of experts, guest speakers, networking opportunities, best practices sharing, deep dives into digital workspace topics, and a view of upcoming offerings. NEC executives, including Enterprise Technologies SVP Paul Kievit, Solutions and Services SVP Ram Menghani, and VP of Digital Platform Solutions Paul Aiello, provided a glimpse into the future of the Smart Enterprise and exciting possibilities that are available via <a aria-label=\"dynamic delivery including Cloud (opens in a new tab)\" href=\"https://nectoday.com/create-the-perfect-cloud-solution-for-your-organization/\" rel=\"noreferrer noopener\" target=\"_blank\">dynamic delivery including Cloud</a>, Smart WorkSpace and the UNIVERGE Integration Platform.</p>\r\n\r\n<p>Woven throughout the presentations and educational sessions was the importance of the overall customer experience.</p>\r\n\r\n<p>Digital transformation enables businesses to prioritize customer experience (CX), which elevates a commitment to employee experience (EX). For example, NEC’s Smart Workspace enhances employee experiences by providing work flexibility, improved collaboration, increased productivity and engagement. Deploying Smart Workspace allows organizations to reduce costs, retain talent, and create a great work culture.</p>\r\n\r\n<p>Break-out sessions focused on current workforce trends, secure data management, unified communications solutions, high-availability servers, overcoming infrastructure challenges, and the importance of building customer relationships.</p>\r\n\r\n<p>This year’s Solutions Expo featured global innovative solutions from the U.S., Japan and EMEA. The exhibits showcased the best of NEC’s current offerings as well as solutions that are coming soon.</p>\r\n\r\n<p><a href=\"https://www.flickr.com/photos/neccorp/albums/72157709081823177\"><img alt=\"Advantage 2019 in Orlando – NEC’s First Ever Global Partner Event\" src=\"https://live.staticflickr.com/65535/48061797441_c566cfcc88_z.jpg\" /></a></p>\r\n\r\n<p>Check out the <a aria-label=\"ADVANTAGE photo album (opens in a new tab)\" href=\"https://www.flickr.com/photos/neccorp/albums/72157709081823177\" rel=\"noreferrer noopener\" target=\"_blank\">ADVANTAGE photo album</a> for a closer look at this year’s conference activities</p>\r\n\r\n<h2>Presentations Designed to Inspire</h2>\r\n\r\n<p>This year’s agenda also featured guest presenters who shared their expertise, ideas and knowledge with the audience.</p>\r\n\r\n<ul>\r\n <li>Delivering the keynote address was <a href=\"http://www.sethmattison.com/\" target=\"_blank\">Seth Mattison</a>, well-known international expert and author on workforce trends, generational dynamics and business strategy. Seth, who is CEO of Luminate Labs, energized the audience with his discussion on <strong>The Future of Work</strong> and how workforce dynamics are shaping the new workplace.</li>\r\n</ul>\r\n\r\n<ul>\r\n <li>LPGA Commissioner Mike Whan expanded on how NEC is <a href=\"https://www.lpga.com/news/2018-nec-joins-lpga-family-as-official-tech-partner\">an important partner</a> in helping the golf organization achieve an excellent fan experience at its events.</li>\r\n</ul>\r\n\r\n<ul>\r\n <li>During the “Proud to Partner” session, several of NEC’s top systems integrators shared stories of success, transformation and best practices from their businesses. Featured speakers included executives from AllStar Communications, SETel, Forerunner, Koning & Hartman and Datasciences . Highlights from this session included a success story about a large university win that defined a roadmap for how SETel was able to combine creative financing through NEC Financial Services with NEC technology solutions and partner <a aria-label=\"managed services to deliver an OPEX model (opens in a new tab)\" href=\"https://nectoday.com/capex-vs-opex-how-can-it-and-finance-work-together/\" rel=\"noreferrer noopener\" target=\"_blank\">managed services to deliver an OPEX model</a> to the customer, increased margins to the partner, and eliminate competitive bids.</li>\r\n</ul>\r\n\r\n<h2>Honoring NEC’s Valued Partners</h2>\r\n\r\n<p>The ADVANTAGE 2019 conference also provides the opportunity to recognize our extraordinary worldwide partners during the awards presentation. The focus was to not only award top performers for their demonstrated excellence over the past year, but also to give partners the opportunity to share insights and learn from each other. See a full list of the awards <a href=\"https://www.necam.com/newsroom/pressannouncements/2019announcements/AdvantageTopPerformers/?__hstc=112165147.f30c58de02efb363207efa01c5323d67.1563373635717.1563373635717.1563433747155.2&__hssc=112165147.1.1563433747155&__hsfp=1456584857\" target=\"_blank\">here</a>. </p>\r\n\r\n<p>The record-breaking attendance and enthusiastic participation from partners from around the globe made for a smashing success at NEC’s first global ADVANTAGE partner conference. Together, NEC and its partners continue to bring IT and communication solutions that enable organizations and their workforces to embrace the value of digital transformation.</p>\r\n\r\n<p>Thanks to all who joined us in Orlando. See you in 2020 !</p>\r\n', '', ''),
(256, 0, 1, '2019-09-30 07:41:25', 6, 1340, 0, 0, 0, '', '', '', 'NEC appoints Inside One as its Partner and Systems Integrator for the Mid-Market and Large Enterprises across Spain and Portugal ', 'NEC and Inside One target significant market share growth', '', '2019-09-30', '<p><strong>Madrid, Hilversum, 30th September 2019</strong> - NEC Enterprise Solutions, global leader in Communications and IT solutions, has appointed Inside One as a systems integrator partner for solutions and applications aimed at the mid-market and large enterprises across Spain and Portugal. Inside One will look to provide both new and existing customers in the region with a first-class support service as well as access to NEC’s latest range of advanced Unified Communications and Collaboration solutions. </p>\r\n\r\n<p>Inside One is a systems and solutions integrator with a track record in the UC and Digital Experience (DXP) spaces providing solutions to clients across Europe and Latin America. They will bring to market the renowned NEC UC platforms and combine them with a new-look service model and integrations that will allow clients to take advantage of technologies such as Artificial Intelligence (AI) and Robotic Process Automation (RPA) to gain further efficiencies and capabilities from their NEC solutions.</p>\r\n\r\n<p><strong>Proud to join the Global No.1</strong><br />\r\n\"We could not be happier to become a Systems Integrator for NEC Solutions in Iberia, combining our ambition with their position as the Global No.1 in the IP-PBX Call Control market. Their communication systems are characterised by technological excellence, unrivalled reliability, and excellent value for money,” says Graham Johnson, Managing Director of Inside One in Spain. </p>\r\n\r\n<p>”The broad and powerful portfolio of this world leader enables us to further expand our offering in the market and we expect to grow our services and regional presence in the coming months in order to meet the increasing demand and fulfill our growth ambitions\" </p>\r\n\r\n<p>NEC offers a broad range of enterprise communications solutions - ranging from small to very large systems that effectively support enterprise and SMB customers whose requirements span from traditional TDM to full (S)IP and 100% software-based deployments.<br />\r\n <br />\r\n“We are very pleased to have Inside One as a Systems Integrator in Iberia,” says Bert Plasman, Managing Director of NEC Enterprise Solutions in Europe. “The Inside One team in Europe are very familiar with our products and their in-depth knowledge of the sector and the needs of organizations in the region, will help us further promote our powerful range of solutions. Inside One has the knowledge, enthusiasm and complimentary capabilities in order to build a successful partnership with NEC in this important market.”</p>\r\n\r\n<p><strong>Extracting maximum value from their investment</strong><br />\r\nGraham Johnson further explains: “Our aim is to deliver the best possible value to our customers. Our added value comes from the quality of the products and solutions we distribute, as well as our ability to extract the maximum performance through integration. The highly successful NEC solutions are based on the latest technology and are of the highest quality, giving us all a great base from which to work.”</p>\r\n\r\n<p>“With their powerful and intuitive applications that meet the needs of an increasingly mobile workforce, they are an excellent fit to the customer requirements in the region. Their quality gives us full opportunity to successfully address the market, with a scalable architecture, market leading functionalities, secure solutions, and excellent price point. NEC\'s technology, local expertise and longstanding presence in the region really stands out from the crowd,” Johnson concludes.</p>\r\n\r\n<p style=\"text-align: center;\">***</p>\r\n\r\n<p><strong>For more information please contact in EMEA:<br />\r\nRobert van Amerongen <br />\r\nTel: +31 35 689 1521 <br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\">robert.van.amerongen@emea.nec.com</a> </strong></p>\r\n\r\n<p> </p>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About NEC Enterprise Solutions:</strong></span></p>\r\n\r\n<p><span style=\"font-size:12px;\">NEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability.</span></p>\r\n\r\n<p><span style=\"font-size:12px;\">NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</span></p>\r\n\r\n<p> </p>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About NEC Corporation </strong><br />\r\nNEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. By providing a combination of products and solutions that cross utilize the company’s experience and global resources, NEC’s advanced technologies meet the complex and ever-changing needs of its customers. NEC brings more than 100 years of expertise in technological innovation to empower people, businesses and society. For more information, visit NEC at http://www.nec.com</span></p>\r\n\r\n<p><span style=\"font-size:12px;\">NEC is a registered trademark of NEC Corporation. All Rights Reserved. Other product or service marks mentioned herein are the trademarks of their respective owners. ©2019 NEC Corporation.</span></p>\r\n\r\n<p> </p>\r\n\r\n<p><span style=\"font-size:12px;\"><strong>About Inside One</strong><br />\r\nInside One is a Systems Integrator that originated in Argentina over 14 years ago but has since spread to Spain, Portugal, Chile, Mexico and Uruguay and that specialises in UC and Contact Centre related solutions as well as AI and RPA platforms and technology.</span></p>\r\n\r\n<p><span style=\"font-size:12px;\">The group in Iberia is led by Graham Johnson who has significant experience in both the region and also the NEC portfolio through his previous roles as Managing Director of Connectis and COO for the Getronics Group worldwide. For more information, please visit: <a href=\"http://www.insideone.cloud/\">www.insideone.cloud</a><strong> </strong></span></p>\r\n', '', ''),
(251, 0, 1, '2019-07-19 11:27:27', 6, 1302, 0, 0, 0, '', '', '', 'NEC en SPIE bekrachtigen samenwerking met vernieuwd Business Partner contract ', 'Krachtig totaalaanbod ICT oplossingen is enabler voor organisaties bij digitale transformatie naar Smart Enterprise ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/Ondertekening%20NEC%20en%20SPIE_Paul%20Kievit%20en%20Lieve%20Declercq.jpg', '', '<p align=\"left\"><strong>Hilversum, Breda, 19 juli 2019</strong> – NEC Enterprise Solutions en SPIE Nederland BV maken vandaag bekend een nieuwe Business Partner overeenkomst te hebben gesloten met betrekking tot samenwerking op de Nederlandse markt voor zakelijke ICT oplossingen. Met de ondertekening van de nieuwe overeenkomst bekrachtigen SPIE en NEC hun partnership op het gebied van geavanceerde IT- en communicatieoplossingen in Nederland.</p>\r\n\r\n<p align=\"left\">SPIE is met haar business unit ICT Solutions al vele jaren business partner van NEC en de vernieuwde overeenkomst is een bevestiging van de uitstekende samenwerking en goede vertrouwensband tussen beide organisaties. Bestaande en nieuwe klanten kunnen blijvend vertrouwen op een hoogwaardige en toekomstvaste ondersteuning van de nieuwste UC&C en IT oplossingen en diensten die SPIE en NEC aanbieden, waaronder bijvoorbeeld NEC’s UNIVERGE 3C communicatieplatform, IP DECT systemen, Contact Center oplossingen en Smart WorkSpace propositie.</p>\r\n\r\n<p align=\"left\"><strong>Totaal ICT aanbod</strong><br />\r\n“SPIE en NEC werken al vele jaren samen en hebben een uitstekende positie opgebouwd op de Nederlandse ICT markt. Het brede en krachtige NEC portfolio sluit uitstekend aan bij de wensen van onze klanten en is een essentieel onderdeel van ons totale aanbod”, zegt Lieve Declercq, Managing Director SPIE Nederland.</p>\r\n\r\n<p align=\"left\">“Het nu vernieuwde contract sluit goed aan op de veranderende ICT behoeften, waardoor wij onze klanten de innovatieve totaaloplossingen kunnen blijven bieden die hun organisaties ondersteunen bij de digitale transformatie die de hedendaagse markt kenmerkt”, aldus Declercq.</p>\r\n\r\n<p align=\"left\">“Wij zijn zeer ingenomen met de vernieuwing van het contract met SPIE”, zegt Paul Kievit, President van NEC Enterprise Solutions. “Het bevestigt de goede relatie die we de afgelopen jaren hebben opgebouwd en de uitstekende positie die we mede daardoor hebben verkregen op de Nederlandse markt. De kennis en ervaring van SPIE met betrekking tot onze Smart Enterprise oplossingen zijn van onschatbare waarde. Het is niet voor niets dat wij onlangs tijdens onze jaarlijkse NEC Partner Conference aan SPIE de NEC Smart Enterprise Transformation Partner award 2018/2019 hebben mogen uitreiken”, voegt Kievit toe.</p>\r\n\r\n<p align=\"left\"><strong>Wereldwijd toonaangevend</strong><br />\r\nNEC, waarvan de activiteiten in EMEA (Europa, Midden Oosten & Afrika) tot 2010 deel uitmaakten van het Philips concern, heeft aan de wieg gestaan van de Nederlandse telecommunicatiemarkt. Honderdduizenden medewerkers in bedrijven, overheidsinstellingen, ziekenhuizen, hotels en andersoortige organisaties in Nederland maken dagelijks gebruik van de communicatiesystemen van NEC. Als wereldwijd toonaangevende leverancier van IT & Communicatie-oplossingen aan kleine, middelgrote en grote ondernemingen in zowel de private als publieke sectoren, heeft NEC bestendigheid, innovatie en klanttevredenheid hoog in het vaandel.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p>Voor meer informatie kunt u contact opnemen met:</p>\r\n\r\n<p>NEC Enterprise Solutions<br />\r\nRobert van Amerongen<br />\r\nTel: +31 35 689 1521<br />\r\nEmail: <a href=\"mailto:robert.van.amerongen@emea.nec.com\">robert.van.amerongen@emea.nec.com</a><br />\r\n </p>\r\n\r\n<p><strong>NEC Enterprise Solutions</strong><br />\r\nNEC Enterprise Solutions is een toonaangevende leverancier van IT & Communicatie-oplossingen aan kleine, middelgrote en grote ondernemingen in zowel de private als publieke sectoren. De geboden oplossingen maken gebruik van de nieuwste spraak-, data- en video-technologieën en zijn ontworpen voor open connectiviteit, hoge beschikbaarheid en flexibele groei. NEC Enterprise Solutions bedient haar klanten in EMEA (Europa, Midden Oosten en Afrika) via een netwerk van directe verkooporganisaties, distributeurs en value-added resellers en koestert een bedrijfscultuur waarbij deskundigheid, flexibiliteit en toewijding aan klanten centraal staan. Voor meer informatie: <a href=\"http://www.nec-enterprise.com/\">www.nec-enterprise.com</a>.</p>\r\n\r\n<p><strong>Over SPIE</strong><br />\r\nAls onafhankelijk Europees leider in multitechnische dienstverlening op het gebied van energie en communicatie, verbetert SPIE de wereld door lokale en regionale autoriteiten en bedrijven te helpen met het ontwerpen, bouwen en onderhouden van energiezuinige en milieuvriendelijke installaties en fabrieken. Met meer dan 46.400 medewerkers en een sterke lokale aanwezigheid, genereert SPIE een omzet van € 6,7 miljard en een EBITA van € 400 miljoen in 2018.</p>\r\n', '', ''),
(252, 0, 1, '2019-08-20 14:49:56', 6, 1321, 0, 0, 0, '', '', '', 'NEC launches fully renewed UNIVERGE SV9000 Series Communications Platforms', 'Latest evolution of powerful enterprise communications solution marries rich functionality and flexible deployment', '', '', '<p align=\"left\"><strong>Hilversum (NL), Dallas (USA), August 20, 2019</strong> – NEC, global leader in Enterprise Communications & IT solutions, today announced the launch of the newest evolution of its acclaimed UNIVERGE SV9000 series communications platforms. NEC’s SV9000 is a series of highly reliable, sizable and adaptable systems that serves customers from small and mid-sized businesses (SMBs) to large enterprises with rich and powerful UC capabilities.</p>\r\n\r\n<p align=\"left\"><strong>Investing for the future</strong><br />\r\nIn the renewed series, NEC, no.1 globally in the UC call control market, has introduced several key enhancements, including collaboration applications in a dynamic delivery model for both premises and cloud-based deployments along with a new line-up of enhanced desktop telephones (UNIVERGE DT500 & DT900 series). The investments made in the evolution of its offering underpin NEC’s long-term commitment to the market to provide solid, superior and state-of-the-art solutions that customers can rely on. Instrumental in support of NEC’s Smart WorkSpace, the SV9000 series integrates the best of its UNIVERGE UC and Collaboration technology with a host of services that deliver seamless workflows and bring the employee experience to the next level.</p>\r\n\r\n<p align=\"left\"><strong>Powerful line-up</strong><br />\r\n“We are excited to bring this powerful line-up of solutions to our global markets,” said Rod Johnson, Director Product Management & Sales Engineering at NEC Enterprise Communications Technologies. “Our new SV9000 series continues NEC’s trend of creating a natural migration path for customers, while evolving the technology to meet the needs of today’s businesses for utmost responsiveness, productivity and collaboration.”</p>\r\n\r\n<p><strong>Dynamic delivery</strong><br />\r\nThe UNIVERGE SV9500 is a robust, feature-rich system that is ideal for geographically distributed organizations. It is designed to help solve today’s communications and collaboration challenges and offers easy integration with NEC’s unique vertical solutions.</p>\r\n\r\n<p align=\"left\">The SV9500 communications platform integrates simply into existing IT technology and is available as both virtualized software and as dedicated appliance, so customers can choose the solution that best fits their business strategy based on either on-premises, cloud or hybrid delivery. Supporting traditional analogue, digital and IP devices, the system can scale up to 192,000 users when networking multiple systems.</p>\r\n\r\n<p align=\"left\">Streamlined application integration through the simplified user licensing structure makes it easy to configure, use and manage. A new SV9500SE model now brings the SV9500 and its many abilities to smaller sized organizations.</p>\r\n\r\n<p><strong>Integrated applications</strong><br />\r\nThe UNIVERGE SV9100 is designed as an all-in-one unified communications (UC) platform, offering SMBs a simple though sophisticated upgrade to SIP technology. With simplified installation and management, the highly scalable architecture provides businesses from 10 up to 900 users with a powerful and cost effective communications solution.</p>\r\n\r\n<p>The uniquely diverse built-in applications that the SV9100 provides, require no external PC or server and can be easily activated with licences - making them highly cost effective and reliable:</p>\r\n\r\n<p style=\"margin-left:36.0pt;\">• InUC provides video conferencing, collaboration, document sharing, Presence and Instant Messaging for any business of up to 128 users.</p>\r\n\r\n<p style=\"margin-left:36.0pt;\">• InGuard protects a business against toll fraud attacks monitoring all call activity 24/7 and detecting any suspicious call activity instantly.</p>\r\n\r\n<p style=\"margin-left:36.0pt;\">• InHotel is a Front-of-House Application combining a complete Property Management System with tightly integrated telephone system functionality, ideal for hotels of up to 120 rooms.</p>\r\n\r\n<p>New enhancements to the SV9100 include a more powerful processor, more memory for future InApp developments and enhanced security features.</p>\r\n\r\n<p><strong>Extreme value for money</strong><br />\r\n“The SV9000 series is a key pillar of our business strategy to further expand our global market coverage. Their powerful functionality, flexible deployment and extreme value for the money gives us full opportunity to successfully address the small to enterprise market worldwide”, Johnson concludes.</p>\r\n\r\n<p align=\"left\">NEC offers a broad range of enterprise communications solutions – ranging from small to very large systems - that effectively support enterprise and SMB customers whose requirements span from traditional TDM to full IP and 100% software-based deployments.</p>\r\n', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(253, 0, 1, '2019-08-21 08:26:53', 6, 1323, 0, 0, 0, '', '', '', 'NEC launches fully renewed UNIVERGE SV9000 Series Communications Platforms', 'Latest evolution of powerful enterprise communications solution marries rich functionality and flexible deployment', '', '', '<p align=\"left\"><strong>Hilversum (NL), Dallas (USA), August 21, 2019</strong> – NEC, global leader in Enterprise Communications & IT solutions, today announced the launch of the newest evolution of its acclaimed UNIVERGE SV9000 series communications platforms. NEC’s SV9000 is a series of highly reliable, sizable and adaptable systems that serves customers from small and mid-sized businesses (SMBs) to large enterprises with rich and powerful UC capabilities.</p>\r\n\r\n<p align=\"left\"><strong>Investing for the future</strong><br />\r\nIn the renewed series, NEC, no.1 globally in the UC call control market, has introduced several key enhancements, including collaboration applications in a dynamic delivery model for both premises and cloud-based deployments along with a new line-up of enhanced <a href=\"https://www.nec-enterprise.com/products/Desktop-Terminals\">desktop telephones</a> (UNIVERGE DT500 & DT900 series). The investments made in the evolution of its offering underpin NEC’s long-term commitment to the market to provide solid, superior and state-of-the-art solutions that customers can rely on. Instrumental in support of NEC’s Smart WorkSpace, the SV9000 series integrates the best of its UNIVERGE UC and Collaboration technology with a host of services that deliver seamless workflows and bring the employee experience to the next level.</p>\r\n\r\n<p align=\"left\"><strong>Powerful line-up</strong><br />\r\n“We are excited to bring this powerful line-up of solutions to our global markets,” said Rod Johnson, Director Product Management & Sales Engineering at NEC Enterprise Communications Technologies. “Our new SV9000 series continues NEC’s trend of creating a natural migration path for customers, while evolving the technology to meet the needs of today’s businesses for utmost responsiveness, productivity and collaboration.”</p>\r\n\r\n<p><strong>Dynamic delivery</strong><br />\r\nThe <a href=\"https://www.nec-enterprise.com/products/UNIVERGE-SV9500-52\">UNIVERGE SV9500</a> is a robust, feature-rich system that is ideal for geographically distributed organizations. It is designed to help solve today’s communications and collaboration challenges and offers easy integration with NEC’s unique vertical solutions.</p>\r\n\r\n<p align=\"left\">The SV9500 communications platform integrates simply into existing IT technology and is available as both virtualized software and as dedicated appliance, so customers can choose the solution that best fits their business strategy based on either on-premises, cloud or hybrid delivery. Supporting traditional analogue, digital and IP devices, the system can scale up to 192,000 users when networking multiple systems.</p>\r\n\r\n<p align=\"left\">Streamlined application integration through the simplified user licensing structure makes it easy to configure, use and manage. A new SV9500SE model now brings the SV9500 and its many abilities to smaller sized organizations.</p>\r\n\r\n<p><strong>Integrated applications</strong><br />\r\nThe <a href=\"https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19\">UNIVERGE SV9100</a> is designed as an all-in-one unified communications (UC) platform, offering SMBs a simple though sophisticated upgrade to SIP technology. With simplified installation and management, the highly scalable architecture provides businesses from 10 up to 900 users with a powerful and cost effective communications solution.</p>\r\n\r\n<p>The uniquely diverse built-in applications that the SV9100 provides, require no external PC or server and can be easily activated with licences - making them highly cost effective and reliable:</p>\r\n\r\n<ul>\r\n <li style=\"margin-left: 36pt;\">InUC provides video conferencing, collaboration, document sharing, Presence and Instant Messaging for any business of up to 255 users.</li>\r\n <li style=\"margin-left: 36pt;\">InGuard protects a business against toll fraud attacks monitoring all call activity 24/7 and detecting any suspicious call activity instantly.</li>\r\n <li style=\"margin-left: 36pt;\">InHotel is a Front-of-House Application combining a complete Property Management System with tightly integrated telephone system functionality, ideal for hotels of up to 120 rooms.</li>\r\n</ul>\r\n\r\n<p>New enhancements to the SV9100 include a more powerful processor, more memory for future InApp developments and enhanced security features.</p>\r\n\r\n<p><strong>Extreme value for money</strong><br />\r\n“The SV9000 series is a key pillar of our business strategy to further expand our global market coverage. Their powerful functionality, flexible deployment and extreme value for the money gives us full opportunity to successfully address the small to enterprise market worldwide”, Johnson concludes.</p>\r\n\r\n<p align=\"left\">NEC offers a broad range of enterprise communications solutions – ranging from small to very large systems - that effectively support enterprise and SMB customers whose requirements span from traditional TDM to full IP and 100% software-based deployments.</p>\r\n\r\n<p align=\"left\">Detailed information about the renewed SV9000 Series can be found on: <a href=\"https://www.nec-enterprise.com/products/UNIVERGE-SV9000\">https://www.nec-enterprise.com/products/UNIVERGE-SV9000</a></p>\r\n', '', ''),
(254, 0, 1, '2019-09-02 07:01:12', 6, 1325, 0, 0, 0, '', '', '', 'NEC Enterprise appoints Baher Ezzat to the position of Managing Director - Middle East', 'Senior appointment supports NEC’s growth ambitions in IT and Communications in the region', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/press/Baher-Ezzat-nec-md-middle-east.jpg', '', '<p align=\"left\"><strong>Hilversum, Dubai, 2<sup>nd</sup> September 2019</strong> – NEC, global leader in Enterprise Communications & IT solutions, today announced that it has appointed Baher Ezzat as its Managing Director Middle East.</p>\r\n\r\n<p align=\"left\">Based in Dubai, the appointment is effective 21<sup>st</sup> July 2019 and reflects NEC Enterprise Solutions’ ambition for growth in EMEA (Europe, Middle East & Africa).</p>\r\n\r\n<p align=\"left\">In this position, Mr. Ezzat will support and give direction to the Middle East Enterprise Channel Sales team in successfully promoting and expanding NEC’s Middle East Enterprise Business through existing and new channel partners.</p>\r\n\r\n<p align=\"left\">Bert Plasman, Vice President Channel Sales at NEC Enterprise Solutions, said: “We are very pleased to welcome Baher to the team and look forward to expanding further in the region. Baher has been in the region for a very long time and enjoys strong relationships with partners and key customers in the Enterprise space. He brings with him a wealth of experience in the industry and will add significant value, drive and direction to our international team as we continue to grow our share of the market in the region.”</p>\r\n\r\n<p align=\"left\">Baher has more than 20 years of experience in the IT and Telecommunications sector in the Middle East. Before joining NEC, Baher Ezzat worked with Alcatel-Lucent Enterprise (ALE) in several managerial positions and lastly he was the Middle East Regional General Manager and head of Vertical Sales in Europe South.</p>\r\n', '', ''),
(255, 0, 1, '2019-09-16 07:50:48', 6, 1328, 0, 0, 0, '', '', '', 'NEC empowers Smart Digital Transformation in Business and Society at GITEX 2019', 'Powerful showcase of Smart WorkSpace solutions that transform the business experience', '', '', '<p align=\"left\"><strong>Dubai, Hilversum, 16<sup>th</sup> September 2019</strong> – NEC, global leader in Enterprise Communications & IT solutions, today announced its participation to GITEX 2019 Technology Week, the biggest technology show in MENA and South Asia, taking place 6-10 October at the Dubai World Trade Center. NEC will showcase the latest solutions for equipping organizations and society for smart transformation in today’s digital landscape at booth Z2-A20, Gulfcomms in Za’abeel Hall.</p>\r\n\r\n<p align=\"left\">Implementation of digital strategies has become a core priority for businesses and governmental institutions facing the challenge to adapt to a dynamically changing world. At GITEX 2019, NEC will demonstrate latest products and solutions for overcoming these challenges, including display technologies that transform the daily business experience and smart workspace solutions that empower today’s employees with high productivity communications from wherever they are located.</p>\r\n\r\n<p align=\"left\">“Smart Enterprises, Government Institutions and Carriers can leverage our technologies to optimize business practices, drive workforce engagement and create a competitive edge,” says Bert Plasman, Vice President of NEC Enterprise Channel Sales EMEA. “Our Smart Enterprise Framework brings together all key technologies, applications and services for productive and efficient operations and this year we have expanded the portfolio with our extremely powerful Smart WorkSpace proposition,” he explains.</p>\r\n\r\n<p align=\"left\">Visitors to NEC’s stand will discover how mobile integration, real-time collaboration, sophisticated display solutions, data analytics and high availability are becoming essential ingredients for the smart and secure enterprise. Latest NEC solutions on display at GITEX 2019 include:</p>\r\n\r\n<p align=\"left\"><strong>NEC Smart WorkSpace – Re-Imagining the Employee Experience</strong><br />\r\nNEC’s Smart WorkSpace allows users to securely access their working environment from anywhere, at any time, with any device and delivers a consistent, rich-media experience in combination with the ease of central management. Using the device of their choice, Smart WorkSpace gives employees fast, easy access to mobile apps, web apps, hosted apps, and data. And the business can reduce the cost of office space and win the war for talent at the same time. <a href=\"https://www.nec-enterprise.com/products/Smart-Workspace\">https://www.nec-enterprise.com/products/Smart-Workspace</a></p>\r\n\r\n<p align=\"left\"><strong>UNIVERGE Integration Platform</strong><br />\r\nNEC’s UNIVERGE Integration Platform is unique software that interconnects disparate systems to become one’s own centrally managed application network. It seamlessly bridges IT and Communications infrastructures, integrates applications, data, devices and services and enables to dynamically design, manage and streamline workflows across an organization. NEC’s Integration Platform enables customers to easily design and implement drag-and-drop business workflows without needing a developer or integrator. NEC has over 50 adapters in place, including standard adapters for UC and biometrics as well as for Salesforce, Twitter, Amazon, Microsoft and the likes. <a href=\"https://www.nec-enterprise.com/products/Integration-Platform\">https://www.nec-enterprise.com/products/Integration-Platform</a></p>\r\n\r\n<p align=\"left\"><strong>UNIVERGE BLUE – Communications services from the cloud</strong><br />\r\nOrganizations that are looking for all-in one, enterprise-grade communications delivering Voice, Mobility, Messaging, Presence, Unified Communications and Collaboration as a service and without up-front investment, can take advantage of NEC’s latest cloud offering UNIVERGE BLUE. This flexible, easy-to-use hosted cloud service is provided at a highly competitive monthly rate for carefree rich communications – safe, secure and frictionless. <a href=\"https://www.univergeblue.com/\">https://www.univergeblue.com</a></p>\r\n\r\n<p align=\"left\"><strong>HyperConverged Infrastructure - Datacenter in a Box</strong><br />\r\nBy combining storage, computing and networking into a single integrated system, NEC’s HyperConverged Infrastructure (HCI) transforms and simplifies data and storage management and provides organizations with a complete virtualization solution for the datacentre in a single appliance. Built on the company’s high-density dual-socket modular server – the D120h - and Scale Computing’s intelligent HC3 operating system, NEC HCI delivers cloud-like economy and scalability without sacrificing control of on-site systems. NEC HCI comes in 3 pre-configured models that can be tuned to specific requirements. <a href=\"https://www.nec-enterprise.com/products/HyperConverged-Infrastructure\">https://www.nec-enterprise.com/products/HyperConverged-Infrastructure</a></p>\r\n\r\n<p align=\"left\"><strong>Unified Communications and Team Collaboration</strong><br />\r\nAs the No.1 in the global UC call control market, NEC offers small, medium and large organizations enterprise-grade UC&C and mobility based on efficient and intelligent UNIVERGE communication servers. The solutions enable businesses to provide the highest levels of customer service and keep colleagues connected by means of single number reach, built-in web based conferencing and remote worker/home office support. The latest evolution of NEC’s acclaimed UNIVERGE SV9000 Series includes major enhancements such as collaboration applications in a dynamic delivery model for both premises and cloud-based deployments along with a new line-up of enhanced desktop telephones (UNIVERGE DT500 & DT900 series). <a href=\"https://www.nec-enterprise.com/products/UNIVERGE-SV9000\">https://www.nec-enterprise.com/products/UNIVERGE-SV9000</a></p>\r\n\r\n<p align=\"left\"><strong>High Availability and Disaster Recovery</strong><br />\r\nNEC’s integrated EXPRESSCLUSTER, the industry leading High Availability & Disaster Recovery solution, minimizes the damage organizations experience from system outages, whether they are planned or unplanned, and offers market-proven quality of high availability for many applications. <a href=\"https://www.nec-enterprise.com/products/Industry-Standard-Servers\">https://www.nec-enterprise.com/products/Industry-Standard-Servers</a></p>\r\n\r\n<p align=\"left\"><strong>HYDRAstor Smart Data Management & Storage</strong><br />\r\nNEC HYDRAstor’s secondary storage consolidation platform enables long-term data retention through scalability of performance and maximized capacity without the complexity and inherent limitations of legacy storage solutions. The award-winning platform is capable of delivering lower storage capacity consumption by up to 95% or more with inline global data deduplication. <a href=\"https://www.nec-enterprise.com/products/HYDRAstor-Series-112\">https://www.nec-enterprise.com/products/HYDRAstor-Series-112</a></p>\r\n\r\n<p align=\"left\">For more information, please visit: <a href=\"http://www.nec-enterprise.com/gitex\">www.nec-enterprise.com/gitex</a></p>\r\n', '', ''),
(257, 0, 1, '2019-10-08 06:43:54', 6, 1342, 0, 0, 0, '', '', '', 'NEC and Business Partners celebrate Leadership through Innovation at GITEX 2019', 'NEC Business Partners throughout the Middle East region celebrate the company’s 120 years anniversary and reinforce their commitment and appreciation of the NEC brand & portfolio', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/press/GITEX2019-nec-partner-galadinner.jpg', '', '<p align=\"left\"><strong>Dubai, 8 October, 2019</strong> – NEC Corporation, leader in the integration of IT, Communications and Network technologies, has at GITEX 2019, together with its Business Partners in the region, celebrated the company’s 120 year anniversary and its ongoing leadership through innovation in the IT & Communications market.</p>\r\n\r\n<p align=\"left\">The special NEC Gala Dinner, held at the prestigious Dusit Thani Hotel in Dubai on October 7<sup>th</sup>, brought together NEC’s major distributors and system integrators for SMB and Enterprise Networking and IT solutions across the Middle East region.</p>\r\n\r\n<p align=\"left\">At the dinner, Bert Plasman, Vice President Channel Sales at NEC Enterprise Solutions, and Baher Ezzat, Managing Director Middle East, expressed their appreciation for the strong commitment and support the business partners have shown and congratulated them with their significant achievements in exploiting and expanding business opportunities in this dynamic region. </p>\r\n\r\n<p align=\"left\">Special Celebration Awards were presented to the top distributors, resellers and system integrators in recognition of their dedication to the NEC business.</p>\r\n\r\n<p align=\"left\">“With the innovative power of a global leader and the energetic support of local organizations and highly professional business partners, NEC is in an excellent position to respond to the most demanding needs of customers in their Smart Enterprise Digital Transformation journey. NEC is leader in global enterprise communications and here to stay to continue serving our channels and customers with our products of excellence”, said Bert Plasman.</p>\r\n\r\n<p align=\"left\">“It is great to experience the enthusiasm of our business partners for our brand, our portfolio and our way of working. The celebration awards we are presenting are tokens of our mutual commitment and business success. We look forward to a fruitful continuation of the way we are serving our markets together”, Baher Ezzat concluded.</p>\r\n', '', ''),
(258, 0, 1, '2019-11-04 07:47:57', 6, 1353, 0, 0, 0, '', '', '', 'NEC and AudioCodes Collaborate to Provide Monitoring and Analytics Solution', 'Integration of NEC’s MasterScope with AudioCodes’ One Voice Operations Center delivers holistic voice and data monitoring, analytics and root cause analysis for enterprises, contact centers and service providers', '', '', '<p align=\"left\"><strong>Hilversum (NL), Dallas (USA), Lod (Israel), November 4, 2019</strong> – NEC, global leader in Enterprise Communications & IT solutions, and AudioCodes, a leading vendor of advanced voice networking and media processing solutions for the digital workplace, today announced that they are collaborating in providing a comprehensive voice and data layer network monitoring and analytics solution.</p>\r\n\r\n<p align=\"left\">The joint solution is facilitated through integration of the AudioCodes One Voice Operations Center (OVOC) and NEC’s MasterScope and is designed to help enterprises, contact centers and service providers simplify voice network operations, improve user experiences and reduce downtime. Both companies will sell the joint solution to their customers around the world.<br />\r\n<br />\r\n<strong>OVOC and MasterScope combined</strong><br />\r\nThe combination of OVOC and MasterScope enables customers to monitor and analyze voice and data layers via a single view. Customers can corroborate statistics from different network layers to ensure accurate troubleshooting and root cause analysis. Current and historical call data can be viewed along with the underlying data layer information with just a few clicks, offering intelligent insights into network trends and performance that can assist in network planning and design.</p>\r\n\r\n<p align=\"left\">MasterScope is NEC’s integrated operations management software brand that leverages the expertise and advanced technologies developed by NEC over many years. NEC delivers more than 3,000 MasterScope systems to customers annually. MasterScope provides end-to-end support for systems encompassing ICT infrastructure to applications, and meets our customers’ needs for easy-to-operate products. This SNMP-based network management system improves the efficiency of multi-vendor networks and reduces management costs, including Configuration Management, Fault Management, Performance Management and Advanced Functions.</p>\r\n\r\n<p align=\"left\">AudioCodes One Voice Operations Center (OVOC) is a holistic life-cycle FCAPS (fault, configuration, accounting, performance and security) management and voice network design solution that combines management of voice network devices and quality of experience monitoring into a single, intuitive web-based application. OVOC enables administrators to adopt a holistic approach to network lifecycle management by simplifying everyday tasks and assisting in the troubleshooting process from detection to correction. Through the collaboration with NEC, OVOC is now able to monitor a variety of NEC network devices.</p>\r\n\r\n<p align=\"left\"><strong>Comprehensive voice network monitoring</strong><br />\r\n“Integration of AudioCodes One Voice Operation Center with our MasterScope network analytics solution is an important development for voice network managers,” said Ram Menghani, Senior Vice President, NEC Enterprise Communications Technologies, Inc. “We are confident that the combination of our two companies’ market-leading technologies and decades of field expertise will help organizations improve the quality and availability of their voice services.”</p>\r\n\r\n<p align=\"left\">“We are delighted to be collaborating with NEC to deliver a comprehensive voice network monitoring solution,” said Nimrode Borovsky, VP and GM, Enterprise at AudioCodes. “The simplicity and efficiency offered by our joint solution ensure streamlined operations and accurate troubleshooting for enterprises, contact centers and service providers as they transition to IP-based voice networks.”<strong> </strong></p>\r\n\r\n<p> </p>\r\n', '', ''),
(259, 0, 1, '2019-11-05 07:43:41', 6, 1355, 0, 0, 0, '', '', '', 'NEC empowers Smart Digital Transformation in Business and Society at SMART BUILDING EXPO', '', '', '', '<p align=\"left\"><strong>FieraMilano, Rho – Milan (Italy), 5<sup>th</sup> November 2019</strong> – NEC Display Solutions and NEC Enterprise, global leader in Enterprise Communications & IT solutions, today announced their participation to SMART BUILDING EXPO, taking place from 13th through 15th of November 2019 in Milan, Italy.<br />\r\n<br />\r\nSMART BUILDING EXPO, organised by Pentastudio and Fiera Milano, is dedicated to technological convergence and brings together leading providers of advanced solutions as well as offering ample training and update opportunities for professionals involved in Digital Transformation, Smart Enterprise employee enablement and Smart Cities. NEC will showcase the latest solutions for equipping organizations and society for smart transformation in today’s digital landscape at booth B03 C02 Pad. 6.</p>\r\n\r\n<p align=\"left\"><strong>Digital strategies at the core</strong><br />\r\nImplementation of digital strategies has become a core priority for businesses and governmental institutions facing the challenge to adapt to a dynamically changing world. At Smart Building Expo, NEC will demonstrate latest products and solutions for overcoming these challenges, including Display technologies that transform the daily business experience and Smart Workspace solutions that empower today’s employees with high productivity communications from wherever they are located.</p>\r\n\r\n<p align=\"left\">“Our new Digital Solutions enable Smart Enterprises, Public Administration and Carriers to optimize business practices, empower workforce and provide new opportunities to increase revenues as well as create modern and collaborative working environments” says Stefano Asperti, CEO of NEC Italia</p>\r\n\r\n<p align=\"left\">Visitors to NEC’s stand will discover how mobile integration, real-time collaboration, sophisticated and innovative display solutions for any type of application, are becoming essential ingredients for the smart and secure enterprise.</p>\r\n\r\n<p align=\"left\">Latest NEC solutions on display at Smart Building Expo include:</p>\r\n\r\n<p align=\"left\"><strong>NEC Smart WorkSpace – Re-Imagining the Employee Experience</strong><br />\r\nNEC’s Smart WorkSpace allows users to securely access their working environment from anywhere, at any time, with any device and delivers a consistent, rich-media experience in combination with the ease of central management. Using the device of their choice, Smart WorkSpace gives employees fast, easy access to mobile apps, web apps, hosted apps, and data. And the business can reduce the cost of office space and win the war for talent at the same time. https://www.nec-enterprise.com/products/Smart-Workspace</p>\r\n\r\n<p align=\"left\"><strong>UNIVERGE Integration Platform</strong><br />\r\nNEC’s UNIVERGE Integration Platform is unique software that interconnects disparate systems to become one’s own centrally managed application network. It seamlessly bridges IT and Communications infrastructures, integrates applications, data, devices and services and enables to dynamically design, manage and streamline workflows across an organization. NEC’s Integration Platform enables customers to easily design and implement drag-and-drop business workflows without needing a developer or integrator. NEC has over 50 adapters in place, including standard adapters for UC and biometrics as well as for Salesforce, Twitter, Amazon, Microsoft and the likes. https://www.nec-enterprise.com/products/Integration-Platform</p>\r\n\r\n<p align=\"left\"><strong>Front Desk Assistant</strong><br />\r\nIn today’s security conscious environment, most businesses will track and monitor visitors and even keep a record of their time spent on the premises. The majority of this is now done manually on paper sign-in/out logs and visitors are usually provided with a generic “Visitor” badge to identify themselves as such while on campus. With NEC\'s Front Desk Assistant, visitor check-ins become fully automated and totally transparent.</p>\r\n\r\n<p align=\"left\">The Front Desk Assistant is an Android™-based tablet application which utilizes NEC\'s award-winning facial recognition software and provides receptionists with a powerful tool in visitor management stop by the reception desk, pull up their profile and select the check-out button. Integrating the Front Desk Assistant application with NEC’s new GT890 IP Video Desktop Telephone automates visitor management from check-in to check-out.and transforms the visitor’s experience. With this application on the GT890 or an Android tablet at your receptionist desk, a visitor simply walks up to it and the application guides them through the process of checking-in step by step. Profiles are captured and customized badges, complete with an individual\'s photograph, are created. An email automatically notifies the employee being called on that their guest has arrived. When the time comes to leave, visitors simply stop by the reception desk, pull up their profile and select the check-out button.</p>\r\n\r\n<p align=\"left\"><strong>NEC’s Biometric Facial Recognition</strong><br />\r\nEntrance and exit control – both externally and internally – ensures that only authorized individuals are granted access to the facility. These same access control solutions can be applied to restricted areas within the facility, employing multi-biometric identification for authenticating network access. NEC offers scalable security solutions for companies interested in instituting tighter access control of their facilities today, yet need the flexibility to expand with future growth.</p>\r\n\r\n<p align=\"left\">NEC\'s industry-leading advanced recognition system, NeoFace, is the world\'s fastest and most accurate facial matching product and is adopted by organizations throughout the world, including police forces, immigration offices, and public facilities. At Smart Building Event NEC will showcase NeoFace Access Control, helping to make authentication faster and to improve security levels with two-factor authentication.</p>\r\n\r\n<p align=\"left\">More information on: <a href=\"https://www.nec-display-solutions.com/\">https://www.nec-display-solutions.com</a> and <a href=\"https://www.nec-enterprise.com/it/\">https://www.nec-enterprise.com/it/</a></p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:</strong><br />\r\n<strong>Nadia Brizioli<br />\r\nTel: +39 06 87203 921<br />\r\nNadia.brizioli@emea.nec.com </strong></p>\r\n', '', ''),
(260, 0, 1, '2019-12-09 10:32:45', 6, 1360, 0, 0, 0, '', '', '', 'NEC expands its long term relationship with Avoira to promote Large Enterprise Solutions across UK and Ireland ', 'NEC and Avoira target significant growth in market share', '', '', '<p><strong>Hilversum (NL), UK & Ireland, 9<sup>th</sup> December 2019 - </strong>NEC Enterprise Solutions, global leader in Communications and IT solutions, has announced a new partnership with Avoira to focus on Solutions and Applications targeted at large enterprise customers across the UK & Ireland. The agreement extends NEC’s long term relationship with Avoira’s parent and will provide both new and existing customers in the region with a first-class support service as well as promoting NEC’s latest range of advanced Unified Communications and Collaboration solutions.</p>\r\n\r\n<p>Avoira, which was created from the merger of Pennine, Videonations, Co-Channel, and also Rocom (from January 2020) is a £27m turnover multi-disciplinary specialist provider of communications and audio-visual solutions. The businesses were brought together to provide UK private and public sector organisations with seamless and fluent technology solutions.</p>\r\n\r\n<p>Following signing of the new agreement Avoira has committed to the creation of a new team of NEC specialist engineers, based across the UK regions, in order to further enhance service to enterprise customers nationwide. It is also to launch a white-label service to provide service support for communication solutions distributors and resellers.</p>\r\n\r\n<p><strong>Proud to join the Global No.1</strong><br />\r\n\"Expanding our existing relationship with NEC is an extremely positive step forward for us as it enables the group as a whole, particularly the Avoira business unit to explore and capitalise on new enterprise opportunities. NEC is a global leader in many facets of technology and we are confident their solutions will enable all our customers to enjoy many business benefits” says Andrew Roberts, Managing Director of Avoira.</p>\r\n\r\n<p>”The broad and powerful portfolio of this world leader enables Avoira to further expand its offering in the Enterprise market space. We very much look forward to working with NEC to grow our solutions and service business across the UK & Ireland and believe this alignment of brands will support us in meeting the increasing demand and fulfill our growth ambitions\"</p>\r\n\r\n<p>NEC offers a broad range of enterprise communications solutions - ranging from small to very large systems that effectively support Enterprise and SMB customers whose requirements span from traditional TDM to full (S)IP and 100% software-based deployments.</p>\r\n\r\n<p>“We are delighted to further expand our relationship with a focus towards our Enterprise portfolio within Avoira,” says Andrew Cooper, UK & Ireland Sales Director of NEC Enterprise Solutions EMEA. “In particular the Avoira team across the UK & Ireland are vastly experienced and we are looking forward to working with them in taking the NEC portfolio in its entirety to customers both old and new. Their commitment to invest in the expansion in numbers of the team focused towards NEC gives us great confidence that all customers old and new receive the highest levels of customer service and support.</p>\r\n', '', ''),
(261, 0, 1, '2019-12-09 12:36:56', 6, 1361, 0, 0, 0, '', '', '', '10 Strategic Drivers that will Reshape the Smart Enterprise', '', '', '', '<p>Digital Transformation today is recreating business models, disrupting how customers and employees function and altering whole industries. Social and business value surges when people, devices and resources are digitally connected, making knowledge and insights commonly shared assets. As Information and Communications Technology (ICT) leader with 120 years of expertise and experience, NEC shares its views on leading and emerging trends and technologies that help enterprises anchor their strategic investments, simplify their organization, realize workforce efficiencies and gain competitive advantages.</p>\r\n\r\n<p>In this blog we briefly explore the Top 10 Strategic Drivers that NEC distinguishes that will shape an organization’s operations the coming year and beyond:</p>\r\n\r\n<h3>1. PERVASIVE CONNECTEDNESS</h3>\r\n\r\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trends-2020/trend2020-1.png\" style=\"float: right;margin-left:24px;\" />Making staff omnipresent and ‘always on’ is key to smart enterprises to operate efficiently and effectively in today’s fast-paced business environments. Employees expect to be able to work from anywhere, at any given time whether on-site, at home, between appointments or traveling.</p>\r\n\r\n<p>Mobile technologies have advanced to ensure they remain fully integrated with their organization, colleagues and customers - irrespective of where they are. Continued innovation will drive new services, extending communications, data and business applications to all mobile devices.</p>\r\n\r\n<h3>2. EVERYTING AS A SERVICE</h3>\r\n\r\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trends-2020/trend2020-2.png\" style=\"float: left; margin-right: 24px;\" />Modular services, pay per use and flexible deployment models allow businesses to invest in just what is needed now, trimming up-front costs and move from CAPEX to OPEX. In 2020 Everything-as-a-Service (XaaS) will gain even more momentum, in even the most hardware-driven industries and sectors of society.</p>\r\n\r\n<p>The rapidly evolving trend towards Microservices as the model to build next-generation, cloud-native applications uses Application Programming Interfaces (APIs) and cloud to break applications into simple, discrete services, which benefits their scalability and reliability,</p>\r\n\r\n<h3>3. DYNAMIC DELIVERY</h3>\r\n\r\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trends-2020/trend2020-3.png\" style=\"float: right;margin-left:24px;\" />Today’s ‘On-Demand’ generation does not expect, want or have to wait for anything. They acquire information, products and entertainment instantly, on demand. Accustomed to immediate accessibility they force businesses to be increasingly agile and responsive, changing business dynamics dramatically.</p>\r\n\r\n<p>Cloud computing has revolutionized IT and software systems delivery. New technologies including Edge Computing combined with AI and the Internet of Things (IoT) are reimagining the possibilities of the cloud. This will boost the widespread instant availability of services and insights across businesses and society.</p>\r\n\r\n<h3>4. SMART WORKSPACE</h3>\r\n\r\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trends-2020/trend2020-4.png\" style=\"float: left; margin-right: 24px;\" />Informed and connected workspaces drive productivity and reduce latency, from development to customer care. Unified Communications and Collaboration tools allow disparate teams to work together in real time and enable individuals to interact efficiently and effectively with co-workers, clients and suppliers. With conferencing and file sharing made easy, collaboration has become the de facto standard for communications, eliminating the need to travel to meet in person.</p>\r\n\r\n<p>Users can securely access their working environment with any device, enjoying a consistent and rich-media experience. Smart workspaces create a collaborative and highly interactive environment and become an integrated part of daily life.</p>\r\n\r\n<h3>5. UNIFIED CUSTOMER EXPERIENCE</h3>\r\n\r\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trends-2020/trend2020-5.png\" style=\"float: right;margin-left:24px;\" />The battle among enterprises for tomorrow’s customers is fought and won on customer experience. Every company wants to deliver connected Customer Experiences (CX) across channels, processes and departments. Ensuring swift responses to queries requires seamless interaction between team members, customers and suppliers.</p>\r\n\r\n<p>Smart enterprises will reinvent their customer engagement models, reshaping their business approach from revenue to customer driven, in order to deliver customers a unique, personalized experience. One of its keys lies in closely matching human behaviour and creating profiles that match the personality of customers and their intent.</p>\r\n\r\n<h3>6. ENSURING CYBER SECURITY</h3>\r\n\r\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trends-2020/trend2020-6.png\" style=\"float: left; margin-right: 24px;\" />The ubiquity of IT systems and our increasing dependence on them make cyber security a key topic in board rooms and society at large. Cyber security includes all technologies, processes, and practices designed to protect networks, devices, programs and data from attack, damage or unauthorized access.</p>\r\n\r\n<p>Blockchain technology will make transactions less riddled with fraud and insecurity. It allows companies to trace a transaction and work with unknown parties, which greatly reduces business friction. Quantum communications takes advantage of the laws of physics to protect against eavesdropping by means of quantum cryptography. Quantum Key Distribution (QKD) sends encrypted data as classical bits over networks, while the keys to decrypt the information are encoded and transmitted in a quantum state using qubits.</p>\r\n\r\n<h3>7. HOLISTIC BUSINESS CONTINUITY</h3>\r\n\r\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trends-2020/trend2020-7.png\" style=\"float: right;margin-left:24px;\" />Today’s high performance enterprises require a robust communications and IT infrastructure capable of providing always-on availability that can self-heal should potential service disruptions occur. Hardware- and software-based fault tolerance solutions that deliver Five 9s uninterrupted service are instrumental to guard against outages without compromising performance. Virtualized infrastructures improve business continuity and protect mission critical applications through system-level fault tolerance.</p>\r\n\r\n<p>With the rapid growth of quantified and digitalized data and increased volumes of data flowing across networks and between devices, the risk of data leaks and breaches makes fail-proof security essential. The Smart Enterprise needs to therefore build security into all organizational processes.</p>\r\n\r\n<h3>8. SMART DATA ANALYTICS</h3>\r\n\r\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trends-2020/trend2020-8.png\" style=\"float: left; margin-right: 24px;\" />Converting data from real life objects, contexts and people into digital information can make meaningful patterns emerge. Augmented analytics identify hidden patterns while removing personal bias and will increasingly be embedded into applications. While analytics tools are so far mostly focused on descriptive outcomes, their application will move on towards predictive and prescriptive usage – making predictions about future events and behaviour and recommendations on how to react to the predicted outcomes.</p>\r\n\r\n<p>The surge in gathered and processed data requires storage solutions to become more flexible and scalable as organizations find it increasingly complex to store, protect and manage all collected information. Storage solutions will increasingly focus on manageability as well as ensured reliability.</p>\r\n\r\n<h3>9. AUGMENTED INTELLIGENCE</h3>\r\n\r\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trends-2020/trend2020-9.png\" style=\"float: right;margin-left:24px;\" />Artificial Intelligence will continue to be one of the top strategic drivers in the coming decade and is increasingly applied to enhance processes without the need to involve experts - from recognition, prediction and optimization to reasoning. It combines data from a variety of sensors and includes facial recognition, behaviour analysis, object fingerprint as well as speech and emotion recognition.</p>\r\n\r\n<p>While Artificial Intelligence suggests automation is to substitute human involvement, Augmented Intelligence focuses on its assistive role, enhancing human intelligence rather than replacing it. Incorporating this into applications, platforms and services, benefits enterprises in areas widespread as exploration, development, production, transport and customer relationship management.</p>\r\n\r\n<h3>10. DIGITAL INCLUSION</h3>\r\n\r\n<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trends-2020/trend2020-10.png\" style=\"float: left; margin-right: 24px;\" />Important steps are being made towards building smarter societies – where Information and Communications Technologies play a vital role in ensuring energy efficiency, sustainable economic development, enhanced safety and security, along with wise management of natural resources.</p>\r\n\r\n<p>New businesses and social habitats are emerging from the organic linkage of people, physical things, and processes, all spurred by IoT and Intelligent Automation. At an individual level, education and healthcare solutions will enhance learning and wellbeing. Digital inclusion will enable intensified participation in society and make people feel more valued, offering more potential and realizing a brighter future for all.</p>\r\n\r\n<p>Explore NEC’s Top 10 Strategic Realities reshaping the Smart Enterprise in full and Download your free copy below.</p>\r\n', '1235|-|', ''),
(262, 0, 1, '2019-12-19 12:35:33', 6, 1362, 0, 0, 0, '', '', '', 'NEC Cures Busy Medical Centre’s Communication Pain Points', 'The SV9100 resolves ‘Manic Monday’ call traffic; provides ‘over 50% saving’ and generates a healthy return-on-investment for the Appletree Medical Practice', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/appletree%20video.jpg', '', '<p><strong>Nottingham, UK, 16 December 2019</strong> – NEC Enterprise Solutions, a global leader in enterprise Communications & IT solutions, today announced their latest customer case study within the healthcare industry and how a series of challenges for staff and patients were overcome with intelligent telephony.</p>\r\n\r\n<p><strong>Healthcare challenges</strong><br />\r\nAnyone in telecoms who’s dealt with a doctor’s surgery will tell you the Monday morning call traffic spike is near impossible to deal with. The Derbyshire-based Appletree Medical Practice referred to these as ‘Manic Mondays’ as practice manager Stephen Leather explains, ‘The patients struggled to get through, and the staff were also under a lot of pressure.’</p>\r\n\r\n<p><strong>Call queuing to the rescue</strong><br />\r\nAn NEC SV9100 communication platform along with the MyCalls Call Management application was installed with immediate effect. The call queuing system enabled patients to manage their time more effectively with position-in-queue announcements, which gave them he option to stay on the line or call back later. As a result - calls were more evenly spread throughout the day, reducing stress for staff and helping them deal with patients effectively.</p>\r\n\r\n<p><strong>Staffing efficiency with call management</strong><br />\r\nNEC’s MyCalls also provided the surgery with concise reports of their calls, covering everything from call duration to highlighting their busiest times. The reports are emailed to key staff for review and they can also run their own reports on demand. Stephen continues, “We’ve identified from the MyCalls data what our peak call periods are throughout the week - this enables us to staff them accordingly.”</p>\r\n\r\n<p><strong>Empowered by call recording</strong><br />\r\nMyCalls Call Recorder was another key part of the installation. ‘There’s a real difference in the way my staff communicate on the phone.’ explains Stephen. “Call recording empowers staff to have professional conversations knowing that they have a safety net in the background.”</p>\r\n\r\n<p><strong>Significant savings</strong><br />\r\nStephen adds a further positive on their installation; ‘The move to SIP has made significant savings in terms of line rentals and call charges we’ve gone from £400 per month to £170 per month saving well over 50%. In fact that saving has been so significant it has covered the cost of the switch to SIP technology.’</p>\r\n\r\n<p><strong>About Appletree Medical Practice</strong><br />\r\nBased in Derbyshire, UK, Appletree Medical Practice is commissioned by the NHS to provide primary healthcare for Duffield, Little Eaton and the surrounding villages. Appletree Medical Practice aims to treat all patients promptly, courteously and in complete confidence, in a safe, comfortable environment.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Links:</strong></p>\r\n\r\n<p>NEC Healthcare webpage: <a href=\"http://ow.ly/gXzN50xx7lh\">http://ow.ly/gXzN50xx7lh</a></p>\r\n\r\n<p>You Tube – Appletree Video Case Study: <a href=\"http://ow.ly/1DU750xx7li\">http://ow.ly/1DU750xx7li</a></p>\r\n\r\n<p><em>- Please feel free to use these links for any online publication</em></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions:</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability. Please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:</strong></p>\r\n\r\n<p><strong>Jim Eagers <br />\r\nTel: + 44 (0)115 969 5728 <br />\r\njim.eagers@emea.nec.com </strong></p>\r\n\r\n<p> </p>\r\n', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(263, 0, 1, '2020-01-06 09:20:13', 6, 1363, 0, 0, 0, '', '', '', 'NEC and NECXTCOM gear up for growth in Germany', 'Newly established Competence Center in Düsseldorf to drive Smart Enterprise Transformation ', '', '', '<p align=\"left\"><strong>Hilversum, Düsseldorf, 6<sup>th</sup> January 2020</strong> – NEC Enterprise Solutions and NECXTCOM are gearing up to seize the growing opportunities in the German market for Enterprise Communications solutions and services.</p>\r\n\r\n<p align=\"left\">As per 6<sup>th</sup> January 2020 the newly founded company NECXTCOM GmbH has taken over the representation of NEC in the German market in Enterprise Communications from emNEC. All service and support staff as well as the former management of emNEC are now employed by NECXTCOM, which is headed by Mr. Michael Groß as Managing Director.</p>\r\n\r\n<p align=\"left\">The excellent relationship between the two organizations and the in-depth experience and expertise of the NECXTCOM team with NEC’s rich portfolio of solutions has led to further strengthening the partnership that perpetuates and expands the offering of new solutions including services to existing customer organisations. New and existing enterprise customers throughout Germany can rely on high-quality and future-proof support for their on-premise, cloud or hybrid business communication solutions.</p>\r\n\r\n<p align=\"left\"><strong>Competence Center for the Smart Enterprise</strong><br />\r\nAt its company headquarters NECXTCOM has established a Competence Center focused on the latest innovations in the field, including Smart WorkSpace, NEC’s solution that makes the frictionless digital workspace a reality and enables employees and teams to work the way they want from anywhere, while reaping the fruits of productive collaboration.</p>\r\n\r\n<p align=\"left\">\"NEC is ideally suited to support organizations in the digital transformation that characterizes the contemporary market,\" says Michael Groß, Managing Director of NECXTCOM. \"The broad and powerful portfolio of NEC enables us to be a total provider in the field of ICT. All our employees in Service & Support are fully certified by NEC to deliver the highest levels of service and support in planning, installing and maintaining the most advanced systems and solutions. As Master Distributor and Competence Center for NEC in Germany our focus ensures we can deliver on our promise of guiding our clients in realizing a Smart Enterprise,” Groß concludes.</p>\r\n\r\n<p align=\"left\">\"The knowledge and experience of NECXTCOM with regard to our NEC VoIP platforms, UC & C applications, Contact Centers and Mobility solutions are invaluable, as well as their insights and market position in important industry sectors as Healthcare, Hospitality and Government. Expertise, drive and reliability are common core values of our organizations and that is reflected in our partnership\", says Fred Spronk, Sales Director at NEC Enterprise Solutions EMEA.</p>\r\n\r\n<p align=\"left\">For more on NECXTCOM, please visit: www.necxtcom.de</p>\r\n', '', ''),
(264, 0, 1, '2020-01-08 10:32:54', 6, 1365, 0, 0, 0, '', '', '', 'NEC appoints TECHNOSUP as Distributor for SMB communications solutions in Morocco', 'NEC and TECHNOSUP bolster market footprint ', '', '', '<p><strong>Casablanca, Hilversum, 8 January 2020 – </strong>NEC Enterprise Solutions, global leader in Communications & IT solutions, today announced that it has appointed Technosup as its Distributor for SMB communications solutions in Morocco. Technosup will provide resellers in Morocco with NEC’s latest range of advanced communications solutions for enhanced productivity, efficiency and business continuity.</p>\r\n\r\n<p>Technosup is a leading distributor of communication solutions in Morocco with a large network of telecom resellers and will distribute NEC’s renowned UNIVERGE SV9100 / SL2100 communication servers and their powerful range of terminals and business applications including IP DECT.</p>\r\n\r\n<p>Many new developments are taking place in Morocco. For example the Hospitality sector is a key business area where the market is booming. The portfolio, focus and support of NEC will enable Technosup to play an even more significant role in further developing this market segment.</p>\r\n\r\n<p align=\"left\">During a special event held in Casablanca on January 8<sup>th</sup>, resellers were informed about the company\'s new positioning, rich portfolio and ambitions for the future. NEC also contributed sharing its vision on technological developments in the field of IT & Communications.</p>\r\n\r\n<p align=\"left\"><strong>Proud to join the Global No.1</strong><br />\r\n\"We are particularly proud to become Master Distributor for NEC in Morocco, the Global No.1 in the IP-PBX Call Control market. Their communication systems are characterized by excellent functionality, unrivalled reliability and excellent value for money\", says Hind AROUCH CEO at Technosup. ”The broad and powerful portfolio of this world leader enables us to further expand our offering in the market and we expect to expand our network in the coming period in order to meet the increasing demand in the Morocco and fulfill our growth ambitions.\"</p>\r\n\r\n<p>“We are very pleased to have Technosup as our exclusive Distributor in Morocco”, says Redha ABDESSEMED, Regional Sales Director at NEC Enterprise Solutions. “Technosup is very familiar with our products and their in-depth knowledge of the telecom sector and the needs of organizations in the region, will help us further promote our powerful range of solutions. Technosup has the knowledge, infrastructure and capacity to train its resellers for successful business in this strong growing market.\"</p>\r\n\r\n<p><strong>Extreme value for money</strong><br />\r\nDirected at smaller and mid-sized businesses, NEC’s communications servers are intelligent cost-effective communication solutions that pack affordability, efficiency and enterprise-grade functionality into one. Hind AROUCH further explains<strong>: \"</strong>Our aim is to deliver the best possible value to both resellers and their end customers. Our added value comes from the quality of the products and solutions we distribute, as well as our network of partners. The highly successful NEC solutions are based on the latest technology and are deployed within many-organisations.”</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>About Technosup</strong><br />\r\nSince its creation, Technosup has put customer satisfaction at the heart of its commercial strategy, by offering services and products tailored to their specific needs. Throughout its development, Technosup has differentiated itself from its competitors and implemented a loyalty policy, which has enabled it to attain its position as a key player in the sector. For more information, visit Technosup at <a href=\"http://www.technosup.ma/\">www.technosup.ma</a></p>\r\n', '', ''),
(265, 0, 1, '2020-01-09 09:56:00', 6, 1366, 0, 0, 0, '', '', '', 'NEC appoints TECHNOSUP as Distributor for SMB communications solutions in Morocco', 'NEC and TECHNOSUP bolster market footprint ', '', '', '<p><strong>Casablanca, Hilversum, 9 January 2020 – </strong>NEC Enterprise Solutions, global leader in Communications & IT solutions, today announced that it has appointed Technosup as its Distributor for SMB communications solutions in Morocco. Technosup will provide resellers in Morocco with NEC’s latest range of advanced communications solutions for enhanced productivity, efficiency and business continuity.</p>\r\n\r\n<p>Technosup is a leading distributor of communication solutions in Morocco with a large network of telecom resellers and will distribute NEC’s renowned UNIVERGE SV9100 / SL2100 communication servers and their powerful range of terminals and business applications including IP DECT.</p>\r\n\r\n<p>Many new developments are taking place in Morocco. For example the Hospitality sector is a key business area where the market is booming. The portfolio, focus and support of NEC will enable Technosup to play an even more significant role in further developing this market segment.</p>\r\n\r\n<p align=\"left\">During a special event held in Casablanca on January 8<sup>th</sup>, resellers were informed about the company\'s new positioning, rich portfolio and ambitions for the future. NEC also contributed sharing its vision on technological developments in the field of IT & Communications.</p>\r\n\r\n<p align=\"left\"><strong>Proud to join the Global No.1</strong><br />\r\n\"We are particularly proud to become Master Distributor for NEC in Morocco, the Global No.1 in the IP-PBX Call Control market. Their communication systems are characterized by excellent functionality, unrivalled reliability and excellent value for money\", says Hind AROUCH CEO at Technosup. ”The broad and powerful portfolio of this world leader enables us to further expand our offering in the market and we expect to expand our network in the coming period in order to meet the increasing demand in the Morocco and fulfill our growth ambitions.\"</p>\r\n\r\n<p>“We are very pleased to have Technosup as our exclusive Distributor in Morocco”, says Redha ABDESSEMED, Regional Sales Director at NEC Enterprise Solutions. “Technosup is very familiar with our products and their in-depth knowledge of the telecom sector and the needs of organizations in the region, will help us further promote our powerful range of solutions. Technosup has the knowledge, infrastructure and capacity to train its resellers for successful business in this strong growing market.\"</p>\r\n\r\n<p><strong>Extreme value for money</strong><br />\r\nDirected at smaller and mid-sized businesses, NEC’s communications servers are intelligent cost-effective communication solutions that pack affordability, efficiency and enterprise-grade functionality into one. Hind AROUCH further explains<strong>: \"</strong>Our aim is to deliver the best possible value to both resellers and their end customers. Our added value comes from the quality of the products and solutions we distribute, as well as our network of partners. The highly successful NEC solutions are based on the latest technology and are deployed within many-organisations.”</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>About Technosup</strong><br />\r\nSince its creation, Technosup has put customer satisfaction at the heart of its commercial strategy, by offering services and products tailored to their specific needs. Throughout its development, Technosup has differentiated itself from its competitors and implemented a loyalty policy, which has enabled it to attain its position as a key player in the sector. For more information, visit Technosup at <a href=\"http://www.technosup.ma/\">www.technosup.ma</a></p>\r\n', '', ''),
(266, 0, 1, '2020-01-10 08:33:25', 6, 1367, 0, 0, 0, '', '', '', 'NEC joins The Valuable 500 ', '', '', '', '<p><strong>Tokyo, January 10, 2020 - </strong><a href=\"http://www.nec.com/index.html\">NEC Corporation</a> (NEC; TSE: 6701), a leader in the integration of IT and network technologies, today announced that it has officially joined The Valuable 500, an international initiative aimed at promoting disability inclusion in business, pledging to support its efforts and vision going forward.</p>\r\n\r\n<p>Launched at the World Economic Forum Annual Meeting in Davos, The Valuable 500 was launched as an initiative to promote workplace inclusion of people with disabilities. Having been established based on the concept that “inclusive companies create inclusive societies,” this initiative is aimed at encouraging business leaders to make the changes necessary to enable people with disabilities to unlock their business, social, and economic value.</p>\r\n\r\n<p>For more than forty years, NEC has focused on creating an environment in which employees with disabilities can demonstrate their abilities. Since signing the United Nations Global Compact in 2005, NEC has implemented corporate initiatives based on the Ten Principles of the United Nations Global Compact pertaining to the areas of human rights, labour, environment, and anti-corruption (*).</p>\r\n\r\n<p>NEC remains dedicated to being a social value innovator capable of solving social issues and believes the driving forces behind this are people and culture. By focusing on the creation of a corporate culture that respects, accepts, and capitalizes on individual diversity as well as on the development of sustainably and socially literate human resources, we have made the promotion of inclusion and diversity an integral part of our corporate agenda.</p>\r\n\r\n<p>We are therefore committed to not only focusing on the following areas but also sharing information about the actions we take with the public.</p>\r\n\r\n<ul>\r\n <li>The NEC Group Diversity Promotion Committee was established in 2018 to facilitate discussions on accepting and capitalizing on diversity. We strive to create an environment where employees with disabilities can easily demonstrate their abilities.</li>\r\n <li>We provide support for people with disabilities through business activities aimed at further enriching their lives by realizing security, safety, fairness, and efficiency.</li>\r\n <li>Utilizing our more than twenty years of experience in supporting wheelchair tennis, we have been making efforts to solve environmental issues surrounding para-sports. Going forward, we will continue contributing to society through our support of para-sports.</li>\r\n</ul>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Note</strong>:</p>\r\n\r\n<p style=\"margin-left:30.0pt;\">(*) Ten Principles of the United Nations Global Compact pertaining to the areas of human rights, labour, environment, and anti-corruption</p>\r\n\r\n<p><a href=\"https://www.unglobalcompact.org/what-is-gc/mission/principles\">https://www.unglobalcompact.org/what-is-gc/mission/principles</a></p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n', '', ''),
(267, 0, 1, '2020-01-20 08:07:12', 6, 1371, 0, 0, 0, '', '', '', 'NEC highlights 5G-enabled business creation and connectivity at MWC Barcelona 2020 ', '', '', '', '<p><strong>Tokyo, January 20, 2020 - </strong><a href=\"http://www.nec.com/index.html\">NEC Corporation</a> (NEC; TSE: 6701) today announced its participation in MWC Barcelona 2020 from February 24 to 27, where it will highlight new business opportunities and connectivity based on 5G in the IoT/AI era.</p>\r\n\r\n<p>Open 5G is an imminent reality, and together with telecom service providers and partners, NEC is creating new 5G-driven services and businesses across sectors, and using its expertise in connectivity to optimize information delivery, and provide comprehensive support for businesses.</p>\r\n\r\n<p>Under the theme of “NEC Smart Connectivity,” NEC will demonstrate how its co-creation of innovative new 5G solutions across the public and private sectors is helping to advance digital transformation.</p>\r\n\r\n<p>At the NEC booth, displays will illustrate how NEC’s 5G ecosystem is helping service providers to address challenges on how to cost-effectively operationalize and monetize their assets, and to remove the vendor lock-in. NEC’s 5G ecosystem will also be visible, featuring the finest tailor-made solutions, with key components such as OPEN vRAN, 5G-ready transport, Orchestrators and leading security.</p>\r\n\r\n<p>Moreover, NEC will introduce smart city-related solutions that promote social value creation, including personal data utilization services and an intelligent optical fiber sensing solution, as well as showcase R&D activities that are contributing to a brighter world with AI technologies.</p>\r\n\r\n<p>Gain full access to the professionals who are driving these advanced technologies and solutions at the NEC stand at MWC Barcelona 2020, Fira Gran Via, Hall 3 3M30.</p>\r\n\r\n<p>For more detail on NEC\'s participation in MWC Barcelona 2020, please visit: <a href=\"https://www.nec.com/en/event/mwc2020/\">https://www.nec.com/en/event/mwc2020/</a></p>\r\n', '', ''),
(268, 0, 1, '2020-01-20 16:51:29', 6, 1372, 0, 0, 0, '', '', '', 'Are your ready for the end of ISDN?', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/isdn-cut-off-phone-systems-2025-emea.jpg', '', '<h2>WHAT IS ISDN?</h2>\r\n\r\n<p>ISDN is a traditional phone line technology which often uses a network to deliver voice and data. This, along with older PSTN technology, is currently being phased out, or in some regions has already been switched off. This technology is still widely used across the EMEA (Europe, Middle East and Africa) and a substantial number of business communications will be at risk.</p>\r\n\r\n<h3 class=\"nec-blue\">WHY ARE ISDN SERVICES ENDING?</h3>\r\n\r\n<p>Many ISDN services across the EMEA, especially northern Europe, are at their end of life. Carriers have announced that they will be disconnecting service of ISDN to customers. A number of countries have already made the switch and many are getting close. In the UK - BT are expected to reach the end of sale of ISDN services in <strong>2020</strong> with ISDN services expected to be switched off on the BT network in <strong>2025</strong>.</p>\r\n\r\n<h3 class=\"nec-blue\">ARE ALL REGIONS OF THE EMEA AFFECTED BY THIS?</h3>\r\n\r\n<p>A number of countries have already made the switch and many are getting close. Countries affected so far are Belgium, France, Germany, Netherlands, Sweden and Switzerland. <strong>In the UK - BT are expected to reach the end of sale of ISDN services in 2020 with ISDN services expected to be switched off on the BT network in 2025</strong>. Other regions remain unaffected. The best way to find out if your region is affected is to <strong>contact your current telecoms supplier</strong>. And if so – read on to discover more.</p>\r\n\r\n<h3 class=\"nec-blue\">WHAT YOU NEED TO DO</h3>\r\n\r\n<p>Businesses currently using ISDN will need to migrate their service onto a Sessions Initiated Protocol (SIP) Trunk connection. Doing this sooner rather than later will ensure you have no loss of service or business productivity. Avoid being caught in the bottleneck of last-minute mass migrations to SIP - contact your NEC supplier or contact us directly today!</p>\r\n\r\n<h2>What is SIP?</h2>\r\n\r\n<p>Sessions Initiated Protocol (SIP) is a more modern telephony solution that uses the internet to deliver voice and data through a single connection. Using SIP trunks with your business telephone system utilitises VoIP technology with benefits including:</p>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%;border:solid 1px #e2e2e2;background:#fbfbfb;padding:16px;\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:33.333%;padding-left:0;vertical-align: top;\">\r\n <h4 class=\"nec-blue\" style=\"margin-top: 0px; text-align: center;\">Cheaper Calls</h4>\r\n\r\n <p style=\"text-align: center;\">SIP allows for inclusive call bundles, which can include free national calls!</p>\r\n </td>\r\n <td style=\"width:33.333%;vertical-align: top;\">\r\n <h4 class=\"nec-blue\" style=\"margin-top: 0px; text-align: center;\">Speed</h4>\r\n\r\n <p style=\"text-align: center;\">New SIP lines can be installed far quicker than traditional lines</p>\r\n </td>\r\n <td style=\"width:33.333%;vertical-align: top;\">\r\n <h4 class=\"nec-blue\" style=\"margin-top: 0px; text-align: center;\">Cost</h4>\r\n\r\n <p style=\"text-align: center;\">They are also far cheaper to install</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<h2>SIP migration steps</h2>\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%;vertical-align:top;border:solid 1px #e2e2e2;background:#fbfbfb;padding:16px;\">\r\n <tbody>\r\n <tr>\r\n <td style=\"width:33.333%;padding-left:0;vertical-align: top;\">\r\n <h4 class=\"nec-blue\" style=\"margin-top: 0px; text-align: center;\">Understand</h4>\r\n\r\n <p style=\"text-align: center;\">Your current infrastructure</p>\r\n </td>\r\n <td style=\"width:33.333%;vertical-align: top;\">\r\n <h4 class=\"nec-blue\" style=\"margin-top: 0px; text-align: center;\">Consider</h4>\r\n\r\n <p style=\"text-align: center;\">Your technology requirements</p>\r\n </td>\r\n <td style=\"width:33.333%;vertical-align: top;\">\r\n <h4 class=\"nec-blue\" style=\"margin-top: 0px; text-align: center;\">Choose</h4>\r\n\r\n <p style=\"text-align: center;\">Your preferred technology</p>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<h3>WHY DO I NEED TO BE READY FOR SIP?</h3>\r\n\r\n<p>With the ISDN Switch Off, migrating to SIP technology should be a business priority. A SIP Trunk is the digital equivalent of a traditional phone line, it connects to a PBX, a device that provides the brains behind the phone system enabling multiple users to share lines. SIP offers a number of key advantages over ISDN including carrying voice and data across a single connection. NEC has technology ready for this migration, including the <a href=\"https://www.nec-enterprise.com/products/SL2100-1062\"><strong>SL2100</strong></a> and <strong><a href=\"https://www.nec-enterprise.com/products/UNIVERGE-SV9100-19\">UNIVERGE SV9100</a> & <a href=\"https://www.nec-enterprise.com/products/UNIVERGE-SV9500-52\">SV9500</a></strong> Communication Platforms.</p>\r\n\r\n<h3>WHAT ARE THE RISKS IF I DON’T MIGRATE?</h3>\r\n\r\n<p>The ISDN Switch Off has long been underway and will be replacing traditional phone lines meaning your existing hardware may well be incompatible. To ensure your business avoids down time, loss or productivity and income; upgrade now.</p>\r\n\r\n<ul>\r\n <li><strong>End of Life Technology:</strong> Support & maintenance services no longer available</li>\r\n <li><strong>Risk of Downtime: </strong>How much could this cost your business operations and reputation?</li>\r\n <li><strong>Customer Service Levels: </strong>Your business may no longer be competitive</li>\r\n</ul>\r\n\r\n<h3>FURTHER BENEFITS OF SIP WITH AN NEC PHONE SYSTEM INCLUDE:</h3>\r\n\r\n<ul>\r\n <li><strong>Remote Working:</strong> Home workers and road-based teams can communicate far more effectively</li>\r\n <li><strong>Video Conferencing: </strong>Provide your team with productive collaborations including screen-sharing</li>\r\n <li><strong>Flexibility & Scalability: </strong>Easier IT administration, desktop telephony via a softphone and more</li>\r\n</ul>\r\n\r\n<p><a class=\"button primary\" data-toggle=\"#form_2\" href=\"https://www.nec-enterprise.com/Contact-us\"></i>Contact us now!</a></p>\r\n', '', ''),
(271, 0, 1, '2020-02-18 08:07:17', 6, 1381, 0, 0, 0, '', '', '', 'NEC holds no.1 position as worldwide market leader in the Global Call Control Market', 'NEC’s continuous innovation and commitment pays off', '', '', '<p><strong>Dallas, Hilversum, 18 February 2020 – </strong>NEC today announced that it once again is the leading vendor in the global UC Call Control market, holding the no.1 position as worldwide market leader in T3i Group’s latest InfoTrack Enterprise Communications report for Q3 2019 *.</p>\r\n\r\n<p>T3i\'s latest report noted that NEC retained its lead in total line shipments with a market share of over 16% globally. With its line shipments up 30.8% Quarter on Quarter, NEC achieved the highest global percentage Q/Q increase among vendors covered in T3i Group Q3 2019 report.</p>\r\n\r\n<p>MZA Consultants’ Q3 2019 reporting on the global Call Control market zooms in on the SMB market, showing that NEC has led all manufacturers in global shipments in that segment for the last 5 Years **.</p>\r\n\r\n<p>This success underscores the strength of NEC\'s portfolio of communications solutions, the company\'s commitment to expand its global enterprise communications footprint and the ability to serve customers worldwide to fullest satisfaction.</p>\r\n\r\n<p>NEC offers a broad range of enterprise communications solutions – ranging from small to very large systems - that effectively support enterprise and SMB customers whose requirements span from traditional to full IP and 100% software-based solutions, and from premises-based to cloud deployments.<br />\r\n<br />\r\n* T3i Group, Global InfoTrack for Enterprise Communications, Third Quarter 2019 Summary Results<br />\r\n** MZA, The World Call Control (PBX/IP PBX) Market Call Control Q3 2019<br />\r\n </p>\r\n', '', ''),
(272, 0, 1, '2020-03-11 10:17:23', 6, 1385, 0, 0, 0, '', '', '', 'NEC appoints Micron as Hospitality Partner in the UK', 'NEC and Micron advance Smart Hospitality solutions in the UK ', '', '', '<p><strong>Nottingham, Hilversum, 11 March 2020 – </strong>NEC Enterprise Solutions, global leader in Communications & IT solutions, today announced that it has appointed Micron as Hospitality Partner in the United Kingdom.</p>\r\n\r\n<p>Micron is a leading provider of innovative voice, data and wireless communications solutions with special dedication to the Hospitality and Commercial sector. For over 20 years Micron has worked alongside a broad spectrum of hotels, across the UK, delivering cutting edge voice, data and wireless experiences, backed up by superior support.<br />\r\n<br />\r\nKees van Donk, Senior Director Travel, Hospitality & Leisure at NEC Enterprise Solutions, explains: “Our Hospitality Partnership program aims at mutual growth and profitability in the important Hospitality sector. Through this program we recognize and support Business Partners that invest in and promote the value of our integrated solutions, enabling them to go-to-market more successfully and help them to create new, profitable opportunities. We are very pleased to appoint Micron as Hospitality Partner. Micron has excellent knowledge of our portfolio and a strong commitment to our UNIVERGE SV9000 series, one of the cornerstones in our offering to the Hospitality sector.”</p>\r\n\r\n<p align=\"left\"><strong>Executive Hospitality Partnership</strong><br />\r\nWith its Global Smart Hospitality drive and Executive Hospitality Partner Programme NEC further builds on its in-depth experience and expertise in serving the hotel industry worldwide.</p>\r\n\r\n<p align=\"left\">Jake Scannell, Joint Managing Director at Micron confirms: “The Hospitality sector is one of the strategic vertical markets for Micron in our drive towards growth. We are particularly proud to be Executive Hospitality Partner for NEC, the Global No.1 in the IP-PBX Call Control market. Their communication systems provide excellent functionality, unrivalled reliability and excellent value for money. The broad and powerful portfolio of this world leader enables us to further expand our offering in the market. Our selection as Hospitality Partner will further strengthen our activities and our success in working with leading hotel operators.\"</p>\r\n\r\n<p align=\"left\"><strong>Supplier of choice to the Hospitality industry</strong><br />\r\nAcross all major geographic regions NEC is one of the key suppliers of choice to the Hospitality industry. By merging leading IT and Communication technologies, NEC deploys solutions with the scalability, capability and affordability to meet the demanding business needs of hotels, event centres, cruiselines and travel organizations.</p>\r\n\r\n<p align=\"left\"><strong>About Micron</strong><br />\r\nFounded in 1996, Micron’s vision of excellence creates a culture where the client’s needs sit at the forefront of every project. Micron’s engineering-led, tailored approach and around-the-clock support service has resulted in a well- respected, industry leading organisation. Micron’s friendly, dynamic and enthusiastic team, boasts specialist expertise and delivers first-class customer support with integrated voice and data networks across the hospitality industry and commercial sectors nationwide. For over 20 years Micron has worked alongside 4 and 5* luxury hotels, delivering cutting edge voice, data and wireless experiences. Micron aims to deliver innovative solutions in environments which are stable and secure and we back this up with the highest possible level of support.</p>\r\n', '', ''),
(269, 0, 1, '2020-01-21 12:22:42', 6, 1373, 0, 0, 0, '', '', '', 'Customer Engagement', 'Boosting Customer Experiences, Bolstering the Customer Journey', '', '', '<p>Customers are the sole purpose of any business and the level of service an organization offers its customers can therefore literally make or break business success. In today\'s hyper-competitive business environment customers are more educated, better informed, more value conscious and their expectations of the companies they buy from are ever increasing.</p>\r\n\r\n<p><strong>CX rocks</strong><br />\r\nBusinesses using technology in traditional ways cannot respond to the rising expectations of customers for shorter response times and higher service levels. That’s why smart enterprises embrace digital transformation and adopt digital workplace strategies to create rich and connected Customer Experiences (CX), through anywhere and anytime frictionless, personalized and meaningful interaction.</p>\r\n\r\n<p>Customer contact centers have been around for a long while, connecting callers to the right person, reducing waiting times and ensuring well-informed call handling and personalized, qualified responses to customer enquiries. As incoming call volumes increased, interactive voice response (IVR) systems emerged as the primary way of handling growing traffic within the contact center, but recently major technological innovations are fuelling their capabilities to address today’s mobile connected customer.</p>\r\n\r\n<p><strong>Technological Innovation</strong><br />\r\nCorporate websites have also undergone a shift. Initially positioned as a marketing platform, websites have evolved to become another customer touch point, providing additional communication channels to interact with the business, such as click-to-call, web chat or connecting the customer with a live agent.</p>\r\n\r\n<p>NEC’s UNIVERGE Business ConneCT is a comprehensive omni-channel contact center that includes all the benefits of Unified Communications and has embraced latest technical innovations including AI to become a true Customer Engagement Platform.</p>\r\n\r\n<p>Supporting multiple customer touch points, the rich multi-channel environment handles email, live web chat, WhatsApp and voice via a single interface to provide a rich, frictionless and engaging experience to customers. Voice calls, emails and webchats are routed to the best suited agent, reducing waiting time and improving staff motivation, while integration of applications in support of voice response and self-service are easily deployed.</p>\r\n\r\n<p><strong>Omni channel - Building effortless customer journeys</strong><br />\r\nStarting point for most consumers these days is the website or a mobile app. This is where the customer journey begins and most consumers will only call in to a contact center as last resort. With an Omni-channel approach and by incorporating latest solutions, organizations own their customers’ journeys. They can design journeys, make them actionable, and monitor them using orchestrated routing across web chat, email, SMS, social and messaging apps. They can unify inbound and outbound digital communications to deliver consistent, contextual insights.</p>\r\n\r\n<p>The effective handling of incoming mobile messaging through automated self-service requires solutions that can leverage several advanced technologies. Combining automated and agent-assisted interactive dialogs bring the benefits of interactive messaging into customer service, sales and marketing operations. And when messages require special handling, they can be easily escalated to the best-available live agent.</p>\r\n\r\n<p>Webchat is very cost effective as your agents can chat with several people at a time. Typically one webchat agent talks with 10 times more people than a phone agent. And with a full page view history for each visitor, you’ll be up to speed by the time your customers click ‘Chat’. No surprise that when it comes to sales, web chatters are 4 times more likely to convert than a regular website visitor and average order values are typically 25% higher.</p>\r\n\r\n<p><strong>Enhanced Customer Loyalty through WhatsApp integration</strong><br />\r\nOver 5 billion global consumers use messaging apps daily. Practically all of these would prefer to message businesses with their enquiries rather than by other means. Integrating the commonly used WhatsApp messaging is therefore a major enhancement to any organization’s customer service desk. Business ConneCT Social media integrates with a WhatsApp service provider to allow customers to communicate in real time with agents using WhatsApp, similar to Webchat. Attachments can be received and viewed by the agent, while emoticons are supported as well.</p>\r\n\r\n<p><strong>Combining Webchat and Live chat – cost effective and highly productive</strong><br />\r\nLosing customers due to unanswered questions has become a sin for any organization. To avoid this, it is important to get in touch with visitors to your website and start a conversation that matters. Engage with your website visitors, creating a more personal connection, pointing them in the right direction and increasing sales and customer satisfaction. With Business ConneCT’s live chat interface customers can be served at the moment they are ready for business or at the point where they are in need of support.</p>\r\n\r\n<p>Today’s consumer expects a business to know about their “journey”—what they have experienced, to anticipate what they want, and to guide them through upcoming process steps. The agent must be aware or be able to immediately find the history. In Business ConneCT’s agent’s chat conversation window, the date of the message is included and social media chats including received attachments are stored in the database. Both voice and social media chats (WhatsApp) are combined in the customer history, so that when a customer contacts the Contact Center, the agent will see the complete customer’s history, including WhatsApp and attachments.</p>\r\n\r\n<p><strong>The Power of AI - for Effortless Self-Service</strong><br />\r\nCreating a seamless digital customer experience requires AI-powered automation for quick handling of common, repetitive tasks, blended with human agents who engage at exactly the right moment The desired automation service will use machine learning and artificial intelligence to provide automatic responses to messages, capture information from a message, perform directed dialogs, and classify the language and intent of a message.</p>\r\n\r\n<p>Empower agents with AI-driven guidance that includes relevant content, suggested next-actions, and real-time coaching to stay ahead of the customer engagement. Leverage advanced machine learning models to pair the best agent with each customer interaction.</p>\r\n\r\n<p><strong>Machine learning – put it to work to drive optimal outcomes</strong><br />\r\nThe combination of chatbot and live agent contact for escalations and specifics is a major breakthrough. It boosts efficiency of available staff and delivers a frictionless customer experience.</p>\r\n\r\n<p>Supported by Natural Language Processing the syntax and grammar of text-based communications is fully understood and can be acted upon. More simplified language analysis can utilize pattern matching capabilities to identify specific types of data in a text message such as web addresses. Once the language of a message has been identified, the solution can look at how live agents have previously provided an appropriate response to similar messages. The automated service learns from thousands of previous messages that were answered by live agents.</p>\r\n\r\n<p>A further development is automated Voice Recognition. This brings Voice back as favourite and easy medium, particularly for people on the go. Machine supported voice control, recognition and response is expected to surge in coming years as applications develop, live and learn.</p>\r\n\r\n<p>Important enhancements in Business ConneCT have now enabled the integration of these AI technologies into the customer engagement process.</p>\r\n\r\n<p><strong>UNIVERGE Integration Platform – unlocking a universe of API’s</strong><br />\r\nFor enterprises to get their diverse systems – such as Contact Center and CRM, Data Analytics, ERP and IoT – to work together and flexibly integrate with innovative applications that accommodate for new business models, requires an open, secure, interoperable platform that provides integration at all levels. And this is where NEC’s UNIVERGE Integration Platform comes in, that seamlessly interacts with Business ConneCT and all other applications to provide a centrally managed application network. It enables to dynamically design, manage and streamline customized workflows across an organization.</p>\r\n\r\n<p>At server level it retrieves the relevant data from e.g. a CRM system and integrates it with an agent’s workflow. The application level adapters interface through modern APIs with latest applications and at the integration level it enables design of meaningful workflows in a swift and flexible manner.</p>\r\n\r\n<p>By partnering with leading technology and solution developers, and by co-creating with these partners, NEC adds a whole array of state-of-the-art applications that support and enhance its Business ConneCT delivery platform. The UNIVERGE Integration Platform takes care of adapters that provide the API’s to flexibly include these.</p>\r\n\r\n<p>Examples of these applications are Social media integration including WhatsApp, Twitter and Facebook, Salesforce integration, flexible intelligent real-time wallboards, redundancy solutions ensuring high availability, browsing support and co-browsing applications and agent/team collaboration.</p>\r\n\r\n<p><strong>Smart Workstream Design</strong><br />\r\nDeploying UNIVERGE Business ConneCT in combination with UNIVERGE Integration Platform enables an organization to become best in class in serving its customers. It enables to easily design and guide omni-channel customer journeys, off-load live agents by integrating webchat, chatbots and AI and gets the most out of live agents by integrating their skill set in the different call flows and providing them timely with all details of the customer’s history.</p>\r\n\r\n<p>Agents are provided with a personalized dashboard through which they can access all vital data and applications and work from any location, empowered for efficient, powerful and consistent customer interaction. A very enjoyable journey for all parties.</p>\r\n', '', ''),
(270, 0, 1, '2020-01-24 07:34:45', 6, 1374, 0, 0, 0, '', '', '', 'NEC develops millimeter-wave distributed antenna radio unit improving the channel quality for indoor 5G applications ', '', '', '', '<p><strong>Tokyo, January 24, 2020 - </strong><a href=\"http://www.nec.com/index.html\">NEC Corporation</a> (NEC; TSE: 6701), a leader in the integration of IT and network technologies, today announced the development of millimeter-wave (*1) distributed antennas for the efficient use of 5G millimeter-wave spectrum (28GHz band) for the first time. Demonstration experiments were conducted with this technology at the NEC Tamagawa Plant in 2019, where the capability of high-speed, large-capacity communications with stable propagation channel quality were confirmed.</p>\r\n\r\n<p>In terms of background, 5G uses millimeter waves, which have frequency bands more than 10 times higher than 4G, and are expected to contribute to a wide range of services that provide high-speed, large-capacity, low-latency, and multiple connections. Due to the nature of millimeter waves, however, communication quality is susceptible to deterioration due to shielding and interference caused by obstacles and installations. As a result, it is necessary to establish a large number of base stations to ensure communication quality. However, in places with limited space, such as homes and workplaces, there is also a need to downsize base stations.</p>\r\n\r\n<p>To resolve these challenges, NEC developed digital coordination technologies to connect distributed antenna elements for wireless satellite stations (RU: Radio Unit) of 5G millimeter-wave (28GHz-band) base stations. Moreover, NEC resolved the issues of shielding and diffraction of propagation paths for interior mobile communications using millimeter-wave communication. This technology applies NEC’s proprietary massive MIMO (*2), which combines a large number of independent antennas, in order to deliver millimeter-wave high-speed, high-capacity communications with stable communication quality.</p>\r\n\r\n<p>In addition, by connecting distributed antennas to control units using a frequency multiplexer that consolidates multiple signals, NEC resolved issues related to attenuation, synchronization and power supply that might arise when connecting antennas and control units with high-frequency cable or optical cable, thereby helping to facilitate the installation of antennas. Furthermore, NEC has produced smaller antennas (approximately 5cm×2cm with 8 components) by designing and implementing circuits cultivated through NEC\'s iPASOLINK microwave communication system.</p>\r\n\r\n<p>NEC’s demonstration experiment consisted of a system with eight antennas, a control unit for controlling antennas, and a baseband processing unit that controls antennas.</p>\r\n\r\n<p>In the experiment, NEC applied digital beamforming (*3), which had been developed in the sub-6GHz and millimeter bands, to 28GHz band antennas. By combining and multiplying the space of radio waves, NEC achieved not only high-speed, high-capacity communication, but also stabilized the propagation path. NEC also achieved stable communications in difficult propagation environments, such as shadowing by walls, interference from reflective waves, and environments where multiple terminals are closely linked.</p>\r\n\r\n<p>Going forward, NEC will continue to conduct demonstration tests in various environments, such as office buildings, commercial facilities, and factories, with the aim of commercializing this technology by the end of 2020.</p>\r\n\r\n<p>NEC will announce details of a feasibility study on this technology at IEEE Radio Wireless Week 2020 held in San Antonio, Texas, USA, from January 26 to 29. NEC will also exhibit this technology at a MWC Barcelona 2020 in Barcelona, Spain, from February 24 to 27.</p>\r\n\r\n<p>Under NEC’s Mid-term Management Plan 2020, which covers the three-year period to FY2020, NEC is promoting service businesses in new areas that leverage the strengths of its network technologies. Through these developments, NEC will accelerate the provision of \"NEC Smart Connectivity\" (*5) utilizing network flexibly to dynamically link data produced by people and goods across industries, and to create new social value.</p>\r\n', '', ''),
(273, 0, 1, '2020-03-13 13:26:57', 6, 1386, 0, 0, 0, '', '', '', 'testtest', '', '', '', '', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(274, 0, 1, '2020-03-18 13:26:16', 6, 1389, 0, 0, 0, '', '', '', 'Smart Enterprise Communications in times of Corona', '', '', '', '<p>The emergence and dramatic spread of the Corona virus has impacted societies and economies around the globe. Enterprises, production facilities, supply chains, schools, regions and complete countries have gone into lock-down and come to a stand-still. Get togethers – from small meetings and class room gatherings to very large events and exhibitions – have been cancelled. </p>\r\n\r\n<p>More than ever this makes one realize how interconnected and interdependent we have become and how crucial it is for all cogwheels of society and enterprise to keep turning. So what are the lessons learnt and how can organizations harness themselves to address the challenges and overcome the effects of a pandemic virus outbreak or similar impactful events in future?</p>\r\n\r\n<p><strong>Ensuring business continuity proactively</strong><br />\r\nSmart Enterprises ensure business continuity and adopt digital workplace strategies that not only allows them to react appropriately when disaster strikes, but also empowers them with workstyles and business processes that proactively protect from detrimental impact of possible calamities.</p>\r\n\r\n<p>Here are some of the key take aways from recent events and focus areas for organizations – whether private enterprise or public institution – to realize in taking measures in order to be better prepared moving forward. </p>\r\n\r\n<ol>\r\n <li><strong>Exploit the Power of Communications</strong></li>\r\n</ol>\r\n\r\n<p>Communication is instrumental in every aspect of business and society – from addressing business as usual to coping with exceptional events. Whether it is to discuss internally, to inform or instruct communities or individuals, to mobilize groups or to call in expertise, voice, video and messaging are powerful and indispensable tools. State of the art technology enables sophisticated communications that includes all types of media and interaction. Furthermore, increasingly, a company’s coherency and ability to react to market dynamics is determined by the structure, intelligence and reliability of its communications network and its communications processes.</p>\r\n\r\n<ol>\r\n <li value=\"2\"><strong>Making Staff Mobile makes Business Agile</strong></li>\r\n</ol>\r\n\r\n<p>Making staff reachable and therefore omnipresent and ‘always on’, is key for organizations to operate efficiently and effectively, whatever the circumstances. Company-wide solutions include private wireless networks, messaging and alarm notification. These can be linked with specific applications such as workflow management, nurse call systems, fire alarm systems, building management systems.</p>\r\n\r\n<p>A mobile but omnipresent workforce makes businesses more agile and provides faster, better responses to co-workers, suppliers and customers and enables the organization to swiftly respond to business dynamics. Enhanced mobility requires users to have access to sophisticated communications features across desktop phones, mobile devices and soft clients.</p>\r\n\r\n<ol>\r\n <li value=\"3\"><strong>Stimulate Collaborative Communities</strong></li>\r\n</ol>\r\n\r\n<p>A key strategy for many of organizations is to use cloud meetings and team collaboration solutions instead of in-person meetings. Unified Communications & Collaboration with tools such as instant video conferencing, shared workspace, team collaboration, calendar coordination and rich presence, drives productivity across organizations. This reduces latencies and creates informed and connected workplaces. It allows disparate teams to work together in real time and enable individuals to interact efficiently and effectively with co-workers, clients and suppliers.</p>\r\n\r\n<p>All this enable businesses to provide the highest levels of customer service and keep colleagues connected by means of single number reach, remote worker/home office support, web based conferencing and sophisticated team collaboration. With conferencing and file sharing made easy, collaboration becomes the de facto standard for office communications, eliminating the need to travel to meet in person.</p>\r\n\r\n<p>In Education for instance, teachers have accessibility, voice communication and applications that allow full flexibility to engage their students, even if they aren’t on campus. Students can engage via voice and video conferencing, chat, screen sharing, file sharing in a single application.</p>\r\n\r\n<ol>\r\n <li value=\"4\"><strong>Work from home or anywhere else like in the office</strong></li>\r\n</ol>\r\n\r\n<p>Organizations should ensure they are equipped to manage remote workers at scale and that those workers have the ability to join virtual meetings wherever they are located, using the devices and applications they already own. Cloud meetings and team collaboration services allow organizations to abide by homebound safety measures and enable employees to keep working and students to keep learning.</p>\r\n\r\n<p>With mobile phones and desktop home phones fully integrated into a company’s PBX network, communications run as smooth as in the office, with full functionality available such as company directories, presence information and call routing through the company network.</p>\r\n\r\n<ol>\r\n <li value=\"5\"><strong>Transform and enrich the employee experience with a Smart WorkSpace</strong></li>\r\n</ol>\r\n\r\n<p>As the nature of work evolves from static responsibilities to dynamic tasks, adaptive workflows and interactive team collaboration, employees need easy access to robust suites of on-demand, real-time multi-media communications, applications and data.</p>\r\n\r\n<p>A Smart WorkSpace provide employees – wherever they are – with a user-centric, personalized dashboard through which they can access all business applications, data and services, fast and easy. Using the device of their choice, users can securely access their working environment from anywhere, at any time, and enjoy a consistent, highly interactive rich-media experience, which becomes an integrated part of daily life. All this helps to keep employees engaged, enthused and productive. </p>\r\n\r\n<p><strong>6) From Customer Contact to Customer Engagement</strong></p>\r\n\r\n<p>Mass call handling amidst calamities puts extraordinary demands to telephone operators, contact centers and their agents. But also in times when processes are running smoothly, sophisticated call handling is imperative for organizations to drive stronger customer engagement, which in return promotes higher customer lifetime value.</p>\r\n\r\n<p>Smart organization ensure that they bring in the resource with the best skills and knowledge for the query engaged in the interaction. By skills-based routing, IVR and proper queue management callers experience quicker, more efficient service. Calls, emails, web chats, and WhatsApps are routed to the best skilled agent based on the requested service or language of the customer.</p>\r\n\r\n<p>They ensure agents are well informed, providing them with full visibility of the customer’s history and previous interactions, without the need for the customer to repeat providing the same information across the channels. An omni-channel service creates a seamless, personalized experience, both inbound and outbound, so customers can access the information and services they need, using their preferred channels.</p>\r\n\r\n<p>And of course, in times of lock-down, a Contact Center that allows remote agents to work from home as if they were in the office, is extremely valuable and useful.</p>\r\n\r\n<p><strong>7) The show must go on</strong></p>\r\n\r\n<p>Inaccessibility to critical applications can have a wide range of economic, security and legal consequences. This is why an always-on continuously available ecosystem that proactively averts application downtime and data loss is essential.</p>\r\n\r\n<p>Today’s high performance enterprises depend on reliable access to tools, information and people to persistently operate smartly and compete effectively. This requires a robust communications and IT infrastructure capable of providing always-on availability that can also self-heal should potential service disruptions occur.</p>\r\n\r\n<p>The Smart Enterprise needs to build security into all organizational processes. Business and IT management must work together to protect data and applications from hardware, OS and application failures due to malicious and natural disasters. End-to-end disaster recovery and readiness for fast data and application recovery must be a top priority regardless of organization size. Choosing the right disaster recovery strategy is a key investment in the future stability of every organization.</p>\r\n\r\n<p>A distributed and load-balanced services architecture operating across premises and cloud infrastructures, helps optimize and adapt to business needs and maximizes deployment flexibility. Lock-step fault tolerance and geo-redundancy technology protect critical data and ensure business operations.</p>\r\n\r\n<p>8) <strong>Optimize Workflows with Application Networking</strong></p>\r\n\r\n<p>In this age of digital transformation, organizations often struggle with implementing new applications and services, and swiftly integrating them into their existing business processes. The ability to flexibly adapt workflows and quickly and easily integrate new applications into customer facing processes, can be crucial for organizations to cope with the dynamics of events, the market, the environment and society.</p>\r\n\r\n<p>Relatively new on the market is advanced software that interconnects disparate systems to become one’s own centrally managed application network. It seamlessly bridges IT and Communications infrastructures, integrates applications, data, devices and services and enables to dynamically design, manage, integrate and streamline business workflows through drag-and-drop menu’s in a swift and flexible manner.</p>\r\n\r\n<p>9) <strong>Cloud Services </strong></p>\r\n\r\n<p>Organizations move their IT & Communications provisioning to cloud platforms for a number of reasons. These include reduction in risk, reduction in costs, increased revenue through better service delivery and improved customer experience. Cloud-based deployments can adopt new technologies much faster and more easily than their on-premises counterparts.</p>\r\n\r\n<p>Still, while many companies embrace the use of public clouds for less sensitive applications, they prefer private clouds for their vital processing tasks, with allocation of these tasks as well as data storage for each application being controlled by cloud and edge terminals. Hybrid clouds can quickly scale to a company’s needs and services can be paid for as needed. Hybrid clouds can combine the best of two worlds, offering true benefits to smart enterprises aiming to stay ahead in their markets.</p>\r\n\r\n<p>So, while the current Corona outbreak took the world by surprise and has brought anxiety, distress and disruption, it has also brought about heightened awareness regarding our vulnerabilities. The important lessons learnt provide organizations small and large, with new insights in how they can enhance their processes and business models to cope better with similar instances in future. </p>\r\n', '', ''),
(275, 0, 1, '2020-04-16 12:53:26', 6, 1401, 0, 0, 0, '', '', '', 'The New Normal of Telecommuting', '', '', '', '<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">Whether self-quarantined or due to a shelter-in-place or company mandate, many of us within the corporate sector have found ourselves relocated from on-site environments to full-time telecommuting.</p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">While the hope is that this will be short term and the threat of the Coronavirus will subside quickly, our current situation is definitely different from the occasional day or two working from home that some previously enjoyed. Yet with planning, we can make the best of our circumstance and continue to work, collaborate and contribute from this new workplace norm.</p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">NEC is a globally recognized provider of award-winning communications and collaboration solutions and services that enable a remote workforce. We have gathered recommendations for work-from-home best practices from our customers and our own team members with personal experience. We hope that the following will help in adjusting and perhaps even provide a couple of suggestions not previously considered.</p>\r\n\r\n<h2 0px=\"\" border:=\"\" clear:=\"\" color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin:=\"\" outline:=\"\" padding:=\"\" roboto=\"\" vertical-align:=\"\">Choose Your Workspace Wisely</h2>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">If possible, pick a quiet location away from any major home activity where family members tend to gather, ideally with a door to limit noise and lessen distractions and interruptions. Explain or even put up a sign when the door is closed to limit disruptions.</p>\r\n\r\n<h2 0px=\"\" border:=\"\" clear:=\"\" color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin:=\"\" outline:=\"\" padding:=\"\" roboto=\"\" vertical-align:=\"\">Follow A Normal Schedule</h2>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">Before starting to answer email or sitting down at your work area, follow whatever routine you would normally do before leaving for the office – such as shower, dress, have coffee – then sit down and begin your workday.</p>\r\n\r\n<h2 0px=\"\" border:=\"\" clear:=\"\" color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin:=\"\" outline:=\"\" padding:=\"\" roboto=\"\" vertical-align:=\"\">Explain Your Situation</h2>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">This is especially important when younger family members are home or if the kitchen or dining room table is the only feasible workspace so things aren’t moved and equipment isn’t played with.</p>\r\n\r\n<h2 0px=\"\" border:=\"\" clear:=\"\" color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin:=\"\" outline:=\"\" padding:=\"\" roboto=\"\" vertical-align:=\"\">Make Things Pleasurable</h2>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">Even if temporary, make your workspace your own with family photos, flowers and favorite tchotchkes.</p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">You will find them comforting to look at especially when thinking, regrouping or taking a screen break. Consider turning on office-appropriate music. It helps to mask the background “home noise” and lowers your stress level.</p>\r\n\r\n<h2 0px=\"\" border:=\"\" clear:=\"\" color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin:=\"\" outline:=\"\" padding:=\"\" roboto=\"\" vertical-align:=\"\">Don’t Forget Furry Companions</h2>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">Place their bed and toys nearby so they have a place to go instead of being underfoot because they will want to be with you and this will make them more manageable. If you have any concern about potential noise from your pet while on phone calls, mute yourself and unmute when the time comes to speak. For dog owners: if walks are possible, this is something to consider to minimize workday interruptions.</p>\r\n\r\n<h2 0px=\"\" border:=\"\" clear:=\"\" color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin:=\"\" outline:=\"\" padding:=\"\" roboto=\"\" vertical-align:=\"\">Think Ergonomic</h2>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">Not everyone will have easy access to a suitable office chair. So pick the most appropriate one available to ensure all day comfort. Have a quality headset handy for making and being on calls as well as controlling ambient noise and keeping voice quality clear.</p>\r\n\r\n<h2 0px=\"\" border:=\"\" clear:=\"\" color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin:=\"\" outline:=\"\" padding:=\"\" roboto=\"\" vertical-align:=\"\">Share Daily Schedules</h2>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">Be sure to communicate your agenda regularly, including planned meetings, intended breaks and general availability. This will minimize potential interruptions. It will also help younger family members by letting them know and look forward to when they can have your full attention.</p>\r\n\r\n<h2 0px=\"\" border:=\"\" clear:=\"\" color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin:=\"\" outline:=\"\" padding:=\"\" roboto=\"\" vertical-align:=\"\">Stay Organized</h2>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">Try to replicate your office space at home, placing everything frequently needed within easy reach. Jot down key priorities – whiteboarding is great for this – and rollover any unfinished items to the next day to ensure nothing gets missed or overlooked.</p>\r\n\r\n<h2 0px=\"\" border:=\"\" clear:=\"\" color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin:=\"\" outline:=\"\" padding:=\"\" roboto=\"\" vertical-align:=\"\">Take Regular Breaks</h2>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">Eat lunch somewhere other than your work area. During the workday, if you find you are sitting too long at your work area, set a timer as a reminder to get up and move. If there are no constraints to being outdoors, schedule time for a short walk. It will do wonders to reset the day by re-energizing you, and fresh air and sunlight are known to improve immunity.</p>\r\n\r\n<h2 0px=\"\" border:=\"\" clear:=\"\" color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin:=\"\" outline:=\"\" padding:=\"\" roboto=\"\" vertical-align:=\"\">Know Your Technology</h2>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">Take the time to learn the tools available to you, taking tutorials when necessary to get up-to-speed or re-familiarize yourself with functions and capabilities so you are prepared. Take a bit of time to practice using tools with colleagues too.</p>\r\n\r\n<h2 0px=\"\" border:=\"\" clear:=\"\" color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin:=\"\" outline:=\"\" padding:=\"\" roboto=\"\" vertical-align:=\"\">Think When Conferencing</h2>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">A webcam provides a window into your home. Check what is behind you before every call, removing anything deemed too personal or visually distracting. Lessen background noise by putting yourself on mute when not speaking. Also, act as if you are in the office. So no drinking, eating or multitasking. Remember you are totally visible.</p>\r\n\r\n<h2 0px=\"\" border:=\"\" clear:=\"\" color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin:=\"\" outline:=\"\" padding:=\"\" roboto=\"\" vertical-align:=\"\">Don’t Be Tempted</h2>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">Dress for the office – at least from the waist up – so you are always ready for those unexpected and ‘just can’t wait’ conference calls.</p>\r\n\r\n<h2 0px=\"\" border:=\"\" clear:=\"\" color:=\"\" font-size:=\"\" font-weight:=\"\" line-height:=\"\" margin:=\"\" outline:=\"\" padding:=\"\" roboto=\"\" vertical-align:=\"\">And lastly … secure company assets</h2>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">Be sure company equipment and any printed documents remain safe and secured at all times. Your company trusts you to act responsibly. Should an incident occur, follow your organization’s protocol immediately.</p>\r\n\r\n<p color:=\"\" font-size:=\"\" outline:=\"\" padding:=\"\" pt=\"\" vertical-align:=\"\">NEC is committed to the welfare of our customers, our employees and their families and our business partners. If we can assist you in anyway during this unprecedented time or if your organization would like more information on telecommuting solutions or services, let NEC be your resource and <a href=\"https://www.nec-enterprise.com/Contact-us\">contact us</a>.</p>\r\n', '', ''),
(279, 0, 1, '2020-06-02 13:12:44', 6, 1413, 0, 0, 0, '', '', '', 'Lloyd\'s recognizes NEC for 30 Years of Quality Management Excellence', '', '', '', '<p>Quality, reliability, dedication and customer focus pay off. That’s surely the case at NEC.</p>\r\n\r\n<p>Once again, NEC Nederland BV has recently successfully passed a stringent Lloyd\'s ISO9001 audit. Without a single non-conformity ascertained, Lloyd’s was pleased to renew the organization’s ISO 9001 certification.</p>\r\n\r\n<p>Moreover, in celebrating <strong>30 years of Quality Management Excellence</strong>, Lloyds presented NEC with a commemorative plaque – another token of consistent quality operations and progress.</p>\r\n\r\n<p>The audit assessed the compliance of NEC Nederland B.V. against ISO 9001:2015. All aspects of the organization’s operations were involved in the audit - from general management, product management and channel management to marketing, customer operations, technical support and quality assurance.</p>\r\n\r\n<p>During the two day assessment, the Lloyd’s auditors recognized the organization’s ability to meet its objectives and KPI\'s and that all appropriate processes are in place to adhere to the highest quality standards.</p>\r\n\r\n<p>Since its founding in 1899, NEC fosters a Quality Culture and promises its customers to provide world-class products and excellent services. To realize this aspiration, the Company introduced quality control already way back in 1946.</p>\r\n\r\n<p>By doing so, NEC aims to see \"NEC Quality\" become the preferred and trusted choice of partners and customers.</p>\r\n', '', ''),
(280, 0, 1, '2020-06-05 06:43:30', 6, 1414, 0, 0, 0, '', '', '', 'Voice Quality Issues? OVOC and MasterScope are the Cure!', 'by MARINA RISHER', '', '', '<p style=\"box-sizing: border-box; margin: 0px; padding: 0px; color: rgb(24, 24, 24); font-family: Raleway, sans-serif; font-size: 16px;\">When I consult with new customers, I always ask: “Do you have any voice quality issues?” Surprisingly, the answer that I most often hear is “I have no idea.”</p>\r\n\r\n<p style=\"box-sizing: border-box; margin: 20px 0px 0px; padding: 0px; color: rgb(24, 24, 24); font-family: Raleway, sans-serif; font-size: 16px;\">At first, this intrigued me. How could IT managers be totally unaware of whether their enterprise’s network has voice quality issues? Then the fog cleared. In the absence of any complaints from network users, most IT managers simply assume that everything is functioning exactly as it should.</p>\r\n\r\n<p style=\"box-sizing: border-box; margin: 20px 0px 0px; padding: 0px; color: rgb(24, 24, 24); font-family: Raleway, sans-serif; font-size: 16px;\">But that’s not all. If users did happen to complain about voice quality, how can IT managers identify the cause of the issue? And what if users never complain because they assume that voice issues are a given, and that nothing can be done?</p>\r\n\r\n<p style=\"box-sizing: border-box; margin: 20px 0px 0px; padding: 0px; color: rgb(24, 24, 24); font-family: Raleway, sans-serif; font-size: 16px;\">The more I thought about it, the more it struck me that I was encountering severe cases of <a href=\"https://en.wikipedia.org/wiki/Learned_helplessness\" rel=\"noopener\" style=\"box-sizing: border-box; color: rgb(64, 149, 176); transition: all 0.3s ease 0s;\" target=\"_blank\">learned helplessness</a> on an almost daily basis. If nothing can be done to fix the problem, why complain?</p>\r\n\r\n<p style=\"box-sizing: border-box; margin: 20px 0px 0px; padding: 0px; color: rgb(24, 24, 24); font-family: Raleway, sans-serif; font-size: 16px;\">Having identified this loop of faulty thinking, I thought to myself, how can we at AudioCodes best remedy the situation? Well, the solution is here.</p>\r\n\r\n<p style=\"box-sizing: border-box; margin: 20px 0px 0px; padding: 0px; color: rgb(24, 24, 24); font-family: Raleway, sans-serif; font-size: 16px;\">As a response to this endemic problem, we’ve designed and built the <a href=\"https://www.audiocodes.com/solutions-products/products/management-products-solutions/one-voice-operations-center\" rel=\"noopener\" style=\"box-sizing: border-box; color: rgb(64, 149, 176); transition: all 0.3s ease 0s;\" target=\"_blank\">One Voice Operations Center (OVOC)</a> network management application, to identify and remedy voice quality issues.</p>\r\n\r\n<p style=\"box-sizing: border-box; margin: 20px 0px 0px; padding: 0px; color: rgb(24, 24, 24); font-family: Raleway, sans-serif; font-size: 16px;\">OVOC combines management of voice network devices and quality of experience monitoring into a single, intuitive web-based application. It enables administrators to adopt a holistic approach to network lifecycle management by simplifying everyday tasks and assisting in troubleshooting all the way from detection to correction.</p>\r\n\r\n<p style=\"box-sizing: border-box; margin: 20px 0px 0px; padding: 0px; color: rgb(24, 24, 24); font-family: Raleway, sans-serif; font-size: 16px;\">And we’ve gone even further.</p>\r\n\r\n<p style=\"box-sizing: border-box; margin: 20px 0px 0px; padding: 0px; color: rgb(24, 24, 24); font-family: Raleway, sans-serif; font-size: 16px;\">AudioCodes recently partnered with NEC to provide a multi-layer voice, data monitoring, and analytics solution.</p>\r\n\r\n<p style=\"box-sizing: border-box; margin: 20px 0px 0px; padding: 0px; color: rgb(24, 24, 24); font-family: Raleway, sans-serif; font-size: 16px;\"><a href=\"https://www.audiocodes.com/solutions-products/products/management-products-solutions/ovoc-masterscope-voice-quality-data-layer-monitoring\" rel=\"noopener\" style=\"box-sizing: border-box; color: rgb(64, 149, 176); transition: all 0.3s ease 0s;\" target=\"_blank\">This collaboration adds NEC’s MasterScope to OVOC</a>, making it possible to:<br style=\"box-sizing: border-box;\" />\r\n </p>\r\n\r\n<ul style=\"box-sizing: border-box; margin: 0px; color: rgb(24, 24, 24); font-family: Raleway, sans-serif; font-size: 16px;\">\r\n <li style=\"box-sizing: border-box;\">Simplify voice network operations, improve user experience, and reduce downtime.</li>\r\n <li style=\"box-sizing: border-box;\">Monitor, analyze, and troubleshoot voice and data layers from a single pane of glass.</li>\r\n <li style=\"box-sizing: border-box;\">Access all current and historical call data and underlying data layer information with just a few clicks,</li>\r\n <li style=\"box-sizing: border-box;\">Get intelligent insights into network trends and performance to assist in planning and design.</li>\r\n</ul>\r\n\r\n<p style=\"box-sizing: border-box; margin: 20px 0px 0px; padding: 0px; color: rgb(24, 24, 24); font-family: Raleway, sans-serif; font-size: 16px;\">When performing root cause analysis, OVOC displays all related call information, signaling, and media. It presents a schematic view of all device legs, including direction and quality issues, and also shows the call quality trend and the SIP ladder. All that busy IT managers need to do is click on the problematic leg, and OVOC will call up the MasterScope application for data layer monitoring and analysis.</p>\r\n\r\n<p style=\"box-sizing: border-box; margin: 20px 0px 0px; padding: 0px; color: rgb(24, 24, 24); font-family: Raleway, sans-serif; font-size: 16px;\">MasterScope really gets down to business by showing a data layer topology map which includes all elements, such as routers and switches. By analyzing SNMP alarms, metrics, and flow data, MasterScope identifies the data element that is likely responsible for the quality issues. It initiates a comprehensive data analysis on the suspected problematic element and presents all of the interface’s traffic and applications activity. MasterScope then recommends the required data network configuration changes to eliminate voice quality issues and prevent them recurring.</p>\r\n\r\n<p style=\"box-sizing: border-box; margin: 20px 0px 0px; padding: 0px; color: rgb(24, 24, 24); font-family: Raleway, sans-serif; font-size: 16px;\">We always knew that OVOC was a winner, but partnering with MasterScope provides even more of an edge in today’s competitive market. If your network is showing symptoms of poor voice quality, we have the cure.</p>\r\n', '', ''),
(276, 0, 1, '2020-04-21 07:15:49', 6, 1402, 0, 0, 0, '', '', '', 'NEC and Intermedia Announce Strategic Global Partnership to Deliver Cloud Communications, Collaboration, and Contact Center Solutions', 'Agreement Sets a Fast Track for the Global Rollout of NEC UNIVERGE BLUE® CONNECT and NEC UNIVERGE BLUE® ENGAGE', '', '', '<p><strong>Tokyo, Japan and Sunnyvale, CA – April 21, 2020 – </strong>NEC Corporation (NEC; TSE: 6701), a leading provider and integrator of advanced IT, communications, and networking solutions, today announced a global strategic partnership with <a href=\"https://www.intermedia.net/\">Intermedia</a>, a leading provider of cloud-based Unified Communications as a Service (UCaaS) and Contact Center as a Service (CCaaS) solutions. Together, NEC and Intermedia are launching NEC UNIVERGE BLUE® CONNECT, a fully integrated and born-in-the-cloud UCaaS solution, and NEC UNIVERGE BLUE® ENGAGE, a CCaaS solution for businesses of all sizes.</p>\r\n\r\n<p>For 120 years, NEC has transformed communications and IT for business. With over 80 million business users worldwide, NEC is in the top three globally for installed unified communications seats, and ranks No. 1 for global line shipments over the past 3 quarters.<strong><sup><a href=\"#Footnote\">1</a></sup></strong></p>\r\n\r\n<p>This partnership agreement with Intermedia represents NEC’s rapid global expansion into cloud-based communications and collaboration services.</p>\r\n\r\n<p>With over 1,000 employees, 125,000 business customers, and 6,600 active channel partners, Intermedia develops and delivers tightly integrated, extremely reliable, highly secure, award-winning cloud communications software. Sold primarily under private label through a large network of reseller partners and major IT distributors, Intermedia’s solutions drive the communications for businesses of all sizes – from SMB to mid-market to Fortune 1000.</p>\r\n\r\n<p>NEC UNIVERGE BLUE CONNECT and ENGAGE are built on Intermedia’s innovative, proprietary technology and world-class support and will be brought to market through NEC’s robust partner ecosystem. With NEC UNIVERGE BLUE CONNECT and ENGAGE, NEC is bolstering its global cloud communications offerings to fully support customer organizations in their migration to the cloud.</p>\r\n\r\n<p>“The global NEC Group continues to be committed to helping customers solve a wide array of both business and societal issues and challenges, not the least of which is building a sustainable and more efficient society through the digital transformation of business infrastructure. This partnership for the delivery of cloud-based communications, collaboration, and contact center solutions with Intermedia allows NEC and its global network of partners to build toward a brighter future with the utmost care for quality, cost, and customer service,” said Kimihiko Fukuda, Senior Vice President, NEC Corporation and President, NEC Platforms, Ltd.</p>\r\n\r\n<p>“NEC is committed to helping businesses meet the demands of today’s digital workforce through our Smart Enterprise portfolio, and we recognize that enabling customer migration to the cloud is a key component,” said Paul Kievit, President and Head of NEC Enterprise Solutions EMEA and Americas. “To support this rapid migration on a global scale, NEC aimed to team up with a born-in-the-cloud partner that could provide a best-in-class, fully-integrated suite of UCaaS and CCaaS solutions.”</p>\r\n\r\n<p>Ram Menghani, SVP of Product Development for NEC Enterprise Communications Technologies, further stated, “After a comprehensive review of the market, Intermedia was the clear winner. Intermedia’s UCaaS and CCaaS solutions are elegant, intuitive, and deliver a seamless experience that allow for highly reliable and secure anytime, anywhere communications. Combining this with its unique, partner-first philosophy and impeccable support and reliability – including its 99.999% guaranteed uptime service level agreements and being the only business cloud application provider to have been certified by J.D. Power for its superior 24/7 technical support now four years in a row – made Intermedia the perfect fit for NEC.”</p>\r\n\r\n<p>“It’s an incredible honor to enter into this relationship with NEC – not only because they are such a trusted leader and well-respected brand in the global unified communications space, but, like Intermedia, they also put partners first,” said Michael Gold, CEO, Intermedia. “Partners serve as the trusted IT advisors to the business community, and I’m proud that we’ve built Intermedia into the leading, partner-first cloud communications software company that it is today. Our formula has been pretty simple – first, deliver highly reliable and secure, easy-to-use and manage, feature-rich cloud applications that allow users to communicate how they want, where they want, and when they want. And then, back those products with the sales, marketing, onboarding, billing, and technical support partners need so they can focus on winning more business and earning greater top-line revenue. With this focus, Intermedia has built an active partner community that is 6,600 strong and growing. By teaming with NEC, we look forward to working together to provide our UCaaS and CCaaS solutions to help drive better communications for a broader global audience.”</p>\r\n\r\n<p> <strong>Introducing NEC UNIVERGE BLUE</strong>®<strong> CONNECT and NEC UNIVERGE BLUE</strong>®<strong> ENGAGE</strong><br />\r\nToday, more than ever, businesses need the ability to communicate and collaborate from anywhere at any time, both internally and externally. Businesses need tools that are easy to deploy, use, and provide users with an integrated experience. NEC UNIVERGE BLUE CONNECT and ENGAGE are born in the cloud and designed specifically for business of all sizes and the channel partners that serve them.</p>\r\n\r\n<p>NEC UNIVERGE BLUE CONNECT is a cloud-based business communications platform that combines a full-featured cloud-based phone system, chat, video conferencing, and file sync and share, all available to users through desktop, web, and mobile applications. Built on Intermedia’s born-in-the-cloud UCaaS environment, NEC UNIVERGE BLUE CONNECT is intuitive, reliable, and easy to deploy, while remaining highly scalable and extremely cost-effective. NEC UNIVERGE BLUE CONNECT helps improve the communications and collaboration of businesses, while being easy for partners to sell, install, and support.</p>\r\n\r\n<p>NEC UNIVERGE BLUE ENGAGE is a cloud-based contact center designed to fit business needs from the small, single channel to the large and sophisticated omni-channel environment. A dynamic CCaaS solution, it combines robust functionality with carrier-grade reliability and world-class deployment and support services. NEC UNIVERGE BLUE ENGAGE helps businesses differentiate from the competition where it matters most – the customer experience.</p>\r\n\r\n<p>“This is a big move for both NEC and Intermedia. When you combine NEC’sreach and relationship with their channel and Intermedia’s world-class UCaaS and CCaaS offerings, you have to take notice,” said Elka Popova, Vice President, Information and Communications Technologies, Frost & Sullivan. “Now, more than ever, this gives NEC a clear path to help their customers with their cloud migration to enable much of what’s needed in today’s business environment, specifically remote work and meetings.”</p>\r\n\r\n<p><strong>Availability</strong><br />\r\nIntermedia is NEC’s exclusive UCaaS and CCaaS provider world-wide, with rollout commencing in the United States within Q2 2020.</p>\r\n\r\n<p>NEC UNIVERGE BLUE CONNECT and ENGAGE will be brought to market exclusively through NEC’s Business Partner community, complementing their existing offerings and creating opportunities for partners to earn increased revenue through new programs designed to facilitate deeper customer relationships.</p>\r\n\r\n<p>Customers will have access to a new set of cloud-based solutions for unified communications and contact center under the NEC UNIVERGE CONNECT and ENGAGE brand name. The follow-on expanded offering will integrate with NEC premise-based systems, enabling NEC customers to leverage their existing on-premise telephony investments while additionally providing the option of expanding to new locations with cloud-based video and collaboration services.</p>\r\n\r\n<p align=\"center\">###</p>\r\n\r\n<p><strong>About NEC Corporation</strong><br />\r\nNEC Corporation is a leader in the integration of IT and network technologies that benefit businesses and people around the world. The NEC Group globally provides \"Solutions for Society\" that promote the safety, security, efficiency and equality of society. Under the company\'s corporate message of \"Orchestrating a brighter world,\" NEC aims to help solve a wide range of challenging issues and to create new social value for the changing world of tomorrow. For more information, visit NEC at <a href=\"https://www.nec.com/\">https://www.nec.com</a>. </p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>NEC Corporation of America on the Web</strong></p>\r\n\r\n<p>NEC information: <u><a href=\"http://www.necam.com/\">www.necam.com</a></u></p>\r\n\r\n<p>Blog: <u><a href=\"http://www.nectoday.com/\">www.NECToday.com</a></u></p>\r\n\r\n<p>LinkedIn: <u><a href=\"http://www.linkedin.com/company/nec-corporation-of-america\">http://www.linkedin.com/company/nec-corporation-of-america</a></u></p>\r\n\r\n<p>YouTube: <u><a href=\"http://www.youtube.com/interactiveNEC\">www.youtube.com/interactiveNEC</a></u></p>\r\n\r\n<p>Facebook fan page: <u><a href=\"http://www.necam.com/facebook\">www.necam.com/facebook</a></u></p>\r\n\r\n<p>Twitter: @NEC</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>NEC Enterprise Solutions in Europe on the Web</strong></p>\r\n\r\n<p>NEC information: <a href=\"http://www.nec-enterprise.com/\">www.nec-enterprise.com</a></p>\r\n\r\n<p>LinkedIN: <a href=\"https://www.linkedin.com/company/nec-enterprise-solutions/\">https://www.linkedin.com/company/nec-enterprise-solutions/</a></p>\r\n\r\n<p>YouTube: <a href=\"https://www.youtube.com/channel/UC7kKSKc_zjwjUAVHLh87kIg\">https://www.youtube.com/channel/UC7kKSKc_zjwjUAVHLh87kIg</a></p>\r\n\r\n<p>Twitter @NECEnterprise</p>\r\n\r\n<p> </p>\r\n\r\n<p>NEC Corporation (HQ in Tokyo) on the Web</p>\r\n\r\n<p>NEC information: <a href=\"http://www.nec.com/\">www.nec.com</a></p>\r\n\r\n<p>LinkedIN: <a href=\"https://www.linkedin.com/company/nec/\">https://www.linkedin.com/company/nec/</a></p>\r\n\r\n<p>YouTube: <a href=\"https://www.youtube.com/user/NECglobalOfficial\">https://www.youtube.com/user/NECglobalOfficial</a></p>\r\n\r\n<p>Twitter: @NEC_corp</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong><u>NEC Media Contacts</u></strong></p>\r\n\r\n<p><strong>US </strong>– NEC Corporation of America, <a href=\"mailto:media@necam.com\">media@necam.com</a></p>\r\n\r\n<p><strong>EMEA </strong>– Robert Van Amerongen, NEC Enterprise Solutions, <a href=\"mailto:Robert.van.Amerongen@EMEA.NEC.COM\">Robert.van.Amerongen@EMEA.NEC.COM</a></p>\r\n\r\n<p><strong>Japan and Rest of World </strong>– Joseph Jasper, NEC Corporation, <a href=\"mailto:j-jasper@nec.com\">j-jasper@nec.com</a></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About Intermedia</strong><br />\r\nIntermedia is a leading Unified Communications as a Service (UCaaS), Contact Center as a Service (CCaaS), business cloud email and productivity applications provider hyper-focused on delivering easy-to-use and secure communication and collaboration solutions to businesses and the partners that serve them. More than 125,000 business customers and 6,600 active partners rely on Intermedia’s tightly integrated suite of cloud applications that are managed through one intuitive point of control and are backed by 99.999% uptime SLAs and J.D. Power-certified 24/7 technical support. Solutions include the all-in-one cloud communications and collaboration platform Intermedia Unite®, Intermedia Contact Center, AnyMeeting® web and video conferencing, file sharing and backup, business email, security, archiving, and more.</p>\r\n\r\n<p>Intermedia’s 360° approach to partner success makes it easy for channel partners to sell, set up, manage, and support the cloud while achieving strong margins and creating attractive new revenue streams through both branded, co-branded, and private label programs.</p>\r\n\r\n<p>Intermedia is the only business cloud application provider to have been certified by J.D. Power for its superior 24/7 technical support four years in a row – 2016, 2017, 2018, and 2019. For more information, visit our website, or connect with us on LinkedIn, Twitter, or Facebook.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Intermedia - Contacts</strong></p>\r\n\r\n<p>Darcy Mekis<br />\r\nIntermedia<br />\r\n650.946.1998<br />\r\n<a href=\"mailto:dmekis@intermedia.net\" target=\"_blank\">dmekis@intermedia.net</a></p>\r\n\r\n<p>Tammy Olson<br />\r\nHotwire for Intermedia<br />\r\n619.308.5222<br />\r\n<a href=\"mailto:IntermediaUS@hotwireglobal.com\" target=\"_blank\">IntermediaUS@hotwireglobal.com</a></p>\r\n\r\n<p> </p>\r\n\r\n<ol>\r\n <li><a name=\"Footnote\"></a>NEC Press Release: <a href=\"https://www.necam.com/newsroom/pressannouncements/2020announcements/GlobalCallControlMarket/\">NEC Holds No. 1 Position as Worldwide Market Leader in the Global Call Control Market</a>; and T3i Group, “Global InfoTrack for Enterprise Communications, Third Quarter 2019 Summary Results”</li>\r\n</ol>\r\n\r\n<p style=\"margin-left:18.0pt;\"> </p>\r\n\r\n<p><em>© 2020 NEC Corporation. NEC and UNIVERGE BLUE are registered trademarks of NEC Corporation. All Rights Reserved. Other product or service marks mentioned are the trademarks of their respective owners.</em></p>\r\n\r\n<p><em>J.D. Power 2019 Certified Assisted Technical Support Program, developed in conjunction with TSIA. Based on successful completion of an audit and exceeding a customer satisfaction benchmark for assisted support operations. For more information, visit www.jdpower.com or <a href=\"http://www.tsia.com/\" target=\"_blank\">www.tsia.com</a>.</em></p>\r\n\r\n<p><em>AnyMeeting and Intermedia Unite are either registered trademarks or trademarks of Intermedia.net, Inc. in the United States and/or other countries. </em></p>\r\n', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(277, 0, 1, '2020-05-04 11:28:45', 6, 1403, 0, 0, 0, '', '', '', 'CRN Awards NEC With A 5-Star Rating In The 2020 CRN® Partner Program Guide', 'NEC’s Smart Partner Program recognized for its world class, end-to-end support for solution providers', '', '', '<p style=\"margin: 0px 0px 1.25rem; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: "open sans", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 700; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">Irving, Texas – April 28, 2020 </span>– NEC Corporation of America (NEC), a leading provider and integrator of advanced IT, communications, has received a 5-Star rating from CRN®, a brand of The Channel Company, in its 2020 Partner Program Guide for its Smart Partner channel program.</p>\r\n\r\n<p style=\"margin: 0px 0px 1.25rem; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: "open sans", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\">The CRN 2020 Partner Program Guide is the definitive listing of the most rewarding partner programs from technology companies that provide products and services through the IT channel. The 5-Star rating is awarded to an elite group of companies, like NEC, that offer solution providers the best of the best in their partner programs.</p>\r\n\r\n<p style=\"margin: 0px 0px 1.25rem; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: "open sans", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\">“We’re honored to receive this industry distinction in recognition of our commitment to our valued channel partners,” said Marc Hebner, Vice President, Channel, NEC Corporation of America. “NEC prides itself on building strong relationships with our channel partner community and is committed to delivering true innovation. We are extremely proud to deliver the most diverse portfolio in the industry, with strong margins to be made and a channel program paying top incentives for performance.”</p>\r\n\r\n<p style=\"margin: 0px 0px 1.25rem; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: "open sans", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\">The Channel Company’s research team analyzed each vendor’s partner program to determine the 2020 5-Star ratings. Each was scored based on several factors, including investments in program offerings, partner profitability, partner training, education and support, marketing programs and resources, sales support, and communication. Based on that assessment, NEC’s Smart Partner channel program stands among the elite technology suppliers in the IT channel, providing maximum value and support for solution providers.</p>\r\n\r\n<p style=\"margin: 0px 0px 1.25rem; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: "open sans", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\">NEC empowers organizations of all sizes and across all industries to meet their business goals by providing innovation and insights that drive business success. Its innovative unified communications and collaboration (UC&C) and IT solutions are designed for open connectivity, high availability, flexible growth and dynamic delivery, with options for on-premise, full or hybrid cloud-based communications. This flexibility gives NEC’s business partners an ideal platform to create new, profitable opportunities, and to support and grow their loyal customer base.</p>\r\n\r\n<p style=\"margin: 0px 0px 1.25rem; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: "open sans", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\">NEC continues to create opportunities for partners to earn increased revenue through new programs designed to facilitate deeper customer relationships. Last week, NEC launched <a href=\"https://www.univergeblue.com/cloud-services/connect\" rel=\"noopener noreferrer\" style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 600; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(230, 73, 70); text-decoration-line: none;\" target=\"_blank\">NEC UNIVERGE BLUE® CONNECT</a>, a fully integrated and born-in-the-cloud UCaaS solution, and <a href=\"https://www.univergeblue.com/cloud-services/engage\" rel=\"noopener noreferrer\" style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 600; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(230, 73, 70); text-decoration-line: none;\" target=\"_blank\">NEC UNIVERGE BLUE® ENGAGE</a>, a CCaaS solution for businesses of all sizes. The new cloud services will be brought to brought to market exclusively through NEC’s Business Partner community.</p>\r\n\r\n<p style=\"margin: 0px 0px 1.25rem; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: "open sans", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\">“With the speed and complexity of technology today, solution providers need partners that can keep pace and support their growing business,” said Bob Skelley, CEO of The Channel Company. “CRN’s Partner Program Guide features insight into the strengths and benefits of each company’s program to identify those that truly support and drive positive change within the IT channel.”</p>\r\n\r\n<p style=\"margin: 0px 0px 1.25rem; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: "open sans", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);\">The 2020 Partner Program Guide is featured in the April issue of CRN and online at <a href=\"http://www.crn.com/ppg\" rel=\"noopener noreferrer\" style=\"margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 600; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(230, 73, 70); text-decoration-line: none;\" target=\"_blank\">www.CRN.com/ppg.</a></p>\r\n', '', ''),
(278, 0, 1, '2020-05-20 12:35:12', 6, 1411, 0, 0, 0, '', '', '', 'Being Prepared', 'Learning from Today Being Ready for Tomorrow', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/being-prepared-moving-forward.jpg', '2020-05-20', '<h4>Moving Forward in a COVID-19 World</h4>\r\n\r\n<p><strong>As we consider how best to reopen the economy country by country, organizations need to assess what their new reality will look like too.</strong></p>\r\n\r\n<p>Some business practices that proved so effective during the COVID-19 pandemic will continue even after employees return to the office. Other routines will transform to effectively tackle lingering effects from the Coronavirus.</p>\r\n\r\n<h4>Accessibility Will Remain a Priority</h4>\r\n\r\n<p>Business continuity will perform depending on employee responsiveness. Intelligent call management handled through fixed mobile convergence can make all the difference. This is probably best demonstrated with NEC\'s <a href=\"https://www.nec-enterprise.com/products/Smartphone-Applications\">UNIVERGE ST500 Smartphone Client </a>solution.</p>\r\n\r\n<p>Whether it is a single number reach, smartphone call management and device-based video conferencing, establishing and maintaining a mobile point of contact keeps employees easily reachable and productive regardless of their location.</p>\r\n\r\n<h4>Flexibility Matters Even More</h4>\r\n\r\n<p>The Coronavirus demonstrated the importance of being operationally nimble. Simply put, with the potential to right size, upgrade and migrate rapidly, cloud computing with its ample delivery services can be a compelling alternative to traditional self-managed infrastructure.</p>\r\n\r\n<p>Agility proved important early in the pandemic for those organizations facing stay-at-home orders that found themselves having to quickly transition employees to telecommuting workers.</p>\r\n\r\n<p>NEC\'s <strong>soon to be released UNIVERGE BLUE</strong> cloud services exemplifies such flexibility with its communications, collaboration and data management solutions. By offering scalable performance and functionality based on demand, cloud makes adapting quickly when absolutely necessary simpler.</p>\r\n\r\n<h4>Connecting on a Personal Level</h4>\r\n\r\n<p>Video conferencing - whether the SV9100’s built-in <strong>WebRTC</strong> collaboration including screen-share or the more<a href=\"https://www.nec-enterprise.com/products/InUC-1316\"> feature-rich InUC</a> with IM and presence - proved essential throughout COVID-19 by allowing employees, customers and business partners to feel engaged and supported during the uncertainty of the pandemic.</p>\r\n\r\n<p>NEC users can also look forward to the upcoming cloud-based <strong>UNIVERGE BLUE MEET</strong> with a host of advanced features such as Virtual Assistant. Using artificial intelligence and speech recognition, this helps to capture your meeting audio and transcribe it for you with task summaries in case you forgot to take notes.</p>\r\n\r\n<p>Even as employees return on-site, the convenience and ease in sharing and chatting will continue to make video conferencing a prudent investment. In office settings, such connectivity can even be supported with a simple desktop update like NEC\'s <a href=\"https://www.nec-enterprise.com/products/GT890-IP-Videophone-1349\">GT890 video telephone</a>.</p>\r\n\r\n<h4>A New Standard in Customer Service</h4>\r\n\r\n<p>While the hope is for things to return to normal quickly, certain functions won\'t immediately be the same way as before. Instead new ways of doing business will emerge, like replacing physical interactions with contactless ones.</p>\r\n\r\n<p>At NEC, we are committed to promoting positive change on a social, enterprise, government and personal level. As we all adjust to our new reality, we will continue to innovate to help solve some of our most pressing of challenges through our advanced solutions and services.</p>\r\n', '', ''),
(281, 0, 1, '2020-06-19 06:37:36', 6, 1418, 0, 0, 0, '', '', '', 'NEC and Tiger TMS re-strengthen partnership', 'Leading Global Communication Solution Provider and Award-Winning Application Developer join forces to support the Travel, Hospitality and Leisure Industry', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/press/nec-tigertms-restrengthen-partnership.jpg', '', '<p><strong>Hilversum, Ringwood, 19 June 2020 – </strong>NEC Enterprise Solutions, global leader in Communications & IT solutions, announced today that it has signed a partnership agreement with TigerTMS, with the objective to provide customers, via NEC’s powerful Smart Hospitality Business Partner community, the specific TigerTMS Hospitality focused applications, across the entire EMEA Region.</p>\r\n\r\n<p>Both NEC and TigerTMS have decided to pursue this partnership, following TigerTMS’s Management Buy Out from its previous parent company.</p>\r\n\r\n<p>As a result, the certified NEC Hospitality Partners in EMEA now have the opportunity to enrich the strong NEC IP-PBX platforms with additional solutions to:</p>\r\n\r\n<p>- Increase the productivity of the staff</p>\r\n\r\n<p>- Enrich the guest-experience</p>\r\n\r\n<p>- Assure a healthier, safer and more secure environment.</p>\r\n\r\n<p>Especially the latter – particularly in present day’s new normal / Covid 19 environment – is crucial for any hotel-operation, in these challenging times.</p>\r\n\r\n<p>As John Owen, Managing Director and major shareholder of TigerTMS confirms: “The moment we regained our independence, we needed to look out for strong, international and focused partners. With NEC we indeed have found such a partner. Their wide array of voice-platforms, their strong partner-base and especially their focus on the wider Hospitality and Leisure Industry, made the decision to go with NEC a relatively easy one”.</p>\r\n\r\n<p>Kees van Donk, Sr Director Travel, Hospitality & Leisure at NEC Enterprise Solutions, acknowledges: “Now that the ‘Big Cat is Back’, we are looking forward to successfully grow the business together. Not only based on the powerful middleware and voice-mail products of TigerTMS, but also on their value add applications, such as iConnect – THE leading BYOD solution for Hospitality”.</p>\r\n\r\n<p>“Important to add”, Kees van Donk continues, “is that thanks to our extended and strong focus on all the aspects of Travel, Hospitality and Leisure, we now can jointly cater for the needs of the Cruise and / or Event Industry as well”.</p>\r\n\r\n<p>Both organizations are looking forward to a successful and prosperous partnership.</p>\r\n\r\n<p> * * * </p>\r\n\r\n<p><strong>About Tiger TMS</strong><strong> </strong><br />\r\nTigerTMS is an independent company with its mission being to satisfy the demands of the Hospitality market with market-leading applications and middleware that drive guest satisfaction and loyalty. TigerTMS is headquartered in the United Kingdom, with regional satellite offices in North, Central and South America, Europe, Africa, the Middle East and Asia Pacific. Sales and around the clock technical support centers are located in each office providing local presence to our valued clients. TigerTMS’ success is reflected in the long-term relationship established and nurtured with hotel groups, independent hotel operators, telecommunications manufacturers, systems integrator and property management system vendors. For more information, please visit: <a href=\"https://www.tigertms.com/\">https://www.tigertms.com/</a></p>\r\n\r\n<p> </p>\r\n', '', ''),
(282, 0, 1, '2020-07-21 05:20:01', 6, 1420, 0, 0, 0, '', '', '', 'NEC and IT Hospitality form Strategic Partnership for the Middle-East and Africa Theatre', 'Leading Global Communication Solution Provider and largest focused Hospitality System Integrator for the MEA region, join forces to drive Digital Transformation in the fastest growing Hotel market for the coming years ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/press/nec-it-hospitality-partnership.png', '', '<p><strong>Hilversum, Casablanca, 21<sup>st</sup> July 2020 – </strong>NEC Enterprise Solutions, global leader in Communications & IT solutions, announced today that it has signed a partnership agreement with IT Hospitality, with the objective to provide new build and existing hotels in the Middle East and the African continent, with the leading NEC IT and Communication Solutions.</p>\r\n\r\n<p>At the eve of the Virtual Africa Tomorrow Hospitality Conference, <a href=\"https://www.africa-tomorrow.com/\">https://www.africa-tomorrow.com/</a>, where IT Hospitality will participate as main sponsor and NEC as panel-speaker, both parties are excited about this partnership.</p>\r\n\r\n<p>With the Middle East, and in particular Saudi Arabia, being the current ‘hot-spot’ of major Tourism investments and Africa ‘the last frontier’ for many International Operators, both NEC and IT Hospitality are looking forward to a bright future.</p>\r\n\r\n<p>As Olivier Hennion, Managing Director of IT Hospitality, confirms: “As we grew our business by focusing on 3 elements - Hospitality, System Integration and Geographical strength in Middle East & Africa - we realized we lacked an important element in our solutions portfolio, being UC & Communications. With NEC we not only have found a strong partner with the right portfolio, but more importantly, with superior knowledge of the International Hospitality Industry and technical approvals from all the Hotel Brands “.</p>\r\n\r\n<p>Kees van Donk, Senior Director Travel, Hospitality & Leisure at NEC Enterprise Solutions, acknowledges: “Based on the massive growth of the international brands in both the Middle East and Africa region – one could say that we are being pulled into the African continent -, we are in need of the right partner to grow the business with us.</p>\r\n\r\n<p>As IT Hospitality has offices across the region (Casablanca, Cairo and Abidjan), understanding of the entire tech-stack of a hotel and a 24/7 support center covering the entire region, they are the optimal partner for NEC!”</p>\r\n\r\n<p>Both organizations are looking forward to a successful and prosperous partnership.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>About IT HOSPITALITY</strong><br />\r\nIT Hospitality is one of the largest IT solutions integrators for Hotel Groups in its region for more than 10 years. Its mission and vocation is to expertly design, integrate, bundle and support wired and wireless infrastructure service to Hotel Groups across the Middle East and Africa. By supplying bigger and better infrastructures our customers can offer the Hotel Guests the full power of the newest technologies and support an ever-increasing number of devices and bandwidth usage. For more information please contact IT Hospitality<br />\r\n<a href=\"mailto:info@it-hospitality.com\">info@it-hospitality.com</a><br />\r\n<a href=\"http://it-hospitality.com/\">http://it-hospitality.com</a></p>\r\n\r\n<p> </p>\r\n', '', ''),
(283, 0, 1, '2020-07-23 07:28:11', 6, 1421, 0, 0, 0, '', '', '', 'Superba TLC and NEC Enterprise Solutions strengthen partnership in Global Marine industry', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/press/nec-superba-tlc-global-marine.png', '', '<p><strong>Genoa, Hilversum, 23 July 2020 – </strong>NEC Enterprise Solutions, global leader in Communications & IT solutions, today announced that it has signed a Business Partner Agreement with Superba TLC to join forces in the Global Marine Industry.</p>\r\n\r\n<p>The excellent relationship between the two organizations and the in-depth experience and expertise of the Superba TLC team with NEC’s rich portfolio of solutions has led to further strengthening the partnership that perpetuates and expands the offering of new solutions towards Global Marine customers. New and existing Cruise Line customers can rely on high-quality and future-proof support for their IT and Communication solutions.</p>\r\n\r\n<p><strong>Global Marine </strong><br />\r\nBoth Superba TLC and NEC can be proud of an impressive customer list within the Global Marine Industry.<br />\r\nNEC has over the years developed a portfolio especially suited for the Cruise Line industry that includes a world-renowned professional IP-DECT wireless solution, uniquely geared for ocean going vessels (changing regulatory required frequency automatically and including non-reflective features, also useful for local vessels). On top of this, health and safety alarm messaging applications and location services help to keep the crew and passengers safe, healthy and secure. Of the global Top 6 Cruise Line Companies, close to 30% of all vessels are equipped with NEC solutions and NEC is actively engaging with their head-offices worldwide to help their crew and customers to safely return to sailing again.</p>\r\n\r\n<p align=\"left\"><strong>Proud to join the Global No.</strong><br />\r\n\"Formalizing our existing relationship with NEC is an extremely positive step forward for us, as it enables the group to explore and capitalise on new opportunities in the Global Marine business. NEC is a global leader in many facets of technology and we are confident their solutions will enable all our customers to enjoy many business benefits” says Stefano Giuffredi, Chairman of Superba TLC.</p>\r\n\r\n<p align=\"left\">For Superba TLC, as one of the leading Global System Integrators in the field of Telecommunications, particularly for the Global Marine Industry, NEC is a natural fit. The broad and powerful portfolio of this world leader enables Superba TLC to further expand its offering in the Global Marine market space towards cruise ships, river ships, ferries and related customers. We very much look forward to working with NEC to grow our solutions and services business and believe this alignment will support us in meeting the increasing demand and fulfil our growth ambitions\".</p>\r\n\r\n<p align=\"left\">\"The knowledge and experience of Superba TLC with regard to the NEC VoIP platforms, UC&C applications, Contact Centers and Mobility solutions are invaluable, as well as their insights, customer focus and market position in the Global Marine Industry. Expertise, drive and reliability are common core values of our organizations and that is reflected in our partnership\", says Karien Ciggaar, Sales Director Global Marine at NEC Enterprise Solutions EMEA.</p>\r\n\r\n<p align=\"left\">NEC offers a broad range of enterprise communications solutions - ranging from small to very large systems that effectively support Enterprise and SMB customers whose requirements span from traditional TDM to full (S)IP and 100% software-based deployments.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>About Superba TLC</strong><br />\r\nSuperba TLC provides cutting-edge solutions in all that is Telecommunication and Technology inherent in it today: from Voice to Data Transmission; from Information Technology to Video Surveillance and Access Control; from audio/video to Electrical Systems. With six areas of activity and an infinite number of complex problems to be solved, Superba TLC stands as a single point of reference.</p>\r\n\r\n<p>The main virtue of Superba TLC is the deeply industry knowledge: in other words, the ability to act on a broad scope with in-depth specific skills. The merit of a corporate philosophy based on the utmost attention to technological evolution, the choice of partners of absolute value, and customer care that is not limited to solving problems, but includes guidance and assistance at every stage of the work. For the customer, this results in costs effectiveness, performance, and fairness of the investment made with the results achieved.</p>\r\n', '', ''),
(285, 0, 1, '2020-09-17 06:09:14', 6, 1425, 0, 0, 0, '', '', '', 'Renaissance Amsterdam Hotel chooses NEC communication solution for the ‘New Normal’', 'Leading hotel in Amsterdam selects NEC as their communication solution provider to drive safety & security, efficiency and optimal guest services.', '', '', '<p><strong>Amsterdam, Hilversum, 15 September 2020 – </strong>The Renaissance Amsterdam Hotel, one of Amsterdam’s leading premium hotels and one of the flagship-properties of Marriott International in Western Europe, has announced that they have selected NEC and its award-winning NEC Smart Hospitality Solutions as THE communication solution for the hotel for the coming years.</p>\r\n\r\n<p>With the current PBX being based on dated (analogue) technology, the upcoming complete renovation of the Renaissance Amsterdam Hotel (investment of > 70 Million Euros), set the ideal stage to rethink the hotel’s communication strategy and technology. As COVID-19 has a massive impact on the Hospitality Industry, this momentum forced both the owner of the hotel as well as the Marriott leadership team, to take a serious look at possible alternatives. After a thorough and diligent selection process, the NEC Smart Hospitality Solution was deemed the only real obvious choice.</p>\r\n\r\n<p>As Ken Millar, General Manager of the Renaissance Amsterdam Hotel, states: “In the current challenging COVID-19 times, we look at possible technology partners with an even more rigid focus. Yes, these partners need to be Marriott approved and yes, they need to have local experience and have a strong support-mechanism in place. What is absolutely critical though, is that these possible partners understand that in the ‘New Normal’ elements like CAPEX or OPEX are of secondary nature. These days it is all about robustness, longevity and TCO over a longer period. The NEC Smart Hospitality Team not only understand this, but more importantly, act and behave upon it. Therefore we are looking forward to a successful installation and implementation, which will be completed over the coming weeks”.</p>\r\n\r\n<p>Kees van Donk, Sr. Director Travel, Hospitality & Leisure at NEC confirms: “I could not be more proud to state that the Renaissance Amsterdam Hotel (to many Dutch people still known for its unique and inspiring event location, the Renaissance Koepelkerk) has selected NEC to provide the optimum in Hospitality Communications.</p>\r\n\r\n<p>In the ‘New Normal’, hospitality technology vendors not only need to focus on functionality and price, but more and more on living the partnership – working side-by-side with both owners, as well as operators, to <strong>deliver the right solution, for the right hotel.</strong>”</p>\r\n\r\n<p>Kees van Donk continues: “And as Ken already mentioned, we too are looking forward to a short, straightforward and successful installation, led by the professionalism of both the Renaissance Amsterdam Hotel IT-Team, headed by Emmanouil Georgikopoulos, and our certified NEC Smart Hospitality Partner for the Netherlands, SPIE.”</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>For more information please contact NEC Enterprise Solutions:<br />\r\nRobert van Amerongen<br />\r\nTel: +31 35 689 1521<br />\r\n<a href=\"mailto:robert.van.amerongen@emea.nec.com\">robert.van.amerongen@emea.nec.com</a></strong><strong> </strong></p>\r\n\r\n<p><strong>About Renaissance Hotels</strong><br />\r\nWith over 160 hotels in more than 35 countries and territories around the world, Renaissance Hotels has a dynamic global portfolio. Designed for spontaneous global travellers, Renaissance Hotels extends an open invitation to experience the unexpected both inside and out of the hotel. Distinctly local, personalized service is brought to life through each hotel’s engaging Navigators, the brand’s ambassadors who connect you to the locale and help you discover the neighbourhood’s hidden gems and handpicked local discoveries. To learn more about your Renaissance Hotel in Amsterdam, visit <a href=\"http://www.renaissanceamsterdam.com/\">www.RenaissanceAmsterdam.com</a>, like us on <a href=\"https://www.facebook.com/RenHotelAms/\">Facebook</a>; and follow us on <a href=\"https://www.instagram.com/RenHotelAms/\">Instagram</a> and <a href=\"https://www.twitter.com/RenHotelAms/\">Twitter</a> @RenHotelAMS.</p>\r\n\r\n<p><strong>About SPIE Nederland</strong><br />\r\nSPIE Nederland is a subsidiary of the SPIE group, the independent European leader in multi-technical services in the areas of energy and communications. SPIE Nederland provides advice and technical solutions in design, building and maintenance of network systems and energy, infrastructure, industrial and building installations. SPIE Nederland holds a position in the top 3 technical service providers in the Netherlands. With around 46,400 employees and a strong local presence, SPIE achieved in 2019 consolidated revenues of €6.9 billion and consolidated EBITA of €400 million. For more information, please visit: <a href=\"http://www.spie-nl.com/\">www.spie-nl.com</a><br />\r\n </p>\r\n\r\n<p><strong>About NEC Enterprise Solutions</strong><br />\r\nNEC Enterprise Solutions provides IT & Communication solutions to small, medium and large enterprises in both the private and public sectors. Designed for open connectivity, high availability and flexible growth, our innovative solutions incorporate the latest voice, data and video technologies and enable real-time, collaborative working, increased productivity and customer satisfaction. Our servers, storage solutions, software and virtualized workstations enable businesses to maximize operational efficiency, performance and profitability. NEC Enterprise Solutions serves its customers across EMEA (Europe, Middle East & Africa) through a network of direct sales organizations, business partners and value-added resellers. For more information, please visit: <a href=\"http://www.nec-enterprise.com/\">http://www.nec-enterprise.com</a>.</p>\r\n\r\n<p> </p>\r\n', '', ''),
(284, 0, 1, '2020-08-06 13:45:19', 6, 1422, 0, 0, 0, '', '', '', 'Data Protection & the Unmanned Office', 'Hassle-free Business Continuity whatever lockdown', '', '', '<p><em>You are responsible for managing the backup systems and IT infrastructure for your company, and the Coronavirus has brought chaos to your community. Whether a lockdown is declared, or your company institutes a work-from-home policy, the result is that hardly anyone is in the office.</em></p>\r\n\r\n<h4><strong>How to safeguard your data when there’s almost no one in the office?</strong></h4>\r\n\r\n<p>An unmanned office presents some unique risks to your I.T. infrastructure, your backups included. Here are some ways you can prepare for an office lockdown, so your data remains secure while the office is almost empty. This will also impact the people working from 3<sup>rd</sup> party companies that intervene either as managed services or providing onsite intervention in case of Hardware failure. Meanwhile your IT system and services are all the more instrumental in ensuring the continuity of business and supporting remote workers and their valuable data.</p>\r\n\r\n<h4>What to do to prepare, so business and data remain secure and burden free?</h4>\r\n\r\n<p>The unique circumstances of the current lockdowns present challenges to data protection regardless of the size of your company</p>\r\n\r\n<p><u><strong>Small environments</strong>: </u></p>\r\n\r\n<ul>\r\n <li>can run out of disk space with no one to manipulate the data cartridges and store them safely</li>\r\n <li>in case of a restore, having no one on site to manipulate the physical media can be problematic </li>\r\n <li>in case of a hardware failure, it is difficult to organize a break and fix operation or swap spares.</li>\r\n</ul>\r\n\r\n<p><strong>NEC answers, HYDRAstor helps:</strong> HYDRAstor Virtual Appliance will provide a cost effective disk-based solution, possibly running on your existing Virtualized environments, and can scale logically from 1 to 96 Tb.</p>\r\n\r\n<p><strong><u>Larger environments: </u></strong></p>\r\n\r\n<ul>\r\n <li>can run out of disk space with no one to manipulate the data cartridges and store them safely</li>\r\n <li>in case of a hardware failure, it is difficult to organize a break and fix operation or swap spares. This is even more challenging when the failure occurs in the controllers of your Scale Up solution.</li>\r\n <li>Adding more capacity or more performance to your backup Scale up target environment - without cumbersome manual intervention- is highly complex</li>\r\n</ul>\r\n\r\n<p>Your employees may not be able to go to your Data Center as to do maintenance and add capacity when necessary. Even if your IT infrastructure is safe in your Data Center, because of COVID-19, your employees are not able to access the DC and take care of your equipment for an either planned or un-planned downtime.</p>\r\n\r\n<p><strong>NEC answers, HYDRAstor helps: </strong>NEC HYDRAstor HS8-50s is a scale out Backup and Archive Grid architecture which will provide, due to innovative and field proven Enterprise Grade technology:</p>\r\n\r\n<ul>\r\n <li>100% Data Resilience, managing multiple failures within a Single Grid (*)</li>\r\n <li>non-forklift upgrade, without production stop, by adding a node that is automatically detected</li>\r\n <li>simple and easy license scheme which is not capacity based</li>\r\n</ul>\r\n\r\n<h4><strong>Your goals and requirements for good Data Protection</strong></h4>\r\n\r\n<p>The overarching goal in Data Protection is to recover your systems in the case of an event.</p>\r\n\r\n<p>You can then break down that overall goal into smaller bite-sized goals:</p>\r\n\r\n<p><strong>Goal 1:</strong> To have a valid backup to recover from, and to make sure that backup is secure</p>\r\n\r\n<p><strong>Goal 2:</strong> To lose as little data as possible. (RPO)</p>\r\n\r\n<p><strong>Goal 3:</strong> To recover in the fastest time possible. (RTO)</p>\r\n\r\n<p>All these three points make perfect sense. Achieving these goals within the constraints of a lockdown is possible when you’re using NEC HYDRAstor backup storage solution, because:</p>\r\n\r\n<ul>\r\n <li> HYDRAstor offer you a fully redundant storage grid, which allows 100% higher protection level than traditional backup solutions. It provides recovery from a failure up to 50X faster than other backup solutions using RAID technology. (Addressing goal #1, #2 & #3)</li>\r\n <li>HYDRAstor offers you functions such as Enterprise WORM and In-flight and At-rest Encryption, natively. These features allow you to keep and replicate your backups securely and manage your data in a well-governed fashion. (Addressing goal #1</li>\r\n <li>HYDRAstor reduces management costs for backup by <strong>up to 70%</strong>, using smarter “house keeping protocols” and by <strong>up to 90% </strong>fewer manual intervention when expanding/reducing the grid. This will help you utilize your resources more efficiently.</li>\r\n <li>Last but not least, HYDRAstor is a backup target (hardware), which works perfectly with all backup software’s on the market. This allows you to make use of the best of breed solutions on the market and prevent any type of vendor lock-in.</li>\r\n</ul>\r\n\r\n<h4><strong>Leave the Office with Peace of Mind</strong></h4>\r\n\r\n<p>So leave the office with full peace of mind. You can rely on HYDRAstor to protect your data and ensure continuity, while you and your organization can concentrate on keeping your business running. <strong>HYDRAstor helps. <a href=\"https://www.nec-enterprise.com/products/HYDRAstor\">Check it out</a>!</strong></p>\r\n\r\n<p>(*) for a minimum of 3 nodes.</p>\r\n', '', ''),
(286, 0, 1, '2020-10-05 07:16:53', 6, 1428, 0, 0, 0, '', '', '', 'NEC acquires a leading Swiss financial software company, Avaloq', '', '', '', '<p><strong>Tokyo, October 5, 2020 - </strong><a href=\"http://www.nec.com/index.html\">NEC Corporation</a> (NEC; TSE: 6701) today announced the acquisition of Avaloq Group AG (Avaloq), a leading Swiss financial software company. The acquisition of Avaloq will provide NEC with digital finance software and domain knowledge as it enters into the field globally and strengthens its business in the digital government field. The acquisition is expected to be worth 2.05 billion Swiss francs, and to be completed by April 2021, following the confirmation of necessary procedures and approvals for each organization.</p>\r\n\r\n<p>NEC focuses on Solutions for Society businesses that utilize the strengths of ICT to enhance social infrastructure. NEC’s biometric and AI technologies are driving the expansion of business globally, mainly in the digital government field, and help to promote safe, secure, fair, and efficient communities. NEC is now shifting more attention towards SaaS business models that utilize software capable of being horizontally deployed.</p>\r\n\r\n<p>Avaloq is a global leader in digital banking solutions and is at the forefront of financial DX as a software developer for financial institutions largely centered in Switzerland, but reaching across more than 150 customers in 30 countries worldwide. Avaloq’s business growth is partially driven by recurring business from the provision of software as a service (SaaS) and business process as a service (BPaaS) for wealth management and other applications, as it holds the top market share in wealth management software within Europe and Asia Pacific. Furthermore, in recent years Avaloq has worked with FinTech startups and other partners to aggressively promote digitization through AI, blockchain and other technologies as part of capitalizing on new service needs brought on by open banking, particularly in Europe.</p>\r\n\r\n<p>In response to slowing growth in conventional services and advances in regulatory reforms such as the shift to open banking, the financial industry is working to acquire new sources of revenue by creating services that leverage digital technologies, and the utilization of software is expanding in preparation for rapid introduction of these services. In addition, there is a growing momentum toward achieving more equitable and efficient civil services through cooperation between government and finance, which is based on digital IDs and digital tokens.</p>\r\n\r\n<p>“NEC will be placing great importance on building long-term relationships with Avaloq and its customers, and aims to create new solutions that combine Avaloq\'s software with NEC\'s cutting-edge technologies, such as its brand of biometric authentication solutions, “Bio-Idiom,” the company’s AI technology brand, “NEC the WISE,” and its innovative blockchain technologies,” said Takashi Niino, President and CEO, NEC Corporation. “NEC will also promote global sales expansion of Avaloq\'s software by taking advantage of NEC Group sales channels, including KMD, a leading European software and IT services provider that NEC acquired in February 2019.” </p>\r\n\r\n<p>\"The Avaloq team is delighted to be joining the NEC Group, a highly trusted and well-respected company with a long heritage, which will help further enlarge our geographical footprint across the globe,” said Juerg Hunziker, CEO of Avaloq. “Due to very similar values of professionalism, reliability, quality and excellent service for clients with a focus on precision, we firmly believe that this union will be a successful one for all involved and we are looking forward to an exciting and fruitful cooperation. The whole Group Executive Board at Avaloq is committed to driving forward our growth strategy and we are very glad to have a strong partner on our side who supports our long-term vision and offers us continuity, stability and an exciting future of accelerated growth in new markets. With NEC, Avaloq found a perfect new home to continue our success story of serving our clients with solutions that make their lives simpler in an ever more complex world.”</p>\r\n\r\n<p>The digitization of the financial industry is expected to have a broad impact on the sustainable development of the digital economy and society. NEC will acquire software and domain knowledge in the digital finance field through the acquisition of Avaloq, and enter this field globally, while strengthening its business in the digital government field.</p>\r\n\r\n<p>Furthermore, NEC aims to expand its business and improve profitability, mainly in the digital government and digital finance areas, by globally developing SaaS business models that utilize software and technologies from throughout the NEC Group.</p>\r\n\r\n<p> </p>\r\n', '', ''),
(287, 0, 1, '2020-10-06 06:57:42', 6, 1430, 0, 0, 0, '', '', '', 'NEC appoints SAIET as Distributor for SMB communications solutions in Italy', 'Rich portfolio, excellent expertise and dedicated network are a powerful combination to address Italian market', '', '', '<p><strong>Castel Maggiore (BO), Hilversum, 6 October 2020 – </strong>NEC Enterprise Solutions, global leader in Communications & IT solutions, today announced that it has appointed SAIET Telecomunicazioni as Distributor for SMB communications solutions in Italy. SAIET will provide resellers in Italy with NEC’s latest range of advanced communications solutions for enhanced productivity, efficiency and business continuity.</p>\r\n\r\n<p>SAIET is a leading distributor of communication solutions in Italy with a large network of telecom resellers and will distribute NEC’s renowned UNIVERGE SV9100 / SL2100 communications servers and their powerful range of terminals and business applications including IP DECT.</p>\r\n\r\n<p><strong>Proud to join the Global No.1</strong><br />\r\n\"We are particularly proud to become Distributor for NEC in Italy, the Global No.1 in the IP-PBX Call Control market. The broad and powerful portfolio of this world leader enables us to further expand our offering in the market and we expect to expand our network in the coming period in order to meet increasing demand and fuel our growth\", says Roberto Muzzioli, Sales Manager Professional Solutions at SAIET. ”Their communications systems are characterized by excellent functionality, unrivalled reliability and excellent value for money.\"</p>\r\n\r\n<p>“We are very pleased to add SAIET as distributor in Italy”, says Stefano Padalino, Channel Sales Manager at NEC Enterprise Solutions. “SAIET has tremendous expertise and their in-depth knowledge of the telecom sector and the needs of organizations in Italy will help us further promote our powerful range of solutions. Their choice for NEC, after having been distributor for a significant competitor’s brand, is all the more recognition of our strong offering.</p>\r\n\r\n<p>SAIET has the knowledge, infrastructure and capacity to train its resellers for successful business and we are convinced that they will deliver the best possible value to both their resellers and end customers. Localization and local language support are crucial for customers to benefit to the maximum of the rich functionality of our solutions.\"</p>\r\n\r\n<p><strong>Extreme value for money</strong><br />\r\nDirected at smaller and mid-sized businesses, NEC’s communications servers are intelligent cost-effective communications solutions that pack affordability, efficiency and enterprise-grade functionality into one. The highly successful NEC solutions are based on the latest technology and are deployed within many-organisations.</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>About SAIET Telecomunicazioni</strong><br />\r\nFounded as a manufacturing and engineering company in 1962, SAIET has longstanding experience in working together with Italy’s national telephone service provider (now Telecom Italia). Over the years the company has acquired an extremely distinguished position in the design, development and distribution of systems, products and services for telecommunications, management and control of remote equipment and video surveillance. Ever since 1990 SAIET is a Qualified Research Laboratory of the Ministry of Education and Science.</p>\r\n\r\n<p>SAIET is now organized into three business units able to meet the specific needs of telecommunication operators, PBX resellers and installers as well as video surveillance systems. For more information, visit SAIET at <a href=\"http://www.saiet.it/\">www.saiet.it</a></p>\r\n', '', ''),
(288, 0, 1, '2020-10-12 06:30:16', 6, 1433, 0, 0, 0, '', '', '', 'NEC’s iPASOLINK EX Advanced Dual drives the evolution of 5G ', 'Provides reliable 20Gbps capacity E-band radio in a single box - Superior alternative to fiber transmission with faster ROI ', '', '', '<p align=\"left\"><strong>Tokyo, October 12, 2020 -</strong> <u><a href=\"http://www.nec.com/\">NEC Corporation</a></u> (NEC; TSE: 6701), a leader in the integration of IT and network technologies, today announced the global release of the iPASOLINK EX Advanced Dual, a 20Gbps radio for promoting the expansion of 5G.</p>\r\n\r\n<p align=\"left\">iPASOLINK EX Advanced Dual is the industry’s first 20Gbps capacity solution in a single box (*), which lowers total cost of ownership (TCO) compared to conventional 10Gbps two box solutions. The iPASOLINK EX Advanced Dual supports extended spectrum density technology that doubles spectral efficiency in a single box. Likewise, the size, weight and power consumption can be roughly halved when compared to previous models. This makes it easier to apply wireless transmissions in areas where fiber is difficult to reach, while maintaining the same level of performance.</p>\r\n\r\n<p align=\"left\">iPASOLINK EX Advanced Dual supports standard Ethernet technology-compliant interfaces, which support both 5G backhaul networks and future 5G fronthaul networks. Moreover, the new iPASOLINK also supports internet service providers (ISP), enterprises, and markets for municipalities, universities, schools and hospitals (MUSH).</p>\r\n\r\n<p align=\"left\">\"NEC has an accomplished history of providing highly reliable wireless transmission radio systems, and iPASOLINK EX Advanced Dual will extend this tradition as NEC continues to provide innovative products for our customers\' requirements,” said Hideyuki Muto, Deputy General Manager, Wireless Solutions Division, NEC Corporation. “This advanced product will simplify the conventional, often complex equipment configuration of high-speed aggregation solutions and help customers reduce their TCO.\"</p>\r\n\r\n<p align=\"left\">iPASOLINK EX Advanced Dual features:</p>\r\n\r\n<ul>\r\n <li><strong>Rapid and cost-effective 20Gbps deployment</strong></li>\r\n</ul>\r\n\r\n<p align=\"left\" style=\"margin-left:21.0pt;\">iPASOLINK EX Advanced Dual is NEC‘s first wireless equipment to offer 20Gbps capacity in a single box. It provides capacity that is equivalent to optical fiber, while enabling faster, more flexible deployment at a lower initial investment cost. This new product features a Cross Polarization Interference Canceller (XPIC) function in a single box, which eliminates the need for assembly of the equipment, as well as an Orthomode Transducer (OMT). Moreover, it can be easily installed on rooftops and utility poles without reinforcement, making it ideal for public venues operated by cities.Furthermore, customers can easily expand their existing networks or rapidly build independent networks.</p>\r\n\r\n<ul>\r\n <li align=\"left\"><strong>Maximum transmission capacity with AMBR</strong></li>\r\n</ul>\r\n\r\n<p align=\"left\" style=\"margin-left:21.0pt;\">iPASOLINK EX Advanced Dual maximizes transmission capacity of the 80GHz spectrum with Adaptive Modulation and Bandwidth Radio (AMBR). End users benefit from the fast and stable 20Gbps transmission, increasing customer satisfaction. When the full 20Gbps capacity is not available, AMBR will maintain the link and transmit high priority traffic.</p>\r\n\r\n<ul>\r\n <li align=\"left\"><strong>Built-in L2 functions and L3 capability for an all IP network</strong></li>\r\n</ul>\r\n\r\n<p align=\"left\" style=\"margin-left:21.0pt;\">Feature-rich integrated L2 switches with carrier-grade capabilities for Ethernet Ring Protection Switching (ERPS) and Hierarchical Quality of Service (H-QoS) or more, as well as support for a traffic aggregation function across various layers. Thetraffic control optimized for the radio bandwidth by the L2 and L3 enable high-performance, high-capacity wireless network services.</p>\r\n\r\n<p align=\"left\">For more information, please visit http://www.nec.com/pasolink/.</p>\r\n', '', '');
INSERT INTO `td_news` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `date`, `text`, `resources`, `author`) VALUES
(289, 0, 1, '2020-10-13 06:07:36', 6, 1434, 0, 0, 0, '', '', '', 'NEC Selects NXP RF Airfast Multi-chip Modules for Massive MIMO 5G Antenna Radio Unit for Rakuten Mobile in Japan', 'NXP RF Airfast multi-chip modules support NEC and Rakuten Mobile in the rollout of 5G', '', '', '<p><strong>TOKYO, Japan and EINDHOVEN, The Netherlands, October 13, 2020</strong> – NXP® Semiconductors N.V. (NXP; NASDAQ: NXPI) and <a href=\"https://www.nec.com/\">NEC Corporation</a> (NEC; TSE: 6701) today announced that NEC selected NXP to supply RF Airfast multi-chip modules to be used in a Massive MIMO 5G antenna Radio Unit (RU) for <a href=\"https://corp.mobile.rakuten.co.jp/english/\">Rakuten Mobile</a>, one of Japan’s leading mobile network operators.</p>\r\n\r\n<p>NEC’s Massive MIMO 5G antenna RU features a 5G open virtual radio access network (vRAN) interface and has been adopted by Rakuten Mobile for its fully virtualized cloud-native mobile network. The RU utilizes extremely accurate digital beam forming for efficient high-capacity transmission and is easy to install as a result of miniaturization achieved through an increased level of circuit integration.</p>\r\n\r\n<p>NXP’s new AFSC5G40E38 RF Airfast multi-chip module was developed to meet the frequency and power requirements of Japan’s 5G infrastructure deployment. The device is part of an expanding portfolio of <a href=\"https://www.nxp.com/products/rf/rf-power/5g-integrated-solutions:RF-FRONTEND-SOLUTIONS-FOR-5G?&tid=vanmMIMO\">NXP RF Airfast multi-chip modules</a> being developed to enable 5G infrastructure deployments throughout the world. NXP’s RF Airfast multi-chip modules offer a common footprint across frequency and power for different regions, enabling faster time to market for network mobile operators.</p>\r\n\r\n<p>NEC teamed up with Rakuten Mobile to develop and manufacture the 5G infrastructure that leverages <a href=\"https://www.nxp.com/products/rf/rf-power/5g-integrated-solutions:RF-FRONTEND-SOLUTIONS-FOR-5G?&tid=vanmMIMO\">NXP’s RF Airfast multi-chip modules</a>.</p>\r\n\r\n<p>“NXP 5G RF Airfast multi-chip modules support the frequencies and power levels needed for Japan’s 5G infrastructure,” said Kazushi Tsuji, Deputy General Manager of NEC’s Wireless Access Solutions Division. “The technology’s flexibility, integration and performance allow us to quickly and effectively develop radio products for 5G infrastructure. We’re pleased to partner with both Rakuten and NXP to drive the 5G experience for end-users.”</p>\r\n\r\n<p>“At NXP, we always strive for technological leadership,” said Paul Hart, Executive Vice President and General Manager of NXP’s Radio Power Division. “This partnership underscores our vision to deliver advanced 5G experiences to countries around the world. NXP’s Airfast multi-chip modules offer high levels of integration, ease of use and performance for 5G infrastructure systems. No matter what frequency band or power.”</p>\r\n', '', ''),
(290, 0, 1, '2020-11-04 09:49:49', 6, 1440, 0, 0, 0, '', '', '', 'NEC selected as a vendor for NTT DOCOMO Standalone 5G mobile core', '', '', '', '<p>Tokyo, November 4, 2020 - NEC Corporation (NEC; TSE: 6701) today announced its selection by NTT DOCOMO, Inc. (NTT DOCOMO) as a vendor of a 5G mobile core network (5GC) compatible with Standalone (SA) 5G that NTT DOCOMO plans to launch in 2021.</p>\r\n\r\n<p>In addition to the 5GC, NEC will provide a compact user data processor, the UPF mini, as part of driving further development of NTT DOCOMO SA 5G, and meeting the diverse network needs of the 5G era, including support for 5G features such as enhanced Mobile Broadband (eMBB), massive Machine Type Communications (mMTC), and Ultra-Reliable and Low Latency Communications (URLLC).</p>\r\n\r\n<p>This SA 5GC features flexible operations, enabled by the adoption of container technology, in addition to the virtualization adopted by virtualized Evolved Packet Core (vEPC). Moreover, the SA 5GC enables the provision of sliced networks that are ideal for the various services that take advantage of 5G features, while also improving scalability. This SA 5GC is also provided in the cloud, as NEC promotes its expansion into the global market.</p>\r\n\r\n<p>In addition, the UPF mini data processor is smaller and saves more power than conventional models, which increases flexibility in terms of where the unit can be installed. In order to achieve ultra-low latency, which is a key feature of 5G, it is necessary to reduce the latency of the entire network configuration, including the wired section and the wireless section between the base station and the user terminal. Placing the UPF mini in wired sections and shortening the physical distance to the application server enables Multi Access Edge Computing (MEC) to be implemented, which reduces the overall processing time, thereby contributing to the expansion of the ultra-low latency service area.</p>\r\n\r\n<p>NEC already provides NTT DOCOMO with core networking vEPC for LTE. The 5G service launched by NTT DOCOMO in March 2020, uses an extension of this vEPC and operates as a Non-standalone (NSA) core network. NEC also provides base stations and 5G radio base stations for LTE. Together with this core network, NEC will provide total support for NTT DOCOMO’s 5G services and will contribute to the expansion of next-generation network services.</p>\r\n\r\n<p>\"This 5GC allows us to build a 5G core network that can flexibly accommodate a wide variety of needs and use cases,” explained Naoki Tani, Executive General Manager, R&D Innovation Division, NTT DOCOMO, while explaining the selection of NEC’s 5GC and UPF mini. “Going forward, NTT DOCOMO will continue to provide state-of-the-art functions together with NEC and other partners in order to promote further advances in 5G networks.”</p>\r\n\r\n<p>“We are honored to be selected by NTT DOCOMO as a 5G core network vendor,” said Atsuo Kawamura, Executive Vice President, Network Services Business Unit, NEC. “We look forward to providing high-quality and reliable 5GC in addition to the core network devices and radios we have already provided for NTT DOCOMO\'s 4G network. NEC will continue to support NTT DOCOMO\'s expansion of 5G services and contributing to the further development of next-generation mobile infrastructure, both domestically and across global markets.\"</p>\r\n', '', ''),
(291, 0, 1, '2020-12-14 07:12:29', 6, 1450, 0, 0, 0, '', '', '', 'Osaka University Cybermedia Center to Start Operation of NEC’s Cloud-linked High Performance Computing and High Performance Data Analysis Supercomputer System, “SQUID”', '', '', '', '<p>Tokyo, December 14, 2020 - The Cybermedia Center, Osaka University, in cooperation with NEC Corporation (NEC; TSE: 6701), announced today it will introduce a new cloud-linked High Performance Computing (HPC) and High Performance Data Analysis (HPDA) supercomputer system from NEC. This will replace the existing system provided by NEC, and is scheduled to commence operation in May 2021.</p>\r\n\r\n<p>The new supercomputer system is composed of 1,520 general-purpose CPU nodes, each of which is a state-of-the-art general-purpose computational node with a 3rd Gen Intel Xeon Scalable processor (codename Ice Lake) featuring Intel Deep Learning boost technology, 42 GPU nodes, each of which is equipped with eight NVIDIA A100 Tensor Core GPUs that accelerate workload for AI, data analytics, HPC, and visualization and 36 VECTOR nodes, each of which features eight NEC SX-Aurora TSUBASA units that allow faster and highly efficient simulation of weather, seismic, hydraulic, and other phenomena. The new system is a hybrid supercomputer system that can deliver a theoretical performance of higher than 16 petaflops, centered on a storage appliance equipped with DDN EXAScaler high-performance parallel filesystems from DataDirect Networks, which provides 20 petabytes as a large-capacity data area and 1.2 petabytes as a high-speed data area.</p>\r\n\r\n<p>NVIDIA Mellanox HDR InfiniBand provides the high speed, low latency, and smart connectivity between the nodes. The general-purpose CPU nodes are set to become the largest computational resource in Japan as a supercomputer system equipped with Ice Lake. Furthermore, the new supercomputer system is notable not only as a computing resource and data storage but also for tailor-made functionality that allows researchers to dynamically deploy and utilize the software stack of their choice. Moreover, the following new services for improving user friendliness, which accelerates and improves user-experience, are also being offered:</p>\r\n\r\n<p><strong>1. Data aggregation infrastructure:</strong></p>\r\n\r\n<p style=\"margin-left:12.1pt;\">The new supercomputer system is centered on EXAScaler appliances equipped with DDN high-performance parallel filesystems that provide 20 petabytes of large data area and 1.2 petabytes of high-speed data area. The DDN EXAScaler appliances provide the university with a next-generation data aggregation infrastructure named Osaka University Next-generation Infrastructure for Open research and innovation (ONION) in conjunction with Cloudian\'s Object-Storage HyperStore. ONION allows for a wide variety of data access protocols and significantly improves the flexibility of data usage. By facilitating the sharing of data with cloud services and other research institutions through ONION, the data before/after computation can be smoothly and flexibly shared among users.</p>\r\n\r\n<p><strong>2. Secure computing environment:</strong></p>\r\n\r\n<p style=\"margin-left:12.1pt;\">The new supercomputer system provides a secure computing environment where users can make use of confidential data with assurance. This computing environment offers a secure staging function as an achievement of collaborative research and development between NEC and the Cybermedia Center, Osaka University. Highly confidential data in the storage on campus can be computed and analyzed by the compute nodes on the new supercomputer system, without the data being moved from storage. The secure computing environment also offers a secure partitioning function that dynamically separates and isolates the network for a specific user group and thus provides services that prevent other users from seeing the data and computations. Until today, when used by the medical field and companies, large-scale computing resources provided by supercomputing centers such as the Cybermedia Center, Osaka University could not be fully utilized because of several data security issues. By taking advantage of this secure computing environment, an isolated environment can be dynamically prepared, thus enabling research and development in areas where it was previously unavailable.</p>\r\n\r\n<p>3. <strong>Cloud bursting function:</strong></p>\r\n\r\n<p style=\"margin-left:12.1pt;\">The new supercomputer system also provides cloud bursting capabilities that enable the on-demand use of the Oracle Cloud Infrastructure cloud service and the Microsoft Azure cloud service. The Cybermedia Center, Osaka University has had issues in the past with high utilization of on-premises computational resources and long waiting times. Switching part of the computation processes to resources on private cloud services makes it possible to respond to the growing demand for resources while providing the same capabilities as the on-premises computing environment. It also provides flexibility for new computational resources that continue to be updated on cloud services.</p>\r\n\r\n<p>The Cybermedia Center at Osaka University has named the new supercomputer system SQUID (Supercomputer for Quest for Unsolved Interdisciplinary Datascience) to address unsolved interdisciplinary data science challenges for researchers supporting academia and industry in Japan. The Cybermedia Center, Osaka University will now work in cooperation with NEC, Intel, NVIDIA, DDN, Cloudian, Oracle Japan, and Microsoft Japan to construct the new supercomputer system for cloud-linked High Performance Computing and High Performance Data Analysis that works in conjunction with the cloud. They will provide new supercomputer systems that meet diverse computational needs from the fields of HPDA, such as machine learning and deep learning, as well as numerical calculations and scientific simulations in HPC fields. SQUID will support various research areas and researchers and contribute to groundbreaking future research analysis and findings.</p>\r\n\r\n<p align=\"right\"> </p>\r\n\r\n<p>(*) All listed system names and product names are trademarks or registered trademarks of each respective company or trademark owner.</p>\r\n\r\n<p>Cooperative companies:</p>\r\n\r\n<p align=\"left\">Cyber Media Center, Osaka University</p>\r\n\r\n<p align=\"left\">NEC Corporation</p>\r\n\r\n<p align=\"left\">Intel Corporation</p>\r\n\r\n<p align=\"left\">NVIDIA Corporation</p>\r\n\r\n<p align=\"left\">DataDirect Networks Japan, Inc.</p>\r\n\r\n<p align=\"left\">Cloudian, Inc.</p>\r\n\r\n<p align=\"left\">Oracle Corporation Japan</p>\r\n', '', ''),
(292, 0, 1, '2020-12-16 08:52:03', 6, 1453, 0, 0, 0, '', '', '', 'NEC holds no.1 position for 6 years in a row as worldwide leader in the Small and Medium Sized Business Call Control (PBX-IP PBX) market', 'Rich Portfolio, Continuous Innovation and Commitment to Market and Business Partners pay off', '', '', '<p><strong>Tokyo, Dallas, Hilversum, 16 December 2020 – </strong>NEC, a global leader in Communications & IT solutions, today announced that it now, for six years in a row, is recognized as the global #1 for SMB (Small and Medium Business) Communications Systems. This success underscores the strength of NEC\'s portfolio, the company\'s commitment to expand its global enterprise communications footprint and the ability to serve customers to fullest satisfaction.</p>\r\n\r\n<p>NEC has a long history and legacy in communications for over 120+ years and remains committed to the Unified Communications market for SMB and Enterprise with, at the core, its UNIVERGE communications portfolio SL, SV, 3C premise-based solutions and its new generation UNIVERGE BLUE UCaaS cloud-based solution offering.</p>\r\n\r\n<p><strong>Fundamental pillars</strong><br />\r\nMZA’s (<a href=\"http://www.mzaconsultants.com/\">www.mzaconsultants.com</a>) reporting on the global Call Control market shows that NEC has led all manufacturers in global shipments in the SMB segment for the last 6 years<sup>*</sup>. With a present market share of 17%, NEC is well ahead of all other companies in that segment.</p>\r\n\r\n<p>Expertise and innovative strength combined with the company’s dedication, reliability and financial viability are fundamental pillars to NEC’s success with business partners as well as end customers.</p>\r\n\r\n<p><strong>Extreme value for money</strong><br />\r\nNEC offers a broad range of enterprise communications solutions – ranging from small to very large systems - that effectively support Enterprise and SMB customers whose requirements span from traditional to full IP and 100% software-based solutions, and from premises-based to cloud deployments.</p>\r\n\r\n<p>Directed at smaller and mid-sized businesses, NEC’s renowned UNIVERGE SV9100 and SL2100 communications servers, together with their powerful range of terminals and business applications including e.g. IP DECT, are intelligent cost-effective communications solutions that pack affordability, efficiency and enterprise-grade functionality into one. Localization, local language support and ease of installation are additional benefits that prove crucial for customers and resellers to benefit from the rich functionality of NEC’s solutions.<br />\r\n </p>\r\n\r\n<p>* Source MZA Call Control (PBX-IP PBX) Market Reports 2015-2020</p>\r\n\r\n<p align=\"center\">***</p>\r\n\r\n<p><strong>About NEC Corporation</strong><br />\r\nNEC Corporation has established itself as a leader in the integration of IT and network technologies while promoting the brand statement of “Orchestrating a brighter world.” NEC enables businesses and communities to adapt to rapid changes taking place in both society and the market as it provides for the social values of safety, security, fairness and efficiency to promote a more sustainable world where everyone has the chance to reach their full potential. For more information, visit NEC at http://www.nec.com<br />\r\n </p>\r\n\r\n<p><strong><u>NEC Media Contacts</u></strong><br />\r\n<strong>US </strong>– John Wise, NEC Corporation of America, <u><a href=\"mailto:media@necam.com\">media@necam.com</a></u><br />\r\n<strong>EMEA </strong>– Robert Van Amerongen, NEC Enterprise Solutions, <u><a href=\"mailto:Robert.van.Amerongen@EMEA.NEC.COM\">Robert.van.Amerongen@EMEA.NEC.COM</a></u><br />\r\n<strong>Japan and Rest of World </strong>– Joseph Jasper, NEC Corporation, <u><a href=\"mailto:j-jasper@ax.jp.nec.com\">j-jasper@ax.jp.nec.com</a></u></p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>NEC Corporation of America on the Web</strong><br />\r\nNEC information: <u><a href=\"http://www.necam.com/\">www.necam.com</a></u><br />\r\nBlog: <u><a href=\"http://www.nectoday.com/\">www.NECToday.com</a></u><br />\r\nLinkedIn: <u><a href=\"http://www.linkedin.com/company/nec-corporation-of-america\">http://www.linkedin.com/company/nec-corporation-of-america</a></u><br />\r\nYouTube: <u><a href=\"http://www.youtube.com/interactiveNEC\">www.youtube.com/interactiveNEC</a></u><br />\r\nFacebook fan page: <u><a href=\"http://www.necam.com/facebook\">www.necam.com/facebook</a></u><br />\r\nTwitter: @NEC</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>NEC Enterprise Solutions in EMEA on the Web</strong><br />\r\nNEC information: <u><a href=\"http://www.nec-enterprise.com/\">www.nec-enterprise.com</a></u><br />\r\nLinkedIN: <u><a href=\"https://www.linkedin.com/company/nec-enterprise-solutions/\">https://www.linkedin.com/company/nec-enterprise-solutions/</a></u><br />\r\nYouTube: <u><a href=\"https://www.youtube.com/channel/UC7kKSKc_zjwjUAVHLh87kIg\">https://www.youtube.com/channel/UC7kKSKc_zjwjUAVHLh87kIg</a></u><br />\r\nTwitter @NECEnterprise</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>NEC Corporation (HQ in Tokyo) on the Web</strong><br />\r\nNEC information: <u><a href=\"http://www.nec.com/\">www.nec.com</a></u><br />\r\nLinkedIN: <u><a href=\"https://www.linkedin.com/company/nec/\">https://www.linkedin.com/company/nec/</a></u><br />\r\nYouTube: <u><a href=\"https://www.youtube.com/user/NECglobalOfficial\">https://www.youtube.com/user/NECglobalOfficial</a></u><br />\r\nTwitter: @NEC_corp</p>\r\n', '', '');
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `td_page`
--
CREATE TABLE `td_page` (
`entry_id` int(10) NOT NULL,
`position` int(10) NOT NULL,
`status` int(1) NOT NULL DEFAULT '1',
`last_edit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`template_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`language_id` int(11) NOT NULL DEFAULT '0',
`form_id` int(10) NOT NULL,
`stramien_id` int(10) NOT NULL,
`meta_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`meta_desc` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`page_redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`title` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`intro` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`contents` text COLLATE utf8_unicode_ci,
`image` tinytext COLLATE utf8_unicode_ci,
`subtitle` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`resources` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`contact` int(10) DEFAULT NULL,
`products_solutions` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`cta_link` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`custom_contact` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`hide_related_content` int(10) DEFAULT NULL,
`cta_label` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`image_preview` tinytext COLLATE utf8_unicode_ci,
`crop_image` int(10) DEFAULT NULL,
`hide_contact_panel` int(10) DEFAULT NULL,
`seo_group_name` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `td_page`
--
INSERT INTO `td_page` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `intro`, `contents`, `image`, `subtitle`, `resources`, `contact`, `products_solutions`, `cta_link`, `custom_contact`, `hide_related_content`, `cta_label`, `image_preview`, `crop_image`, `hide_contact_panel`, `seo_group_name`) VALUES
(1, 0, 1, '2016-04-19 18:29:57', 1, 1, 0, 0, 0, 'Session Border Controllers', '', '', 'Session Border Controllers and Gateways', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/session-border-controller.jpg', 'Smart External Access for smooth and secure interoperability', '195|-||*|1057|-||*|197|-||*|198|-||*|196|-||*|1456|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(2, 0, 1, '2016-04-19 18:30:55', 1, 2, 0, 0, 0, '', '', '', 'MP Series', '', '', '', 'Ensuring smooth and secure interoperability between networks', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(3, 0, 1, '2016-04-19 18:31:26', 1, 3, 0, 0, 0, 'UNIVERGE 3C: Redefining Enterprise Communications', '', '', 'UNIVERGE 3C', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/nec-3c-comminication-platform.jpg', 'Transform How You Communicate, Collaborate, and Serve Your Customers', '172|-||*|947|-||*|977|-||*|1455|-||*|220|-||*|221|-||*|157|-||*|1164|-||*|1271|-||*|1213|-||*|1211|-||*|1291|-||*|1456|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(4, 0, 1, '2016-04-19 18:31:33', 1, 4, 0, 0, 0, '', '', '', 'UNIVERGE Business ConneCT', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/univerge-business-connect.jpg', 'Unify all communication streams and empower your Business!', '173|-||*|174|-||*|175|-||*|176|-||*|284|-||*|342|-||*|302|-||*|297|-||*|330|-||*|336|-||*|308|-||*|1291|-||*|1412|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(5, 0, 1, '2016-04-19 18:32:04', 1, 5, 0, 0, 0, '', '', '', 'UNIVERGE 3C Contact Center', '', '', '', 'Enterprise-grade, multichannel, and cloud-ready solution designed to power customer-centric organizations', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(6, 0, 1, '2016-04-19 18:32:10', 1, 6, 0, 0, 0, '', '', '', 'UNIVERGE Contact Center', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/UNIVERGE-contact-center.jpg', 'Gain Insights into Contact Center Performance', '117|-||*|118|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(7, 0, 1, '2016-04-19 18:32:17', 1, 7, 0, 0, 0, '', '', '', 'Operator', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/univerge-attendant-operator.jpg', 'Better service and satisfied customers', '173|-||*|174|-||*|284|-||*|1211|-||*|342|-||*|302|-||*|274|-||*|297|-||*|332|-||*|330|-||*|336|-||*|308|-||*|313|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(8, 0, 1, '2016-04-19 18:32:23', 1, 8, 0, 0, 0, '', '', '', 'UNIVERGE UM8000', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/unified-messaging-um8000.jpg', 'Unified Messaging for UNIVERGE® SV8000 Series', '282|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(9, 0, 1, '2016-04-19 18:32:29', 1, 9, 0, 0, 0, '', '', '', 'UNIVERGE UM8700', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/unified-messaging-um8700.jpg', 'Helping companies achieve far more in far less time', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(10, 0, 1, '2016-04-19 18:32:33', 1, 10, 0, 0, 0, '', '', '', 'UNIVERGE UM4730', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/unified-messaging-um4730.jpg', 'PC based Unified Messaging system', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(11, 0, 1, '2016-04-19 18:32:40', 1, 11, 0, 0, 0, '', '', '', 'InMail', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(12, 0, 1, '2016-04-19 18:32:48', 1, 12, 0, 0, 0, '', '', '', 'MobiCall', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/mobicall.PNG', 'Integrated Event and Alarm Management', '914|-||*|269|-||*|278|-||*|326|-||*|1153|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(13, 0, 1, '2016-04-19 18:32:52', 1, 13, 0, 0, 0, '', '', '', 'MobiBox', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/emergency-notification.jpg', 'Compact Integrated Event and Alarm Management', '1187|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(14, 0, 1, '2016-04-19 18:32:57', 1, 14, 0, 0, 0, '', '', '', 'Call Recording', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/call-recording.jpg', 'Simple, secure call recording, advanced call analytics', '178|-||*|179|-||*|180|-||*|181|-||*|1343|-||*|1423|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(15, 0, 1, '2016-04-19 18:33:08', 1, 15, 0, 0, 0, '', '', '', 'NeoFace', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/neo-face-recognition.jpg', 'Fast & accurate face recognition', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(16, 0, 1, '2016-04-19 18:33:11', 1, 16, 0, 0, 0, '', '', '', 'NeoFaceWatch', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/neo-face-watch.jpg', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(17, 0, 1, '2016-04-19 18:33:27', 1, 17, 0, 0, 0, '', '', '', 'Smart Hospitality', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/smart-hospitality.jpg', 'The Hospitality industry sector’s choice', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(45, 0, 1, '2016-04-19 18:49:03', 1, 45, 0, 0, 0, '', '', '', 'UG50', '', '', '', 'Ensuring smooth and secure interoperability between networks', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(18, 0, 1, '2016-04-19 18:36:50', 1, 18, 0, 0, 0, '', '', '', 'SL1000', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/SL-series-communication.jpg', 'Cost effective, powerful solution for SOHO’s and small business ', '506|-||*|919|-||*|1001|-||*|961|-||*|956|-||*|968|-|', 0, '', '', '', 0, '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/sl1000-platform-packshot.jpg', 0, 0, ''),
(19, 0, 1, '2016-04-19 18:36:56', 1, 19, 0, 0, 0, 'UNIVERGE SV9100 | Small Business VoIP Phone System', 'The SV9100 VoiP phone system is the best phone system for regulating phone traffic within a company. ', '', 'UNIVERGE SV9100 ', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/univerge-sv9100-smb-communication-platform.jpg', 'Smart Communications for Small to Medium sized Enterprises', '1395|-||*|183|-||*|184|-||*|919|-||*|178|-||*|182|-||*|1186|-||*|1002|-||*|1001|-||*|968|-||*|956|-||*|181|-||*|1343|-||*|289|-||*|287|-||*|315|-||*|1265|-||*|1351|-|', 0, '', '', '', 0, '', '', 0, 0, 'Business Communications'),
(20, 0, 1, '2016-04-19 18:37:23', 1, 20, 0, 0, 0, '', '', '', 'UNIVERGE 3C', '', '', '', 'Welcome to Now ', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(21, 0, 1, '2016-04-19 18:37:40', 1, 21, 0, 0, 0, '', '', '', 'SIP@Net', '', '', '', 'Embracing IP with open versatile communications ', '185|-||*|335|-||*|310|-||*|313|-||*|293|-|', 0, 'SIP Phones|-|', '', '', 0, '', '', 0, 0, ''),
(22, 0, 1, '2016-04-19 18:37:50', 1, 22, 0, 0, 0, '', '', '', 'UNIVERGE SV9000 Series', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(23, 0, 1, '2016-04-19 18:38:00', 1, 23, 0, 0, 0, '', '', '', 'iS3000', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/is3000-communications-platform.jpg', 'Embracing IP with open versatile communications ', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(24, 0, 1, '2016-04-19 18:38:11', 1, 24, 0, 0, 0, '', '', '', 'BusinessConneCT', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(25, 0, 1, '2016-04-19 18:38:15', 1, 25, 0, 0, 0, '', '', '', 'BusinessConneCT', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(26, 0, 1, '2016-04-19 18:39:28', 1, 26, 0, 0, 16, '', '', '', 'IP Desktop Phones', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/IP-terminals-phones.jpg', '', '1307|-||*|1308|-||*|1405|-|', 0, '1307|-|', '', '', 0, '', '', 0, 0, ''),
(162, 0, 1, '2016-07-05 13:27:39', 1, 783, 0, 0, 0, '', '', '', 'Customer Experiences', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(27, 0, 1, '2016-04-19 18:39:32', 1, 27, 0, 0, 16, '', '', '', 'Digital Desktop Phones', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/digital-terminals-phones.jpg', ' Elegantly Designed, Feature Packed Desktop Phones', '1307|-||*|1308|-||*|1405|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(28, 0, 1, '2016-04-19 18:40:06', 1, 28, 0, 0, 16, '', '', '', 'Analogue Desktop Phones', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/analoque-terminals-phones.jpg', 'Efficient and flexible call management with NEC\'s analogue handsets - BaseLine and AT-50/AT-55 series', '1272|-||*|1039|-||*|1202|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(29, 0, 1, '2016-04-19 18:40:16', 1, 29, 0, 0, 16, 'DECT handsets', '', '', 'DECT handsets', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/nec-ipdect.jpg', 'The ultimate handsets for in-house mobile voice and messaging', '917|-||*|1280|-||*|1281|-||*|937|-||*|936|-||*|1404|-||*|1153|-||*|1397|-||*|1444|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(30, 0, 1, '2016-04-19 18:40:20', 1, 30, 0, 0, 0, '', '', '', 'WiFi handsets', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/wifi-handsets.jpg', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(31, 0, 1, '2016-04-19 18:40:51', 1, 31, 0, 0, 0, '', '', '', 'Softphones', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/NEC-SP-softphones.jpg', 'More than Just a Desktop Phone', '1068|-||*|1186|-||*|1391|-||*|1424|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(32, 0, 1, '2016-04-19 18:40:55', 1, 32, 0, 0, 0, '', '', '', 'SP350', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(33, 0, 1, '2016-04-19 18:40:59', 1, 33, 0, 0, 0, '', '', '', 'Thin Client Terminals', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/thin-client-terminals.jpg', ' Client terminals that help to create a system to meet environment-specific requirements', '343|-||*|345|-||*|346|-||*|344|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(34, 0, 1, '2016-04-19 18:47:13', 1, 34, 0, 0, 0, '', '', '', 'DECT / (S)IP DECT', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/SIP-IP-dect(1).jpg', 'IP DECT provides key applications and ensures best user experience', '917|-||*|288|-||*|272|-||*|291|-||*|305|-||*|315|-||*|945|-|', 0, '', 'https://www.nec-enterprise.com/documents?id=917&hash=f7318e2231b79f7e51f258c00d538b3796f9b93f21e43c5737d6a8600af0de62', '', 0, '', '', 0, 0, ''),
(35, 0, 1, '2016-04-19 18:47:18', 1, 35, 0, 0, 0, '', '', '', 'WiFi', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/SIP-IP-dect.jpg', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(36, 0, 1, '2016-04-19 18:47:23', 1, 36, 0, 0, 0, '', '', '', 'Fixed Mobile Convergence (FMC) - uMobility', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/fixed-mobile-convergence.jpg', 'Integrating enterprise UC communications with your smartphone', '1135|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(37, 0, 1, '2016-04-19 18:47:33', 1, 37, 0, 0, 0, '', '', '', 'Software Defined Networking for Enterprises', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/SDN-software-defines-networking.jpg', 'Simple. Scalable. Open.', '1170|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(38, 0, 1, '2016-04-19 18:47:51', 1, 38, 0, 0, 0, '', '', '', 'NEC ProgrammableFlow ', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/NEC-programmable-flow.jpg', 'Brings the benefits of virtualization to high performance switching', '199|-||*|353|-||*|354|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(39, 0, 1, '2016-04-19 18:47:57', 1, 39, 0, 0, 0, '', '', '', 'NEC ProgrammableFlow Switch', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/NEC-programmable-flow-switch.jpg', 'The Simple Solution for Complex Networks', '199|-||*|353|-||*|354|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(40, 0, 1, '2016-04-19 18:48:05', 1, 40, 0, 0, 0, '', '', '', 'Cloudstore', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/nec-datacenter.jpg', 'Increase Sales and Revenue', '347|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(41, 0, 1, '2016-04-19 18:48:41', 1, 41, 0, 0, 0, '', '', '', 'BX500', '', '', '', '', '195|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(42, 0, 1, '2016-04-19 18:48:45', 1, 42, 0, 0, 0, '', '', '', 'BX800', '', '', '', '', '195|-||*|197|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(43, 0, 1, '2016-04-19 18:48:49', 1, 43, 0, 0, 0, '', '', '', 'BX1000', '', '', '', '', '195|-||*|198|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(44, 0, 1, '2016-04-19 18:48:52', 1, 44, 0, 0, 0, '', '', '', 'BX9000', '', '', '', '', '195|-||*|196|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(46, 0, 1, '2016-04-19 18:49:53', 1, 46, 0, 0, 0, '', '', '', 'Biometrics', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/biometrics.jpg', 'NEC is the world leader in biometrics matching technology.', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(47, 0, 1, '2016-04-19 18:50:33', 1, 47, 0, 0, 0, '', '', '', 'SV9100', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(48, 0, 1, '2016-04-19 18:50:46', 1, 48, 0, 0, 0, '', '', '', 'Enterprise Platforms', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/enterprise-phone-systems.jpg', 'Business communications supporting UC&C, contact centers and SIP on premise in the cloud or hybrid', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(49, 0, 1, '2016-04-19 18:50:57', 1, 49, 0, 0, 0, '', '', '', 'Appliance Based', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(50, 0, 1, '2016-04-19 18:51:33', 1, 50, 0, 0, 0, '', '', '', 'UNIVERGE 3C', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(51, 0, 1, '2016-04-19 18:51:50', 1, 51, 0, 0, 0, '', '', '', 'UNIVERGE SV9300', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9300/univerge-sv9300-communication-platform.jpg', 'Dynamic communications for small to mid-size organizations', '1310|-||*|288|-||*|1186|-||*|324|-||*|352|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(52, 0, 1, '2016-04-19 18:51:56', 1, 52, 0, 0, 0, '', '', '', 'UNIVERGE SV9500', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9500/univerge-sv9500-communication-platform.jpg', 'Keeping customers and employees connected', '1311|-||*|1312|-||*|1337|-||*|317|-||*|314|-||*|1352|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(53, 0, 1, '2016-04-19 18:53:27', 1, 53, 0, 0, 0, '', '', '', 'BaseLine Pro SIP', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/baseline-pro-sip.jpg', '', '1007|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(54, 0, 1, '2016-04-19 18:53:33', 1, 54, 0, 0, 16, '', '', '', 'DT820 8-button, Self-labelling', '<ul><li>Message Waiting Indicator Light</li><li>User friendly interface</li><li>Built-in Gigabit Ethernet</li><li>Microphone</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-terminals/IP-terminal-DT820.jpg', 'Customisable to match growing business needs', '1352|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(55, 0, 1, '2016-04-19 18:53:42', 1, 55, 0, 0, 16, '', '', '', 'DT830 Multiline', '<ul><li>Full Colour or Gray Scale LCD</li><li>Microphone</li><li>Soft Keys</li><li>Message Waiting Indicator Light</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-terminals/IP-terminal-DT830-right.jpg', 'Elegantly Designed, Feature Packed Desktop Phones', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(56, 0, 1, '2016-04-19 18:53:50', 1, 56, 0, 0, 16, '', '', '', 'UNIVERGE DT410', '<ul><li>Monochrome, 90 x 29mm LCD</li><li>2-button (non-display) & 6-button version</li><li>Message Waiting</li><li>Backlit LCD</li><li>Adjustable stand - 5 steps</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-terminals/digital/UNIVERGE-DT410-right.jpg', 'Supply freedom of choice', '193|-||*|194|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(57, 0, 1, '2016-04-19 18:53:53', 1, 57, 0, 0, 16, '', '', '', 'UNIVERGE DT430', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-terminals/digital/UNIVERGE-DT430-right.jpg', 'Superior audio, efficiency, and usability', '193|-||*|194|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(58, 0, 1, '2016-04-19 18:54:06', 1, 58, 0, 0, 0, '', '', '', 'BaseLine', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(59, 0, 1, '2016-04-19 18:54:10', 1, 59, 0, 0, 0, '', '', '', 'BaseLine Pro', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(60, 0, 1, '2016-04-19 18:54:25', 1, 60, 0, 0, 16, '', '', '', 'DECT handset G577 healthcare version (antibacterial)', '<ul><li>Healthcare</li><li>Anti-bacterial treated plastics, lens and rubber parts</li><li></li><li>Large SOS-key</li><li>Drop resistant design</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/nec-dect-g577h.jpg', '', '1281|-||*|917|-||*|1397|-||*|1424|-|', 0, '', '', '', 0, 'NEW', '', 0, 0, ''),
(61, 0, 1, '2016-04-19 18:54:30', 1, 61, 0, 0, 16, '', '', '', 'DECT handset I766Ex (ATEX/IECEx)', '<ul><li>Dedicated model I766Ex for ATEX/IECEx environments</li><li>Large 2.4-inch, hires display</li><li>Top SOS button, man-down and pull cord alarm</li><li>Bluetooth (also BTLE)</li><li></li><li>RTLS</li><li>IP65<ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/nec-dect-i766Ex.jpg', '', '937|-||*|917|-||*|1397|-||*|1404|-||*|1153|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(62, 0, 1, '2016-04-19 18:54:33', 1, 62, 0, 0, 0, '', '', '', 'DECT/WiFi handset G966', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/IPDECT-G966.jpg', '', '917|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(63, 0, 1, '2016-04-19 18:54:36', 1, 63, 0, 0, 16, '', '', '', 'DECT handset I766', '<ul><li>Sturdy design</li><li>Large 2.4-inch, hires display</li><li>Top SOS button, man-down and pull cord alarm</li><li>Bluetooth (also BTLE)</li><li>RTLS</li><li>IP65</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/nec-dect-i766.jpg', '', '937|-||*|1153|-||*|1404|-||*|917|-||*|1397|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(64, 0, 1, '2016-04-19 18:54:39', 1, 64, 0, 0, 16, '', '', '', 'DECT Communicator M166', '<ul><li>DECT compliance for high-quality speech and security</li><li>Wear with lanyard or clip</li><li>Alarm button for immediate alerting relevant staff and send location</li><li>Instant speech connection with patients</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/nec-dect-m166.jpg', '', '917|-||*|936|-||*|1397|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(65, 0, 1, '2016-04-19 18:54:42', 1, 65, 0, 0, 0, '', '', '', 'ML440', '', '', '', 'Multi-line mobile handset for use in various business environments', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(66, 0, 1, '2016-04-19 18:54:52', 1, 66, 0, 0, 0, '', '', '', 'MH150', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/wifi-handset-mh150.jpg', 'Flexible handset for demanding environments.', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(67, 0, 1, '2016-04-19 18:54:56', 1, 67, 0, 0, 0, '', '', '', 'MH160', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/wifi-handset-mh160.jpg', 'Versatile handset for demanding environments', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(68, 0, 1, '2016-04-19 18:54:59', 1, 68, 0, 0, 0, '', '', '', 'Spectralink 84 Series', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/spectralink-84-series.jpg', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(69, 0, 1, '2016-04-19 18:55:33', 1, 69, 0, 0, 0, '', '', '', 'AP400', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(70, 0, 1, '2016-04-19 18:55:37', 1, 70, 0, 0, 0, '', '', '', 'B700', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(71, 0, 1, '2016-04-19 18:55:47', 1, 71, 0, 0, 0, '', '', '', 'uMobility', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(72, 0, 1, '2016-04-19 18:55:53', 1, 72, 0, 0, 0, '', '', '', 'Mobile Extension', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(73, 0, 1, '2016-04-19 18:56:05', 1, 73, 0, 0, 0, '', '', '', 'QX-S6600 Series Aggregation 10 Gigabit Ethernet Switches', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/qx-main.jpg', '', '1233|-|', 0, '', 'https://www.nec-enterprise.com/documents?id=1233&hash=c260b4b1ba7af04fd18f25ce2fb2540e04118c3f6555ae89544fc280866509ba', '', 0, 'datasheet QX-S6600 Series', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/NEC-SDN-QX-S6648XT-6Q-350x280.jpg', 0, 0, ''),
(74, 0, 1, '2016-04-19 18:56:11', 1, 74, 0, 0, 0, '', '', '', 'UNIVERGE PF6800 Network Coordinator', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(75, 0, 1, '2016-04-19 18:56:19', 1, 75, 0, 0, 0, '', '', '', 'QX-S1000 Series non-PoE Gigabit Ethernet Switches', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/qx-main.jpg', '', '1232|-|', 0, '', 'https://www.nec-enterprise.com/documents?id=1232&hash=10daa065bedf719a3b6f9c5c68641b47411369c9f1c3067f30acdbdfd4dcd488', '', 0, 'datasheet QX-S1000 Series non-PoE Gigabit Ethernet Switches', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/NEC-SDN-QX-S1024GT-4G-PW-350x280px.jpg', 0, 0, ''),
(76, 0, 1, '2016-04-19 18:56:25', 1, 76, 0, 0, 0, '', '', '', 'UNIVERGE PF5248', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(77, 0, 1, '2016-04-19 18:56:31', 1, 77, 0, 0, 0, '', '', '', 'UNIVERGE PF5459-48GT', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(78, 0, 1, '2016-04-19 18:56:40', 1, 78, 0, 0, 0, '', '', '', 'UNIVERGE PF5459-48XT', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(79, 0, 1, '2016-04-19 18:56:45', 1, 79, 0, 0, 0, '', '', '', 'QX-S1000 Series PoE Plus Gigabit Ethernet Switches', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/qx-main.jpg', '', '1231|-|', 0, '', 'https://www.nec-enterprise.com/documents?id=1231&hash=ee65e0bee7d7c9fdc17193aecbcca809e2a295fa56a3f8eae7b654c497b1afa1', '', 0, 'datasheet QX-S1000 Series PoE+ Gigabit Ethernet Switches', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/NEC-SDN-QX-S1048GT-4G-PW-350x280.jpg', 0, 0, ''),
(80, 0, 1, '2016-04-19 18:56:50', 1, 80, 0, 0, 0, '', '', '', 'QX-S5200 Series PoE Plus Gigabit Ethernet Switches with 10G Uplinks', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/qx-main.jpg', '', '1230|-|', 0, '', 'https://www.nec-enterprise.com/documents?id=1230&hash=9ea9102ba5d44b9d53c71943243a3da045306971cb8b009e58399bf240749595', '', 0, 'datasheet NEC QX-S5200 Series', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/NEC-SDN_QX-S5248GT-4X-PW_350x280.JPG', 0, 0, ''),
(81, 0, 1, '2016-04-19 18:57:02', 1, 81, 0, 0, 0, '', '', '', 'CPI', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(82, 0, 1, '2016-04-19 18:57:06', 1, 82, 0, 0, 0, '', '', '', 'CloudStore', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(83, 0, 1, '2016-04-19 18:57:26', 1, 83, 0, 0, 0, '', '', '', 'Tower Servers', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/tower-servers.jpg', 'Essential and balanced price/performance for the small to medium smart enterprises', '231|-||*|232|-|', 0, '', '', 'Unsure what is the most effective and optimized IT infrastructure for your strategic enterprise goals?', 0, '', '', 0, 0, ''),
(84, 0, 1, '2016-04-19 18:57:30', 1, 84, 0, 0, 0, '', '', '', 'Rack Servers', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/rack-servers.jpg', 'High Performance, Energy Efficient for small to large smart enterprises or corporate data centers', '231|-||*|233|-|', 0, '', '', 'Unsure what is the most effective and optimized IT infrastructure for your strategic enterprise goals?', 0, '', '', 0, 0, ''),
(85, 0, 1, '2016-04-19 18:57:33', 1, 85, 0, 0, 0, 'Blade Servers', '', '', 'Blade Servers', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/blade-servers.jpg', 'One infrastructure, with one management platform.<br />That’s the Power of One.', '231|-||*|234|-|', 0, '', '', 'Unsure what is the most effective and optimized IT infrastructure for your strategic enterprise goals?', 0, '', '', 0, 0, ''),
(86, 0, 1, '2016-04-19 18:57:37', 1, 86, 0, 0, 0, '', '', '', 'Modular Servers', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/modular-servers.jpg', 'More Compute, Less Space', '231|-||*|235|-|', 0, '', '', 'Unsure what is the most effective and optimized IT infrastructure for your strategic enterprise goals?', 0, '', '', 0, 0, ''),
(87, 0, 1, '2016-04-19 18:57:41', 1, 87, 0, 0, 0, '', '', '', 'Scalable Enterprise Servers', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/Scalable-Enterprise-Servers.jpg', '', '231|-||*|236|-||*|239|-|', 0, '', '', 'Unsure what is the most effective and optimized IT infrastructure for your strategic enterprise goals?', 0, '', '', 0, 0, ''),
(88, 0, 1, '2016-04-19 18:57:44', 1, 88, 0, 0, 0, '', '', '', 'Fault Tolerant Servers', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-HA-servers.jpg', ' Deliver continuous uptime through its fully redundant modular design', '231|-||*|237|-||*|348|-||*|349|-||*|503|-||*|202|-||*|999|-|', 0, '', '', 'Unsure what is the most effective and optimized IT infrastructure for your strategic enterprise goals?', 0, '', '', 0, 0, ''),
(89, 0, 1, '2016-04-19 18:57:50', 1, 89, 0, 0, 0, '', '', '', 'Scalable Modular Servers', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/enterprise-servers.jpg', 'Ultra High Density Server Optimal for Big Data Analytics in the IoT era', '231|-||*|502|-||*|801|-||*|803|-||*|802|-||*|867|-||*|976|-|', 0, '', '', 'Unsure what is the most effective and optimized IT infrastructure for your strategic enterprise goals?', 0, '', '', 0, 0, ''),
(90, 0, 1, '2016-04-19 18:57:58', 1, 90, 0, 0, 0, '', '', '', 'Slim Tower', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-Server-SlimTower-main.jpg', 'Ultra-Compact & Resilient - Highly reliable single-socket slim tower servers', '', 0, '', '', 'How can our Slim Tower servers change how your organization operates?', 0, '', '', 0, 0, ''),
(91, 0, 1, '2016-04-19 18:58:04', 1, 91, 0, 0, 0, '', '', '', 'SAP HANA', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(92, 0, 1, '2016-04-19 18:58:19', 1, 92, 0, 0, 0, '', '', '', 'DX1000', '', '', '', 'Extreme simplicity; the next step for your Datacenter', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(93, 0, 1, '2016-04-19 18:58:23', 1, 93, 0, 0, 0, '', '', '', 'DX2000', '', '', '', ' Modular servers as a cost-efficient infrastructure platform for hybrid and edge computing applications', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(94, 0, 1, '2016-04-19 18:58:33', 1, 94, 0, 0, 0, '', '', '', 'MasterScope', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/Management-Administration.jpg', 'Business Operation and Management Software Suite', '240|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(95, 0, 1, '2016-04-19 18:58:40', 1, 95, 0, 0, 0, '', '', '', 'EXPRESSCLUSTER', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/ExpressCluster-disasterrecovery.jpg', 'Ultimate Integrated Solution for Business Continuity & Disaster Recovery with High Availability', '201|-||*|202|-||*|242|-||*|350|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(96, 0, 1, '2016-04-19 18:58:45', 1, 96, 0, 0, 0, '', '', '', 'Server Management', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/server-managemenet.jpg', 'The analyzer of everything', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(97, 0, 1, '2016-04-19 18:58:52', 1, 97, 0, 0, 0, '', '', '', 'ESMPRO', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(98, 0, 1, '2016-04-19 18:59:08', 1, 98, 0, 0, 0, '', '', '', 'MA4000 System Management', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/ma4000-mangement2.jpg', 'Improve operations efficiency ', '969|-||*|274|-||*|308|-||*|310|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(99, 0, 1, '2016-04-19 18:59:18', 1, 99, 0, 0, 0, '', '', '', 'MA4000 Expense Management', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/Expense-Management.jpg', '', '857|-||*|858|-||*|859|-||*|860|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(100, 0, 1, '2016-04-19 18:59:31', 1, 100, 0, 0, 0, '', '', '', 'Call Management', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/Mycalls-call-managment.jpg', 'MyCalls - The Complete Call Management Suite', '178|-||*|1351|-||*|1423|-||*|179|-||*|180|-||*|181|-||*|1343|-||*|1435|-||*|1436|-||*|1437|-||*|1438|-||*|1439|-||*|1442|-||*|1443|-||*|1445|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(101, 0, 1, '2016-04-19 18:59:43', 1, 101, 0, 0, 0, '', '', '', 'SigmaSystem Center', '', '', '', '', '241|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(102, 0, 1, '2016-04-19 18:59:55', 1, 102, 0, 0, 0, '', '', '', 'Smart Data Analytics', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/storage-management.jpg', 'Backup with brains smarter protection<br />for your digital enterprise', '203|-||*|245|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(103, 0, 1, '2016-04-19 19:00:10', 1, 103, 0, 0, 0, '', '', '', 'SAN & Scale-Out Grid Storage Solutions', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/data-management-nec.jpg', 'Engineered to deliver high performance, <br />superior scalability, and higher data resiliency', '959|-||*|958|-|', 0, '', '', '1011', 0, '', '', 0, 0, ''),
(104, 0, 1, '2016-04-19 19:00:22', 1, 104, 0, 0, 0, '', '', '', 'M110 SAN Disk Array', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/nec-products-default.jpeg', 'For primary, high capacity secondary or tiered infrastructure', '', 0, '', 'https://www.necam.com/Docs/?id=987d5dd8-6f77-4538-bbe4-b2e95e22150a', 'Struggling to right size your data repositories?', 0, 'Explore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Hardware-M310_350x263.jpeg', 0, 0, ''),
(105, 0, 1, '2016-04-19 19:00:26', 1, 105, 0, 0, 0, '', '', '', 'M310 SAN Disk Array', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/nec-products-default.jpeg', 'For mission critical data centers', '', 0, '', 'https://www.necam.com/Docs/?id=987d5dd8-6f77-4538-bbe4-b2e95e22150a', 'What is the best configuration for your organization?', 0, 'Explore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Hardware-M310_350x263.jpeg', 0, 0, ''),
(106, 0, 1, '2016-04-19 19:00:30', 1, 106, 0, 0, 0, '', '', '', 'M510 SAN Disk Array', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/nec-products-default.jpeg', 'Performance and exceptional scalability', '', 0, '', 'https://www.necam.com/Docs/?id=987d5dd8-6f77-4538-bbe4-b2e95e22150a', 'Which M510 usages would work best for your enterprise?', 0, 'Explore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Hardware-M510_350x263.jpeg', 0, 0, ''),
(107, 0, 1, '2016-04-19 19:00:34', 1, 107, 0, 0, 0, '', '', '', 'M710 SAN Disk Array', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/nec-products-default.jpeg', 'Performance, capability and availability', '', 0, '', 'https://www.necam.com/Docs/?id=987d5dd8-6f77-4538-bbe4-b2e95e22150a', 'Which M710 usages would work best for your enterprise?', 0, 'Explore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Hardware-M710_350x263.jpeg', 0, 0, ''),
(108, 0, 1, '2016-04-19 19:00:38', 1, 108, 0, 0, 0, '', '', '', 'M310F SAN Disk Array ', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/nec-products-default.jpeg', 'High performance all flash storage', '', 0, '', 'https://www.necam.com/Docs/?id=987d5dd8-6f77-4538-bbe4-b2e95e22150a', 'How can NEC strengthen your data management?', 0, 'Explore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Hardware-M310F_350x263.jpg', 0, 0, ''),
(109, 0, 1, '2016-04-19 19:00:41', 1, 109, 0, 0, 0, '', '', '', 'M710F SAN Disk Array', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/nec-products-default.jpeg', 'High performance all flash storage', '', 0, '', 'https://www.necam.com/Docs/?id=987d5dd8-6f77-4538-bbe4-b2e95e22150a', 'What storage efficiencies can NEC help you realize?', 0, 'Explore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Hardware-M710F_350x263.jpeg', 0, 0, ''),
(110, 0, 1, '2016-04-19 19:01:08', 1, 110, 0, 0, 0, '', '', '', 'M-Series Storage Disk Arrays', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-HA-servers.jpg', 'Advanced SAN Storage Solutions', '931|-||*|247|-||*|248|-||*|249|-||*|831|-||*|830|-||*|835|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(111, 0, 1, '2016-04-19 19:01:15', 1, 111, 0, 0, 0, '', '', '', 'HYDRAstor', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(112, 0, 1, '2016-04-19 19:01:23', 1, 112, 0, 0, 0, '', '', '', 'NEC HYDRAstor', 'Why Chose HYDRAstor', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/HYDRAstor-data-management.jpg', 'Optimal performance for long-term data retention', '250|-||*|1171|-||*|844|-||*|782|-||*|781|-||*|1190|-||*|1228|-||*|1287|-||*|1288|-|', 0, '', 'https://www.nec-enterprise.com/documents?id=844&hash=9ac7df8da7b6f7530c877703662cfecdac91b8f8ac28d89e9739e6eaaf3cbfcc', 'What efficiencies can HYDRAstor bring to your long-term data storage?', 0, 'Why Choose HYDRAstor?', '', 0, 0, ''),
(113, 0, 1, '2016-04-19 19:33:17', 1, 113, 0, 0, 0, 'Unified Communications & Collaboration', '', '', '<span>Unified Communications</span> & Collaboration', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nec-unified-communications-solutions.jpg', 'Unify all communication streams and empower your workers', '1205|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(114, 0, 1, '2016-04-19 19:33:25', 1, 114, 0, 0, 0, '', '', '', '<span>Contact</span> Center', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/phones.jpg', 'All-in-one customer experience platforms designed for growth and flexibility', '173|-||*|176|-||*|302|-||*|313|-||*|297|-||*|1424|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(115, 0, 1, '2016-04-19 19:33:35', 1, 115, 0, 0, 0, '', '', '', '<span>Unified Messaging</span> & Voice Mail', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/unified-messaging-voicemail.jpg', 'Helping staff be more productive no matter where they work', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(116, 0, 1, '2016-04-19 19:33:46', 1, 116, 0, 0, 0, '', '', '', 'Emergency Notification', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/emergency-notification.jpg', 'Alarm Notification, Messaging & Location Detection', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(117, 0, 1, '2016-04-25 19:18:42', 1, 119, 0, 0, 0, '', '', '', 'Industry-specific', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/nec-solutions.jpg', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(118, 0, 1, '2016-04-25 19:27:34', 1, 120, 0, 0, 0, 'Small Business Telephone Systems | SME & SMB Phone Systems for Businesses', 'NEC offer the best greatest small business phone systems, providing companies with unified communications and mobility. ', '', 'SMB phone Systems', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/smb-phone-systems.jpg', 'Unified Communications and Mobility for <br />Small and Medium-sized Businesses ', '', 0, '', '', '', 0, '', '', 0, 0, 'Telephone Systems For Small Businesses'),
(336, 0, 1, '2021-03-18 14:59:31', 1, 1461, 1, 0, 0, '', '', '', 'NEC Enterprise Solutions', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(119, 0, 1, '2016-04-26 07:48:33', 1, 121, 0, 0, 0, '', '', '', 'Unified Communications & Collaboration', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(120, 0, 1, '2016-04-26 07:57:22', 1, 122, 0, 0, 0, '', '', '', '<span>Desktop</span> Phones', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/desktop-phones-terminals.jpg', ' Elegantly designed, featured-packed and an intuitive interface that improves the user experience', '1405|-|', 0, '', '', '', 0, '', '', 0, 0, 'Phones & Devices'),
(121, 0, 1, '2016-04-26 08:08:05', 1, 123, 0, 0, 16, '', '', '', 'DT830CG Colour LCD', '<ul><li>Full Colour LCD</li><li>Easy-to-use interfaces</li><li>Soft Keys</li><li>Message Waiting Indicator Light</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-terminals/IP-terminal-dt830cg-right.jpg', 'Elegantly Designed, Feature Packed Desktop Phone', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(122, 0, 1, '2016-04-26 08:08:12', 1, 124, 0, 0, 16, '', '', '', 'DT830G DESI-less Phone', '<ul><li>Full Colour or Gray Scale LCD</li><li>Microphone</li><li>Soft Keys</li><li>Message Waiting Indicator Light</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-terminals/IP-terminal-dt830g-desiless-right.jpg', 'Elegantly Designed, Feature Packed Desktop Phones', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(123, 0, 1, '2016-04-26 08:08:24', 1, 125, 0, 0, 16, '', '', '', 'GT890 SIP Videophone', '<ul><li>Capacitive touch screen</li><li>Android™-based</li><li>7-Way Audio conferencing</li><li>TLS and SRTP security</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/NEC-GT890-native-dialler(left-tilt02).png', 'Integrated video communications solution', '1251|-||*|1338|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(124, 0, 1, '2016-04-26 08:09:33', 1, 126, 0, 0, 16, '', '', '', 'UNIVERGE DT430 DESI-less', '<ul><li>Monochrome LCD</li><li>Self-labelling</li><li>Message Waiting 3 colours</li><li>Backlit keypad</li><li>Adjustable stand - 4 steps</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-terminals/digital/UNIVERGE-DT430-DESI-less.jpg', 'Multi-line desktop telephones with a large grey scale display', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(125, 0, 1, '2016-04-26 11:56:44', 1, 127, 0, 0, 0, '', '', '', 'Wireless Infrastructure', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/wireless-infrastructure.jpg', 'On-site, Off-site & Multi-site wireless communications', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(126, 0, 1, '2016-04-26 13:22:20', 1, 128, 0, 0, 0, '', '', '', 'Servers', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/data-management-nec.jpg', 'Optimize your server resource <br />utilization through virtualization', '', 0, '', '', 'Unsure what is the most effective and optimized IT infrastructure for your strategic enterprise goals?', 0, '', '', 0, 0, ''),
(127, 0, 1, '2016-04-26 15:09:51', 1, 129, 0, 0, 0, '', '', '', 'Software Assurance', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/management/nec-swa-banner.jpg', 'Carefree in every stage of the lifecycle', '222|-||*|977|-||*|1376|-||*|1375|-||*|1377|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(128, 0, 1, '2016-06-14 08:33:43', 1, 151, 0, 0, 0, '', '', '', 'SL1100', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/SL-series-communication.jpg', 'Cost effective, powerful solution for SOHO’s and small business', '510|-||*|265|-||*|919|-||*|1001|-||*|968|-||*|956|-||*|961|-|', 0, '', '', '', 0, '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/sl1100-platform-packshot.jpg', 0, 0, ''),
(129, 0, 1, '2016-06-20 13:02:58', 1, 158, 0, 0, 0, 'Why Choose NEC', '', '', 'Orchestrating a Brighter World', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/NEC-transformational-force.jpg', 'Creating the social value of safety, security, efficiency and equality', '1356|-|', 1, '', '', '', 0, '', '', 0, 0, ''),
(130, 0, 1, '2016-06-20 18:35:46', 1, 162, 0, 2, 0, 'Contact NEC Enterprise Solutions', '', '', 'How may we help you?', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/contact-us.jpg', 'The best ways to reach us', '', 1, '', '', '', 0, '', '', 0, 0, ''),
(131, 0, 1, '2016-06-21 08:04:01', 1, 163, 0, 0, 0, '', '', '', 'Orchestrating a Brighter World', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/cloud/cloud-delivery.jpg', 'Creating social value', '', 1, '', '', '', 0, '', '', 0, 0, ''),
(132, 0, 1, '2016-06-21 09:05:34', 1, 164, 0, 0, 0, '', '', '', 'Solutions for Society', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/cloud/On-Demand-Deployment.jpg', 'Technology advancing human potential and social change', '', 1, '', '', '', 0, '', '', 0, 0, ''),
(133, 0, 1, '2016-06-21 09:31:48', 1, 165, 0, 0, 7, '', '', '', 'Terms of use', '', '', '', '', '', 1, '', '', '', 0, '', '', 0, 0, ''),
(134, 0, 1, '2016-06-21 09:32:27', 1, 166, 0, 0, 7, '', '', '', 'Privacy Policy', '', '', '', '', '', 1, '', '', '', 0, '', '', 0, 0, ''),
(135, 0, 1, '2016-06-21 09:34:22', 1, 167, 0, 0, 7, '', '', '', 'Information Security Statement', '', '', '', '', '', 1, '', '', '', 0, '', '', 0, 0, ''),
(136, 0, 1, '2016-06-21 11:26:21', 1, 168, 0, 0, 0, 'Smart Healthcare', '', '', 'Smart Healthcare ', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/emergency-notification.jpg', 'Smart healthcare providers commit to role-enabled technologies for superior efficiency and patient care', '1040|-||*|924|-||*|305|-||*|315|-||*|326|-||*|328|-||*|828|-||*|829|-||*|269|-||*|1156|-||*|1197|-||*|1351|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(137, 0, 1, '2016-06-23 06:02:08', 1, 169, 0, 0, 0, '', '', '', 'Empowering The Smart Enterprise', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/smart-enterprise/nec-smart-enterprise.jpg', 'Cultivating an environment for competitive efficiencies', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(138, 0, 1, '2016-06-23 07:28:20', 1, 170, 0, 0, 0, '', '', '', 'Declaration of Conformity', '', '', '', '', '', 1, '', '', '', 0, '', '', 0, 0, ''),
(139, 0, 1, '2016-06-23 07:45:00', 1, 171, 0, 0, 0, '', '', '', 'Smart Retail Solutions', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/smart-enterprise/NEC-SmartRetail.jpg', 'Growing in-store business depends on seamlessly meeting customer expectations', '257|-||*|343|-||*|302|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(140, 0, 1, '2016-06-24 13:44:01', 1, 207, 0, 0, 0, '', '', '', 'SAP HANA Offering', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-sap-hana.jpg', 'From Data to Smart Business Value', '804|-||*|805|-||*|239|-||*|833|-||*|834|-||*|835|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(141, 0, 1, '2016-06-26 08:11:54', 1, 208, 0, 0, 0, '', '', '', 'A Recognized Innovator', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/Top-50-Most-Innovative-.jpg', '117 years of technical transformation', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(142, 0, 1, '2016-06-26 09:00:51', 1, 209, 0, 0, 10, '', '', '', 'A More Responsive Enterprise', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/business-agility-enterprise.jpg', 'Powerful tools that enrich the user experience', '', 0, '127|-||*|37|-||*|113|-|', '', '', 0, '', '', 0, 0, ''),
(143, 0, 1, '2016-06-26 09:36:03', 1, 210, 0, 0, 10, '', '', '', 'Collaborative Communities', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/collaborative-communities.jpg', 'Fostering alliances across and beyond boundaries', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(144, 0, 1, '2016-06-26 09:53:15', 1, 211, 0, 0, 10, '', '', '', 'Cloud Delivery', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/cloud-delivery-banner.jpg', 'Achieving the promise of cloud computing', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(145, 0, 1, '2016-06-26 10:06:10', 1, 212, 0, 0, 10, '', '', '', 'Assured Services', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/assured-services.jpg', 'Designed for continuity', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(146, 0, 1, '2016-06-26 10:11:35', 1, 213, 0, 0, 10, '', '', '', 'Contextual Analysis', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/Contextual-Analysis.jpg', 'Convert data into intelligence for a data-driven enterprise', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(147, 0, 1, '2016-06-26 10:16:53', 1, 214, 0, 0, 10, '', '', '', 'Smart Workspace', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/smart-workspace.jpg', 'Free employees from conventional constraints', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(148, 0, 1, '2016-06-26 10:20:37', 1, 215, 0, 0, 10, '', '', '', 'Open Philosophies', '', '', '', 'The power of co-operation and co-creation', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(149, 0, 1, '2016-06-26 10:25:27', 1, 216, 0, 0, 10, '', '', '', 'Software Defined Anything', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/Software-Defined-Anything.jpg', 'A value shift towards universal access', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(150, 0, 1, '2016-06-26 10:29:48', 1, 217, 0, 0, 10, '', '', '', 'Holistic Business Continuity', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/Holistic-Business-Continuity.jpg', 'Increased interconnectivity with less risk', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(151, 0, 1, '2016-06-26 10:32:57', 1, 218, 0, 0, 10, '', '', '', 'Safe and Smart Society', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/why-nec/Safe-and-Smart-Society.jpg', 'Using technology for the greater good', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(152, 0, 1, '2016-06-27 11:11:19', 1, 219, 0, 0, 0, 'Smart Hospitality | Hotel Management System', 'The NEC hotel management system is world leading, used by global hotel brands including Hilton Hotels Marriott Hotels. ', '', 'Smart Hospitality', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/smart-hospitality-solutions.jpg', 'Get started with Smart Hospitality with<br />this free and informative brochure', '855|-||*|845|-||*|1003|-||*|1004|-||*|1001|-||*|1380|-||*|1213|-||*|1383|-||*|280|-||*|281|-||*|778|-||*|283|-||*|1214|-||*|1027|-||*|286|-||*|287|-||*|1203|-||*|1384|-||*|1029|-||*|1210|-||*|291|-||*|296|-||*|1196|-||*|924|-||*|1032|-||*|1031|-|', 0, '', 'http://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-206-03_NEC_br_Smart-Hospitality_eng_emea(05-2016).pdf', '', 0, '', '', 0, 0, ''),
(153, 0, 1, '2016-06-29 07:15:17', 1, 224, 0, 0, 2, 'Solutions Partners', '', '', 'Solution Partners', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/contact-us.jpg', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(154, 0, 1, '2016-06-29 07:19:48', 1, 225, 0, 0, 2, '', '', '', 'Find a partner', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(155, 0, 1, '2016-06-29 07:23:59', 1, 226, 0, 5, 2, '', '', '', 'Become a Business Partner', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/become-partner-nec-rocksolid-reasons.jpg', '', '', 1, '', '', '', 0, '', '', 0, 0, ''),
(156, 0, 1, '2016-06-29 07:24:10', 1, 227, 0, 0, 2, '', '', '', 'Partner Portal Login', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/contact-nec2.jpg', '', '', 1, '', '', '', 0, '', '', 0, 0, '');
INSERT INTO `td_page` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `intro`, `contents`, `image`, `subtitle`, `resources`, `contact`, `products_solutions`, `cta_link`, `custom_contact`, `hide_related_content`, `cta_label`, `image_preview`, `crop_image`, `hide_contact_panel`, `seo_group_name`) VALUES
(157, 0, 1, '2016-06-29 08:49:20', 1, 228, 0, 0, 0, '', '', '../products/SMB-Phone-Systems', 'SMB', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(158, 0, 1, '2016-06-29 08:50:23', 1, 229, 0, 0, 0, 'Smart Government', '', '', 'Smart Government', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/fixed-mobile-convergence.jpg', 'Helping Government to serve the citizen', '1228|-||*|308|-||*|312|-||*|348|-||*|827|-||*|1291|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(159, 0, 1, '2016-06-29 08:58:19', 1, 230, 0, 0, 0, 'Smart Education', '', '', 'Smart Education', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/nec-3c-education.jpg|*|https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/education/nec-higher-education.jpg', 'A lifetime of learning - anywhere, anytime', '344|-||*|330|-||*|336|-||*|335|-||*|1026|-|', 0, '', '', 'What academic advances could you achieve with our help?', 0, '', '', 0, 0, ''),
(160, 0, 1, '2016-06-29 12:12:08', 1, 351, 0, 0, 0, '', '', '', 'Smart Finance', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/financial-services.jpg', 'Bringing the Personal Touch to Financial Services', '346|-||*|350|-||*|342|-||*|895|-||*|892|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(161, 0, 1, '2016-07-05 07:56:11', 1, 779, 0, 0, 0, '', '', '', 'EULA - End-user Licence Agreements (software)', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(165, 0, 1, '2016-07-06 18:02:38', 1, 807, 0, 0, 0, '', '', '', 'Ultracare support contact info and Ultracare t&c', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(163, 0, 1, '2016-07-05 13:45:06', 1, 784, 0, 0, 0, 'Office Locations NEC Enterprise Solutions', '', '', 'Office Locations', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/contact-us.jpg', '', '1356|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(164, 0, 1, '2016-07-06 17:58:33', 1, 806, 0, 0, 0, '', '', '', 'Support', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(166, 0, 1, '2016-08-02 15:41:20', 1, 841, 0, 0, 0, '', '', '', 'test ', 'test', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(167, 0, 1, '2016-08-03 09:18:31', 1, 842, 0, 0, 0, '', '', '', 'test', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(168, 0, 1, '2016-08-03 09:21:19', 1, 843, 0, 0, 0, '', '', '', 'test', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(169, 0, 1, '2016-08-17 08:55:07', 1, 846, 0, 0, 0, '', '', 'products/UNIVERGE-SV9100-19', 'InGuard - Toll Fraud Defence', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(170, 0, 1, '2016-08-17 08:55:32', 1, 847, 0, 0, 0, '', '', 'products/UNIVERGE-SV9100-19', 'WebRTC', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(171, 0, 1, '2016-08-17 09:18:27', 1, 848, 0, 0, 0, '', '', '', 'Cloud Platform for Iaas', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/nec-datacenter.jpg', 'Minimize System Management Costs', '849|-||*|850|-||*|853|-|', 0, '', '', '', 1, '', '', 0, 0, ''),
(172, 0, 1, '2016-08-17 12:07:27', 1, 851, 0, 0, 0, '', '', '', 'UC Connector', 'Download brochure', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/NEC-uc-connector-skype.jpg', 'Bringing out the best of NEC and Microsoft', '852|-|', 0, '', 'https://www.nec-enterprise.com/documents?id=852&hash=e1f33605277a269b326ddedb47175cc0b9745b3cb89a2238bd5688fb87597c34', '', 0, '', '', 0, 0, ''),
(173, 0, 1, '2016-08-31 11:26:54', 1, 862, 0, 0, 0, '', '', '', 'Where We\'ll Be Next', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/nec-events.jpg', 'Connect with us at an upcoming event', '', 0, '', '', '863', 1, '', '', 0, 0, ''),
(174, 0, 1, '2016-08-31 12:42:35', 1, 864, 0, 0, 13, 'Join NEC at GITEX Technology Week | 6 - 10 October 2019', '', '', 'Co-creating the Future through Digital Transformation', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/dubai-2018.jpg', '', '', 0, '', '', '865', 0, '', '', 0, 0, ''),
(175, 0, 1, '2016-09-02 09:23:15', 1, 866, 0, 0, 0, '', '', '', 'High availability', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/high-availability.jpg', 'Safeguarding the enterprise from <br> detrimental disruptions', '1152|-|', 0, '', '', 'Looking to ensure the reliability of your mission-critical functions?', 0, '', '', 0, 0, ''),
(176, 0, 1, '2016-09-08 11:48:26', 1, 868, 0, 0, 0, '', '', '', 'ISO Certification', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(177, 0, 1, '2016-10-04 14:35:03', 1, 891, 0, 15, 0, '', '', '', 'Smart Marketing Webinar', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/contact-nec3.jpg', 'Better Marketing = Better Sales!', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(178, 0, 1, '2016-10-11 15:13:06', 1, 900, 0, 0, 0, '', '', '', 'InReports', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/UNIVERGE-sv9000.jpg', 'Call management made simple', '968|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(179, 0, 1, '2016-10-17 14:17:17', 1, 902, 0, 16, 0, '', '', '', 'Infosecurity, Storage Expo and The Tooling Event 2016', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/data-security.jpg', 'Registreer vandaag voor gratis toegangsbewijs!', '', 1, '', '', '', 0, '', '', 0, 0, ''),
(180, 0, 1, '2016-10-27 14:07:35', 1, 905, 0, 0, 0, '', '', '', 'Clock change instructions', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/clock-change.jpg', 'NEC systems SL1000, SL1100, SV8100 and SV9100', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(181, 0, 1, '2016-10-27 14:39:11', 1, 906, 0, 0, 0, '', '', '', 'Clock Change Instructions', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/SMB-phone-systems.jpg', 'NEC systems SL1000, SL1100, SV8100 and SV9100', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(182, 0, 1, '2016-11-14 13:07:19', 1, 910, 0, 17, 0, '', '', '', 'UNIVERGE SV9100 Questionnaire', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/UNIVERGE-sv9000.jpg', 'Hosted solutions vs NEC\'s SV9100', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(183, 0, 1, '2016-11-23 15:39:42', 1, 916, 0, 18, 0, '', '', '', 'Smart Rewards', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/smart-rewards.jpg', 'The more you offer & sell, the more you make', '', 1, '', '', '', 1, '', '', 0, 0, ''),
(184, 0, 1, '2017-01-09 11:11:30', 1, 934, 0, 0, 0, '', '', '', 'WEEE', '', '', '', 'Product Disposal', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(185, 0, 1, '2017-01-19 10:54:23', 1, 950, 0, 19, 0, '', '', '', 'Smart Rewards confirmation', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/events/smart-rewards.jpg', 'The more you offer & sell, the more you make', '', 1, '', '', '', 1, '', '', 0, 0, ''),
(186, 0, 1, '2017-03-24 14:53:32', 1, 978, 0, 0, 0, '', '', '', 'DX2000 Scalable Modular Platform for Data-Intensive Applications ', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/dx2000-wp.JPG', '', '976|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(187, 0, 1, '2017-06-08 08:41:47', 1, 1014, 0, 0, 0, '', '', '', 'HS8-5000 Global Dedupe Backup Storage', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/storage-management.jpg', 'Scale-out global deduplication storage for backup and archiving', '844|-||*|782|-||*|781|-||*|1288|-||*|1287|-||*|1190|-||*|1228|-|', 0, '', 'https://www.necam.com/docs/?id=dcb67490-2973-443a-b81c-13c6600f4627', 'How can HYDRAstor HS8-5000 transform the way you handle data?', 0, 'Explore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor-HS8-5000_350x263.jpg', 0, 0, ''),
(188, 0, 1, '2017-06-08 08:42:32', 1, 1015, 0, 0, 0, '', '', '', 'HS6-5000A Scale-Out Archive Storage', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/data-management-nec.jpg', 'Scale-out grid storage for archive and long-term data', '', 0, '', 'https://www.necam.com/docs/?id=7b704cd0-4a46-4ed9-91ab-3f293e5c1969', 'How can the HYDRAstor HS6-5000A transform your long-term data?', 0, 'Explore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor-HS6-5000A_350x263.jpg', 0, 0, ''),
(189, 0, 1, '2017-06-08 09:10:47', 1, 1016, 0, 0, 0, '', '', '', 'HS3-510 Backup Storage-SMB/Remote', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/blade-servers.jpg', 'Inline deduplication storage for small or medium enterprises and remote locations', '', 0, '', 'https://www.necam.com/docs/?id=e88ac738-eacc-4106-a5d3-7c7747480b48', 'How can the HYDRAstor HS3-510 improve your remote capabilities?', 0, 'Explore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor-HS3-510_350x263.jpg', 0, 0, ''),
(190, 0, 1, '2017-06-08 09:18:10', 1, 1017, 0, 0, 0, '', '', '', 'HYDRAstor HS Virtual Appliance (VA)', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/tower-servers.jpg', 'Universal deduplication storage in virtualized environment', '1023|-|', 0, '', '', '1011', 0, '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-HYDRAstor-va-logo.jpg', 0, 0, ''),
(191, 0, 1, '2017-06-08 09:18:18', 1, 1018, 0, 0, 0, '', '', '', 'RepliGrid Software', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/nec-products-default.jpeg', 'WAN-optimized replication for disaster recovery and business continuity', '', 0, '', 'WAN-optimized replication for disaster recovery and business continuity', 'What immediate benefits could be realized with HYDRAstor RepliGrid?', 0, 'Explore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor-SoftwareLogo_350x263.jpg', 0, 0, ''),
(192, 0, 1, '2017-06-08 09:18:41', 1, 1019, 0, 0, 0, '', '', '', 'Advanced Data Services Software', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/nec-products-default.jpeg', 'Advanced integration for backup and archive applications', '', 0, '', 'https://www.necam.com/docs/?id=433ad9c1-5ca0-44ff-8b74-54b0e9706e32', 'What backup and archival efficiencies can Advance Data Services deliver? ', 0, 'Explore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor-SoftwareLogo_350x263.jpg', 0, 0, ''),
(193, 0, 1, '2017-06-08 09:18:51', 1, 1020, 0, 0, 0, '', '', '', 'HYDRAlock Software', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/nec-products-default.jpeg', 'Effortless compliance data management with write-once, read many', '', 0, '', 'http://www.necam.com/docs/?id=b933828d-c478-4c56-a5ec-5dc23d68e7f3', '', 0, 'Explore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor-SoftwareLogo_350x263.jpg', 0, 0, ''),
(194, 0, 1, '2017-06-08 09:19:06', 1, 1021, 0, 0, 0, '', '', '', 'Encryption At Rest Software', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/nec-products-default.jpeg', 'Inline encryption for long-term data', '', 0, '', 'https://www.necam.com/docs/?id=5d645539-7e45-4ce8-b5e2-1dc9c543bff8', 'What encryption improvement could Encryption At Rest provide your organization?', 0, 'Explore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hydrastor/NEC-Storage-HYDRAstor-SoftwareLogo_350x263.jpg', 0, 0, ''),
(195, 0, 1, '2017-06-08 10:56:18', 1, 1022, 0, 0, 0, '', '', '', 'M Series Software', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/nec-products-default.jpeg', 'Customization through bundling', '', 0, '', 'https://www.necam.com/docs/?id=0d9ef7a7-f935-4909-b6bb-20a47b3d7323', '', 0, 'Explore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Software_350x263.jpg', 0, 0, ''),
(196, 0, 1, '2017-06-13 10:07:53', 1, 1024, 0, 0, 0, '', '', '', 'Smart Manufacturing', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/manufacturing/manufacturing-warehouse.jpg', 'Putting technology to work to move manufacturers forward', '1033|-||*|1034|-||*|999|-||*|1211|-||*|1271|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(197, 0, 1, '2017-06-15 07:21:21', 1, 1035, 0, 0, 0, '', '', '', 'NIAS - NEC Information Assessment System', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/nec-nias-system.jpg', 'Streamlining File Server Data and Enhancing Security', '1036|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(198, 0, 1, '2017-06-16 11:01:43', 1, 1037, 0, 21, 0, '', '', '', 'Hosted vs On-Premises Communications in Hospitality', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/smart-hospitality.jpg', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(199, 0, 1, '2017-07-04 14:31:24', 1, 1044, 0, 0, 0, '', '', '', 'NEC and Fox-IT provide joint solution to prevent cyber-attacks', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/NEC-and-Fox-IT-solution-preventing-cyber-attacks.jpg', 'NEC Express5800/R110 Server fully certified for Fox DataDiode Appliance', '', 0, '', 'https://www.nec-enterprise.com/newsroom/Press-releases/NEC-and-Fox-IT-provide-joint-solution-to-prevent-cyber-attacks-1043', '', 0, '', '', 0, 0, ''),
(200, 0, 1, '2017-07-14 08:17:21', 1, 1049, 0, 0, 0, '', '', '', 'Tape Storage Solutions', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/modular-servers.jpg', 'Backup & Archive Made Easy', '1050|-||*|1051|-||*|1052|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(201, 0, 1, '2017-08-23 13:36:59', 1, 1058, 0, 22, 0, '', '', '', '<span style=\"color:#112e5c\">Système de communication SL2100</span><br />L’excellence intégrée', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sl2100/NEC-sl2100-emea.jpg', 'Des communications intelligentes de 5 à 100+ utilisateurs', '', 0, '', '', '', 0, 'Des communications intelligentes de 5 à 100+ utilisateurs', '', 0, 0, ''),
(202, 0, 1, '2017-09-05 07:57:06', 1, 1062, 0, 0, 0, 'SL2100 - NEC SL2100 Enterprise Solutions with Data Sheet & Brochure', 'The NEC SL2100 is an intelligent, cost-effective communications system offering SMB’s enterprise-grade UCC and mobility. ', '', 'UNIVERGE SL2100', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/NEC-sl2100-emea.jpg', 'Cost-effective Phone System for SMBs with enterprise-grade UCC and mobility', '1396|-||*|1200|-||*|1293|-||*|1266|-||*|956|-||*|968|-||*|1001|-||*|1002|-||*|182|-||*|178|-||*|1343|-||*|181|-||*|180|-|', 0, '', 'https://www.necsl2100.com', '', 0, 'Visit www.necsl2100.com', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/sl2100-packshot.jpg', 0, 0, 'Business Communications'),
(203, 0, 1, '2017-09-12 13:41:05', 1, 1065, 0, 23, 0, 'Meet the expert at GITEX 2017', '', '', 'Meet the expert at GITEX 2017', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/meet-the-expert-gitex.jpg', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(204, 0, 1, '2017-09-19 14:31:10', 1, 1066, 2, 0, 0, '', '', '', 'Comunicazioni Unificate & Collaborazione', '', '', '', 'Unisce tutti i flussi di comunicazione e rafforza i tuoi dipendenti', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(247, 0, 1, '2017-09-25 13:42:06', 1, 1117, 2, 0, 0, '', '', '', 'Sanità Smart ', '', '', '', 'I fornitori di Smart Healthcare si impegnano a fornire tecnologie per una maggiore efficienza e assistenza ai pazienti ', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(206, 0, 1, '2017-09-25 09:07:02', 1, 1069, 0, 0, 0, 'Business Phone Systems for Small to Global Entities | SMB Remote Contact Center Solutions', 'A global leader providing Communication & IT Solutions to small, medium & large businesses. Phone systems, video collaboration, home working, contact centers and more.', '', 'NEC Enterprise Solutions', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(208, 0, 1, '2017-09-25 09:40:38', 1, 1078, 2, 0, 0, '', '', '', 'UNIVERGE 3C', '', '', '', 'Trasforma il modo di comunicare, collaborare e servire i tuoi clienti', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(209, 0, 1, '2017-09-25 09:47:46', 1, 1079, 2, 0, 0, '', '', '', 'UNIVERGE Business ConneCT', '', '', '', 'Unifica tutti i flussi di comunicazione e rafforza il tuo business!', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(210, 0, 1, '2017-09-25 09:50:11', 1, 1080, 2, 0, 0, '', '', '', 'Contact Center', '', '', '', 'La piattaforma che migliora l’esperienza dei tuoi clienti', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(211, 0, 1, '2017-09-25 09:55:25', 1, 1081, 2, 0, 0, '', '', '', 'Messaggistica Unificata e Casella vocale', '', '', '', 'Aiuta il personale ad essere più produttivo indipendentemente da dove lavora', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(212, 0, 1, '2017-09-25 09:59:57', 1, 1082, 2, 0, 0, '', '', '', 'UNIVERGE UM8000', '', '', '', 'Messaggistica unificata per UNIVERGE® SV8000', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(213, 0, 1, '2017-09-25 10:02:10', 1, 1083, 2, 0, 0, '', '', '', 'UNIVERGE UM8700', '', '', '', 'Aiuta le aziende a raggiungere molto di più in molto meno tempo', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(214, 0, 1, '2017-09-25 10:03:46', 1, 1084, 2, 0, 0, '', '', '', 'UNIVERGE UM4730', '', '', '', 'Sistema di messaggistica unificata basato su PC', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(216, 0, 1, '2017-09-25 10:13:57', 1, 1086, 2, 0, 0, '', '', '', 'Sistemi telefonici per PMI', '', '', '', 'Comunicazioni unificate e mobilità per le piccole e medie imprese', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(217, 0, 1, '2017-09-25 10:16:33', 1, 1087, 2, 0, 0, '', '', '', ' UNIVERGE SV9100', '', '', '', 'La colonna portante della tua azienda', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(218, 0, 1, '2017-09-25 10:28:39', 1, 1088, 2, 0, 0, '', '', '', 'Sl2100', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(219, 0, 1, '2017-09-25 10:28:57', 1, 1089, 2, 0, 0, '', '', '', 'SL1000', '', '', '', 'Soluzione economica e potente per piccole imprese', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(220, 0, 1, '2017-09-25 10:36:02', 1, 1090, 2, 0, 0, '', '', '', 'SL1100', '', '', '', 'Soluzione economica e potente per piccole imprese', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(221, 0, 1, '2017-09-25 11:14:36', 1, 1091, 2, 0, 0, '', '', '', 'Piattaforme Software', '', '', '', 'Piattaforme di comunicazione che supportano UC&C, contact centers e SIP sia on premise che in cloud o entrambe', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(222, 0, 1, '2017-09-25 11:18:12', 1, 1092, 2, 0, 0, '', '', '', 'UNIVERGE SV9300', '', '', '', 'Rendi smart la tua impresa ', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(223, 0, 1, '2017-09-25 11:21:42', 1, 1093, 2, 0, 0, '', '', '', 'UNIVERGE SV9500', '', '', '', 'Transform to a Hybrid Infrastructure', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(224, 0, 1, '2017-09-25 11:25:28', 1, 1094, 2, 0, 0, '', '', '', 'iS3000 Mediagateway', '', '', '', 'Salvaguarda il tuo investimento', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(225, 0, 1, '2017-09-25 11:28:36', 1, 1095, 2, 0, 0, '', '', '', 'Terminali Desktop', '', '', '', 'Elegante design e un\'interfaccia intuitiva che migliora l\'esperienza dell\'utente', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(226, 0, 1, '2017-09-25 11:30:11', 1, 1096, 2, 0, 0, '', '', '', 'Portatili DECT ', '', '', '', 'Portatili di ultima generazione per telefonate e messaggi in mobilità all’interno degli uffici', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(227, 0, 1, '2017-09-25 11:35:52', 1, 1097, 2, 0, 0, '', '', '', 'Servers', '', '', '', 'Ottimizza l\'utilizzo delle risorse del tuo server attraverso la virtualizzazione', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(228, 0, 1, '2017-09-25 11:38:15', 1, 1098, 2, 0, 0, '', '', '', 'Server Tower', '', '', '', 'Rapporto qualità/prezzo ideale per le piccole e medie imprese smart', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(229, 0, 1, '2017-09-25 11:39:44', 1, 1099, 2, 0, 0, '', '', '', ' Server Rack', '', '', '', ' Alte prestazioni, efficienza energetica per piccole e grandi imprese smart o data center aziendali', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(230, 0, 1, '2017-09-25 11:41:36', 1, 1100, 2, 0, 0, '', '', '', 'Blade Servers', '', '', '', 'Una infrastruttura, con una piattaforma di gestione. That’s the Power of One.', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(231, 0, 1, '2017-09-25 11:43:56', 1, 1101, 2, 0, 0, '', '', '', 'Server Modulari', '', '', '', 'Più potenza di calcolo, meno spazio ', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(232, 0, 1, '2017-09-25 11:46:59', 1, 1102, 2, 0, 0, '', '', '', 'Server Modulari Scalabili', '', '', '', ' Server ad ultra densità ottimali per l’analisi dei big data nell’era dell’IoT', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(233, 0, 1, '2017-09-25 11:48:25', 1, 1103, 2, 0, 0, '', '', '', 'Server Scalabili', '', '', '', ' Elevate prestazioni, scalabilità e affidabilità', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(234, 0, 1, '2017-09-25 11:49:47', 1, 1104, 2, 0, 0, '', '', '', 'Server Fault Tolerant', '', '', '', 'Forniscono una disponibilità continua grazie al design modulare completamente ridondante', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(235, 0, 1, '2017-09-25 11:53:19', 1, 1105, 2, 0, 0, '', '', '', 'SAN & Scale-out grid Storage Solution', '', '', '', 'Progettato per fornire alte performance, scalabilità superiore e maggiore data resiliency', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(236, 0, 1, '2017-09-25 12:09:00', 1, 1106, 2, 0, 0, '', '', '', ' Gamma Storage M-Series ', '', '', '', ' Soluzioni di Storage SAN', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(237, 0, 1, '2017-09-25 12:19:28', 1, 1107, 2, 0, 0, '', '', '', 'HYDRAstor', '', '', '', 'Prestazioni ottimali per la conservazione dei dati a lungo termine', '', 0, '', 'https://www.nec-enterprise.com/documents?id=844&hash=9ac7df8da7b6f7530c877703662cfecdac91b8f8ac28d89e9739e6eaaf3cbfcc', '', 0, 'Perchè HYDRAstor?', '', 0, 0, ''),
(238, 0, 1, '2017-09-25 12:27:11', 1, 1108, 0, 0, 0, '', '', '', 'NEC TaaN', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/nec-tape-as-a-nas.jpg', '', '1052|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(239, 0, 1, '2017-09-25 12:27:16', 1, 1109, 2, 0, 0, '', '', '', 'NEC TaaN', '', '', '', 'Tape as a Nas', '', 0, '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC%20TaaN%20(Ita).pdf', '', 0, 'Scarica la brochure!', '', 0, 0, ''),
(242, 0, 1, '2017-09-25 12:39:34', 1, 1112, 0, 0, 0, '', '', '', 'NEC SworM', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/nec-sworm.jpg', '', '1051|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(243, 0, 1, '2017-09-25 12:39:39', 1, 1113, 2, 0, 0, '', '', '', 'NEC SworM', '', '', '', 'Conservazione sicura dei dati sensibili', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(240, 0, 1, '2017-09-25 12:36:29', 1, 1110, 0, 0, 0, '', '', '', 'Smart Storage Solution', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/blade-servers.jpg', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(241, 0, 1, '2017-09-25 12:37:17', 1, 1111, 2, 0, 0, '', '', '', 'Smart Storage Solution', '', '', '', 'Le Smart Storage Solution di NEC sono appliance in grado di adattarsi ad ogni tipo di azienda di tutte le dimensioni', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(244, 0, 1, '2017-09-25 12:42:42', 1, 1114, 0, 0, 0, '', '', '', 'NEC Cloud Gatawey', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/nec-cloud-gateway.jpg', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(245, 0, 1, '2017-09-25 12:42:47', 1, 1115, 2, 0, 0, '', '', '', 'NEC Cloud Gatawey', '', '', '', 'Integra la tua l\'infrastruttura IT all\'interno del cloud in un solo clic!', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(246, 0, 1, '2017-09-25 13:13:56', 1, 1116, 2, 0, 0, '', '', '', 'Software Defined Networking per le Imprese', '', '', '', 'Semplice. Scalabile. Aperto.', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(248, 0, 1, '2017-09-25 13:45:04', 1, 1118, 2, 0, 0, '', '', '', 'Settore Alberghiero Smart', '', '', '', '', '', 0, '', 'http://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-206-03_NEC_br_Smart-Hospitality_eng_emea(05-2016).pdf', '', 0, 'Scarica la brochure', '', 0, 0, ''),
(249, 0, 1, '2017-09-25 14:05:44', 1, 1119, 0, 0, 0, '', '', '', 'Defense', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/defense-mobile-data-center.jpg', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(250, 0, 1, '2017-09-25 14:05:48', 1, 1120, 2, 0, 0, '', '', '', 'Difense', '', '', '', 'Data Center Campale Mobile', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(251, 0, 1, '2017-09-25 14:18:53', 1, 1121, 2, 0, 0, '', '', '', 'Piccole e medie imprese', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(252, 0, 1, '2017-09-25 14:19:52', 1, 1122, 2, 0, 0, '', '', '', 'Orchestrating a Brighter World', '', '', '', 'Per creare valore sociale di sicurezza, efficienza e uguaglianza', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(253, 0, 1, '2017-09-25 14:43:59', 1, 1123, 2, 2, 0, '', '', '', 'Possiamo aiutarti?', '', '', '', ' Il modo migliore per raggiungerci', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(254, 0, 1, '2017-09-26 07:46:23', 1, 1125, 2, 0, 0, '', '', '', 'Contatti', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(255, 0, 1, '2017-09-26 07:59:44', 1, 1126, 2, 0, 0, '', '', '', 'Trova un partner', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(256, 0, 1, '2017-09-26 08:00:32', 1, 1127, 2, 0, 0, '', '', '/partners/Become-a-Business-Partner', 'Become a Business Partner', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(257, 0, 1, '2017-09-26 08:00:39', 1, 1128, 2, 0, 0, '', '', '/partners/Partner-Portal-Login', 'Partner Portal Login', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(258, 0, 1, '2017-10-20 10:39:56', 1, 1132, 0, 0, 0, '', '', '', 'NEC iCall', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/icall.png|*|https://s3.eu-central-1.amazonaws.com/testcassette/nec|*|https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nec-icall-smar', '', '1040|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(259, 0, 1, '2017-10-20 10:56:31', 1, 1133, 0, 0, 0, '', '', '', 'NEC iCall Smart Healthcare Communications', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nec-icall-smart-healthcare.png', 'Why telephony and nurse call should be one system', '1040|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(260, 0, 1, '2017-11-15 10:05:43', 1, 1143, 0, 0, 0, '', '', '', 'Fixed Mobile Convergence - uMobility', 'NEC’s uMobility solution for Fixed Mobile Convergence provides users with a powerful application, making the smartphone a true extension of the enterprise telephony system. Available for a range of mobile devices and combining both mobile and WiFi ne', '', '', 'Integrating enterprise communications with your smartphone', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(261, 0, 1, '2017-11-15 10:12:32', 1, 1144, 0, 0, 0, '', '', '', 'uMobility (FMC)', '', '', '', 'Integrating enterprise communications with your smartphone', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(262, 0, 1, '2017-11-23 09:56:11', 1, 1146, 0, 0, 0, '', '', '', 'Express5800/T110i-S', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/nec-sworm.jpg', 'Temperature tolerant with stress-free manageability', '1148|-||*|1149|-|', 0, '', '', 'How can our Slim Tower servers change how your organization operates?', 0, '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-Servers-SlimTower-Express5800T110i-S.jpg', 0, 0, ''),
(263, 0, 1, '2017-11-23 09:56:28', 1, 1147, 0, 0, 0, '', '', '', 'Express5800/T110h-S', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/rack-servers.jpg', '', '1150|-||*|1151|-|', 0, '', '', 'How can our Slim Tower servers change how your organization operates?', 0, '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/NEC-Servers-SlimTower-Express5800T110h-S.jpg', 0, 0, ''),
(266, 0, 1, '2018-05-28 10:05:25', 1, 1189, 0, 0, 0, '', '', '', 'ST500 Mobile Client', 'Voice & video mobile extension for your smartphone Using your Apple iPhone, iPad and Android smart devices, the ST500 enables your native contact lists to make and receive voice and video calls. Simply connect to WiFi or use your mobile data (3G/4G', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/softphones/ST500-apps.png', 'St500 Smart Mobile Extension for Apple and Android smart devices', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(264, 0, 1, '2017-12-11 07:57:55', 1, 1158, 0, 0, 0, '', '', '', 'The Price of Snow', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/price-of-snow.jpg', 'UC and Collaboration van overcome disruptions', '', 0, '', 'https://www.nec-enterprise.com/products/UC-C', '', 0, 'Empower your employees with Unified Communications', '', 0, 0, ''),
(265, 0, 1, '2017-12-13 09:34:15', 1, 1160, 0, 0, 0, '', '', '', 'QX-S4100 Series PoE Plus Gigabit Ethernet Switches ', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/servers/qx-main.jpg', 'Versatile switches utilized in OpenFlow SDN network environments', '1161|-|', 0, '', 'https://www.nec-enterprise.com/documents?id=1161&hash=b1d3e617963ae08d64d84916e7b388877ec98d5572bfb786d90211bd40326dcd', '', 0, 'datasheet NEC QX-S4100 PoE Gigabit Ethernet Switch', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/NEC-SDN-QX-S4100Series-350x280.jpg', 0, 0, ''),
(267, 0, 1, '2018-06-07 08:58:23', 1, 1191, 0, 0, 0, '', '', '', 'iS3000 Transition', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/nec-is3000-transition.jpg', 'Recharge Your ICT and Transition Your iS3000 System', '', 0, '', '#', '', 0, 'Six Reason for upgrading', '', 0, 0, ''),
(268, 0, 1, '2018-08-02 10:11:54', 1, 1199, 0, 0, 16, '', '', '', 'GT210 SIP Phone', '<ul><li>VoIP calling experience</li><li>Monochrome 132x48 LCD</li><li>Programmable soft keys</li><li>PoE, EHS support</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-terminals/IP-terminal-GT210.jpg', 'Simple SIP phone for small business users', '1198|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(270, 0, 1, '2018-10-30 15:37:35', 1, 1225, 0, 0, 0, '', '', '', 'Data Protection Appliance', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/nakivo-vm-data-protection.jpg', 'Complete Data Protection for virtualized environments with HYDRAstor and NAKIVO VM ', '1287|-||*|1288|-||*|1292|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(269, 0, 1, '2018-09-20 07:50:20', 1, 1215, 0, 0, 0, '', '', '', 'Smart Value Server Bundles', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/data-management-nec.jpg', 'Includes 5 year warranty & remote management', '1216|-||*|1217|-||*|1218|-||*|1219|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(272, 0, 1, '2019-01-22 14:20:10', 1, 1242, 0, 0, 0, '', '', '', 'HyperConverged Infrastructure', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/HyperConverged-Infrastructure.jpg', 'One highly efficient and intelligent turn-key solution', '1246|-||*|1244|-||*|1245|-||*|1275|-|', 0, '', '', 'What efficiencies can your organization realize with NEC IHC?', 0, '', '', 0, 0, ''),
(271, 0, 1, '2018-12-12 10:53:35', 1, 1236, 0, 0, 0, '', '', '', 'M120 SAN Series Disk Array', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/nec-products-default.jpeg', 'Assuring business performance through automatic SLA optimization', '931|-|', 0, '', '', '', 0, '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/m-series/NEC-Storage-MSeries-Hardware-M110_350x263.jpeg', 0, 0, ''),
(273, 0, 1, '2019-01-22 15:03:41', 1, 1243, 0, 0, 0, '', '', '', '<span>Smart</span> WorkSpace', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/workspace/nec-smart-workspace-employees.jpg', 'The Future of Work', '', 0, '', '', '1295', 0, '', '', 0, 0, ''),
(286, 0, 1, '2019-07-16 12:37:11', 1, 1296, 0, 0, 0, '', '', '', '120 Years In Operation', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/NEC-Anniversary_120Years.jpg', '1899 - 2019<br>Excellence, expertise and scalable tactics allowing people to experience richer and more fulfilling lives', '', 1, '', '', '', 0, '', '', 0, 0, ''),
(274, 0, 1, '2019-02-21 16:48:20', 1, 1250, 2, 0, 0, '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, ''),
(275, 0, 1, '2019-02-25 15:01:26', 1, 1254, 0, 0, 0, '', '', '', 'Estate Agents ', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/estate-agents.jpg', 'Delivering communications in a demanding industry', '1412|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(276, 0, 1, '2019-02-26 12:46:12', 1, 1255, 0, 0, 0, 'Industry Specific Communication Solutions | NEC', '', '', 'industry', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(277, 0, 1, '2019-03-21 15:41:38', 1, 1263, 0, 0, 0, '', '', '', 'Sitemap', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(278, 0, 1, '2019-04-03 09:02:00', 1, 1267, 0, 0, 0, '', '', '', 'Solutions', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/smart-workspace-nec.jpg', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(279, 0, 1, '2019-04-03 09:06:25', 1, 1268, 0, 0, 0, '', '', '', 'Products', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/smart-workspace-nec.jpg', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(280, 0, 1, '2019-04-16 11:26:00', 1, 1269, 0, 0, 0, '', '', '', 'SD-WAN', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/software-defined-networking.jpg', 'Software defined WAN management', '', 0, '', '', 'What WAN efficiencies can we bring to your organization?', 0, '', '', 0, 0, ''),
(281, 0, 1, '2019-05-03 14:28:50', 1, 1274, 0, 0, 0, '', '', '', 'HyperConverged Infrastructure ', '', '', '', 'Datacentre in the box', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(282, 0, 1, '2019-05-21 15:28:29', 1, 1277, 2, 0, 0, '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, ''),
(283, 0, 1, '2019-05-27 12:03:58', 1, 1278, 0, 0, 16, '', '', '', 'DECT handset G277', '<ul><li>Lightweight and slimline</li><li>Bright 1.8-inch colour display</li><li>Simple plug-and-play with MicroSD</li><li>Headset and built-in trembler</li><li>High-definition audio</li><li>Rugged belt clip</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/nec-dect-g277.jpg', '', '1280|-||*|917|-||*|1397|-|', 0, '', '', '', 0, 'NEW', '', 0, 0, ''),
(284, 0, 1, '2019-05-27 12:31:03', 1, 1279, 0, 0, 16, '', '', '', 'DECT handset G577', '<ul><li>Lightweight and slimline</li><li>Bright 2-inch hires colour display</li><li>Large SOS-key for personal safety</li><li>Drop resistant design</li><li>IP65</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/IPDECT/nec-dect-g277.jpg', '', '1281|-||*|917|-||*|1397|-|', 0, '', '', '', 0, 'NEW', '', 0, 0, ''),
(285, 0, 1, '2019-06-20 09:34:32', 1, 1289, 0, 0, 0, '', '', '', 'HyperConverged Infrastructure - HCI', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/nec-hci-solutions.jpg', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(287, 0, 1, '2019-07-18 10:59:00', 1, 1298, 0, 0, 16, '', '', '', 'DT920 6/12-button Phone', '<ul><li>Monochrome, 168x41 LCD</li><li>6 & 12-button version</li><li>Multi-colour MWI</li><li>Adjustable stand - 5 steps</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/nec-ip-desktop-phone-dt920-12d-l.jpg', '', '1308|-||*|1307|-|', 0, '', '', '', 0, 'NEW', '', 0, 0, ''),
(288, 0, 1, '2019-07-18 11:09:28', 1, 1299, 0, 0, 16, '', '', '', 'DT920 Self-labeling Phone', '<ul><li>Full colour, 3,5” backlit LCD</li><li>Self-labelling</li><li>Virtual line upgrade from 8 to 16 to 32)</li><li>Multi-colour MWI</li><li>Adjustable stand - 5 steps</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/DT920-8LCGX-PORTAL-MODE-WH-emea-left-96ppi.png', '', '1308|-||*|1307|-|', 0, '', '', '', 0, 'NEW', '', 0, 0, ''),
(289, 0, 1, '2019-07-18 11:13:04', 1, 1300, 0, 0, 16, '', '', '', 'DT930 24-button Colour LCD Phone', '<ul><li>Full colour, 4,3” LCD</li><li>24-key (32 with 8LK key extension unit)</li><li>Multi-colour MWI</li><li><li>Adjustable stand - 5 steps</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/DT930-24CG-NEW-PORTAL-MODE-WH-emea-left-96ppi.png', '', '1308|-||*|1307|-|', 0, '', '', '', 0, 'NEW', '', 0, 0, ''),
(290, 0, 1, '2019-07-18 11:20:26', 1, 1301, 0, 0, 16, '', '', '', 'DT930 Touch IP Desktop Phone 2', '<ul><li>> Full colour 4.3”, 2-point touch panel LCD</li><li>Web-based DSS</li><li>Headset support</li><li>Call History</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-terminals/IP-terminal-DT930-Touch-display.jpg', '', '', 0, '', '', '', 0, 'NEW', '', 0, 0, ''),
(291, 0, 1, '2019-07-23 09:10:49', 1, 1303, 0, 0, 0, '', '', '', 'UNIVERGE Integration Platform (UIP)', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/UNIVERGE-integration-platform.jpg', 'Workflows Simplified', '1324|-|', 0, '', '', '1304', 0, '', '', 0, 0, ''),
(292, 0, 1, '2019-08-13 10:41:24', 1, 1305, 0, 0, 0, '', '', '', 'UNIVERGE SV9100', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/univerge-sv9100-smb-communication-platform.jpg', 'Smart Communications for Small to Medium Sized Enterprises', '183|-||*|184|-||*|1265|-||*|178|-||*|180|-||*|181|-||*|1343|-|', 0, '', '', '', 0, '', '', 1, 0, ''),
(293, 0, 1, '2019-08-16 15:04:27', 1, 1306, 0, 0, 0, '', '', '', 'UNIVERGE DT530', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(295, 0, 1, '2019-08-20 12:37:19', 1, 1315, 0, 0, 0, '', '', '', 'InApps', '', '', '', 'Built in Solutions', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(294, 0, 1, '2019-08-19 12:34:26', 1, 1313, 0, 0, 16, '', '', '', 'UNIVERGE DT530', '<ul><li>Monochrome, 168x58 LCD</li><li>12-button & 24-button version</li><li>Backlit LCD & keypad</li><li>Multi-colour MWI</li><li>Adjustable stand - 5 steps</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/nec-digital-desktop-phone-dt530-12d.jpg', '', '1307|-||*|1308|-|', 0, '', '', '', 0, 'NEW', '', 0, 0, ''),
(297, 0, 1, '2019-08-20 12:38:37', 1, 1317, 0, 0, 0, 'InHotel - Property Management System (PMS)', 'With InHotel, the property management systems and information essential to running a hotel become simpler to access, understand and act on.', '', 'InHotel', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/InHotel-Property-Management-System.jpg', 'A highly flexible Property Management System (PMS)', '1001|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(296, 0, 1, '2019-08-20 12:38:26', 1, 1316, 0, 0, 0, '', '', '', 'InUC', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/NEC-inapps-InUC-Unified-communications.jpg', 'Cost-effective Unified Communications Application', '956|-||*|1424|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(298, 0, 1, '2019-08-20 12:38:48', 1, 1318, 0, 0, 0, '', '', '', 'InReports', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/mycall-Call-Management.jpg', 'Call Management made simple', '968|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(299, 0, 1, '2019-08-20 12:39:14', 1, 1319, 0, 0, 0, '', '', '', 'InGuard', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/inguard-tollfraud-defense.jpg', 'Effective 24/7 Toll Fraud Defence', '1002|-||*|919|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(300, 0, 1, '2019-08-20 12:42:11', 1, 1320, 0, 0, 0, '', '', '', 'UNIVERGE ST500 Smartphone Client', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/UNIVERGE-ST500-Smartphone-Client.jpg', 'Mobile Voice and Video Extension', '1186|-||*|1392|-||*|1393|-||*|1424|-||*|1443|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(314, 0, 1, '2019-10-28 15:06:05', 1, 1349, 0, 0, 16, '', '', '', 'GT890 IP Videophone', '<ul><li>Capacitive touch screen</li><li>Android™-based</li><li>7-Way Audio conferencing</li><li>TLS and SRTP security</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/NEC-GT890-ST500-dialer(tilt02).PNG', 'Integrated video communications solution', '1350|-||*|1307|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(301, 0, 1, '2019-08-21 07:47:51', 1, 1322, 0, 0, 0, '', '', '', 'Achieving Today\'s Highly-Connected Workforce', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/univerge-sv9000-communication-platform.jpg', 'Bringing dynamic connectivity to and beyond the enterprise', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(302, 0, 1, '2019-09-13 07:21:31', 1, 1326, 0, 0, 0, '', '', '', 'InDECT', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nec-indect-application.jpg', 'Empower mobile workers with wireless<br />IP DECT communications', '1327|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(303, 0, 1, '2019-09-19 07:04:53', 1, 1329, 0, 0, 0, '', '', '', 'Front Desk Assistant', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nec-frontdesk-assistent(1).jpg', 'Automated visitor management', '1330|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(304, 0, 1, '2019-09-19 09:05:56', 1, 1331, 0, 0, 0, '', '', '', 'ISDN switch off', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/isdn-cut-off-phone-systems-2025-emea.jpg', 'Are you ready for the end of ISDN?', '1265|-|', 0, '', '', '1332', 0, '', '', 0, 0, ''),
(305, 0, 1, '2019-09-23 08:49:00', 1, 1333, 0, 0, 16, '', '', '', 'SIP Desktop Phones', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/NEC-IP-dekstop-phones.jpg', '', '1338|-||*|1339|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(306, 0, 1, '2019-09-23 10:58:19', 1, 1334, 0, 0, 16, '', '', '', 'DT920/DT920S SIP Phones', '<ul><li>Monochrome, 168x41 backlit LCD</li><li>6 or 12-button</li><li>Multi-colour MWI</li><li>Adjustable stand - 5 steps</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/nec-sip-phone-dt920s-6dgs.png', '', '1338|-||*|1339|-|', 0, '', '', '', 0, 'NEW', '', 0, 0, ''),
(307, 0, 1, '2019-09-23 11:00:59', 1, 1335, 0, 0, 0, '', '', '', 'DT920S SIP Self-labelling', '<ul><li>Full colour, 3,5” backlit LCD</li><li>Self-labelling</li><li>8 viewable lines with support of 32 lines</li><li>Multi-colour MWI</li><li>Adjustable stand - 5 steps</li></ul>', '', '', '', '1338|-||*|1339|-|', 0, '', '', '', 0, 'NEW', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/nec-sip-phone-dt920s-lcgs-self-labelling.png', 0, 0, ''),
(308, 0, 1, '2019-09-23 11:03:17', 1, 1336, 0, 0, 16, '', '', '', 'DT930/DT930S SIP Touch Panel Phone', '<ul><li>Full colour, 4,3” backlit LCD</li><li>Multi-touch, 2 point</li><li>8 viewable lines with support of 32 lines)</li><li>Multi-colour MWI</li><li>Backlit keypad</li><li>Adjustable stand - 5 steps</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/nec-sip-phone-dt930s-tcgs-touchpanel.png', '', '1338|-||*|1339|-|', 0, '', '', '', 0, 'NEW', '', 0, 0, ''),
(309, 0, 1, '2019-10-02 07:59:20', 1, 1341, 0, 0, 0, '', '', '', 'test sip phones', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(310, 0, 1, '2019-10-16 07:22:29', 1, 1344, 0, 0, 0, '', '', '', 'SV9100', '', '', '', '', '', 1, '', '', '', 0, '', '', 0, 0, ''),
(311, 0, 1, '2019-10-16 07:22:39', 1, 1345, 0, 0, 0, '', '', '', 'UNIVERGE 3C', '', '', '', '', '', 1, '', '', '', 0, '', '', 0, 0, ''),
(312, 0, 1, '2019-10-16 07:22:47', 1, 1346, 0, 0, 0, '', '', '', 'SL2100', '', '', '', '', '', 1, '', '', '', 0, '', '', 0, 0, ''),
(313, 0, 1, '2019-10-17 07:28:56', 1, 1347, 0, 0, 0, '', '', '', 'test', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(315, 0, 1, '2019-11-12 14:39:33', 1, 1358, 2, 0, 0, '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, ''),
(316, 0, 1, '2020-01-06 12:25:40', 1, 1364, 0, 0, 0, '', '', '', 'Smart Cruise Solutions', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/smart-cruise-communications.jpg', 'A Luxury guest experience for comfort, quality, safety, reliability and flexibility', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(317, 0, 1, '2020-01-15 16:52:52', 1, 1368, 0, 0, 16, '', '', '', 'DT920 SIP 6-button', '<ul><li>Monochrome, 168x41 LCD</li><li>6-button</li><li>Multi-colour MWI</li><li>Adjustable stand - 5 steps</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/nec-ip-desktop-phone-dt920-6d-l.jpg', '', '', 0, '', '', '', 0, 'NEW', '', 0, 0, ''),
(318, 0, 1, '2020-01-16 08:42:07', 1, 1369, 0, 0, 16, '', '', '', 'DT920/DT920S SIP Self-labelling Phone', '<ul><li>Full colour, 3,5” backlit LCD</li><li>Self-labelling</li><li>Virtual line upgrade from 8 to 16 to 32)</li><li>Multi-colour MWI</li><li>Adjustable stand - 5 steps</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/IP-terminal-DT920-Self-labeling.jpg', '', '1338|-||*|1339|-|', 0, '', '', '', 0, 'NEW', '', 0, 0, ''),
(319, 0, 1, '2020-01-16 09:15:09', 1, 1370, 0, 0, 16, '', '', '', 'DT930 IP Touch Panel Phone', '<ul><li>Full colour, 3,5” backlit LCD</li><li>Touch-screen display</li><li>Self-labelling multiline support</li><li>32 self labelling bi-colour LED line keys (Red, Green)</li><li>Multi-colour MWI</li><li>Adjustable stand - 5 steps</li></ul>', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/desktop-phones/DT930-8TCGX(touch)-PORTAL-MODE-BK-emea-left-96ppi.png', '', '1307|-||*|1308|-|', 0, '', '', '', 0, 'NEW', '', 0, 0, ''),
(320, 0, 1, '2020-02-03 08:58:35', 1, 1378, 0, 0, 0, '', '', '', 'PMS-InConnect', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nec-pms-connect-application.jpg', 'Integrate your hotels’ telephony & PMS', '1380|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(321, 0, 1, '2020-03-03 14:01:11', 1, 1382, 0, 0, 0, '', '', '', 'Succession Planning', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(322, 0, 1, '2016-04-19 18:36:56', 1, 1387, 0, 0, 0, 'UNIVERGE SV9100 - NEC Enterprise Small Business Voip Solutions', 'The SV9100 VoiP phone system is the best phone system for regulating phone traffic within a company. ', '', 'Remote working', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/univerge-sv9100-smb-communication-platform.jpg', 'Smart Communications for Small to Medium sized Enterprises', '183|-||*|184|-||*|919|-||*|178|-||*|182|-||*|1186|-||*|1002|-||*|1001|-||*|968|-||*|956|-||*|181|-||*|1343|-||*|289|-||*|287|-||*|315|-||*|1265|-||*|1351|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(323, 0, 1, '2020-03-17 12:29:41', 1, 1388, 0, 0, 0, 'Remote Contact Center Solutions – Homeworking Video Conferencing', 'Look after your team and your business continuity with NEC’s range of communication solutions for home working and more', '', 'Remote Working', 'Coronavirus: Look after your team and your business continuity with NEC’s range of communication solutions for home working and more', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/remote-working/nec-remote-working-from-home.jpg', 'Are your business operations up and running with the ‘new normal’?', '1186|-||*|937|-||*|1281|-||*|917|-||*|1395|-||*|1396|-|', 0, '', '', '', 0, '', '', 0, 0, '');
INSERT INTO `td_page` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `intro`, `contents`, `image`, `subtitle`, `resources`, `contact`, `products_solutions`, `cta_link`, `custom_contact`, `hide_related_content`, `cta_label`, `image_preview`, `crop_image`, `hide_contact_panel`, `seo_group_name`) VALUES
(324, 0, 1, '2020-03-19 08:42:00', 1, 1390, 0, 0, 0, '', '', '', 'Mobile Extension', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/remote-working/home-working-mobile-extension.jpg', 'PHONE SYSTEM FEATURES FOR YOUR
MOBILE & REMOTE WORKING TEAMS', '1424|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(325, 0, 1, '2020-05-13 10:34:56', 1, 1407, 0, 0, 0, '', '', '', 'InScheduler', 'AUDIO & VIDEO CONFERENCING DASHBOARD SOLUTION', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nec-inscheduler.jpg', 'Conference management made easy', '1410|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(326, 0, 1, '2020-05-13 10:34:56', 1, 1408, 0, 0, 0, '', '', '', 'InSnapshot', 'NEC’S BUILT-IN COLOUR BUSINESS TELEPHONE IMAGE VIEWER', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nec-insnapshot.jpg', 'Built-in colour business telephone image viewer', '1409|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(327, 0, 1, '2020-06-10 06:51:17', 1, 1415, 0, 0, 18, 'UNIVERGE BLUE | Integrated phone system, video conferencing, screen sharing, and messaging for teams big and small', 'A full suite of cloud services ranging from integrated phone system, video conferencing, messaging, and contact center.', '', 'UNIVERGE BLUE', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/UNIVERGE-BLUE-CONNECT-office-phone-sytem.jpg', 'Integrated phone system, video conferencing, screen sharing, and messaging for teams big and small', '', 0, '', '', '1416', 0, '', '', 0, 0, ''),
(328, 0, 1, '2020-06-17 08:38:04', 1, 1417, 0, 0, 0, '', '', '', 'NMC', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(329, 0, 1, '2020-06-19 13:52:26', 1, 1419, 0, 0, 0, '', '', '', 'NEC Meeting Center', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/applications/nec-meeting-center.jpg', 'All-in-One Premise-based Application Suite for Collaboration, Conferencing & Mass Notification', '', 0, '', '', '', 0, 'Download Brochure', '', 0, 0, ''),
(330, 0, 1, '2020-09-24 15:02:01', 1, 1426, 0, 0, 17, '', '', '', '<span>Become a </span>NEC partner today', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/become-a-partner/nec-become-a-partner.jpg|*|https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/become-a-partner/nec-become-a-business-partner-2.jpg', '', '', 0, '1415|-||*|120|-||*|48|-|', '', '1427', 0, '', '', 0, 1, ''),
(331, 0, 1, '2020-10-06 09:56:20', 1, 1431, 0, 0, 0, '', '', '', 'NEC Group Code of Conduct', '', '', '', '', '1432|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(332, 0, 1, '2020-12-09 15:04:33', 1, 1448, 0, 5, 2, 'Panasonic to NEC: 7 Reseller Reasons', '', '', 'PANASONIC TO NEC: 7 RESELLER REASONS', '', '', '', '', '', 0, '', '', '1427', 0, '', '', 0, 1, ''),
(333, 0, 1, '2020-12-10 10:08:20', 1, 1449, 0, 0, 0, 'SDN: Network Operation Engine ', '', '', 'Network Operation Engine', '', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/sdn/nec-network-operation-engine-sdn.jpg', 'Secure, flexible, automated and virtualized network management', '1451|-|', 0, '', '', '', 0, '', '', 0, 0, ''),
(334, 0, 1, '2021-03-15 15:24:31', 1, 1459, 0, 0, 0, '', '', '', 'NEC Enterprise Solutions', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, ''),
(335, 0, 1, '2021-03-17 15:01:32', 1, 1460, 3, 0, 0, 'UNIVERGE SV9100', '', '', 'UNIVERGE SV9100 ', '', '', '', '', '', 0, '', '', '', 0, '', '', 0, 0, '');
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `td_partners`
--
CREATE TABLE `td_partners` (
`entry_id` int(10) NOT NULL,
`position` int(10) NOT NULL,
`status` int(1) NOT NULL DEFAULT '1',
`last_edit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`template_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`language_id` int(11) NOT NULL DEFAULT '0',
`form_id` int(10) NOT NULL,
`stramien_id` int(10) NOT NULL,
`meta_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`meta_desc` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`page_redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`name` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`logo` tinytext COLLATE utf8_unicode_ci,
`address` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`email` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`city` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`description` text COLLATE utf8_unicode_ci,
`lat` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`lng` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`partner_type` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`phone` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`fax` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`website` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`country` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `td_partners`
--
INSERT INTO `td_partners` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `name`, `logo`, `address`, `email`, `city`, `description`, `lat`, `lng`, `partner_type`, `phone`, `fax`, `website`, `country`) VALUES
(289, 0, 1, '2016-07-05 14:50:34', 4, 797, 0, 0, 0, '', '', '', 'Hertek', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/hertek.jpg', 'Industrieterrein Kampershoek, Copernicusstraat 8, 6003 DE', 'info@hertek.nl', 'Weert', NULL, '', '', 'SME Partner Unified Communications', '0495-584111', '', 'http://www.hertek.eu/nl/Contact/Pages/default.aspx', 'The Netherlands'),
(290, 0, 1, '2016-07-05 14:56:18', 4, 798, 0, 0, 0, '', '', '', 'Hertek', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/hertek-logo.png', 'Copernicusstraat 8', 'info@hertek.nl', '6003 DE Weert', NULL, '51.273608', '5.734254', 'SME Partner Unified Communications', '+31 (0)495-58 41 11 ', '+31 (0)495-58 41 33', 'http://www.hertek.eu/', 'Netherlands'),
(23, 0, 1, '2016-07-04 13:56:07', 4, 512, 0, 0, 0, '', '', '', '2007COM - Porto', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/2007COM.jpg', 'Vereda Manuel S Lessa 160, Gueifães', '', '4470-080 MAIA', NULL, '41.224571', '-8.608613', '', '+351 229437830', '+351 229437839', '', 'Portugal'),
(24, 0, 1, '2016-07-04 13:56:07', 4, 513, 0, 0, 0, '', '', '', '3D Networks (Thailand) Co Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/3DNetworks.jpg', '75/25, 18th Floor, Ocean Tower 2 Building, Sukhumvit 19 (Wattana), Klongtoey Nua, Wattana', 'iassist.thai@planet1world.com', 'BANGKOK 10110', NULL, '13.7245609', '100.493026', 'Enterprise Partner Unified Communications', '+66 2 670 4188', '+66 2 670 4189', '', 'Thailand'),
(25, 0, 1, '2016-07-04 13:56:07', 4, 514, 0, 0, 0, '', '', '', '3D Networks (Vietnam) Co Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/3DNetworks.jpg', '1st Floor, Kicotrans Building, 44-46-48 Bach Dang Street, 2nd Ward, Tan Binh District ', 'phong.ngo@planet1world.com ', 'HO CHI MINH CITY', NULL, '10.814469', '106.671606', 'Enterprise Partner Unified Communications', 'T: +84-28-38233411 | M: +84-903914525 | Mr PHONG Ngo Hoang | Head of Service Delivery & Operations', '+84-28-38243081', 'www.3dnetworks.com', 'Vietnam'),
(26, 0, 1, '2016-07-04 13:56:07', 4, 515, 0, 0, 0, '', '', '', '3D Networks Philippines', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/3DNetworks.jpg', 'Unit 301 The Golden Rock Building, 168 Salcado Street', 'iassist.phil@planet1world.com', 'MAKATI CITY 1229', NULL, '121015458', '14.558054', 'Enterprise Partner Unified Communications', '+63 2 811 8488', '', 'http://www.3dnetworks.com', 'Philippines'),
(27, 0, 1, '2016-07-04 13:56:07', 4, 516, 0, 0, 0, '', '', '', '3D Networks Sdn Bhd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/3DNetworks.jpg', 'C-10-5 Block C, Megan Avenue II, 12 Jalan Yap Kwan Seng', 'iassist.mala@planet1world.com', 'KUALA LUMPUR 50450', NULL, '101.7118685', '3.1623065', 'Enterprise Partner Unified Communications', '+60 3 2167 6888', '+60 3 2161 1860', 'www.3dnetworks.com', 'Malaysia'),
(28, 0, 1, '2016-07-04 13:56:07', 4, 517, 0, 0, 0, '', '', '', '3D Networks Singapore Pte', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/3DNetworks.jpg', '151 Lorong Chuan, #03-05 New Tech Park', 'iassist.sing@planet1world.com', 'SINGAPORE 556741', NULL, '1.3147268', '103.7069341', 'Enterprise Partner Unified Communications', '+65 6723 6888', '+65 6382 0030', 'www.3dnetworks.com', 'Singapore'),
(29, 0, 1, '2016-07-04 13:56:07', 4, 518, 0, 0, 0, '', '', '', 'A.T. Telecom Ltd.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/AT-Telecom.jpg', '108 Athalassas Avenue', '', 'STROVOLOS 2024', NULL, '35.144304', '33.363685', 'SME Partner Unified Communications', '+ 357 22 455666', '', 'www.att.com.cy', 'Cyprus'),
(30, 0, 1, '2016-07-04 13:56:07', 4, 519, 0, 0, 0, '', '', '', 'A.Th. Loizou & Son Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/A Th Loizou Son Ltd-logo.jpg', '21-23 Karpenisiou Street', 'info@athloizou.com.cy / george.kashiouris@athloizou.com.cy', '1077 NICOSIA', NULL, '35.1596131', '33.3679569', 'Reseller - System Integrator Smart IT Solutions', '+357 22 37 47 47', '', 'http://www.athloizou.com.cy/', 'Cyprus'),
(31, 0, 1, '2016-07-04 13:56:07', 4, 520, 0, 0, 0, '', '', '', 'A2L', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/A2L.jpg', '30, Rue de Panicale Bâtiment Colbert ', 'info@a2l.fr', '78320 LA VERRIERE', NULL, '48.7550809', '1.9493220', 'Distributor Smart IT Solutions', '+33 1 30 13 36 00', '+33 1 30 13 36 19', 'http://www.a2l.fr/Produits_Nec.html', 'France'),
(32, 0, 1, '2016-07-04 13:56:07', 4, 521, 0, 0, 0, '', '', '', 'AASA Technologies', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/AASA-Technologies.png', 'The Travel Market Building, M01, Muraqabat Deira', 'info@aasa.ae', 'Dubai', NULL, '25.265115', '55.329120', 'Reseller - System Integrator Smart IT Solutions', '+9714 269 5865', '', 'www.aasatech.ae ', 'United Arab Emirates'),
(33, 0, 1, '2016-07-04 13:56:07', 4, 522, 0, 0, 0, '', '', '', 'AB Telecom Solutions BV', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/AB-Telecom-Solutions.jpg', 'Medelsestraat-Oost 22', 'p.demol@ab-telecom.nl', '4004 LG TIEL', NULL, '51.9094803', '5.4559130', 'SME Partner Unified Communications', '0344 67 20 80', '0344 67 20 81', 'www.ab-telecom.nl', 'Netherlands'),
(34, 0, 1, '2016-07-04 13:56:07', 4, 523, 0, 0, 0, '', '', '', 'ABB', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ABB_Logo.jpg', 'C/ San Romualdo, 13', '', '28037 MADRID', NULL, '40.4386870', '-3.6213860', 'Reseller - System Integrator Smart IT Solutions', '+34 91 581 93 93', '+34 91 754 51 50', 'http://www.abb.es', 'Spain'),
(35, 0, 1, '2016-07-04 13:56:07', 4, 524, 0, 0, 0, '', '', '', 'ABIS', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/abis.png', '133 avenue de Caen', 'commercial@abis-pc.com ', '76530 Grand-Couronne', NULL, '49.3425130', '0.9771150', 'Reseller - System Integrator Smart IT Solutions', '+33 2 35 89 11 00', '', 'www.abis-pc.com', 'France'),
(36, 0, 1, '2016-07-04 13:56:07', 4, 525, 0, 0, 0, '', '', '', 'Abitel Data', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ABITEL.jpg', '6 bldg. - 3, Shchukinskaya str.', 'tc@abitel.ru', 'MOSCOW 123182', NULL, '55.8088929', '37.4827986', 'Distributor NEC Enterprise Solutions Smart Networking', '+7 495 212 13 73', '', 'http://www.abitel.ru', 'Russia'),
(37, 0, 1, '2016-07-04 13:56:07', 4, 526, 0, 0, 0, '', '', '', 'addCIT AB', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/AddCIT.png', 'Kronborgsgränd 1', 'info@addcit.se', '164 46 KISTA', NULL, '59.3981390', '17.9480000', 'NEC Smart Hospitality Partner', '+46 200-11 01 01', '', 'www.addcit.se', 'Sweden'),
(38, 0, 1, '2016-07-04 13:56:07', 4, 527, 0, 0, 0, '', '', '', 'Advance LLC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Advance-E.jpg', 'Zelenkov line, 7A', 'telecom@anw.ru', 'SAINT PETERSBURG 194044', NULL, '59.9717450', '30.3454580', 'SME Distributor Unified Communications', '+7(812) 449 77 75', '+7(812) 449-99-59', 'http://www.univerge360.ru/', 'Russia'),
(39, 0, 1, '2016-07-04 13:56:07', 4, 528, 0, 0, 0, '', '', '', 'Advanced Technology & Computer Systems (AT&C)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/AT&C_10cm_150dpi.jpg', '20 Champollion Str., Azarita', 'amr.elguindy@atandc.com.eg / salesatandc@atandc.com.eg', 'ALEXANDRIA 21131', NULL, '31.198200', '29.919251', 'Reseller - System Integrator Smart IT Solutions', '+20(3) 484 1125 / + (20) 2 516 5365', '', 'www.atandc.com.eg/', 'Egypt'),
(40, 0, 1, '2016-07-04 13:56:07', 4, 529, 0, 0, 0, '', '', '', 'Advantek-Bel communication system LLC', '', 'Dzerzhinsky avenue 131, room 605', 'nec-info@advantek-ss.by', 'MINSK 220025', NULL, '', '', 'SME Distributor Unified Communications', '+375 17 372 28 53', '+375 17 372 28 54', '\"www.nec.by', 'Belarus'),
(41, 0, 1, '2016-07-04 13:56:07', 4, 530, 0, 0, 0, '', '', '', 'Advantek-Bel Communication Systems', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Advantek-Bel Communication Systems.jpg', 'Dzerzhinsky avenue 131 - room 605', 'nec-info@advantek-ss.by', '220045 MINSK', NULL, '53.844324', '27.476010', 'SMB Distributor Unified Communications', '+375 17 372 28 53', '+375 17 372 28 54', 'www.advantek-ss.by', 'Belarus'),
(42, 0, 1, '2016-07-04 13:56:07', 4, 531, 0, 0, 0, '', '', '', 'Advitronics Telecom B.V.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/advitronics2009(MR).jpg', 'Garnizoenstraat 1', '', '5363 VX VELP (NB)', NULL, '51.745549', '5.729519', 'SME Partner Unified Communications', '0486-478888', '', 'http://www.advitronics.nl', 'Netherlands'),
(43, 0, 1, '2016-07-04 13:56:07', 4, 532, 0, 0, 0, '', '', '', 'Al Jaffal Group ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/AlJaffal(300ppi-23cm).jpg', 'Al-Sharafeh St.', 'ibrahim.m.jaffal@jaffalgroup.com', 'AL-BIEREH - RAMALLAH', NULL, '31.9125804', '35.2129622', 'Enterprise Partner Unified Communications', '+970-2-240-5829', '+970-2-240-5837', 'http://www.jaffalgroup.com/', 'Palestine'),
(44, 0, 1, '2016-07-04 13:56:07', 4, 533, 0, 0, 0, '', '', '', 'Al Rostamani Communications LLC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/alRostamani.jpg', 'The Maze Tower, Level 21, Sheikh Zayed Road', 'Cyril.Philips@alrostamanigroup.ae', 'DUBAI', NULL, '25.215988', '55.279218', 'Enterprise Partner Unified Communications', '+971-4-4287557', '', 'http://www.alrostamanigroup.ae/', 'United Arab Emirates'),
(45, 0, 1, '2016-07-04 13:56:07', 4, 534, 0, 0, 0, '', '', '', 'Al Yousuf Computer & Telecommunications LLC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/AlYousufComp-Telecoms.png', 'Al Yousuf Head Office Building, Sheikh Zayed Road (SZR) – Next to YAMAHA Showroom', 'ayctmarketing@alyousuf.com', 'DUBAI', NULL, '25.204849', '55.270783', 'Enterprise Partner Unified Communications', '+971 4 339 0000 / +971 4 509 4000', '', 'http//:www.ayc-me.com', 'United Arab Emirates'),
(46, 0, 1, '2016-07-04 13:56:07', 4, 535, 0, 0, 0, '', '', '', 'Al Brouij Trading Company', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/AlBroujTradingCo(BTC).jpg', 'Hay Al-Jaama, Al-Safa Engineering Complex', 'Email: omar@btc-iq.com', 'BAGHDAD', NULL, '33.312806', '44.361488', 'SME Distributor Unified Communications', '+ 964 7814 280508, +964 7702 887899', '', 'http://www.btc-iq.com', 'Iraq'),
(47, 0, 1, '2016-07-04 13:56:07', 4, 536, 0, 0, 0, '', '', '', 'Al Dawly Co. - Baghdad branch', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/AlDawly.png', 'Sinaa St.', 'm.rawi@dawlygroup.com', 'BAGHDAD', NULL, '', '', 'SME Distributor Unified Communications', '+964 770 398 0740', '', 'www.aldawly-iq.com', 'Iraq'),
(305, 0, 1, '2016-11-17 09:20:14', 4, 913, 0, 0, 0, '', '', '', 'V.D.COM (Voice & Data Communication)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/VDCom(lebanon).png', 'Gergis Bldg., 1st Floor, Chiyah, Al Hayat Hospital Street ', 'sales@vdcomlb.com', 'BEIRUT', NULL, '', '', 'SME Distributor System Integrator Unified Communications ', '+ 961 1 559381', '+ 961 1 559382', 'www.vdcomlb.com', 'Lebanon'),
(48, 0, 1, '2016-07-04 13:56:07', 4, 537, 0, 0, 0, '', '', '', 'Alliance Communication Solutions', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/AllianceCommunicationSolutions.jpg', 'M-26, Musaffah Industrial Area', 'wasti@alliancegulf.com', 'ABU DHABI', NULL, '24.299174', '54.697277', 'Enterprise Partner Unified Communications', '+971-2-5595205', '', '', 'United Arab Emirates'),
(49, 0, 1, '2016-07-04 13:56:07', 4, 538, 0, 0, 0, '', '', '', 'ALSO', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ALSO.jpg', '10, Avenue des Louvresses, ZAC des Louvresses - bat. G3', '', '92230 GENNEVILLIERS', NULL, '48.925525', '2.293275', 'Distributor Smart IT Solutions', '+33 825 74 75 75', '', 'http://alsofrance.fr', 'France'),
(50, 0, 1, '2016-07-04 13:56:07', 4, 539, 0, 0, 0, '', '', '', 'am Computer-Systeme GmbH', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/am.jpg', 'Seilerstrasse 10', 'contact@am-computer.com', '72622 NÜRTINGEN', NULL, '48.635206', '9.348416', 'Reseller - System Integrator Smart IT Solutions', '+49 (0) 7022 / 93 28 00', '', 'http://www.am-computer.com/', 'Germany'),
(51, 0, 1, '2016-07-04 13:56:07', 4, 540, 0, 0, 0, '', '', '', 'American Communication Technologies (T ) Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ACT(American-Communication-Technologies).png', 'Peugeot House, Bibi Titi Mohamed Road / P.O. Box 77307', 'sales@sciafrica.net', 'DAR ES SALAAM', NULL, '-6.792354', '39.208328', 'Enterprise Partner Unified Communications', '+255-22-2198680', '', 'http://www.sciafrica.net', 'Tanzania'),
(52, 0, 1, '2016-07-04 13:56:07', 4, 541, 0, 0, 0, '', '', '', 'Arabian Telecommunications & Electronics Co.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/AT%26E-Olayan.png', 'P.O. Box 2006', 'f.faris@abmsate.com.sa', '11451 RIYADH', NULL, '27.008428', '49.663424', 'SME Partner Unified Communications', '+966-11-478 4909', '+966-11-477 7803', 'www.olayangroup.com', 'Saudi Arabia'),
(53, 0, 1, '2016-07-04 13:56:07', 4, 542, 0, 0, 0, '', '', '', 'Areej Business Systems Co. LLC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Areej.jpg', 'Street No. 46. AI Ghubra', 'raj@abs.co.om', 'MUSCAT', NULL, '23.58589', '58.405923', 'Enterprise Partner Unified Communications', '+968-24492333', '+968-24492669', '', 'Oman'),
(54, 0, 1, '2016-07-04 13:56:07', 4, 543, 0, 0, 0, '', '', '', 'Assono Hungary Telecommunications Ltd.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ASSONO logo.jpg', 'Rákos tér 34.', 'info@assono.hu', 'H-1142 HUNGARY, BUDAPEST', NULL, '47.530907', '19.098608', 'SME Partner Unified Communications', '(+36 1) 801 8500', '', 'www.assono.eu/ - www.assono.hu/ - www.voiplaza.com/en/', 'Hungary'),
(55, 0, 1, '2016-07-04 13:56:07', 4, 544, 0, 0, 0, '', '', '', 'Atronet LLC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/atronet(az).jpg', 'Khodjali ave. 55, AGA Business Center 7th floor', 'info@atro.az', 'AZ1025 BAKU', NULL, '40.409262', '49.867092', '', '+994 12 464 40 50', '', 'www.atro.za', 'Azerbaijan'),
(56, 0, 1, '2016-07-04 13:56:07', 4, 545, 0, 0, 0, '', '', '', 'Backens Systems GmbH', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/BackenS-Claim-rot.jpg', 'Max-Volmer-Straße 14 ', 'Email info@backens-systems.de', 'D-40724 HILDEN', NULL, '51.17132', '6.98101', 'Smart It Solutions Reseller/System Integrator', '+49 (0) 2103 / 789 02 - 0', '', 'www.backenssystems.de', 'Germany'),
(57, 0, 1, '2016-07-04 13:56:07', 4, 546, 0, 0, 0, '', '', '', 'BASE 2', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/base2(pt).jpg', 'Av. Joa Crisostomo 4A, 4B e 4C', 'base2@mail.telepac.pt', '1000-178 LISBOA', NULL, '38.73675', '-9.141244', '', '+3351 21 780 41 00', '', 'http://www.base2.pt/', 'Portugal'),
(58, 0, 1, '2016-07-04 13:56:07', 4, 547, 0, 0, 0, '', '', '', 'Batec', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/BATEC.png', 'P.O. Box 50', 'sales@batec.com.bh', 'MANAMA', NULL, '26.228516', '50.58605', 'Reseller - System Integrator Smart IT Solutions', '+ 973-1774 0400', '', '', 'Bahrain'),
(59, 0, 1, '2016-07-04 13:56:07', 4, 548, 0, 0, 0, '', '', '', 'BMR Turkey', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/BMR.jpg', 'Merkez Mah. Piri Reis Cad. No:52 Kat:3 Çekmeköy taşehir', 'bcetinay@bmrturkey.com', '34782 ISTANBUL', NULL, '40.990714', '29.101261', 'Master Distributor Smart IT Solutions', '+90 216 510 0388', '', 'http://www.bmrturkey.com', 'Turkey'),
(60, 0, 1, '2016-07-04 13:56:07', 4, 549, 0, 0, 0, '', '', '', 'BPR', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/BPR.JPG', 'Kalanchevskaya 10, Building 3', 'info@bpr.su', 'MOSCOW 107078', NULL, '55.770866', '37.651672', 'Distributor NEC Enterprise Solutions Smart Networking', '+7 (495) 956 75 35', '+7 (495) 956 7536', 'http://www.bpr.su', 'Russia'),
(61, 0, 1, '2016-07-04 13:56:07', 4, 550, 0, 0, 0, '', '', '', 'BTC Networks Jordan Ltd.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/BTC(BaudTelecomCompany)Networks.jpg', '4th Floor, 220 Al Madina Al Monawwara St., Al Waha Circle', 'q.jbour@btcjo.com', 'AMMAN 11118', NULL, '31.9917485', '35.8669763', 'Enterprise Partner Unified Communications', '+962 6 5523215', '+962 6 5533216 ', 'http://www.btc-networks.com', 'Jordan'),
(62, 0, 1, '2016-07-04 13:56:07', 4, 551, 0, 0, 0, '', '', '', 'Business Connexion ICT Services Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/BCX_business-connexion.jpg', 'Mansard Place, Plot 927/928, Bishop Aboyade Cole, Victoria Island', 'ashok.kadadi@bcx.co.za', 'LAGOS', NULL, '6.430928', '3.427121', 'Enterprise Partner Unified Communications', '+234-(1)-4489060-69 / +234-(0)-8055096609 / +234-(0)-7087883714', '', 'www.bcx.com.ng', 'Nigeria'),
(63, 0, 1, '2016-07-04 13:56:07', 4, 552, 0, 0, 0, '', '', '', 'C.H.T. Heinemann GmbH', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/cht-heinemann.png', 'Lahnstraße 66 ', 'info@cht-gmbh.de', 'D-57250 NETPHEN', NULL, '50.91146', '8.10586', 'Smart It Solutions Reseller/System Integrator', '+49 (0) 2738 / 30764 - 0', '', 'http://www.cht-gmbh.de', 'Germany'),
(64, 0, 1, '2016-07-04 13:56:07', 4, 553, 0, 0, 0, '', '', '', 'Caporal & Moretti – Qatar WLL', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/caporal-moretti.jpg', 'Ein Khaled Street - Eastern Industrial Area, Al-Wedaein Trading Centre Off. # 7&8 ', 'capmor.qatar@capmor.com', 'DOHA', NULL, '25.256125', '51.483769', 'Reseller - System Integrator Smart IT Solutions', '+974 44582494 / +974 44515001', '+974 44686679', 'http://www.capmor.com/', 'Qatar'),
(65, 0, 1, '2016-07-04 13:56:07', 4, 554, 0, 0, 0, '', '', '', 'Caporal & Moretti W.L.L.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/caporal-moretti.jpg', '125, Corniche du Fleuve, Saphir Immobiliere Sal Building', 'products@capmor.com', 'BEIRUT', NULL, '33.893791', '35.501777', 'Reseller - System Integrator Smart IT Solutions', '+961 1 444555', '+961 1 446688', 'http://www.capmor.com', 'Lebanon'),
(66, 0, 1, '2016-07-04 13:56:07', 4, 555, 0, 0, 0, '', '', '', 'Cenesco GmbH', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/cenesco.jpg', 'Zum Pier 70', 'info@cenesco.de', 'D-44536 LÜNEN', NULL, '51.604927', '7.464606', 'Smart It Solutions Reseller/System Integrator', '+49 (0) 231 / 880834 - 0', '', 'http://www.cenesco.de', 'Germany'),
(67, 0, 1, '2016-07-04 13:56:07', 4, 556, 0, 0, 0, '', '', '', 'Cleopatra Technology WLL', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/cleopatra(2016).jpg', 'P.O. Box 55018, C.R. 35904', 'info@cleopatra-tech.com', 'DOHA', NULL, '25.288020', '51.540763', 'Reseller - System Integrator Smart IT Solutions', '+974 4421 4465', '+974 4498 7663', 'http://www.cleopatra-tech.com/', 'Qatar'),
(68, 0, 1, '2016-07-04 13:56:07', 4, 557, 0, 0, 0, '', '', '', 'Com4voice GmbH ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Com4voice-new.jpg', 'Hahnstraße 2 ', 'vertrieb@com4voice.de', 'D-60528 FRANKFURT/MAIN', NULL, '50.087477', '8.630169', 'SME Partner Unified Communications', '+49 (0) 69 / 605042 - 112', '', 'http://www.com4voice.de', 'Germany'),
(69, 0, 1, '2016-07-04 13:56:07', 4, 558, 0, 0, 0, '', '', '', 'Composit BV', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Composit.jpg', 'Laarakkerweg 10', 'info@composit-services.com', '5061 JR OISTERWIJK', NULL, '51.409977', '5.45483', 'Reseller - System Integrator Smart IT Solutions', '+31 (0)6 13748095', '', 'www.composit-services.com', 'Netherlands'),
(70, 0, 1, '2016-07-04 13:56:07', 4, 559, 0, 0, 0, '', '', '', 'Comstore', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Comstore.jpg', 'Rua Álvaro António dos Santos, 16', '(Geral) info@comstore.pt', '2780-182 OEIRAS', NULL, '38.692325', '-9.310664', '', '(+351) 214 460 620', '(+351) 214 426 156', '', 'Portugal'),
(71, 0, 1, '2016-07-04 13:56:07', 4, 560, 0, 0, 0, '', '', '', 'Comware s.a.r.l.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/comware.jpg', 'Jdeideh 116 Center, Suite 4A', 'sales@comware-lb.com', 'JDEIDEH', NULL, '33.984269', '35.634449', 'Enterprise Partner Unified communications ', '+961 1 877245', '+961 1 877502', 'www.comware.com', 'Lebanon'),
(72, 0, 1, '2016-07-04 13:56:07', 4, 561, 0, 0, 0, '', '', '', 'CONFIG', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Config.jpg', '32 Rue de Cambrai', 'fr.sales@config.fr', '75019 PARIS', NULL, '48.895736', '2.382186', 'Distributor Smart IT Solutions', '+33 1 58 70 40 10', '', 'www.config.fr', 'France'),
(73, 0, 1, '2016-07-04 13:56:07', 4, 562, 0, 0, 0, '', '', '', 'CONNECTIA Sp. z o.o.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Connectia(Poland).png', 'ul. Stępińska 22/30 ', 'info@connectia.pl', '00-739 WARSZAWA', NULL, '52.206077', '21.037185', 'Enterprise Partner Unified Communications', '+48 22 1 777 888', '+48 22 1 777 899', 'http://connectia.pl/', 'Poland'),
(74, 0, 1, '2016-07-04 13:56:07', 4, 563, 0, 0, 0, '', '', '', 'Connectis UC Portugal', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/CONNECTIS.jpg', 'Quinta dos Medronheiros, Apartado 309, 801 Caparica', 'info.pt@connectis-uc.pt', 'LAZARIM 2826', NULL, '38.692272', '-9.310528', 'Enterprise Partner Unified Communications', '+351 214163000', '', 'http://www.connectis.es/en/', 'Portugal'),
(75, 0, 1, '2016-07-04 13:56:07', 4, 564, 0, 0, 0, '', '', '', 'Connectis', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/CONNECTIS.jpg', 'Calle Vía de los Poblados 1, Parque empresarial Alvento, Edificio D, planta 2', 'comercial@connectis-uc.es', '28033 MADRID', NULL, '40.472915', '-3.65472', 'Enterprise Partner Unified Communications', '(+34) 915569262', '', 'http://www.connectis.es/en/', 'Spain'),
(76, 0, 1, '2016-07-04 13:56:07', 4, 565, 0, 0, 0, '', '', '', 'CONVERGENCE COMMUNICATION LTD', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ConvergenceCommunications.jpg', 'Hall Barn Rd, Isleham CB7 5QZ', 'sales@convergencecomms.com', 'Isleham', NULL, '52.338467', '0.403641', 'Partners', '+44 870 033 2400', '', 'http://www.convergencecomms.com/', 'United Kingdom'),
(77, 0, 1, '2016-07-04 13:56:07', 4, 566, 0, 0, 0, '', '', '', 'Core Communications', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/CoreCommunication-small.png', 'Unit D8, M4 Interchange Park, Celbridge, Co. Kildare ', 'sales@corecom.ie', 'Kildare', NULL, '53.342301', '-6.549881', '', '+353 1 6510830', '+353 1 6510839', 'http://www.corecom.ie/', 'Eire'),
(78, 0, 1, '2016-07-04 13:56:07', 4, 567, 0, 0, 0, '', '', '', 'Daly Systems Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/DalySystems.jpg', '1 Heanor St, Leicester LE1 4DB', '', 'Leicester', NULL, '52.641602', '-1.139702', 'Partners', '+44 116 242 6996', '', 'http://www.dalys.co.uk/', 'United Kingdom'),
(79, 0, 1, '2016-07-04 13:56:07', 4, 568, 0, 0, 0, '', '', '', 'Datasciences', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/DataSciences.jpg', '20 Georgian Crescent East', 'info@datasciences.co.za', 'BRYANSTON, 2191', NULL, '-26.038935', '28.018811', 'Certified HYDRAstor - System Integrator Smart IT Solutions', '+27 861 777 DSC', '', 'www.datasciences.co.za/', 'South Africa'),
(80, 0, 1, '2016-07-04 13:56:07', 4, 569, 0, 0, 0, '', '', '', 'Destiny Electronics (Private) Ltd.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Destiny.jpg', '62 Mutare Road, Msasa', 'info@destiny.co.zw, sales@destiny.co.zw', 'HARARE', NULL, '-17.833017', '31.085588', 'Enterprise Partner Unified Communications', '+263 4 486536', '+263 4 486698', 'www.destiny.co.zw', 'Zimbabwe'),
(81, 0, 1, '2016-07-04 13:56:07', 4, 570, 0, 0, 0, '', '', '', 'Detron Healthcare Solutions', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Detron_ICT_Telecom.jpg', 'Het Zuiderkruis 65', 'info.healthcare@detron.nl', '5215 MV ’S-HERTOGENBOSCH', NULL, '51.690922', '5.352287', 'Enterprise Partner Unified Communications', '073 750 1532', '073 750 1511', 'www.detron.nl/telecom/healthcare.html/', 'Netherlands'),
(82, 0, 1, '2016-07-04 13:56:07', 4, 571, 0, 0, 0, '', '', '', 'Distrilan', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Distrilan.jpg', 'Vicolo San Giorgio, 5', '', 'BUCCINASCO 20090 - MILANO', NULL, '45.42041', '9.114164', ' SME Partner Unified Communications', '02 45703758', '02 45715970', 'www.distrilan.it', 'Italy'),
(83, 0, 1, '2016-07-04 13:56:07', 4, 572, 0, 0, 0, '', '', '', 'DSA ICT Solutions Plc.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/DSA-ict-solutions.jpg', 'SA Bldg, 7th floor, Office no 705, in front of Harmony Hotel / P.o.box 2327, code 1110', 'semir@dsasolution.com', 'ADDIS ABABA', NULL, '9.035729', '38.755395', 'Reseller - System Integrator Smart IT Solutions', ' +251-116670665, 251-912614768', '+251-116670666', 'www.dsasolution.com/', 'Ethiopia'),
(84, 0, 1, '2016-07-04 13:56:07', 4, 573, 0, 0, 0, '', '', '', 'Dynamx', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/dynamx.png', 'Waardsedijk Oost 10-3', 'info@dynamx.nl, support@dynamx.nl', '3417 XJ MONTFOORT (UTRECHT)', NULL, '52.044632', '4.934645', 'SME Partner Unified Communications', '+31 348 45 22 24', '', 'www.dynamx.nl/', 'Netherlands'),
(85, 0, 1, '2016-07-04 13:56:07', 4, 574, 0, 0, 0, '', '', '', 'P. Merkouris S.A.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/P-merkouris.jpg', '11, Metsovou str.', 'info@merkouris.com.gr', '106 82 ATHENS', NULL, '37.990668', '23.732492', ' SME Partner Unified Communications', '+30 210 8838610-13', '', 'www.merkouris.com.gr', 'Greece'),
(86, 0, 1, '2016-07-04 13:56:07', 4, 575, 0, 0, 0, '', '', '', 'EBT MAINTENANCE LTD', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ebt-comms-uk.png', '4 Farrington Way, Eastwood, Nottingham NG16 3BF', '', 'Nottingham', NULL, '53.014534', '-1.315275', 'Partners', '+ 44 800 840 4181', '', 'http://www.ebtmaintenance.co.uk/', 'United Kingdom'),
(87, 0, 1, '2016-07-04 13:56:07', 4, 576, 0, 0, 0, '', '', '', 'El Araby', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/elaraby2016.jpg', 'off Beirut street 10 Mohammed Sabry, Aboalam Street', 'walid-bakr@elarabygroup.com / mohamed-sami@elarabygroup.com', 'CAIRO, HELIOPOLIS', NULL, '30.108361', '31.316803', 'Reseller - System Integrator Smart IT Solutions', '19 319', '', 'www.elarabygroup.com/', 'Egypt'),
(88, 0, 1, '2016-07-04 13:56:07', 4, 577, 0, 0, 0, '', '', '', 'Enco Service Ltd.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/enco-electronics.png', '21, Sreburna St.', 'service@enco.bg', 'SOFIA 1407', NULL, '42.659922', '23.32609', 'SME Partner Unified Communications', '+359 2 965 65 65', '', 'www.enco.bg', 'Bulgaria'),
(89, 0, 1, '2016-07-04 13:56:07', 4, 578, 0, 0, 0, '', '', '', 'Essec-BNS', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/EssecBNS.png', 'Schoebroekstraat 48', 'info@essecbns.be', 'B-3583 PAAL-BERINGEN', NULL, '51.059751', '5.165161', 'SME Partner Unified Communications', '+32 11 450 480', '+32 11 450 481', 'www.essecbns.be', 'Belgium'),
(90, 0, 1, '2016-07-04 13:56:07', 4, 579, 0, 0, 0, '', '', '', 'Etisalat', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/etisalat.png', 'P.O. Box 1150', 'halkharusi@etisalat.ae', 'ABU DHABI', NULL, '24.299174', '54.697277', 'Enterprise Partner Unified Communications', '+971-4-6182048', '', '', 'United Arab Emirates'),
(91, 0, 1, '2016-07-04 13:56:07', 4, 580, 0, 0, 0, '', '', '', 'euromicron gmbh', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/euromicronDeutschlandGmbH.jpg', 'Gutleutstrasse 175', 'info@euromicron-networks.de', '60327 FRANKFURT', NULL, '50.100858', '8.658431', 'Enterprise Partner Unified Communications', '+49 (0) 69 25668974-0', ' +49 (0) 69 25668974-55', 'http://www.euromicron.de ', 'Germany'),
(92, 0, 1, '2016-07-04 13:56:07', 4, 581, 0, 0, 0, '', '', '', 'euromicron gmbh', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/euromicronDeutschlandGmbH.jpg', '', '', 'Haan - 02129 5860-0', NULL, '50.995195', '4.243661', 'Reseller - System Integrator Unified Communications', '', '', '', 'Germany'),
(93, 0, 1, '2016-07-04 13:56:07', 4, 582, 0, 0, 0, '', '', '', 'euromicron gmbh', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/euromicronDeutschlandGmbH.jpg', '', '', 'Hamburg - 040 696945-0', NULL, '51.752626', '10.87275', 'Reseller - System Integrator Unified Communications', '', '', '', 'Germany'),
(94, 0, 1, '2016-07-04 13:56:07', 4, 583, 0, 0, 0, '', '', '', 'euromicron gmbh', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/euromicronDeutschlandGmbH.jpg', '', '', 'Karlsruhe - 0721 51637-0', NULL, '52.915225', '12.187133', 'Reseller - System Integrator Unified Communications', '', '', '', 'Germany'),
(95, 0, 1, '2016-07-04 13:56:07', 4, 584, 0, 0, 0, '', '', '', 'euromicron gmbh', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/euromicronDeutschlandGmbH.jpg', '', '', 'Langenhangen - 0511 23594-0', NULL, '51.68322', '8.544986', 'Reseller - System Integrator Unified Communications', '', '', '', 'Germany'),
(96, 0, 1, '2016-07-04 13:56:07', 4, 585, 0, 0, 0, '', '', '', 'euromicron gmbh', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/euromicronDeutschlandGmbH.jpg', '', '', 'Leinfelden-Echterdingen - 0711 78239-0', NULL, '48.698007', '9.140743', 'Reseller - System Integrator Unified Communications', '', '', '', 'Germany'),
(97, 0, 1, '2016-07-04 13:56:07', 4, 586, 0, 0, 0, '', '', '', 'euromicron gmbh', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/euromicronDeutschlandGmbH.jpg', '', '', 'Mainz - 06131 95859-0', NULL, '49.869483', '6.667751', 'Reseller - System Integrator Unified Communications', '', '', '', 'Germany'),
(98, 0, 1, '2016-07-04 13:56:07', 4, 587, 0, 0, 0, '', '', '', 'euromicron gmbh', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/euromicronDeutschlandGmbH.jpg', '', '', 'München - 089 420999-0', NULL, '49.555647', '11.581064', 'Reseller - System Integrator Unified Communications', '', '', '', 'Germany'),
(99, 0, 1, '2016-07-04 13:56:07', 4, 588, 0, 0, 0, '', '', '', 'euromicron gmbh', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/euromicronDeutschlandGmbH.jpg', '', '', 'Neu-Isenburg - 06102 8222-0', NULL, '45.561504', '4.288796', 'Reseller - System Integrator Unified Communications', '', '', '', 'Germany'),
(100, 0, 1, '2016-07-04 13:56:07', 4, 589, 0, 0, 0, '', '', '', 'euromicron systems GmbH team emNEC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/euromicronDeutschlandGmbH_team_emNEC.jpg', 'Bruchweg 128-132', 'info@emNEC.de', '41564 KAARST', NULL, '51.214444', '6.632499', 'Master Distributor SME Unified Communications', '+49 2131 79 577-0', '', 'www.emNEC.de', 'Germany'),
(101, 0, 1, '2016-07-04 13:56:07', 4, 590, 0, 0, 0, '', '', '', 'Exertis (UK) Limited', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Exertis-web.png', '1 Elmwood, Chineham Business Park, Basingstoke RG24 8WG', 'enquiries@exertis.co.uk', 'Basingstoke', NULL, '51.26654', '-1.092396', 'Distributors', '+44 1256 707070', '', 'https://store.exertis.co.uk/', 'United Kingdom'),
(102, 0, 1, '2016-07-04 13:56:07', 4, 591, 0, 0, 0, '', '', '', 'FBS ALBANIA', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/FBS.JPG', 'Njesia administrative No.7, Rruga: “Nikolla Jorga”, Ndertesa 7, 3/3, PC 1001', 'sales@fbs.al ', 'TIRANA', NULL, '41.327546', '19.818698', 'Partner - System Integrator Smart IT Solutions', '+355 69 206 4125 | +355 69 203 2646', '', 'www.fbs.al', 'Albania'),
(103, 0, 1, '2016-07-04 13:56:07', 4, 592, 0, 0, 0, '', '', '', 'FMG Fernmeldegesellschaft', '', 'Burgstr.1 ', 'info@fernmeldegesellschaft.de', 'D-44867 BOCHUM', NULL, '', '', 'Reseller - System Integrator Smart IT Solutions', '+49 (0) 2327/7870-0 / 870-83', '', 'http://www.fernmeldegesellschaft.de', 'Germany'),
(104, 0, 1, '2016-07-04 13:56:07', 4, 593, 0, 0, 0, '', '', '', '', '', '', '', '', NULL, '', '', '', '', '', '', ''),
(105, 0, 1, '2016-07-04 13:56:07', 4, 594, 0, 0, 0, '', '', '', 'FMG Fernmeldegesellschaft', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/FMG.PNG', 'Burgstr.1 ', 'info@fernmeldegesellschaft.de', 'D-44867 BOCHUM', NULL, '51.47066', '7.12501', 'Smart It Solutions Reseller/System Integrator', '+49 (0) 2327/7870-0 / 870-83', '', 'http://www.fernmeldegesellschaft.de', 'Germany'),
(106, 0, 1, '2016-07-04 13:56:07', 4, 595, 0, 0, 0, '', '', '', 'Getronics Unified Communications (UK) Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Getronics_Logo_Green-web.png', '200 Brook Drive, Green Park', 'webquery@getronics.com', 'READING, Berkshire RG2 6UB', NULL, '51.425169', '-0.98795', 'Partners', '+44 (0)870 906 8000', 'Partners', 'www.getronics.com', 'United Kingdom'),
(107, 0, 1, '2016-07-04 13:56:07', 4, 596, 0, 0, 0, '', '', '', 'Gijima', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Gijima.png', '47 Landmarks Ave,', 'Gijima.NECsales@gijima.com', 'KOSMOSDAL, SAMRAND', NULL, '-25.928761', '28.143201', 'Enterprise Partner Unified Communications and IT Solutions', '+27 (0)12 675 7649', '+27 (0) 86 212 5035', 'http://www.gijima.com', 'South Africa'),
(108, 0, 1, '2016-07-04 13:56:07', 4, 597, 0, 0, 0, '', '', '', 'Global 4 Communications Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/global4-logo.png', 'Global House, 60B Queen St, Horsham RH13 5AD', 'sales@global4.co.uk', 'Horsham', NULL, '51.059389', '-0.32273', 'Partners', '+44 1403 272910', '', 'https://www.global4.co.uk/', 'United Kingdom'),
(109, 0, 1, '2016-07-04 13:56:07', 4, 598, 0, 0, 0, '', '', '', 'Global Concept', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/globalconcept-telecom.jpg', '118/190 Boulevard de Verdun, Energy Park - Batiment 8, Energy Park - Batiment 8', 'p.labaude@gc-services.fr', 'COURBEVOIE 92400', NULL, '48.905779', '2.257735', ' SME Distributor Unified Communications', '', '', 'http://www.paritel.fr/paritel/groupe-global-concept/', 'France'),
(110, 0, 1, '2016-07-04 13:56:07', 4, 599, 0, 0, 0, '', '', '', 'Herweck AG', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Herweck.jpg', 'Geistkircher Str. 18', 'info@herweck.de', '66386 ST.INGBERT-ROHRBACH', NULL, '49.27736', '7.18479', ' Unified Communications SME Distributor', '06894-3883-0', '', 'http://www.herweck.de', 'Germany'),
(111, 0, 1, '2016-07-04 13:56:07', 4, 600, 0, 0, 0, '', '', '', 'I2B cvba (TA-Pas)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/I2Bcvba(TA-Pas).png', 'Kwaadstraat 25 (Leveradres: Kwaadstraat 27)', '', '9750 ZINGEM', NULL, '50.904983', '3.656457', '', '+32 93 840 840', '', 'www.ta-pas.be', 'Belgium'),
(112, 0, 1, '2016-07-04 13:56:07', 4, 601, 0, 0, 0, '', '', '', 'ICCO Electronics', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ICCOblue.jpg', '8 Scolii St.', 'electronics@icco.ro', '500059 BRASOV', NULL, '45.657247', '25.585639', 'SME Distributor Unified Communications', '+40 268 401220', '', 'www.icco.ro', 'Romania'),
(113, 0, 1, '2016-07-04 13:56:07', 4, 602, 0, 0, 0, '', '', '', 'IKT-nor AS', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/IKT_nor.jpg', 'Østre Aker vei 19', 'post@ikt-nor.no', '0513 OSLO', NULL, '59.927761', '10.806492', 'SME Partner Unified Communications', '+47 24 16 60 00', '', 'www.ikt-nor.no', 'Norway'),
(114, 0, 1, '2016-07-04 13:56:07', 4, 603, 0, 0, 0, '', '', '', 'Information Technology Experts (ITX)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ITX.png', '15 Queen Mosbah Street', 'info@itx.jo', 'AMMAN 11181', NULL, '31.955795', '35.911419', 'SME Distributor Unified Communications', '(+962) 64656464', '', 'www.itx.jo', 'Jordan'),
(115, 0, 1, '2016-07-04 13:56:07', 4, 604, 0, 0, 0, '', '', '', 'InterTech LLC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/intertech.jpg', 'P.C: 118,Ground Floor, Bait Maskan,Way 2728 CBD Area, Al Harthy Complex', 'info@intertechoman.com', 'MUSCAT', NULL, '23.58589', '58.405923', 'Reseller - System Integrator Smart IT Solutions', '+968- 247 83358', '+968- 247 83357', '', 'Oman'),
(116, 0, 1, '2016-07-04 13:56:07', 4, 605, 0, 0, 0, '', '', '', 'IReNE srl', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/irene.jpg', '', 'damele@irenesrl.it', 'SEDE DI GENOVA', NULL, '44.42875', '8.81498', 'Reseller - System Integrator Smart IT Solutions', '+010-6972264', '', 'www.irenesrl.it/', 'Italy'),
(117, 0, 1, '2016-07-04 13:56:07', 4, 606, 0, 0, 0, '', '', '', 'Issa Telecom (member of Setra Group)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Issa-Telecom.jpg', 'Mohammed A. Mohammed Issa Est.', 'sales@issatelecom.com', 'RIYADH 11555, KSA', NULL, '24.7249315', '46.5423434', 'SME Partner Unified Communications', '+966 11 474 8930', ' +966 11 479 0802', '', 'Saudi Arabia'),
(118, 0, 1, '2016-07-04 13:56:07', 4, 607, 0, 0, 0, '', '', '', 'ITECS', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ITECS(ae).png', 'P.O.Box 184791', 'info@itecs.ae, shadman@itecs.ae', 'DUBAI, U.A.E.', NULL, '25.204849', '55.270783', 'Reseller - System Integrator Smart IT Solutions', '+971 4 236 79 52', '', 'www.itecs.ae', 'United Arab Emirates'),
(119, 0, 1, '2016-07-04 13:56:07', 4, 608, 0, 0, 0, '', '', '', 'Jawad Sultan Technologies L.L.C.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/jawad(colour).jpg', 'P.O.Box 510, Postal Code 114', 'ceo@jstoman.com', 'JIBROO', NULL, '23.62411', '58.555096', 'Enterprise Partner Unified Communications ', '+968 24816663', '+968 24816440', 'http://www.jstoman.com', 'Oman'),
(120, 0, 1, '2016-07-04 13:56:07', 4, 609, 0, 0, 0, '', '', '', 'JOJO Systems bvba', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/JOJOSystems.jpg', 'Weg naar Zwartberg 214', 'info@jojo.be', '3660 OPGLABBEEK', NULL, '51.037354', '5.56183', 'SME Partner Unified Communications', '089/81.98.96', '089/85.80.75', 'http://www.jojo.be', 'Belgium'),
(121, 0, 1, '2016-07-04 13:56:07', 4, 610, 0, 0, 0, '', '', '', 'JRM for Communications', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/JRM_logo_horizontal.png', '57 Moustafa El-Nahas, Nasr City, Makram Ebeid Cross', 'info@jrm.com.eg', '11471 CAIRO', NULL, '30.04442', '31.235712', 'Enterprise Partner Unified Communications', '+202 2272 1780/1', '+202 2272 5465', 'www.jrm.com.eg', 'Egypt'),
(122, 0, 1, '2016-07-04 13:56:07', 4, 611, 0, 0, 0, '', '', '', 'Kemp & Lauritzen A/S', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Kemp_og_lauritzen_logo_POS_RGB.jpg', 'Roskildevej 12', '', '2620 ALBERTSLUND', NULL, '55.664041', '12.365007', 'Enterprise Partner Unified Communications', '+45 4366 8888', '+45 4366 8855', 'www.kemp-lauritzen.dk', 'Denmark'),
(123, 0, 1, '2016-07-04 13:56:07', 4, 612, 0, 0, 0, '', '', '', 'Kolk & Dijk ICT Telecommunicatie', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/kolkdijk-locator.jpg', 'Transistorstraat 71M', 'info@kolkendijk.nl', '1322 CK ALMERE', NULL, '52.345707', '5.175389', 'SME Partner Unified Communications', '088-5383010', '', 'http://www.kolkendijk.nl', 'Netherlands'),
(124, 0, 1, '2016-07-04 13:56:07', 4, 613, 0, 0, 0, '', '', '', 'Komnet d.o.o.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/enco-electronics.png', 'Klekovacka 34', 'miroslav.muzdalo@komnet.hr', 'ZAGREB, 10 000', NULL, '45.83338', '16.052039', 'SME Partner Unified Communications', '38516172040', '', 'http://www.enco.bg', 'Croatia'),
(125, 0, 1, '2016-07-04 13:56:07', 4, 614, 0, 0, 0, '', '', '', 'Koninklijke KPN N.V', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/KPN.jpg', 'Maanplein 55', 'verkoopcc@kpn.com', '2516 CK DEN HAAG', NULL, '52.067826', '4.350009', 'Enterprise Partner Unified Communications', '070-3434343 / 040-2996004', '', 'http://www.kpn.com - http://kpnservice.nl/pages/Philips/', 'Netherlands'),
(126, 0, 1, '2016-07-04 13:56:07', 4, 615, 0, 0, 0, '', '', '', 'KPN Zorg', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/KPN.jpg', 'Postbus 26', 'verkoop.zorg@kpn.com', '3990 DA HOUTEN', NULL, '51.309851', '6.115739', 'Enterprise Partner Unified Communications', '040-2996004', '084-2153363', 'https://www.kpn.com/zakelijk/grootzakelijk/zorg.htm', 'Netherlands'),
(127, 0, 1, '2016-07-04 13:56:07', 4, 616, 0, 0, 0, '', '', '', 'Kuwait Computer Services (KCS)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/KCS(KuwaitComputerServices).png', 'Musaad Al-Saleh Bldg. Sour Street | P.o.Box 5113 Safat 13052,', 'sales@kcs.com.kw', 'AL-SHARQ, KUWAIT', NULL, '29.374982', '47.993789', 'Reseller - System Integrator Smart IT Solutions', '+ 965 22410878', '+ 965 22459019', 'http://www.kcs.com.kw ', 'Kuwait'),
(128, 0, 1, '2016-07-04 13:56:07', 4, 617, 0, 0, 0, '', '', '', 'LIQUITCOM IT-Solutions', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Liquitcom.jpg', 'Zum Köppelchen 2', 'info@liquitcom.de', 'D-35753 GREIFENSTEIN', NULL, '50.620742', '8.221736', ' Unified Communications SME Partner', '+49 (0) 2775 / 94003 - 0', '', 'http://www.liquitcom.de', 'Germany'),
(129, 0, 1, '2016-07-04 13:56:07', 4, 618, 0, 0, 0, '', '', '', 'Lytzen it a/s', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Lytzen-it.png', 'Barfoedsvej 2,', '', '9800 HJØRRING', NULL, '57.455314', '10.017997', '', '+45 96 230 360', '+45 96 300 536', 'www.lytzenit.dk', 'Denmark'),
(130, 0, 1, '2016-07-04 13:56:07', 4, 619, 0, 0, 0, '', '', '', 'Mansour Al Mosaid Co', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Mansour-al-Mosaid(MM GROUP).jpg', 'Office 12, 1st Floor, Asshaya Center, Amir Majed St.(70 St.)', 'maqsood.ahmed@mmgroup.com.sa', 'JEDDAH (K.S.A.)', NULL, '21.5473519', '39.2070404', 'SME Partner Unified Communications', '+966-2-6737003 / Mobile: +9665-52571476', '+966-2-6757116', 'www.mmgroup.com.sa', 'Saudi Arabia'),
(131, 0, 1, '2016-07-04 13:56:07', 4, 620, 0, 0, 0, '', '', '', 'MEHRENS UNIFIED COMMUNICATION', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Mehrens-tagline2.jpg', 'Memellandstr. 4', 'info@mehrens.de', 'D-24537 NEUMÜNSTER', NULL, '54.071335', '9.961717', 'SME Distributor Unified Communications', '+49 4321 96669 0', '', 'http://www.mehrens.de', 'Germany'),
(132, 0, 1, '2016-07-04 13:56:07', 4, 621, 0, 0, 0, '', '', '', 'Mellon Bulgaria EAD', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Mellon.png', 'Lulin 10, 25, Petar Dertliev Blvd., Office building “Labirint”, 1st floor', 'sales@mellonbg.com', '1335 SOFIA', NULL, '42.7136852', '23.2730713', 'Reseller - System Integrator Smart IT Solutions', '+359 2 9350035', '+359 2 9877374', '', 'Bulgaria'),
(133, 0, 1, '2016-07-04 13:56:07', 4, 622, 0, 0, 0, '', '', '', 'Mellon Cyprus', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Mellon.png', '52 Limassol Avenue', 'akitromilides@mellon.com.cy', 'CY2014 NICOSIA', NULL, '35.15084', '33.374368', 'Reseller - System Integrator Smart IT Solutions', '+357 22 462790', '+357 22 462793', '', 'Cyprus'),
(134, 0, 1, '2016-07-04 13:56:07', 4, 623, 0, 0, 0, '', '', '', 'Mellon Poland', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Mellon.png', 'Al. Jerozolimskie 162,', 'info@mellon.com.pl', '02-342 WARSZAWA', NULL, '52.207921', '20.943733', 'Reseller - System Integrator Smart IT Solutions', '+48 22 5725300', '+48 22 5016760', '', 'Poland'),
(135, 0, 1, '2016-07-04 13:56:07', 4, 624, 0, 0, 0, '', '', '', 'Mellon Romania SA / OCCO', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Mellon.png', '59-61 Justitiei Str, District 4 ', 'info@mellon.com.ro ', 'BUCHAREST, ROMANIA 040117', NULL, '44.425447', '26.093221', 'Reseller - System Integrator Smart IT Solutions', '+40 (21) 4088888', '+40 (21) 4237752', 'http://mellongroup.com/', 'Romania'),
(136, 0, 1, '2016-07-04 13:56:07', 4, 625, 0, 0, 0, '', '', '', 'Mellon Serbia', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Mellon.png', 'Bulevar despota Stefana 68c', 'info@mellon.rs', '11000 BEOGRAD', NULL, '44.816745', '20.467574', 'Reseller - System Integrator Smart IT Solutions', '+381 11 71 50 400', '+381 11 27 61 475', '', 'Serbia'),
(137, 0, 1, '2016-07-04 13:56:07', 4, 626, 0, 0, 0, '', '', '', 'Mellon Solutions', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Mellon.png', '19, Ruzveltova Street (3rd floor)', 'info@mellon.com.mk', '1000 SKOPJE', NULL, '41.994568', '21.411471', 'Reseller - System Integrator Smart IT Solutions', '+389 2 309 37 50', '+389 2 309 33 55', '', 'Macedonia'),
(138, 0, 1, '2016-07-04 13:56:07', 4, 627, 0, 0, 0, '', '', '', 'Mellon Solutions - Kosovo Branch', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Mellon.png', '22 Bedri Shala Street, Bregu i Diellit,', 'v.nestoroska@mellon.com.mk', '10000 PRISTINA', NULL, '42.65756', '21.17246', 'Reseller - System Integrator Smart IT Solutions', '+381 38 222 316', '', '', 'Kosovo'),
(139, 0, 1, '2016-07-04 13:56:07', 4, 628, 0, 0, 0, '', '', '', 'Mellon Technologies', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Mellon.png', '74A, Pireos str.', 'info@mellon.com.gr', '18547 PIRAEUS', NULL, '37.951725', '23.665225', 'Reseller - System Integrator Smart IT Solutions', '+30 210 3727700', '+30 210 3223694', 'http://mellongroup.com/', 'Greece'),
(140, 0, 1, '2016-07-04 13:56:07', 4, 629, 0, 0, 0, '', '', '', 'Mellon Ukraine', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Mellon.png', 'Zdolbunivska str. 7-D', 'info@mellon.com.ua', 'KIYIV 02081', NULL, '50.415382', '30.61708', 'Reseller - System Integrator Smart IT Solutions', '+38 044 3902949', '+38 044 3902244', '', 'Ukraine'),
(141, 0, 1, '2016-07-04 13:56:07', 4, 630, 0, 0, 0, '', '', '', 'SPIE Nederland bv (voorheen MER ICT)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/SPIE.jpg', 'Burgemeester Drijbersingel 25', 'info@merict.nl ', '8021 DA ZWOLLE', NULL, '52.517115', '6.097206', 'Enterprise Partner Unified Communications', '038-3766222', '', 'www.spie-nl.com', 'Netherlands'),
(142, 0, 1, '2016-07-04 13:56:07', 4, 631, 0, 0, 0, '', '', '', 'MER ICT', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/SPIE.jpg', 'Burgemeester Drijbersingel 25', 'info@merict.nl / verkoop@merict.nl / support@merict.nl', '8021 DA ZWOLLE', NULL, '52.517115', '6.097206', 'NEC Smart Hospitality Partner', '038-3766222', '', 'https://www.merict.nl/', 'Netherlands');
INSERT INTO `td_partners` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `name`, `logo`, `address`, `email`, `city`, `description`, `lat`, `lng`, `partner_type`, `phone`, `fax`, `website`, `country`) VALUES
(143, 0, 1, '2016-07-04 13:56:07', 4, 632, 0, 0, 0, '', '', '', 'White Point General Trading LLC', '', '10th Floor Citibank Bldg. Wafi', 'me@wptuae.com', 'DUBAI, UAE', NULL, '25.232669', '55.318406', 'Reseller - System Integrator Smart IT Solutions', ' +971 4 3248000', '+971 4 3248080', '', 'United Arab Emirates'),
(336, 0, 1, '2018-07-09 08:50:17', 4, 1192, 0, 0, 0, '', '', '', 'Tawasol Technology ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Tawasol%20Technology.png', '19 rue de l’Usine, ZI Charguia II', 'contacts@tawasoltec.com', 'TUNIS 2035', NULL, '36.854033', '10.207615', 'Distributor Smart IT and Unified Communications Solutions', '(+216) 71 940 555', '(+216) 71 940 324', 'www.tawasoltec.com/ ', 'Tunisia'),
(144, 0, 1, '2016-07-04 13:56:07', 4, 633, 0, 0, 0, '', '', '', 'ALTEA', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ALTEA.PNG', '27 BP 543, Angré 7ème tranche, Cocody', 'info@atea-ci.com', 'ABIDJAN', NULL, '5.285422', '-3.976393', 'Reseller - System Integrator Smart IT Solutions', '+225 22 52 28 79 | Jeoffrey WOODS - +225 01 07 01 10 – codir@altea-ci.com | Almamy KEBE- +225 01 07 01 07 – almamy@altea-ci.com', '', 'www.altea-ci.com', 'Cote d\'Ivoire'),
(145, 0, 1, '2016-07-04 13:56:07', 4, 634, 0, 0, 0, '', '', '', 'Miralix A/S', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Miralix-fritlagt.png', 'Snedkervej 5', 'info@miralix.com', '8722 HEDENSTED', NULL, '55.792492', '9.680701', 'Enterprise Partner Unified Communications', '+ 45 7641 0900', '+ 45 7641 0909', 'www.miralix.dk/uk', 'Denmark'),
(146, 0, 1, '2016-07-04 13:56:07', 4, 635, 0, 0, 0, '', '', '', 'MS Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/MS(emsecurity).png', '27 Acropoleos Avenue', 'emsltd@cytanet.com.cy', '2006 STROVOLOS', NULL, '35.150927', '33.35968', 'Reseller - System Integrator Smart IT Solutions', '+357 22450940', '', 'www.emscy.com', 'Cyprus'),
(147, 0, 1, '2016-07-04 13:56:07', 4, 636, 0, 0, 0, '', '', '', 'Multi Sistim Kommunikasi PT', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/MSK(150dpi-1000px).jpg', 'JL Taman Sejahtera no 1, Gandaria Selatan, Cilandak', 'sales@msk.co.id, support@msk.co.id', 'JAKARTA SELATAN 12420', NULL, '-6.266756', '106.796046', 'Enterprise Partner Unified Communications', '+62-21-75906088', '+62-21-75910203', 'http://www.msk.co.id', 'Indonesia'),
(148, 0, 1, '2016-07-04 13:56:07', 4, 637, 0, 0, 0, '', '', '', 'Multi Surya Tunggal PT (MST)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/MSTuniverge.jpg', 'Jl. Fatmawati Raya', 'sales@uni-mst.com / service@uni-mst.com', 'JAKARTA 12420', NULL, '-6.263805', '106.798338', 'Enterprise Partner Unified Communications', '+62-21-7695419', '+62 21 75916841', 'http://www.mstuniverge.co.id', 'Indonesia'),
(149, 0, 1, '2016-07-04 13:56:07', 4, 638, 0, 0, 0, '', '', '', 'MultiConnect', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/MultiConnect(no-tagline).jpg', 'Nijverheidsweg 10-C', 'info@multi-connect.nl', '3881 LA PUTTEN', NULL, '52.266494', '5.578243', 'SME Partner Unified Communications', '0341 375000', '', 'http://www.multi-connect.nl/and.php?pag=intro', 'Netherlands'),
(150, 0, 1, '2016-07-04 13:56:07', 4, 639, 0, 0, 0, '', '', '', 'Mustek', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Mustek.jpg', '322, 15th road', 'marinal@mustek.co.za', 'MIDRAND 1685', NULL, '-25.962761', '28.133218', 'Distributor Smart IT Solutions', '+27 11 237 1000', '', 'www.mustek.co.za', 'South Africa'),
(151, 0, 1, '2016-07-04 13:56:07', 4, 640, 0, 0, 0, '', '', '', 'NAJTECH (Najia Abdulateef Jameel Group)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Najtech.png', 'Brand Tower, 8th Floor, Office #84, Sahafah District, <br>Al Imam Saud Bin Faisal St. | P.O. Box 14071', 'presales@najtech.com.sa', 'RIYADH 11474', NULL, '24.797851', '46.630856', 'Enterprise System Integrator - Smart IT Solutions and UC&C', '+966 11 2031415 | Toll Free: 800 244 4422', '', 'http://www.najtech.com.sa', 'Saudi Arabia'),
(152, 0, 1, '2016-07-04 13:56:07', 4, 641, 0, 0, 0, '', '', '', 'NAJTECH (Najia Abdulateef Jameel Group)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Najtech.png', 'Najtech Complex, Villa, Al Sharafiyah District,<br> Jabal Al Arab St. | P.O. Box 1125', 'presales@najtech.com.sa', 'JEDDAH 21431', NULL, '21.519355', '39.154443', 'Enterprise System Integrator - Smart IT Solutions and UC&C', '+966 12 6602345 | Toll Free: 800 244 4422', '', 'http://www.najtech.com.sa', 'Saudi Arabia'),
(153, 0, 1, '2016-07-04 13:56:07', 4, 642, 0, 0, 0, '', '', '', 'NATEC (National Electronics Communications)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NATEC.jpg', 'st. Yaroslavl 13B', 'info@natec.ua', 'KIYIV 04071', NULL, '50.443949', '30.5490353', 'Reseller - System Integrator Unified Communications', '+38 (044) 390 52 80', '+38 (044) 390-52-81', 'http://www.telecom.natec.ua', 'Ukraine'),
(154, 0, 1, '2016-07-04 13:56:07', 4, 643, 0, 0, 0, '', '', '', 'National Trading Company Ltd. (NATCO)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/natco.jpg', 'P.O. Box: 1181', 'jkaid@natco.com.ye', 'SANAA', NULL, '37.208251', '-121.873577', 'SME Partner Unified Communications', '9671218123', '9671218121', '', 'Yemen'),
(155, 0, 1, '2016-07-04 13:56:07', 4, 644, 0, 0, 0, '', '', '', 'NEC Asia Pacific Pte. Ltd.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NEC_logo_2009_PMS_type5.jpg', 'No. 1 Maritime Square, #12-10 HarbourFront Centre', '', 'SINGAPORE 099253', NULL, '1.3147268', '103.7069341', '', '+65 6278 1818', '', 'www.nec.com.sg', 'Singapore'),
(156, 0, 1, '2016-07-04 13:56:07', 4, 645, 0, 0, 0, '', '', '', 'NEC Corporation (Thailand) Ltd.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NEC_logo_2009_PMS_type5.jpg', '2nd & 24th Floor Serm-mit Tower, 159 Sukhumvit 21 Road Klongtoey Nua, Wattana', '', 'BANGKOK 10110', NULL, '13.720845', '100.585879', '', '+66 2259 1192', '', 'www.nec.co.th', 'Thailand'),
(157, 0, 1, '2016-07-04 13:56:07', 4, 646, 0, 0, 0, '', '', '', 'NEC Corporation of Malaysia Sdn Bhd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NEC_logo_2009_PMS_type5.jpg', 'Suite 20.01, Level 20, The Gardens North Tower, Mid Valley City, Lingkaran Syed Putra', '', '59200 KUALA LUMPUR', NULL, '3.116838', '101.678349', '', '+60 3 2299 6322', '', 'http://www.necmalaysia.com.my', 'Malaysia'),
(158, 0, 1, '2016-07-04 13:56:07', 4, 647, 0, 0, 0, '', '', '', 'NEC Enterprise Solutions Belgium', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NEC_logo_2009_PMS_type5.jpg', 'Tweestationsstr./Rue d. Deux Gares 80', 'walter.killens@emea.nec.com', '1070 BRUSSEL / BRUXELLES', NULL, '50.85034', '4.35171', '', '+32 2 525 74 24', '', 'www.nec-enterprise.com', 'Belgium'),
(159, 0, 1, '2016-07-04 13:56:07', 4, 648, 0, 0, 0, '', '', '', 'NEC Enterprise Solutions Middle East', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NEC_logo_2009_PMS_type5.jpg', 'Dubai Airport, Freezone Authority, Building 5EB, Office no. 738', '', 'DUBAI', NULL, '25.234337', '55.354578', '', '+ 971 4 299 3342', '', '', 'United Arab Emirates'),
(160, 0, 1, '2016-07-04 13:56:07', 4, 649, 0, 0, 0, '', '', '', 'NEC Enterprise Solutions UK', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NEC_logo_2009_PMS_type5.jpg', 'Innovation House, Mere Way, Ruddington Fields Business Park', 'enquiries@neci.co.uk', 'NOTTINGHAM NG11 6JS', NULL, '52.882524', '-1.143325', '', '+44 (0)115 969 5700', '', 'http://www.nec-enterprise.com', 'United Kingdom'),
(161, 0, 1, '2016-07-04 13:56:07', 4, 650, 0, 0, 0, '', '', '', 'NEC Greece', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NEC_logo_2009_PMS_type5.jpg', 'Representative in Greece for NEC Nederland B.V.<br>George Tsiourakis - Manager', 'george.tsiourakis@emea.nec.com', 'ATHENS', NULL, '39.074208', '21.824312', '', '+30 6944 603224', '', 'http://www.nec-enterprise.com', 'Greece'),
(162, 0, 1, '2016-07-04 13:56:07', 4, 651, 0, 0, 0, '', '', '', 'NEC Hong Kong Limited', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NEC_logo_2009_PMS_type5.jpg', '25th Floor, The Metropolis Tower, 10 Metropolis Drive', '', 'HUNGHOM, KOWLOON, HONG KONG', NULL, '22.303674', '114.183377', '', '+852 2369 0335', '', 'www.nec.com.hk', 'China'),
(163, 0, 1, '2016-07-04 13:56:07', 4, 652, 0, 0, 0, '', '', '', 'NEC Italia S.p.A.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NEC_logo_2009_PMS_type5.jpg', 'Via Cornaggia 58', 'marketing.italy@emea.nec.com', '20092 CINISELLO BALSAMO (MI)', NULL, '5.554162', '9.243683', '', '+39 02 48 41 51', '+39 02 48 415 378', 'https://www.nec-enterprise.com/it/', 'Italy'),
(164, 0, 1, '2016-07-04 13:56:07', 4, 653, 0, 0, 0, '', '', '', 'NEC Taiwan Ltd.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NEC_logo_2009_PMS_type5.jpg', '7th Floor No.167, Sec. 2 Nanking East Road', '', 'TAIPEI', NULL, '25.051535', '121.540962', '', '+886 2 2515 0000', '', 'http://www.nec.com.tw', 'Taiwan'),
(165, 0, 1, '2016-07-04 13:56:07', 4, 654, 0, 0, 0, '', '', '', 'NECDIS GmbH', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/necdis.png', 'Robert-Koch-Straße 9', 'info@necdis.de', '64331 WEITERSTADT', NULL, '49.89757', '8.608712', 'Smart IT Solutions Distributor', '+49 6151 9067 240', '', 'http://www.necdis.de ', 'Germany'),
(166, 0, 1, '2016-07-04 13:56:07', 4, 655, 0, 0, 0, '', '', '', 'NECOM', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NeCOM.png', 'Smolnaya str. 2', 'Email: info@nectrade.ru', 'MOSCOW 125493', NULL, '55.84496', '37.500832', 'Distributor NEC Enterprise Solutions Smart IT and Smart Networking', '+7(495) 983 05 25 ext. 401', '+7(495) 983 05 25 ext. 419', 'http://www.necomtrade.ru', 'Russia'),
(167, 0, 1, '2016-07-04 13:56:07', 4, 656, 0, 0, 0, '', '', '', 'Nextel Nederland ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NEXTEL(web).jpg', 'Bellstraat 22', 'info@nextel.nl', '6716 BA EDE', NULL, '52.026053', '5.615522', 'SME Distributor Unified Communications', '0318 66 52 00', '', 'http://www.nextel.nl', 'Netherlands'),
(168, 0, 1, '2016-07-04 13:56:07', 4, 657, 0, 0, 0, '', '', '', 'Telenet Business', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/telenet-business.jpg', 'Koralenhoeve 15', 'infobusiness@telenetgroup.be', 'B-2160 WOMMELGEM', NULL, '51.210617', '4.525742', 'SME Partner Unified Communications', '+32 3 355 12 34', '0800 30 363', 'https://www2.telenet.be/nl/corporate/home/', 'Belgium'),
(169, 0, 1, '2016-07-04 13:56:07', 4, 658, 0, 0, 0, '', '', '', 'NextMedia Srl', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NEXTMedia.jpg', 'Via Ravennate 795', 'Email: info@nextmedia.it', '47521 CESENA', NULL, '44.153923', '12.242724', '', '+39 05473856 11', '+39 05473856 22', 'http://www.nextmedia.it', 'Italy'),
(170, 0, 1, '2016-07-04 13:56:07', 4, 659, 0, 0, 0, '', '', '', 'Nimans Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Nimans logo no strap-01.jpg', 'Agecroft Rd, Swinton, Manchester M27 8SB', '', 'Manchester', NULL, '53.510623', '-2.301008', 'Distributors', '+44 161 925 1983', '', 'http://www.nimans.net/', 'United Kingdom'),
(171, 0, 1, '2016-07-04 13:56:07', 4, 660, 0, 0, 0, '', '', '', 'Nimava', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NimavaGroup.png', 'Huis ter Heideweg 56a', '', '3705 LZ ZEIST', NULL, '52.104434', '5.256131', 'SME Distributor Unified Communications', '030-6936444', '', 'http://www.nimava.nl', 'Netherlands'),
(172, 0, 1, '2016-07-04 13:56:07', 4, 661, 0, 0, 0, '', '', '', 'Nimava Telecom', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NimavaGroup.png', 'Esperantolaan 4', '', '3001 HEVERLEE', NULL, '50.852555', '4.72675', 'SME Partner Unified Communications', '016 52 55 55', '016 52 55 56', 'http://www.nimava.be', 'Belgium'),
(173, 0, 1, '2016-07-04 13:56:07', 4, 662, 0, 0, 0, '', '', '', 'NITD Solutions SPRL', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/nitd.jpg', 'Boulevard du 30 Juin, Résidence Taba Congo, Appt 8, Commune de la Gombe', 'info@nitdsolutions.com', 'KINSHASA', NULL, '-4.309535', '15.292631', 'Reseller - System Integrator Smart IT Solutions', '+243 151 0 2447', '', 'www.facebook.com/NITDSolutions-163318043851322/?fref=ts', 'Congo (DRC)'),
(174, 0, 1, '2016-07-04 13:56:07', 4, 663, 0, 0, 0, '', '', '', 'Node 4', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/node4(no-tagline)-small.PNG', 'Millennium Way, Pride Park, Derby DE24 8HZ', 'enquiries@node4.co.uk', 'Derby', NULL, '52.916846', '-1.448434', 'Partners', '+ 44 845 123 2222', '', 'http://www.node4.co.uk/', 'United Kingdom'),
(175, 0, 1, '2016-07-04 13:56:07', 4, 664, 0, 0, 0, '', '', '', 'NonStop Technologies', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/nonstop.jpg', 'Bahnhofstrasse 6', 'info@nonstoptechnologies.de', '42781 HAAN (RHEINLAND)', NULL, '51.189238', '6.998584', 'Reseller - System Integrator Smart IT Solutions', '+49 (2129) 5665432', '', 'http://nonstoptechnology.de/', 'Germany'),
(176, 0, 1, '2016-07-04 13:56:07', 4, 665, 0, 0, 0, '', '', '', 'Nortelecom', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/nortelecom.png', 'Stålfjæra 20', 'hp@nortelecom.no', '0975 OSLO', NULL, '59.949048', '10.876871', 'SME Partner Unified Communications', '815 66-011', '815 66-012', 'http://nortelecom.no', 'Norway'),
(177, 0, 1, '2016-07-04 13:56:07', 4, 666, 0, 0, 0, '', '', '', 'NOVAZION', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Novazion.jpg', '9B, Chemin du Vieux Chêne', 'info@novazion.com', '38240 Meylan', NULL, '45.206467', '5.78477', 'Reseller - System Integrator Smart IT Solutions', '+33 4 82 53 04 14', '', 'http://www.novazion.com', 'France'),
(178, 0, 1, '2016-07-04 13:56:07', 4, 667, 0, 0, 0, '', '', '', 'NWARE', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Nware+accroche_Quadri.png', '18 avenue Parmentier ', '', '75011 PARIS', NULL, '48.85991', '2.379195', 'Reseller - System Integrator Smart IT Solutions', '+33 1 84 17 14 00', '', 'http://nware.fr/', 'France'),
(179, 0, 1, '2016-07-04 13:56:07', 4, 668, 0, 0, 0, '', '', '', 'ONECOM', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ONECOM.png', 'Branch Office Urb. Nova Conímbriga I, Lote B27, r/c', 'geral@onecom.pt', '3150-230 CONDEIXA-A-NOVA', NULL, '40.112808', '-8.498689', '', '239058260', '', 'http://www.onecom.pt', 'Portugal'),
(180, 0, 1, '2016-07-04 13:56:07', 4, 669, 0, 0, 0, '', '', '', 'ONECOM', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ONECOM.png', 'Head Office Rua Dr. A. M. Tenreiro da Cruz, 158', '', '3160-522 TONDELA', NULL, '40.5170645', '-8.082445', '', '232811400', '', 'http://www.onecom.pt', 'Portugal'),
(181, 0, 1, '2016-07-04 13:56:07', 4, 670, 0, 0, 0, '', '', '', 'Ophelia GmbH & Co. KG', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/OPHELIA.png', 'Alfred-Bozi-Straße 21/22 ', 'vertrieb@com4voice.de', 'D-33602 BIELEFELD', NULL, '52.023587', '8.530929', 'Reseller - System Integrator Smart IT Solutions', '+49 (0) 521 / 92432 - 0', '', 'www.ophelia.de', 'Germany'),
(182, 0, 1, '2016-07-04 13:56:07', 4, 671, 0, 0, 0, '', '', '', 'Orditech B.V.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ORDITECH.jpg', 'Rue de la Terre à Briques 29B', '', 'TOURNAI B-7522', NULL, '50.614728', '3.332777', 'SME Partner Unified Communications', '(0)32 6967 2520', '', 'www.orditech.be', 'Belgium'),
(183, 0, 1, '2016-07-04 13:56:07', 4, 672, 0, 0, 0, '', '', '', 'OVERLAP', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/overlap-logo.jpg', 'Amadora Trade Center, Rua Da Inês de Castro 17C, sala 5', 'geral@overlap.pt', '2720 AMADORA', NULL, '38.739401', '-9.23699', '', '+351 21 01 001 38', '', 'http//:www.overlap.pt/', 'Portugal'),
(184, 0, 1, '2016-07-04 13:56:07', 4, 673, 0, 0, 0, '', '', '', 'PBT Beveiliging en Telecom', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/pbt.jpg', 'Newtonstraat 44 (industrieterrein Zandhorst)', 'info@pbt.nl', '1704 SB HEERHUGOWAARD', NULL, '52.689378', '4.834072', 'SME Partner Unified Communications', '072 - 576 02 10', '072 - 576 02 11', 'http://www.pbt.nl/', 'Netherlands'),
(185, 0, 1, '2016-07-04 13:56:07', 4, 674, 0, 0, 0, '', '', '', 'PBT Beveiliging en Telecom', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/pbt.jpg', 'Christiaan Huijgensweg 15 (industrieterrein Molenwetering)', 'info@pbt.nl', '2408 AJ ALPHEN AAN DEN RIJN', NULL, '52.125914', '4.638518', 'SME Partner Unified Communications', '0172 - 43 80 00', '0172 - 44 43 12', '', 'Netherlands'),
(186, 0, 1, '2016-07-04 13:56:07', 4, 675, 0, 0, 0, '', '', '', 'Peach Technologies Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/peach-logo(without-name).jpg', 'Forum 5, Solent Business Park', 'info@peachtechnologies.co.uk', 'WHITELEY | Hampshire, PO15 7PA', NULL, '50.87883', '-1.239795', 'Partners', '+44 800 988 2002', '', 'http://www.peachtechnologies.co.uk/', 'United Kingdom'),
(187, 0, 1, '2016-07-04 13:56:07', 4, 676, 0, 0, 0, '', '', '', 'Axon símalausnir', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/axon_bw_small.png', 'Strandgata 43', 'axon@axon.is', 'HAFNARFJÖRÐUR 220', NULL, '64.067626', '-21.954308', 'System Integrator', '+354 89 711 95', '', 'http://www.axon.is', 'Iceland'),
(188, 0, 1, '2016-07-04 13:56:07', 4, 677, 0, 0, 0, '', '', '', 'PKE CR s.r.o.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/PKE.png', 'Shiran Tower/Business Center, Lužná 2', 'office@pkecr.cz', 'PRAHA, CZ-160 00', NULL, '50.101705', '14.343462', 'Enterprise Partner Unified Communications', '+42 0 233 324 954', '', 'http://www.pkecr.cz', 'Czech Republic'),
(189, 0, 1, '2016-07-04 13:56:07', 4, 678, 0, 0, 0, '', '', '', 'PKE Electronics GmbH', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/PKE.png', 'Computerstraße 6', 'pbc.service@pke.at', 'A-1101 WIEN', NULL, '48.158717', '16.339338', 'Enterprise System Integrator - Smart IT Solutions and UC&C', '+43 (0) 50150 1500', ' +43 (0) 50150 1262', 'http://www.pke.at', 'Austria'),
(190, 0, 1, '2016-07-04 13:56:07', 4, 679, 0, 0, 0, '', '', '', 'ProCodex d.o.o.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/procodex.png', 'Jovana Miodragovica 3', 'info@procodex.com', 'BELGRADE 11080 - SERBIA', NULL, '44.836612', '20.415103', 'SME Partner Unified Communications', '+381113077308', '+381113077309', 'http://www.ProCodex.com', 'Bosnia-Herzegovina'),
(191, 0, 1, '2016-07-04 13:56:07', 4, 680, 0, 0, 0, '', '', '', 'ProCodex d.o.o.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/procodex.png', 'Jovana Miodragovica 3', '', '11080 BEOGRAD', NULL, '44.836612', '20.415103', 'SME Partner Unified Communications', '+381113077308', '+381113077309', 'http://www.ProCodex.com', 'Serbia'),
(192, 0, 1, '2016-07-04 13:56:07', 4, 681, 0, 0, 0, '', '', '', 'ProCodex d.o.o. - Montenegro', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/procodex.png', 'Jovana Miodragovica 3', 'info@procodex.com', 'BELGRADE 11080 - SERBIA', NULL, '44.836612', '20.415103', 'SME Partner Unified Communications', '+381113077308', '+381113077309', 'http://www.ProCodex.com', 'Montenegro'),
(193, 0, 1, '2016-07-04 13:56:07', 4, 682, 0, 0, 0, '', '', '', 'Qualita in Farmacia srl', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Qualita in Farmacia srl.jpg', 'Corso Vercelli, 120 c/d', 'm.castiglioni@qualitainfarmacia.it', '28100 NOVARA', NULL, '45.431106', '8.590789', '', '+0321.481500', '', 'http://www.qualitainfarmacia.it/', 'Italy'),
(194, 0, 1, '2016-07-04 13:56:07', 4, 683, 0, 0, 0, '', '', '', 'Real Solutions', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/REALSOLUTIONS.png', '33 Rue d\'Eich', '', 'L-1461 LUXEMBOURG', NULL, '49.629679', '6.131741', 'Enterprise Partner Unified Communications', '(352) 43 65 22 1', '', 'http://www.real.lu', 'Luxemburg'),
(195, 0, 1, '2016-07-04 13:56:07', 4, 684, 0, 0, 0, '', '', '', 'RealDolmen', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/RealDolmen(web).jpg', 'Industriezone Zenneveld, A. Vaucampsln 42', 'info@realdolmen.com', 'B-1654 HUIZINGEN', NULL, '50.7529254', '4.2607661', 'Enterprise Partner Unified Communications', '+32 2 801 55 55', '', 'http://www.realdolmen.com', 'Belgium'),
(196, 0, 1, '2016-07-04 13:56:07', 4, 685, 0, 0, 0, '', '', '', 'Relacom', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Relacom.png', 'Mårkærvej 1-3', '', '2630 TAASTRUP', NULL, '55.659736', '12.292432', 'SME Partner Unified Communications', '+45 43 55 04 00', '+45 43 55 04 01', 'www.relacom.com', 'Denmark'),
(197, 0, 1, '2016-07-04 13:56:07', 4, 686, 0, 0, 0, '', '', '', 'Relacom AS', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Relacom.png', 'Alf Bjerckes vei 1', '02121@no.relacom.com ', '0582 OSLO', NULL, '59.929947', '10.832262', 'SME Partner Unified Communications', '02121 22 30 95 70', '02121 22 30 95 71', '', 'Norway'),
(198, 0, 1, '2016-07-04 13:56:07', 4, 687, 0, 0, 0, '', '', '', 'RoBa Comm', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/roba.com.jpg', 'Terborgseweg 143', 'rjvbaal@robacomm.nl', '7004 DN DOETINCHEM', NULL, '51.954864', '6.303163', 'SME Partner Unified Communications', '+31 314 820218', '', 'http://robacomm.nl/', 'Netherlands'),
(199, 0, 1, '2016-07-04 13:56:07', 4, 688, 0, 0, 0, '', '', '', 'RTP Elektrotechniek B.V.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/RTP-Elektrotechniek.jpg', 'Van Heemstraweg 47,', 'rb@rtp.nl', '6654 KD AFFERDEN (GLD)', NULL, '51.886886', '5.621482', 'SME Partner Unified Communications', '+31 (0)487 – 585100', '', 'http://www.rtp.nl/', 'Netherlands'),
(200, 0, 1, '2016-07-04 13:56:07', 4, 689, 0, 0, 0, '', '', '', 'Russell Telecom', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/RusselTelecom-2016(2).jpg', 'Communication House|Keel Row|The Watermark ', 'info@russell-telecom.co.uk', 'GATESHEAD |Tyne & Wear NE11 9SZ', NULL, '55.596221', '-4.551158', 'Partners', '+44 191 461 4200', '', 'http://www.russell-telecom.co.uk/', 'United Kingdom'),
(201, 0, 1, '2016-07-04 13:56:07', 4, 690, 0, 0, 0, '', '', '', 'S2I', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/s2i.png', 'Rue des Entrepreneurs Immeubles Hertz Bloc B 1er Etage 2035 Charguia II', 's2iservices@groupes2i.com.tn', 'TUNIS', NULL, '33.886917', '9.537499', 'SME Distributor Unified Communications', '+216 70 839 470', '+216 71 942 070', 'http://www.s2i.com.tn/', 'Tunisia'),
(202, 0, 1, '2016-07-04 13:56:07', 4, 691, 0, 0, 0, '', '', '', 'Samir Group', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/SamirGroup.jpg', 'Abdul Khaleq Saeed Building, Prince Sultan Street', 'anas.farah@samirgroup.com', 'P.O. BOX: 5519, RIYADH 11432', NULL, '24.7249315', '46.5423434', 'SME Partner Unified Communications', '+966 1 4645064 Ext. 2119', '+966 1 4657912', 'http://www.samirgroup.com', 'Saudi Arabia'),
(203, 0, 1, '2016-07-04 13:56:07', 4, 692, 0, 0, 0, '', '', '', 'Samir Group', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/SamirGroup.jpg', 'Hindi Building, Madina Road Kilo 14', 'waddah.elrayyes@samirgroup.com', 'P.O. BOX: 599, JEDDAH 21421', NULL, '21.595104', '39.161043', 'SME Partner Unified Communications', '+966 2 682 8219 (Ext. 1304)', '+966 2 683 0820', 'http://www.samirgroup.com', 'Saudi Arabia'),
(204, 0, 1, '2016-07-04 13:56:07', 4, 693, 0, 0, 0, '', '', '', 'Saylus', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Saylus_ICT_For_Business-web.png', 'Linie 514', 'info@saylus.com', '7325 DZ APELDOORN', NULL, '52.215587', '6.002988', 'Enterprise Partner Unified Communications', '+31 88 911 90 90', '', 'http://www.saylus.com', 'Netherlands'),
(205, 0, 1, '2016-07-04 13:56:07', 4, 694, 0, 0, 0, '', '', '', 'SDP', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/SDP.png', 'Vijfstraten 18', 'info@sdp.be', '9100 SINT NIKLAAS', NULL, '51.17274', '4.150731', 'Reseller - System Integrator Smart IT Solutions', '+32 3 777 73 03', '', 'http://www.sdp.biz/sdp/be/nl/home/', 'Belgium'),
(206, 0, 1, '2016-07-04 13:56:07', 4, 695, 0, 0, 0, '', '', '', 'Seatec Telecom Services Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/seatechtelecomservices.jpg', 'Trade Fair Centre, La,', 'nana.beecham@seatectelecom.com, sales@seatectelecom.com', 'ACCRA', NULL, '5.603717', '-0.186964', 'Reseller - System Integrator Smart IT Solutions', '+233 302 777484 / +233302774301', '+233 302 776895', 'www.seatectelecom.com', 'Ghana'),
(207, 0, 1, '2016-07-04 13:56:07', 4, 696, 0, 0, 0, '', '', '', 'Security Systems Co.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/security-systems-co.png', 'P.O. Box 29496', 'info@securitysystemsco.com', 'SAFAT 13155, KUWAIT', NULL, '29.297102', '47.917772', '', '+965 2433 1100 ', '+965 2433 1122', 'www.securitysystemsco.com', 'Kuwait'),
(208, 0, 1, '2016-07-04 13:56:07', 4, 697, 0, 0, 0, '', '', '', 'Sekortel d.o.o. (Croatia)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/sekortel.png', 'Ul. grada Vukovara 269B', '', 'ZAGREB, 10 000', NULL, '45.801872', '16.000001', '', '+385 1 61 85 260', '+385 1 61 85 261', 'http://www.sekortel.hr', 'Croatia'),
(209, 0, 1, '2016-07-04 13:56:07', 4, 698, 0, 0, 0, '', '', '', 'Sekortel d.o.o. (Slovenia)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/sekortel.png', 'Slandrova 10', '', 'LJUBLJANA, 1000', NULL, '46.102663', '14.531666', '', '+386 01 560 25 00', '+386 01 561 48 24', 'www.sekortel.si', 'Slovenia'),
(210, 0, 1, '2016-07-04 13:56:07', 4, 699, 0, 0, 0, '', '', '', 'Sekortel s.o.o. (Albania)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/sekortel.png', 'Slandrova 10', '', 'LJUBLJANA, 1000', NULL, '46.098093', '14.529581', '', '+386 01 560 25 00', '+386 01 561 48 24', 'www.sekortel.si', 'Albania'),
(211, 0, 1, '2016-07-04 13:56:07', 4, 700, 0, 0, 0, '', '', '', 'Skymax Technologies LLP', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/SkyMax.jpg', '15, Republic Square, office 252, 247', 'info@skymax.kz', 'ALMATY 050013', NULL, '43.238153', '76.944606', 'SME Partner Unified Communications', '+7 72 72 507 497', '+7 72 72 507 693', 'www.skymax.kz', 'Kazakhstan'),
(212, 0, 1, '2016-07-04 13:56:07', 4, 701, 0, 0, 0, '', '', '', 'Sollie.Comm B.V.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/sollie.com.jpg', 'Newtonstraat 1', 'info@sollie.nl', '7701 SH DEDEMSVAART', NULL, '52.599797', '6.484276', 'SME Partner Unified Communications', '0523 - 610878', '0523 - 617746', 'http://www.sollie.nl', 'Netherlands'),
(213, 0, 1, '2016-07-04 13:56:07', 4, 702, 0, 0, 0, '', '', '', 'Sollie.Comm - Groningen ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/sollie.com.jpg', 'Skagerrak 28', 'info@sollie.nl', '9723 JR GRONINGEN', NULL, '53.210891', '6.612266', 'SME Partner Unified Communications', '050 - 502 82 50', '050 - 502 82 60', 'http://www.sollie.nl', 'Netherlands'),
(214, 0, 1, '2016-07-04 13:56:07', 4, 703, 0, 0, 0, '', '', '', 'SOPHO Business Communications', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/SOPHO-CHINA.jpg', '10, Lane 888 Tian Lin Road, Philips Innovation Campus Shanghai No.1 Bldg.', 'zhu.zhu@vanadgroup.com', 'SHANGHAI', NULL, '31.230416', '121.473701', 'Enterprise Partner Unified Communications', '+86 21 2411 5654', '+86 21 5445 2664', '', 'China'),
(215, 0, 1, '2016-07-04 13:56:07', 4, 704, 0, 0, 0, '', '', '', 'Southern Communications Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/SouthernComms.png', 'Down Street, Dummer', 'sales@southern-comms.co.uk', 'BASINGSTOKE', NULL, '51.212312', '-1.159114', 'Partners', '+44 8450567765', '', 'http://www.southern-comms.co.uk/', 'United Kingdom'),
(216, 0, 1, '2016-07-04 13:56:07', 4, 705, 0, 0, 0, '', '', '', 'SPIE ICS AG', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/SPIE.jpg', 'Industriestrasse 50a', 'info@spie-ics.ch', '8304 WALLISELLEN', NULL, '47.409688', '8.593568', 'Enterprise Partner Unified Communications', '+41 58 301 11 11', '', 'http://spie-ics.ch/en.html', 'Switzerland'),
(217, 0, 1, '2016-07-04 13:56:07', 4, 706, 0, 0, 0, '', '', '', 'Suhail Bahwan Group Holding LLC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/SuhailBahwanGroup.jpg', 'P.O. Box 169', 'ecloman@suhailbahwangroup.com', '113, MUSCAT', NULL, '23.601604', '58.499899', '', '+968-24793750', '', '', 'Oman'),
(218, 0, 1, '2016-07-04 13:56:07', 4, 707, 0, 0, 0, '', '', '', 'Systrade GmbH', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/systrade.jpg', 'Norsk-Data-Str. 1', 'info@systrade.de', '61352 Bad Homburg', NULL, '50.21093', '8.65281', 'Smart It Solutions Reseller/System Integrator', '+49 (0) 6172 8555-0', '', 'http://www.systrade.de', 'Germany'),
(219, 0, 1, '2016-07-04 13:56:07', 4, 708, 0, 0, 0, '', '', '', 'Techno Image Ltd.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/TechnoImage.png', 'Plot 17 Block “F” Msasani Village, Tanesco Street / P.O. Box 13221', 'info@technoimage.co.tz', 'DAR ES SALAAM', NULL, '-6.792354', '39.208328', 'Enterprise Partner Unified Communications', '+255 22 266 8073', '+255 22 266 8049', 'http://www.technoimage.co.tz ', 'Tanzania'),
(220, 0, 1, '2016-07-04 13:56:07', 4, 709, 0, 0, 0, '', '', '', 'TEKSAM Telekominikasyon Ltd. Sti.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/TEKSAM.jpg', 'Mehmetçik Cad. No:78/5 Fulya', 'info@teksam.com.tr', '34394 Fulya Şişli ISTANBUL', NULL, '41.058869', '28.996926', 'Master Distributor Unified Communications', '+90 212 288 71 41', '', 'http://www.teksam.com.tr/', 'Turkey'),
(221, 0, 1, '2016-07-04 13:56:07', 4, 710, 0, 0, 0, '', '', '', 'Specialized Security Systems Co.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/SSS.jpg', 'P.O.Box 2488', 'info@ssskwt.com ', 'SAFAT 13025, KUWAIT', NULL, '29.371112', '47.974976', '', '+965 222 88 111 ', '+965 222 88 121 ', 'www.ssskwt.com', 'Kuwait'),
(222, 0, 1, '2016-07-04 13:56:07', 4, 711, 0, 0, 0, '', '', '', 'TelecomDistribution', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/TelecomDistribution-za.png', '15 Waterford Office Park, 35 Waterford Drive', 'sales@necafrica.co.za ', 'FOURWAYS', NULL, '-26.0257822', '27.9823974', 'Master Distributor SME Unified Communications', '0861 632 729 (international: +27 11 658 1717)', '+27 11 875 6088', 'http://www.necafrica.co.za', 'South Africa'),
(223, 0, 1, '2016-07-04 13:56:07', 4, 712, 0, 0, 0, '', '', '', 'Telematch', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/TeleMatch.jpg', 'Curieweg 6B', 'office@telematch.nl', '2408 BZ ALPHEN A/D RIJN', NULL, '52.128502', '4.631503', 'Enterprise Partner Unified Communications', '+31 (0)88 00 22 100', '', 'www.telematch.nl', 'Netherlands'),
(224, 0, 1, '2016-07-04 13:56:07', 4, 713, 0, 0, 0, '', '', '', 'Telepage', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/TelepageSolutions.jpg', 'Mandenmakerstraat 11', 'info@telepage.nl', '5405 BJ UDEN', NULL, '51.656185', '5.666583', 'SME Partner Unified Communications', '088 – 008 09 80', '088 – 008 09 55', 'http://www.telepage.nl', 'Netherlands'),
(225, 0, 1, '2016-07-04 13:56:07', 4, 714, 0, 0, 0, '', '', '', 'Telesis Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Telesis.jpg', '2 Thomas Holden Street, Bolton, BL1 2QG', 'enquiries@telesiscomms.com', 'Bolton', NULL, '53.58248', '-2.439932', 'Partners', '+44 800 148 8649', '', 'http://www.telesiscomms.com/', 'United Kingdom'),
(226, 0, 1, '2016-07-04 13:56:07', 4, 715, 0, 0, 0, '', '', '', 'Tevega', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Tevega.jpg', 'Khalil Fattal & fils, Sin El Fil, Jisr El Wati', 'tevega@fattal.com.lb', '773 BEIRUT', NULL, '33.893791', '35.501777', 'Reseller - System Integrator Unified Communications', '+961 1495496', '', 'http://www.tevega.com', 'Lebanon'),
(227, 0, 1, '2016-07-04 13:56:07', 4, 716, 0, 0, 0, '', '', '', 'TOT@L ICT', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/totalICT.jpg', 'Heyendaalseweg 196', 'sven@totalict.nl', '6525 SK NIJMEGEN', NULL, '51.815167', '5.866764', 'SME Partner Unified Communications', '024-3567567', '', 'http://www.totalict.nl', 'Netherlands'),
(228, 0, 1, '2016-07-04 13:56:07', 4, 717, 0, 0, 0, '', '', '', 'Trust Distribution Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Trust(Rectangle).jpg', 'Phoenix Industrial Estate Off Park, Park St, Heywood OL10 2AB', 'info@trustdistribution.com', 'Heywood', NULL, '53.584918', '-2.20729,17', 'Distributors', '+44 1706 694000', '', 'https://www.trustdistribution.com/', 'United Kingdom'),
(229, 0, 1, '2016-07-04 13:56:07', 4, 718, 0, 0, 0, '', '', '', 'UNIFY BUSINESS SOLUTIONS LTD', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Unify Logo.jpg', 'Dorial House, 2 Hazel Court, Midland Way, Balborough, Chesterfield', 'sales@unifybusiness.co.uk', 'Chesterfield', NULL, '53.281017', '-1.287748', 'Partners', '+44 1246 811882', '', 'http://www.unifybusiness.co.uk/', 'United Kingdom'),
(230, 0, 1, '2016-07-04 13:56:07', 4, 719, 0, 0, 0, '', '', '', 'Valltera Technologies', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Valltera-Technologies.jpg', 'Nikole Strineke St.', 'info@VALLTERA-Tech.com', 'Belgrade, 11000 / Serbia', NULL, '44.764965', '20.484766', 'Reseller - System Integrator Smart IT Solutions', '+ 381 60 646 0545', '', 'http://www.valltera-tech.com', 'Serbia'),
(231, 0, 1, '2016-07-04 13:56:07', 4, 720, 0, 0, 0, '', '', '', 'Vest Systempartner AS', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/VestSystemPartner.jpg', 'Sandvenvegen 43', 'post@vsp.no', '5600 NORHEIMSUND', NULL, '60.368585', '6.146064', 'SME Partner Unified Communications', '+47 4747 2727', '', 'http://www.vsp.no', 'Norway'),
(232, 0, 1, '2016-07-04 13:56:07', 4, 721, 0, 0, 0, '', '', '', 'Voicetech GmbH', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/voicetech.png', 'Rendsburger Straße 349 ', 'info@voicetech-gmbh.de', 'D-24537 NEUMÜNSTER', NULL, '54.10423', '9.967188', ' Unified Communications SME Partner', '+49 (0) 4321 / 952 35 - 0', '', 'http://www.voicetech-gmbh.de', 'Germany'),
(233, 0, 1, '2016-07-04 13:56:07', 4, 722, 0, 0, 0, '', '', '', 'VT Telematica', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/VT Telematica.jpg', 'Via Gorky 21, S. Giuliano Milanese, Centralino 02. 982951', '', '20098 MILANO', NULL, '45.465422', '9.185924', 'SME Distributor Unified Communications', '', '', 'http://www.vttelematica.it/', 'Italy'),
(234, 0, 1, '2016-07-04 13:56:07', 4, 723, 0, 0, 0, '', '', '', 'Vtel', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Vtel_telecom.png', 'Institutenweg 19', 'verkoop@vtel.nl', '7521 PH ENSCHEDE', NULL, '52.236975', '6.845498', 'SME Partner Unified Communications', '088-4800900', '', 'http://www.vtel.nl', 'Netherlands'),
(235, 0, 1, '2016-07-04 13:56:07', 4, 724, 0, 0, 0, '', '', '', 'Zetacom', '', 'Bleiswijkseweg 37 ', 'info@zetacom.nl', '2712 PB ZOETERMEER', NULL, '52.044900', '4.472840', 'Enterprise Partner Unified Communications', '088-9382200 of 079-3634700 ', '', 'http://www.zetacom.nl/', 'Netherlands'),
(236, 0, 1, '2016-07-04 13:56:07', 4, 725, 0, 0, 0, '', '', '', '', '', '', '', '', NULL, '', '', '', '', '', '', ''),
(238, 0, 1, '2016-07-04 13:56:07', 4, 727, 0, 0, 0, '', '', '', '3DR', '', 'Block 2 Thornhill Office Park, 94 Bekker Rd', 'malcolm@3DR.co.za', 'Midrand', NULL, '-26.0098', '28.11496', 'Reseller - System Integrator Smart IT Solutions', '+ 27 10 003 7585', '', 'http://www.3dr.co.za', 'South Africa'),
(239, 0, 1, '2016-07-04 13:56:07', 4, 728, 0, 0, 0, '', '', '', 'Ager Business Tech', '', '29 Lt. Av. Marcel Andreescu St.', 'sorin.axente@ager.ro ', 'BUCHAREST', NULL, '44.426767', '26.102538', '', '+40 (21) 231 09 04/05', '', 'http://www.ager.ro/', 'Romania'),
(240, 0, 1, '2016-07-04 13:56:07', 4, 729, 0, 0, 0, '', '', '', 'alb-TEC', '', 'Königstr. 64', 'info@alb-tec.de', '89077 Ulm', NULL, '48.389586', '9.959529', 'Reseller - System Integrator Smart IT Solutions', '+49 (0) 731 / 388 67 998', '', 'www.alb-tec.de', 'Germany'),
(241, 0, 1, '2016-07-04 13:56:07', 4, 730, 0, 0, 0, '', '', '', 'allnet GmbH Computersysteme', '', 'Maistrasse 2', 'nfo@allnet.de', '82110 Germering', NULL, '48.129013', '11.37628', 'Reseller Smart IT Solutions', '+49 (0)89 894 222 - 22', '', 'http://www.allnet.de', 'Germany'),
(242, 0, 1, '2016-07-04 13:56:07', 4, 731, 0, 0, 0, '', '', '', 'Atos IT Solutions and Services', '', 'Doudlebská 1699/5,', 'roman.matousek@atos.net', '140 00 Prague 4 / Czech Republic', NULL, '50.051644', '14.442808', 'Reseller - System Integrator Smart IT Solutions', '+420 603 463 336', '', 'http://www.atos.net', 'Czech Republic'),
(243, 0, 1, '2016-07-04 13:56:07', 4, 732, 0, 0, 0, '', '', '', 'BITNET Systems GmbH', '', 'Edigheimer Str. 149', 'info@bitnet-gruppe.de', '67069 Ludwigshafen', NULL, '49.524865', '8.396596', 'Reseller - System Integrator Smart IT Solutions', '+49 (0) 621 / 9534 268 - 0', '', 'www.bitnet-systems.de', 'Germany'),
(244, 0, 1, '2016-07-04 13:56:07', 4, 733, 0, 0, 0, '', '', '', 'BlueBox - Comunicações, Lda (Braga)', '', 'Avenida Descobrimentos 1200', '', '4760-011 VILA NOVA DE FAMALICÃO', NULL, '41.39664', '-8.518936', 'SME Partner Unified Communications', '+351 252480280', '+351 252480289', '', 'Portugal'),
(245, 0, 1, '2016-07-04 13:56:07', 4, 734, 0, 0, 0, '', '', '', 'CCF AG', '', 'Boschstraße 1', 'info@ccf.de', '64347 Griesheim', NULL, '49.870403', '8.563242', 'Reseller - System Integrator Smart IT Solutions', '+49 (0) 6155 6668-0', '', 'www.ccf.de', 'Germany'),
(246, 0, 1, '2016-07-04 13:56:07', 4, 735, 0, 0, 0, '', '', '', 'CiberAdvantage, Lda (Lisboa)', '', 'Rua Doutor Manuel Arriaga 62-A', '', '2745-158 QUELUZ', NULL, '38.756248', '-9.258352', 'SME Partner Unified Communications', '+351 214356544', '', '', 'Portugal'),
(247, 0, 1, '2016-07-04 13:56:07', 4, 736, 0, 0, 0, '', '', '', 'CITEC', '', 'C/ Viera y Clavijo, 34 - 5ª Planta', '', '35002 LAS PALMAS DE GRAN CANARIA', NULL, '28.105005', '-15.417058', 'Reseller - System Integrator Smart IT Solutions', '+34 928 049 418', '', 'www.citec-sl.com', 'Spain'),
(248, 0, 1, '2016-07-04 13:56:07', 4, 737, 0, 0, 0, '', '', '', 'Comtel Technology Co. Ltd.', '', '8th Fl, No. 52, Sec. 3, NanGang Rd.', 'jnlai@comtel.com.tw', 'TAIPEI', NULL, '25.053001', '121.587696', '', '+886 227 859733', '+886 227 859673', 'www.comtel.com.tw', 'Taiwan'),
(249, 0, 1, '2016-07-04 13:56:07', 4, 738, 0, 0, 0, '', '', '', 'DELO Computer GmbH', '', 'Lise-Meitner-Str. 1', 'info@delo.com', '45659 Recklinghausen', NULL, '51.593902', '7.182573', 'Reseller - System Integrator Smart IT Solutions', '+49 (0) 2361 - 60 99 0', '', 'http://www.delo.com', 'Germany'),
(250, 0, 1, '2016-07-04 13:56:07', 4, 739, 0, 0, 0, '', '', '', 'Epsylon Consulting', '', 'Route de l’Aeroport, Remera', 'info@epsylon.cc', 'KIGALI', NULL, '-1.951542', '30.109847', 'Reseller - System Integrator Smart IT Solutions', '+250 08 411 422', '', '', 'Rwanda'),
(251, 0, 1, '2016-07-04 13:56:07', 4, 740, 0, 0, 0, '', '', '', 'GCS-NCR Ethiopia', '', 'Kebele 20, 004/16', 'info@gcsethiopia.com', 'ADDIS ABABA', NULL, '8.980603', '38.757761', 'Reseller - System Integrator Smart IT Solutions', '+251 115 51 38 62', '', 'www.gcs-ethiopia.com', 'Ethiopia'),
(252, 0, 1, '2016-07-04 13:56:07', 4, 741, 0, 0, 0, '', '', '', 'GEPS', '', '18, Rue Omar Boursas', '', 'ALGER', NULL, '36.730666', '3.080507', 'SME Distributor Unified Communications', '+213 21 689 490', '', 'http://www.geps-dz', 'Algeria'),
(253, 0, 1, '2016-07-04 13:56:07', 4, 742, 0, 0, 0, '', '', '', 'GPIC', '', 'Avenida Blas Infante nº 6 (Edificio Urbis), Planta 10, A', 'gpic@gpic.es', '41011 SEVILLA', NULL, '37.34243', '-6.009702', 'Reseller - System Integrator Smart IT Solutions', '+ 34 954285612', '', 'http://www.gpic.es', 'Spain'),
(254, 0, 1, '2016-07-04 13:56:07', 4, 743, 0, 0, 0, '', '', '', 'GRUPO ALDEBARÁN', '', 'C/ Chile, 4 – Edificio II – 2ª Pl. – Oficina 45', '', '28290 LAS ROZAS (MADRID)', NULL, '40.538723', '-3.896081', 'Reseller - System Integrator Smart IT Solutions', '+34 91 630 82 37', '+34 91 630 19 42', 'http://www.grupoaldebaran.com', 'Spain'),
(255, 0, 1, '2016-07-04 13:56:07', 4, 744, 0, 0, 0, '', '', '', 'Haricom, spol. s.r.o.', '', 'Dalimilova 4/254', '', '130 00 PRAHA 3', NULL, '50.086004', '14.449055', '', '+420 222 111 222', '+420 222 782 256', 'www.haricom.cz', 'Czech Republic'),
(256, 0, 1, '2016-07-04 13:56:07', 4, 745, 0, 0, 0, '', '', '', 'IECISA', '', 'Travesía de Costa Brava, 4', '', '28034 MADRID', NULL, '40.496223', '-3.699887', 'Reseller - System Integrator Smart IT Solutions', '(+34) 91 387 47 00', '', 'http://www.iecisa.com', 'Spain'),
(257, 0, 1, '2016-07-04 13:56:07', 4, 746, 0, 0, 0, '', '', '', 'IMAGAR', '', 'C/ Ebanistas, 2, 2ª planta', '', '28923 ALCORCÓN (MADRID)', NULL, '40.340435', '-3.817195', 'Reseller - System Integrator Smart IT Solutions', '+34 916168800', '', 'http://www.imagar.com', 'Spain'),
(258, 0, 1, '2016-07-04 13:56:07', 4, 747, 0, 0, 0, '', '', '', 'INDRA', '', 'Avda. Bruselas, 35', '', '28108 ALCOBENDAS (MADRID)', NULL, '40.52962', '-3.641182', 'Reseller - System Integrator Smart IT Solutions', '+34 91 480 50 00', '+34 91 480 50 80', 'http://www.indracompany.com', 'Spain'),
(259, 0, 1, '2016-07-04 13:56:07', 4, 748, 0, 0, 0, '', '', '', 'International For Modern Industries Co. Ltd. (Al-Alameya Group)', '', '1st Floor, Gulf Plaza, Madinah Road | P.O. Box: 23837 |', 'info@ifmi.com.sa', 'JEDDAH 21436 (K.S.A.)<br>branches: Jeddah / Riyad / Dammam / Jubail / Madinah / Yanbu / Makkah / Gizan / Khames Musheat', NULL, '21.5417291', '39.1226029', 'SMB Master Distributor Enterprise & Unified Communications', '+966 12 6677207 | UAN +966 9200 11 333', '+966-2-6687755', 'www.ifmi.com.sa', 'Saudi Arabia'),
(260, 0, 1, '2016-07-04 13:56:07', 4, 749, 0, 0, 0, '', '', '', 'INTERTRONIC Computer GmbH', '', 'Spiesheimer Weg 42-4', 'info@intertronic.de', '55286 Wörrstadt', NULL, '49.837433', '8.123452', 'Reseller - System Integrator Smart IT Solutions', '+49 (0) 6732 / 97- 0', '', 'http://www.intertronic.de', 'Germany'),
(261, 0, 1, '2016-07-04 13:56:07', 4, 750, 0, 0, 0, '', '', '', 'IPM', '', 'C/ General Mitre, 93', '', '08022 BARCELONA', NULL, '41.399714', '2.134247', 'Reseller - System Integrator Smart IT Solutions', '+34 932 114 988', '+34 932 117 550', 'http://www.ipm.es', 'Spain'),
(262, 0, 1, '2016-07-04 13:56:07', 4, 751, 0, 0, 0, '', '', '', 'Lonestar Systems Tech. Ltd', '', 'Hapardas St. 22', 'bentsi@lonestar-sys.co.il', 'MOSHAV BASRA 6094400', NULL, '32.2171386', '34.8753202', '', '00972-9-974-66-55', '00972-9-974-66-77', '', 'Israel'),
(263, 0, 1, '2016-07-04 13:56:07', 4, 752, 0, 0, 0, '', '', '', 'Key Solutions', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/key-solutions.png', 'No. 5 Clifton Square, Lytham, Lytham Saint Annes FY8 5JP', '', 'Lytham Saint Annes', NULL, '53.736996', '-2.96373', 'Partners', '44 1253 731888', '', 'http://www.key-solutions-ltd.co.uk/', 'United Kingdom'),
(264, 0, 1, '2016-07-04 13:56:07', 4, 753, 0, 0, 0, '', '', '', 'M. Pires e Nascimento, Lda (Porto)', '', 'Rua Cardeal D. Américo, 191', '', '4000-077 PORTO', NULL, '41.153067', '-8.599127', 'SME Partner Unified Communications', '+351 22 519 35 00', '+351 22 519 35 19', '', 'Portugal'),
(265, 0, 1, '2016-07-04 13:56:07', 4, 754, 0, 0, 0, '', '', '', 'MG Systems Limited', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/MG%20Systems%20LOGO.jpg', 'No. 17, Sapele Loop, Off Royal Castle Road Kokomlemle', 'info@mgsystemsghana.com, sales@mgsystemsghana.com', 'ACCRA', NULL, '5.577162', '-0.210132', 'Reseller - System Integrator Smart IT Solutions', '+233 302 913808/9, +233 302 241187/90 Mobile 233 244 611345, +233 277 420979 Skype mg.systems.ltd', '+233-30 2241190', 'www.mgsystemsghana.com', 'Ghana'),
(266, 0, 1, '2016-07-04 13:56:07', 4, 755, 0, 0, 0, '', '', '', 'Mr Houston', '', 'c/ Padre Xifré, 5', 'info@mrhouston.net', '28002 MADRID', NULL, '40.440098', '-3.672972', 'Reseller - System Integrator Smart IT Solutions', '+34 91 432 02 85', '', 'http://www.mrhouston.net', 'Spain'),
(267, 0, 1, '2016-07-04 13:56:07', 4, 756, 0, 0, 0, '', '', '', 'MYEG', '', 'Aben Canes, 7', 'myeg@myeg.com', '13002 CIUDAD REAL', NULL, '38.986929', '-3.933364', 'Reseller - System Integrator Smart IT Solutions', '+34 926 274131', '', 'www.myeg.com', 'Spain'),
(268, 0, 1, '2016-07-04 13:56:07', 4, 757, 0, 0, 0, '', '', '', 'Netphone Telecom', '', '4 Hatnufa', 'info@netphone-tel.com', 'PETAH TIKVA 4951022', NULL, '32.099616', '34.856698', 'SME Partner Unified Communications', '+972 3 9278927', '00972 3 9048850', 'www.netphone-tel.com', 'Israel'),
(269, 0, 1, '2016-07-04 13:56:07', 4, 758, 0, 0, 0, '', '', '', 'Novocabo ', '', 'Rua Presidente Samora Machel Lote 5-lj E', '', '2620-061 OLIVAL BASTO', NULL, '38.788533', '-9.168218', 'SME Partner Unified Communications', '+352 219385204', '', '', 'Portugal'),
(270, 0, 1, '2016-07-04 13:56:07', 4, 759, 0, 0, 0, '', '', '', 'PKE Electronics AG', '', 'Widmenhalde 11', 'office@pke-electronics.ch', 'CH - 8953 DIETIKON', NULL, '47.399934', '8.403963', '', '+41 58 909 20 00', '+41 58 909 20 49', 'http://www.pke-electronics.ch', 'Switzerland'),
(271, 0, 1, '2016-07-04 13:56:07', 4, 760, 0, 0, 0, '', '', '', 'PROFI Engineering Systems AG', '', 'Otto-Röhm-Straße 18', 'info@profi-ag.de', '64293 Darmstadt', NULL, '49.88386', '8.64309', 'Reseller - System Integrator Smart IT Solutions', '+49 (0) 6151 8290-0', '', 'http://www.profi-ag.de', 'Germany'),
(272, 0, 1, '2016-07-04 13:56:07', 4, 761, 0, 0, 0, '', '', '', 'Robtel - Sistemas de Telecomunicações e Som, Lda (Algarve)', '', 'Rua do Estádio n.º3', '', '8200-127 ALBUFEIRA', NULL, '37.095277', '-8.240749', 'SME Partner Unified Communications', '+351 289588601', '+351 289589684', '', 'Portugal'),
(273, 0, 1, '2016-07-04 13:56:07', 4, 762, 0, 0, 0, '', '', '', 'Service & Computer Industries Ltd.', '', 'Plot 94, William Street', 'jit@sciug.com', 'KAMPALA', NULL, '0.314526', '32.576301', 'Reseller - System Integrator Smart IT Solutions', '+256 312 351 700', '+256 414 351 700', 'www.sciug.com', 'Uganda'),
(274, 0, 1, '2016-07-04 13:56:07', 4, 763, 0, 0, 0, '', '', '', 'EAST AFRICA RADIO NETWORKS LIMITED', '', 'P.O.BOX 22365, PLOT NO. 32, MULWANA ROAD, INDUSTRIAL AREA', 'info@earnltech.com', 'KAMPALA', NULL, '0.313645', '32.614771', 'Reseller - System Integrator Smart IT Solutions', '+256 417 105 105', '', 'http://www.earnltech.com', 'Uganda'),
(275, 0, 1, '2016-07-04 13:56:07', 4, 764, 0, 0, 0, '', '', '', 'Specialised Systems Ltd.', '', 'Mwembeshi Road (Opp Lumamba Road), Opposite Lumamba Rd.', 'jnyirenda@specialised.com.zm', 'LUSAKA', NULL, '-15.387526', '28.322817', 'Reseller - System Integrator Smart IT Solutions', '+260 1 288 511 /288 348 / 288 191', '+260 1 289 230', 'http://www.sslzambia.com', 'Zambia');
INSERT INTO `td_partners` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `name`, `logo`, `address`, `email`, `city`, `description`, `lat`, `lng`, `partner_type`, `phone`, `fax`, `website`, `country`) VALUES
(276, 0, 1, '2016-07-04 13:56:07', 4, 765, 0, 0, 0, '', '', '', 'Specialised Technologies Ltd.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/STL.png', 'KCB Building Jogoo Road.', 'okello@stlkenya.co.ke', 'NAIROBI', NULL, '-1.304921', '36.839052', 'Reseller - System Integrator Smart IT Solutions', '+254 (0) 20 2405401', '', 'www.stlkenya.co.ke', 'Kenya'),
(277, 0, 1, '2016-07-04 13:56:07', 4, 766, 0, 0, 0, '', '', '', 'Starline Computer GmbH', '', 'Carl-Zeiss-Str. 27-29', 'info@starline.de', '73230 Kirchheim u. Teck', NULL, '48.63903', '9.46699', 'Reseller - System Integrator Smart IT Solutions', '+49 (0)7021 487-200', '', 'http://www.starline.de', 'Germany'),
(278, 0, 1, '2016-07-04 13:56:07', 4, 767, 0, 0, 0, '', '', '', 'Sunrise Tech Business Co. Ltd.', '', 'Chung Hsiao ERD Section 6, 14F-3 No. 21', 'suncomtw@ms34.hinet.net', '115 TAIPEI', NULL, '25.032969', '121.565418', '', '+886 226 517655', '+886 226 517955', 'www.sunrisetech.com.tw', 'Taiwan'),
(279, 0, 1, '2016-07-04 13:56:07', 4, 768, 0, 0, 0, '', '', '', 'TECMOSA', '', 'C/ Auguste Y Louis Lumiere, 24 - Parque Tecnologic', '', '46980 PATERNA (Valencia)', NULL, '39.503709', '-0.443162', '', '(+34) 96 153 32 12', '', 'nttp//:www.tecmosa.com', 'Spain'),
(280, 0, 1, '2016-07-04 13:56:07', 4, 769, 0, 0, 0, '', '', '', 'Telenova - Telecomunicações Electronicas, Lda (Braga)', '', 'Avenida Barão Trovisqueira 53', '', '4760-126 VILA NOVA DE FAMALICÃO', NULL, '41.406938', '-8.522028', 'SME Partner Unified Communications', '+351 252302900', '+351 252302909', '', 'Portugal'),
(281, 0, 1, '2016-07-04 13:56:07', 4, 770, 0, 0, 0, '', '', '', 'Tele-Sul - Comércio de Equipamento Telefónico, Lda (Algarve)', '', 'Rua José da Costa Guerreiro, Edf. Via Parque, Bloco B, R/C-B', '', '8100-596 LOULÉ', NULL, '37.137919', '-8.020216', 'SME Partner Unified Communications', '+351 289 401050', ' +351 289 401059', '', 'Portugal'),
(282, 0, 1, '2016-07-04 13:56:07', 4, 771, 0, 0, 0, '', '', '', 'TELMAT INDUSTRIE', '', '6 rue de l\' Industrie', 'patrick.martin@telmat.fr', '68360 SOULTZ', NULL, '47.893247', '7.233216', 'Reseller - System Integrator Smart IT Solutions', '+33 3 89 62 13 82', '', 'http://www.telmat.com', 'France'),
(283, 0, 1, '2016-07-04 13:56:07', 4, 772, 0, 0, 0, '', '', '', 'TGrove technologies plc', '', '2 - 209 TK Building, Bole Road', 'info@tgrove-tech.com', 'ADDIS ABABA', NULL, '8.980603', '38.757761', 'Reseller - System Integrator Smart IT Solutions', '+251 11 661 3038', '+251 11 661 6341', 'http://tgrove-tech.com/', 'Ethiopia'),
(284, 0, 1, '2016-07-04 13:56:07', 4, 773, 0, 0, 0, '', '', '', 'Trustvision - Equipamentos, Sistemas e Telecomunicações, Lda (Viseu)', '', 'Rua S. Vicente de Paulo, lt1, r/c frt. Fracção D, Monte Salvado - Orgens', '', '3510 - 154 VISEU', NULL, '40.663098', '-7.92979', 'SME Partner Unified Communications', '232 437 056', '232 437 057', '', 'Portugal'),
(285, 0, 1, '2016-07-04 13:56:07', 4, 774, 0, 0, 0, '', '', '', 'V.M.R. - Redes Informáticas, Lda (Algarve)', '', 'Rua das Hortências Lote C loja 3, Monte – Branco Gambelas', '', '8005-194 FARO', NULL, '37.043556', '-7.969764', 'SME Partner Unified Communications', '+351 289 819782', '+351 289 819782', '', 'Portugal'),
(286, 0, 1, '2016-07-04 13:56:07', 4, 775, 0, 0, 0, '', '', '', 'Genii Systems', '', 'Oduatelecoms Building, Opp Force HQ, Eleyele,', 'ismail.adebayo@oduatelecoms.com', 'IBADAN (Oyo State)', NULL, '7.41333', '3.862985', 'Reseller - System Integrator Smart IT Solutions', '+2348153504994', '', '', 'Nigeria'),
(287, 0, 1, '2016-07-04 13:56:07', 4, 776, 0, 0, 0, '', '', '', 'Airtel Seychelles', '', 'Emerald House, P. O. Box 1358, Providence', 'Dona.Morel@sc.airtel.com', 'MAHE', NULL, '-4.653714', '55.487322', 'Reseller - System Integrator Smart IT Solutions', '(+248) 4 600 600', '', 'www.africa.airtel.com/seychelles', 'Seychelles'),
(288, 0, 1, '2016-07-04 13:56:07', 4, 777, 0, 0, 0, '', '', '', 'EAST AFRICA RADIO NETWORKS LIMITED', '', 'P.O.BOX 22365, PLOT NO. 32, MULWANA ROAD, INDUSTRIAL AREA', 'info@earnltech.com', 'KAMPALA', NULL, '0.313645', '32.614771', 'SME Partner Unified Communications', '+256 417 105 105', '', 'http://www.earnltech.com', 'Uganda'),
(291, 0, 1, '2016-07-07 08:28:22', 4, 808, 0, 0, 0, '', '', '', 'OTE S.A.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/OTE-logo.png', '99 Kifissias Av.', '', '15124 Maroussi - Attica', NULL, '38.051842', '23.7939349', ' Enterprise Partner Unified Communications', '+30 210 611000', '', 'https://www.cosmote.gr', 'Greece'),
(292, 0, 1, '2016-07-08 06:39:05', 4, 832, 0, 0, 0, '', '', '', 'Comstore', '', 'Rua Álvaro António dos Santos, 16', 'comercial@comstore.pt', '2780-182 OEIRAS', NULL, '38.757727', '-9.2810102', 'SME Distributor Unified Communications', '(+351) 214 460 620', '', 'http://www.comstore.pt', 'Portugal'),
(293, 0, 1, '2016-07-14 11:59:34', 4, 836, 0, 0, 0, '', '', '', 'Raxco Software', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/RaxcoSoftware.JPG', 'Willibrordusstraat 4', 'sales@raxco.nl', '5087 BS DIESSEN (NB)', NULL, '', '', 'Reseller - System Integrator Smart IT Solutions', '085 489 4904', '085 489 4903', 'www.raxco.nl', 'Netherlands'),
(294, 0, 1, '2016-07-15 14:18:00', 4, 837, 0, 0, 0, '', '', '', 'FT Systems', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/FTSystems.png', 'Willibrordusstraat 4', 'sales@ftsystems.nl', '5087 BS DIESSEN (NB)', NULL, '', '', 'Reseller - System Integrator Smart IT Solutions', '085-4894904', '085-4894903', 'www.ftsystems.nl', 'Netherlands'),
(295, 0, 1, '2016-07-18 07:52:14', 4, 838, 0, 0, 0, '', '', '', 'Gebato Telecoms Technology', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/GEBATO.JPG', 'Suite B38-39 Nkwegu Plaza Area 1 Garki, Before Old Secretariat Complex Area 1 By Area 3 Junction', 'gebatott@yahoo.com', 'ABUJA', NULL, '', '', 'System Integrator', '+2348091125732 or +2348033911932', '', 'www.gebatott.com.ng', 'Nigeria'),
(296, 0, 1, '2016-07-21 14:19:44', 4, 839, 0, 0, 0, '', '', '', 'TechnoForward LLC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/TechnoForward.jpg', 'Prospekt Obukhovskoy Oborony, 271A', 'office@technoforward.ru', 'Saint-Petersburg 192012', NULL, '59.8479667', '30.4809933', 'Distributor NEC Enterprise Solutions Smart IT and Smart Networking', '+7 812 633-3505', '', 'http://www.technoforward.ru', 'Russia'),
(297, 0, 1, '2016-08-22 07:54:32', 4, 854, 0, 0, 0, '', '', '', 'Focus Middle East FZCO', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/focus.gif', 'No. 504, Bldg. 5EA, Dubai Airport Free Zone', 'info@focus-me.com', 'Dubai', NULL, '25.230615', '55.391859', 'Reseller - System Integrator Smart IT Solutions', '+971 4 609 1600', '+971 4 609 1602', 'http://focus-me.com/focus-me', 'United Arab Emirates'),
(298, 0, 1, '2016-09-20 14:46:32', 4, 887, 0, 0, 0, '', '', '', 'ETEL-CI', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/ETEL-CI.png', 'Cocody Pisam', 'info@etel-ci.com, charles.kakou@etel-ci.com', 'ABIDJAN', NULL, '5.3602164', '-3.9674370999999837', 'System Integrator', '+225 22409225', ' +225 22409227 ', 'http://www.etel-ci.com/', 'Cote d\'Ivoire'),
(299, 0, 1, '2016-09-20 15:36:15', 4, 888, 0, 0, 0, '', '', '', 'Bridgetech plc', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/bridgetech.png', 'Head office : Haile g/selasie street Hayahulet mazoria rewina building 5th floor / Show room : Africa Avenue street Tomy Tower ground floor ', 'bridgetech@ethionet.et, mikiyas@bridgetechplc.com', 'ADDIS ABABA', NULL, '', '', 'Distributor Unified Communications', '+251-116670665, Mobile: +251-912614768 ', '', 'www.bridgetechplc.com', 'Ethiopia'),
(300, 0, 1, '2016-10-10 07:34:57', 4, 899, 0, 0, 0, '', '', '', 'RSD Reliable Solutions Distributor', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partners/RSD_logo_white_small.jpg', 'Strada 85 Alexandru cel Bun', '', 'CHISINAU MD-2012', NULL, '47.028245', '28.836189', 'Authorized Distributor', '+373 22 210 208 / Mobile +373 79 874 744', '+373 22 223 963', 'www.rsd.md', 'Moldova'),
(301, 0, 1, '2016-11-07 14:34:04', 4, 908, 0, 0, 0, '', '', '', 'Engetel', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/Engetel.png', 'Avenida Doutor João Guilhermino 261', 'mauricio.bertucci@engetel.com.br ', 'SALA 131, CEP 12.210.131', NULL, '-23.1886', '-45.8857', 'Distributor Unified Communications (for Brazil & Argentina)', ' + 55 12 4009 2401', '+ 55 12 4009 2460', 'www.engetel.com.br', 'Brazil'),
(302, 0, 1, '2016-11-07 15:04:32', 4, 909, 0, 0, 0, '', '', '', 'Engetel', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/Engetel.png', 'Avenida Doutor João Guilhermino 261', 'mauricio.bertucci@engetel.com.br ', 'SALA 131, CEP 12.210.131', NULL, '-23.1886', '-45.8857', 'Enterprise Solutions Distributor', ' + 55 12 4009 2401', '+ 55 12 4009 2460', 'www.engetel.com.br', 'Brazil'),
(304, 0, 1, '2016-11-15 11:31:31', 4, 912, 0, 0, 0, '', '', '', 'Al Dawly Co. ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/AlDawly.png', 'Branch 1: 60 st. - ERBIL / Branch 2: Sinaa St. - BAGHAD', 'm.rawi@dawlygroup.com', '', NULL, '', '', 'SME Distributor Unified Communications', '+964 782 224 9900 (Erbil) / +964 770 398 0740 (Baghdad)', '', 'www.aldawly-iq.com', 'Iraq'),
(303, 0, 1, '2016-11-15 10:45:59', 4, 911, 0, 0, 0, '', '', '', 'Al Dawly Co. - Erbil branch', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/AlDawly.png', '60 st.', 'm.rawi@dawlygroup.com', 'ERBIL', NULL, '', '', 'SME Distributor Unified Communications', '+964 770 398 0740', '', 'www.aldawly-iq.com', 'Iraq'),
(306, 0, 1, '2016-12-05 13:09:50', 4, 920, 0, 0, 0, '', '', '', 'TEKSAM Telekominikasyon Ltd. Sti.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/TEKSAM.jpg', 'Şair Eşref Bulvarı No:28 K:2 D:4', 'info@teksam.com.tr', '35280 Çankaya IZMIR', NULL, '38.426203', '27.139553', 'Master Distributor Unified Communications', '+90 232 446 46', '', 'http://www.teksam.com.tr/', 'Turkey'),
(307, 0, 1, '2016-12-05 13:10:59', 4, 921, 0, 0, 0, '', '', '', 'TEKSAM Telekomünkasyon Ltd.Sti.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/TEKSAM.jpg', 'Öveçler, 1314. Cad./1330 Sok. No:16 D:8', '', '06450 Çankaya/Ankara, Turkije', NULL, '39.891118', '32.841429', 'Master Distributor Unified Communications', '+90 312 473 13 78', '', '', 'Turkey'),
(308, 0, 1, '2016-12-12 08:51:59', 4, 925, 0, 0, 0, '', '', '', 'iTOC - Telecom and IT Solutions', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ITOC.jpg', 'First floor, No. 116, Dadman Blvd.', 'info@itocco.com', 'TEHRAN', NULL, '35.764240', '51.349979', 'Enterprise Partner Unified Communications and IT Solutions', ' +98 21 86 12 94 47', ' +98 21 89 78 67 03', 'www.itocco.com', 'Iran'),
(309, 0, 1, '2017-01-03 08:58:03', 4, 929, 0, 0, 0, '', '', '', 'CommCarrier Satellite Services Ltd.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/CommCarrier-Satellite-Services(Kenya).PNG', '8th fl. Longonet Place, Kijabe Street', 'info@commcarrier.com', 'NAIROBI', NULL, '-1.277299', '36.816184', 'System Integrator', 'T: +254 722 204567 ', '', 'www.commcarrier.com', 'Kenya'),
(310, 0, 1, '2017-01-03 09:01:02', 4, 930, 0, 0, 0, 'How to Build Social Media Into Your Contact Centre Strategy', 'Social Media can form an important part of your contact centre strategy. ', '', '', '', '', '', '', NULL, '', '', '', '', '', '', ''),
(332, 0, 1, '2017-11-20 15:20:13', 4, 1145, 0, 0, 0, '', '', '', 'Telematics Networking and Communication Co. LLC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/telematics.png', 'Golf Park Offices Building, 2nd Level, Al Garhoud Area', 'info@telematics.ae', 'DUBAI ', NULL, '25.249777', '55.337543', 'NEC Smart Hospitality Partner', '+971 4 282 4343', '+ 971 4 282 4072', 'www.telematics.ae', 'UNITED ARAB EMIRATES'),
(311, 0, 1, '2017-01-17 16:53:26', 4, 948, 0, 0, 0, '', '', '', 'ComNetwork', '', 'Domaine du Tourillon, 260 Rue Denis Papin', '', '13857 AIX EN PROVENCE', NULL, '', '', '', '0 805 745 692 / 04 42 39 66 85', '', '', 'FRANCE'),
(312, 0, 1, '2017-01-17 16:57:01', 4, 949, 0, 0, 0, '', '', '', 'Com Network', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/com_network.png', 'Domaine du Tourillon - 260, Rue Denis Papin', '', 'AIX EN PROVENCE 13857', NULL, '', '', 'Reseller - System Integrator Smart IT Solutions', '0 805 745 692 - 04 42 39 66 85', '', '', 'FRANCE'),
(313, 0, 1, '2017-01-23 09:09:07', 4, 954, 0, 0, 0, '', '', '', 'Stelkom d.o.o', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/stelkom_eng-pravi.PNG', 'Špruha 19', 'info@stelkom.si', 'SI-1236 Trzin', NULL, '46.118643', '14.546183', '', 'Phone: + 386 (0) 1 620 22 00', 'Fax: + 386 (0) 1 620 22 01 ', 'www.stelkom.si', 'SLOVENIA'),
(314, 0, 1, '2017-02-02 09:54:28', 4, 957, 0, 0, 0, '', '', '', 'CJSC NEC Neva Communication Systems', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NEC_logo_2009_PMS_type5.jpg', '8 Preobrazhenskaya Square, \"Preo 8\"', 'sales@nec.ru', 'MOSCOW 107061', NULL, '55.794960', '37.712812', 'Distributor NEC Enterprise Solutions Smart IT and Smart Networking', ' +7 (495) 956 75 35', '+7 499 754 0570', 'www.nec.ru', 'RUSSIA'),
(322, 0, 1, '2017-05-15 14:48:16', 4, 996, 0, 0, 0, '', '', '', 'ITworks LLC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/itworks(dubai).png', 'Icon Tower, Suite 706, TECOM', 'info@itworks.ae', 'DUBAI', NULL, '25.097814', '55.174020', 'Smart IT Partner', '+971.4 369.7577 / +971.55.954.7167', '', 'www.itworks.ae', 'United Arab Emirates'),
(315, 0, 1, '2017-02-21 12:11:42', 4, 960, 0, 0, 0, '', '', '', 'TELICSE', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/TELICSE_1.jpg', '24 Rue du Moulin', ' info@telicse.lu ', '3857 Schifflange', NULL, '49.507635', '6.004240', 'SME Partner Unified Communications', '+352 55 92 92 1', '+352 55 92 92 200', '', 'LUXEMBURG'),
(316, 0, 1, '2017-04-07 14:04:50', 4, 983, 0, 0, 0, '', '', '', 'Dataphone', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/DATAPHONE.png', 'Dataphone Communications Ltd Solutions House, 56 Peregrine Road, Hainault,', '', 'ESSEX IG6 3SZ', NULL, '51.610979', '0.128491', 'Partners', ' Freephone: 0800 849 7777 or Local Number 020 8498 8700', '', 'http://dataphone.co.uk ', 'UNITED KINGDOM'),
(317, 0, 1, '2017-05-01 08:54:48', 4, 988, 0, 0, 0, '', '', '', 'Paraye', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/paraye(iran).png', 'No. 5, Sarv Street, Valiasr Ave.', 'Info@paraye.com', 'TEHRAN 1968956193', NULL, '35.765237', '51.418589', 'Enterprise Partner Unified Communications and IT Solutions', '98 21 88662300', ' 98 21 88652600', 'http://www.paraye.com/', 'IRAN'),
(318, 0, 1, '2017-05-10 11:02:32', 4, 992, 0, 0, 0, '', '', '', 'ASCOTEL | For Telecommunication ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ascotel-logo.jpg', 'P.O. Box 9895', 'samir@ascotel.com.jo', 'AMMAN 11191', NULL, '31.958134', '35.917388', 'SME Distributor Unified Communications', '+962 6 463 2444', ' +962 6 4650296', 'www.ascotel.com.jo', 'Jordan'),
(319, 0, 1, '2017-05-15 12:58:21', 4, 993, 0, 0, 0, '', '', '', 'ILA Microservers', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ila-logo-web-horizontal.png', 'Oude Hoogeveensedijk 4, 7991 PD', '', 'DWINGELOO', NULL, '', '', 'Value-added IT Distributor', '0521-596575', '', 'http://ila-microservers.nl/', 'Netherlands'),
(320, 0, 1, '2017-05-15 13:02:23', 4, 994, 0, 0, 0, '', '', '', 'Hiro-MicroDataCenters', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/hiro-logo-horizontal.png', 'Oude Hoogeveensedijk 4', '', '7991 PD DWINGELOO', NULL, '52.813565', '6.395977', 'Smart IT Partner', '0521-596575', '', 'http://hiro-microdatacenters.nl/', 'Netherlands'),
(321, 0, 1, '2017-05-15 13:14:29', 4, 995, 0, 0, 0, '', '', '', 'SIEMTEC spa', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/siemtec.jpg', '175, Boulevard Krim Belkacem Telemly, 16106', 'contact@siemtec-dz.com', 'ALGER', NULL, '36.767796', '3.048802', 'Accredited Smart IT Partner ', '+213 023 47 05 57 | +213 023 47 05 78 | +213 023 47 05 81', '+213 023 47 05 77', 'www.siemtec-dz.com', 'Algeria'),
(323, 0, 1, '2017-06-21 08:12:21', 4, 1038, 0, 0, 0, '', '', '', 'Douran Group', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/douran-group-en.png', 'No.62, Ayazi Alley, Sabounchi St., Khoramshahr St.', 'infotech@douran.com', 'TEHRAN', NULL, '35.945511', '51.387536', 'Enterprise Partner Unified Communications and IT Solutions', '98 (21) 43585', '98 21 43585555', 'www.douran.com', 'Iran'),
(324, 0, 1, '2017-06-30 13:59:02', 4, 1041, 0, 0, 0, '', '', '', 'NECXTCOM GmbH', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NECXTCOM.JPG', 'Ludwig- Erhard Straße 2b ', 'info@necxtcom.de', 'KAARST 41564', NULL, '51.212936', '6.631982', ' Master Distributor', '+49 2131/88497-0', '', 'www.necxtcom.de', 'GERMANY'),
(325, 0, 1, '2017-07-03 14:46:48', 4, 1042, 0, 0, 0, '', '', '', 'Ostertag DeTeWe GmbH', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Ostertag-detewe.png', 'Schlattgrabenstr. 13', 'info@ostertagdetewe.de', 'WALDDORFHÄSLACH 72141', NULL, '48.646942', '9.171850', ' NEC Enterprise Partner', '+49 7127 9286 175', '', 'www.ostertagdetewe.de/', 'GERMANY'),
(326, 0, 1, '2017-07-05 08:09:32', 4, 1048, 0, 0, 0, '', '', '', 'Almoayed Telecom (AMTEL)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/AMTEL.jpg', '110 Al Taweelah Complex Building 16, Road 4101 Block 314, Al Juffair | PO Box 933', '', 'MANAMA', NULL, '26.207825', '50.577987', 'Enterprise Partner Unified Communications', '+973 17 828 828 ', '+973 17 828 705', 'www.almoayedgroup.com', 'BAHRAIN'),
(327, 0, 1, '2017-07-24 14:00:38', 4, 1056, 0, 0, 0, '', '', '', 'Al Falk IT & T', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/AlFalk-logo.png', ' 07 Rue Bab Ben Gachir', 'sales@alfalk-itt.com ', 'TAJOURA ANDALOUS 5712, Libya', NULL, '32.820929', '13.386594', 'NEC Distributor', '+218910314050', '', 'www.alfalk-itt.com', 'Libya'),
(328, 0, 1, '2017-10-05 07:59:58', 4, 1129, 0, 0, 0, '', '', '', 'SPC Smart Products Connection ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/SPC(telecom).png', 'Leonardo Da Vinci 14, Parco Tecnologico', '', '01510 VITORIA-GASTEIZ', NULL, '42.909390', '-2.667468', 'Distributor Unified Communications', '+34 94 529 7029', '', 'http://www.centralitasnec.com/', 'Spain'),
(329, 0, 1, '2017-10-05 13:00:05', 4, 1130, 2, 0, 0, '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(330, 0, 1, '2017-11-06 08:37:37', 4, 1141, 0, 0, 0, '', '', '', 'TSV Groep', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/TSVgroep.gif', 'Hulstweg 8', 'info@tsv-groep.nl', '1032 LB AMSTERDAM', NULL, '52.397234', '4.908559', 'Enterprise Partner Unified Communications', '020-4 303 202', '020-4 303 222', 'www.tsv-groep.nl', 'Netherlands'),
(331, 0, 1, '2017-11-08 11:09:08', 4, 1142, 0, 0, 0, '', '', '', 'Almoayed ICT', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/almoayed-logo.jpg', 'Almoayed House P O Box 933', 'kamlesh@almoayedict.com', 'MANAMA', NULL, '26.212717', '50.597576', 'Smart IT Partner', ' +973 17 828 828 Ext 336 | Mob +973 33294607 ', '', 'www.almoayedict.com', 'BAHRAIN'),
(333, 0, 1, '2017-12-04 08:39:03', 4, 1157, 0, 0, 0, '', '', '', 'Cable & Wireless (Seychelles) Ltd', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/cable-wireless(seych).JPG', 'Francis Rachel St, | PO Box 4', 'Allain.Letourdie@cwseychelles.com', 'VICTORIA, MAHE', NULL, '-4.618684', '55.452970', 'Enterprise Partner Unified Communications', '+248 428 4299 | +248 251 0645 ', '', 'www.cwseychelles.com', 'SEYCHELLES'),
(334, 0, 1, '2018-01-03 09:23:53', 4, 1163, 0, 0, 0, '', '', '', 'Saylus', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Saylus_ICT_For_Business-web.png', 'Linie 514', 'info@saylus.com', '7325 DZ APELDOORN', NULL, '52.215587', '6.002988', 'SME Partner Unified Communications', '+31 88 911 90 90', '', 'http://www.saylus.com', 'Netherlands'),
(335, 0, 1, '2018-02-26 09:16:46', 4, 1178, 0, 0, 0, '', '', '', 'ADOC Network Communication', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ADOC(fromOsama).png', 'No.9, Shahram Dead End, Gholhak, Shariati St.', 'miandehi@adocnetwork.com | rezaei@adocnetwork.com', 'Tehran, Iran, PO Box 1913775351', NULL, '', '', 'Enterprise Solutions Partner', '+98 21 88190736', '', 'www.adoc.ir ', 'IRAN'),
(337, 0, 1, '2018-07-09 09:31:47', 4, 1193, 0, 0, 0, '', '', '', 'Mellon Algiers', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Mellon.png', 'Cyberparc Sidi Abdellah, ANPT, Rahmania 16121', 'office.mk@mellongroup.com', 'ALGIERS', NULL, '36.683490', '2.899303', 'System Integrator Smart IT Solutions ', '+213 (0)23 20 22 49', '+213 (0) 23 20 22 48', 'mellongroup.com/companies/mellon-solutions', 'Algeria'),
(338, 0, 1, '2018-08-27 15:19:41', 4, 1206, 0, 0, 0, '', '', '', 'PKE Deutschland GmbH<br>Business Communications', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/PKE.png', 'Landsberger Straße 187 ', 'muenchen@pke-de.com', '80687 München ', NULL, '48.344768', '11.543582', ' NEC Enterprise Partner', '+49 89 897670 1100', '', 'www.pke-de.com', 'GERMANY'),
(339, 0, 1, '2018-10-15 10:48:05', 4, 1222, 0, 0, 0, '', '', '', 'Stupers', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partner-logo/Stupers%20Logo.jpg', 'Biestkampweg 11', 'info@stupers.com', '5249 JV ROSMALEN', NULL, '51.745588', '5.401142', 'SME Distributor Unified Communications', '073 521 4645', '', 'https://www.stupers.com', 'Netherlands'),
(340, 0, 1, '2018-10-15 11:20:32', 4, 1223, 0, 0, 0, '', '', '', 'Nimava', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NimavaGroup.png', 'Huis ter Heideweg 56a', '', '3705 LZ ZEIST', NULL, '52.104434', '5.256131', 'SME Distributor Unified Communications', '030-6936444', '', 'http://www.nimava.nl', 'Netherlands'),
(341, 0, 1, '2018-12-10 10:36:56', 4, 1234, 0, 0, 0, '', '', '', 'NES Communications doo', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/NES%20logo.JPG', 'Radoja Dakica 7, Zemun', 'office@nes-communications.com', '11000 BEOGRAD', NULL, '44.838793', '20.408188', '', '+ 381 (11) 225 88 88', '', 'www.nes-communications.com', 'Serbia'),
(342, 0, 1, '2019-01-02 10:56:13', 4, 1239, 0, 0, 0, '', '', '', 'Blue Ocean Global', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/blue-ocean-global(small).png', 'Office# 101, 115-117, Apex Atrium Building , ', 'info@blueoceanglobal.com', 'MOTOR CITY, DUBAI', NULL, '25.046264', '55.235547', ' Master Distributor SME Unified Communications', '+971 4 450 4288', '+971 4 422 6051 ', 'http://blueoceanglobal.com', 'UNITED ARAB EMIRATES'),
(343, 0, 1, '2019-02-08 10:20:42', 4, 1247, 0, 0, 0, '', '', '', 'CTI Network', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/ctinetwork.png', '7 rue André Ampère, Ariana 2080', 'commercial@cti-network.com', 'TUNIS', NULL, '36.854261', '10.192498', 'Business Partner', '+216 71 701 110', '+216 71 703 120', 'http://www.cti-network.com', 'Tunisia'),
(344, 0, 1, '2019-02-20 10:21:27', 4, 1248, 0, 0, 0, '', '', '', 'Koning & Hartman', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/KH_logo_horizonal.jpg', 'De Passage 120', 'info@koningenhartman.com', '1101 AX AMSTERDAM', NULL, '52.314109', '4.939265', 'Enterprise Partner Unified Communications', ' +31 (0)20 587 76 00', '+31 (0)20 587 76 05', '', 'Netherlands'),
(345, 0, 1, '2019-06-12 08:45:29', 4, 1282, 0, 0, 0, '', '', '', 'MBR Technologies', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/MBR-Technologies(Qatar).jpg', 'Al Todamon Complex, 2nd fl., D-Ring Road', 'info@mbr.qa ', 'DOHA', NULL, '25.254310', '51.514956', 'Authorized Distributor', '+974 44185547 | +974 33565064 ', '', 'http://mbr.qa', 'QATAR'),
(346, 0, 1, '2019-07-01 15:49:18', 4, 1294, 0, 0, 0, '', '', '', 'UNIVERS Telecom', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/univers-telecom-senegal.png', '129 Rue Liberté 6 ', '', 'DAKAR 17335', NULL, '14.727360', '-17.468420', 'Smart IT Partner', '(+221) 33 865 61 61', '(+221) 33 867 66 64', 'www.universtelecom.net', 'Senegal'),
(347, 0, 1, '2019-08-20 08:47:01', 4, 1314, 0, 0, 0, '', '', '', 'Intertec Group W.L.L. Qatar', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Intertec%20logo%20EN-2019.png', 'PO Box 3002', 'intertec@qatar.net.qa', 'DOHA', NULL, '25.275060', '51.490392', 'Reseller - System Integrator Smart IT Solutions', '+97444696700', ' +97444696626', 'www.intertecqatar.com', 'Qatar'),
(348, 0, 1, '2019-10-22 12:00:47', 4, 1348, 0, 0, 0, '', '', '', 'Techno Sup', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/TECHNO-SUP-transp.png', '5, Rue Abou Jaafar Ibnou Atia, Residence Asmaa Bd. Borgogne', '', 'CASABLANCA 20050', NULL, '33.598062', '-7.642445', 'Business Partner', '+212 522 47 34 63/77/54', '+212522 47 34 54', 'http://www.technosup.ma/', 'Morocco'),
(349, 0, 1, '2019-11-12 13:47:23', 4, 1357, 0, 0, 0, '', '', '', 'Inside One', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/inside-one-spain.png', 'Calle de Lagasca 106 Salamanca', '', 'MADRID 28006', NULL, '40.434029', '-3.684456', 'Enterprise Partner Unified Communications', '+34 91 577 4549', '', 'http://www.insideone.cloud/', 'Spain'),
(350, 0, 1, '2019-11-14 13:59:31', 4, 1359, 0, 0, 0, '', '', '', 'Phone Pulse', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/phone-pulse-logo.png', '41 Southern Cross Business Park, Boghall Road, Bray, Co.', '', 'WICKLOW', NULL, '53.188983', '-6.122355', '', '1890 929 800 | +353(1)2863998 | ', '', 'https://www.phonepulse.ie/', 'EIRE'),
(351, 0, 1, '2020-03-30 07:29:40', 4, 1394, 0, 0, 0, '', '', '', 'Wesotronic', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/Wesotronic-web.png', 'Ebweg 10, 2991 LT BARENDRECHT', 'info@wesotronic.nl', '', NULL, '51.853092', '4.562921', 'SME Partner Unified Communications', '+31 (0)180 621 000', '', 'www.wesotronic.nl', 'NETHERLANDS'),
(352, 0, 1, '2020-04-03 08:35:06', 4, 1398, 0, 0, 0, '', '', '', 'BaverianVine', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/BVE(Baverianvinne).png', '4th Floor, Churchgate Plaza Plot 473 Constitution Ave, Central Business District, ABUJA, NIGERIA<br> UK Office: Old Gloucester Str, LONDON - WC1N3AX UK', 'info@baverianvine.com', '', NULL, '9.049241', '7.475178', 'Smart IT Partner', '+234 (09) 6233441 | London +44 (0) 8081170510', 'London +44 (0) 8451320656', 'www.baverianvine.com/index.html', 'NIGERIA'),
(353, 0, 1, '2020-04-03 08:37:29', 4, 1399, 0, 0, 0, '', '', '', 'Baverianvinne', '', 'LONDON OFFICE 27 Old Gloucester Street London - WC1N3AX United Kingdom P: +44 (0) 8081170510 F: +44 (0) 8451320656 E: info@baverianvine.com', '', '', NULL, '', '', 'Smart IT Partner', '', '', '', ''),
(354, 0, 1, '2020-04-03 08:50:17', 4, 1400, 0, 0, 0, '', '', '', 'Baverianvinne', '', '', '', '', NULL, '', '', 'Smart IT Partner', '', '', '', ''),
(355, 0, 1, '2020-05-13 09:18:32', 4, 1406, 0, 0, 0, '', '', '', 'SYMED', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/SYMED-france.jpg', '10 Avenue de la Source, 93420 ', 'commercial@symed.fr', 'VILLEPINTE', NULL, '48.947757', '2.555102', 'Distributor', '+33(0)1.48.67.43.11', '', 'www.symed.fr', 'France'),
(356, 0, 1, '2020-10-05 12:53:57', 4, 1429, 0, 0, 0, '', '', '', 'SAIET Telecomunicazioni', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/SAIET-telecomunicazioni.png', 'Via Marino Serenari', 'sales@saiet.it', '40013 Castel Maggiore (BO)', NULL, '44.559768', '11.374495', 'SME Distributor Unified Communications', '+39 05 170 67011', '', 'http://www.saiet.it', 'Italy'),
(357, 0, 1, '2020-11-06 14:25:39', 4, 1441, 0, 0, 0, '', '', '', '..', '', '', '', '', NULL, '', '', '', '', '', '', 'Iceland'),
(358, 0, 1, '2020-11-20 09:24:33', 4, 1447, 0, 0, 0, '', '', '', 'Thym Business', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/partnerlocator/thym-business.JPG', '8 Avenue du 11 Novembre 1918', ' contact@thymbusiness.fr', '69694 Vénissieux', NULL, '46.092878', '4.987276', ' System Integrator', '+33 47 800 0707', '', 'https://www.thymbusiness.fr/agences', 'FRANCE');
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `td_product details`
--
CREATE TABLE `td_product details` (
`entry_id` int(10) NOT NULL,
`position` int(10) NOT NULL,
`status` int(1) NOT NULL DEFAULT '1',
`last_edit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`template_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`language_id` int(11) NOT NULL DEFAULT '0',
`form_id` int(10) NOT NULL,
`stramien_id` int(10) NOT NULL,
`meta_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`meta_desc` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`page_redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `td_resource`
--
CREATE TABLE `td_resource` (
`entry_id` int(10) NOT NULL,
`position` int(10) NOT NULL,
`status` int(1) NOT NULL DEFAULT '1',
`last_edit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`template_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`language_id` int(11) NOT NULL DEFAULT '0',
`form_id` int(10) NOT NULL,
`stramien_id` int(10) NOT NULL,
`meta_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`meta_desc` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`page_redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`title` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`upload` text COLLATE utf8_unicode_ci,
`external_link` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`resource_type` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `td_resource`
--
INSERT INTO `td_resource` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `upload`, `external_link`, `resource_type`) VALUES
(1, 0, 1, '2016-04-20 11:24:49', 3, 117, 0, 0, 0, '', '', '', 'Hotel Holiday Inn Express', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC_CS_Hotel_Holiday_Inn_Dusseldorf_DE(Hosp_SV9100-WLAN-terminals)eng_10-172-01(12-2015).pdf|-|', '', 'case study'),
(2, 0, 1, '2016-04-20 11:26:23', 3, 118, 0, 0, 0, '', '', '', 'UNIVERGE Contact Center ', '', '', 'brochure'),
(3, 0, 1, '2016-06-14 11:18:03', 3, 152, 0, 0, 0, '', '', '', 'Contact Center', '', '', 'brochure'),
(4, 0, 1, '2016-06-14 11:19:33', 3, 153, 0, 0, 0, '', '', '', 'Mycalls', '', '', 'brochure'),
(5, 0, 1, '2016-06-14 11:20:26', 3, 154, 0, 0, 0, '', '', '', 'Ikea', '', '', 'case study'),
(6, 0, 1, '2016-06-14 11:20:43', 3, 155, 0, 0, 0, '', '', '', 'Mouscron Hospital', '', '', 'case study'),
(7, 0, 1, '2016-06-14 11:21:05', 3, 156, 0, 0, 0, '', '', '', 'Hotel Sacher', '', '', 'case study'),
(8, 0, 1, '2016-06-14 11:21:44', 3, 157, 0, 0, 0, '', '', '', 'YMCA', '', 'https://www.youtube.com/watch?v=p0VMgNOyJg8|-|', 'video'),
(9, 0, 1, '2016-06-24 11:03:46', 3, 172, 0, 0, 0, '', '', '', 'Brochure UNIVERGE 3C', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/brochure-nec-univerge-3c-eng.pdf|-|brochure-nec-univerge-3c-eng.pdf', '', 'brochure'),
(10, 0, 1, '2016-06-24 11:04:30', 3, 173, 0, 0, 0, '', '', '', 'Brochure BusinessConneCT', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/brochure-NEC-Business-ConneCT-eng(01-2019).pdf|-|brochure-NEC-Business-ConneCT-eng(01-2019).pdf', '', 'brochure'),
(11, 0, 1, '2016-06-24 11:05:15', 3, 174, 0, 0, 0, '', '', '', 'Infosheet BusinessConneCT Operator', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-NEC-Business-ConneCT-Operator-eng-032020.pdf|-|infosheet-NEC-Business-ConneCT-Operator-eng-032020.pdf', '', 'Infosheet'),
(12, 0, 1, '2016-06-24 11:06:16', 3, 175, 0, 0, 0, '', '', '', 'Infosheet BusinessConneCT Employee', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-NEC-Business-ConneCT-Employee-eng-032020.pdf|-|infosheet-NEC-Business-ConneCT-Employee-eng-032020.pdf', '', 'Infosheet'),
(13, 0, 1, '2016-06-24 11:10:53', 3, 176, 0, 0, 0, '', '', '', 'Infosheet BusinessConneCT Contact Center', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-NEC-Business-ConneCT-Contact-Center-eng-032020.pdf|-|infosheet-NEC-Business-ConneCT-Contact-Center-eng-032020.pdf', '', 'Infosheet'),
(14, 0, 1, '2016-06-24 11:20:50', 3, 177, 0, 0, 0, '', '', '', 'Brochure Unified Messaging', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-090-01_NEC_BR_Unified_Messaging_eng(02-2010).pdf|-|10-090-01 NEC BR Unified Messaging eng(02-2010).pdf', '', 'brochure'),
(15, 0, 1, '2016-06-24 11:22:49', 3, 178, 0, 0, 0, '', '', '', 'Brochure MyCalls', '', '', 'brochure'),
(16, 0, 1, '2016-06-24 11:24:15', 3, 179, 0, 0, 0, '', '', '', 'MyCalls Desktop', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/brochures-english/10-222-01_NEC_NS_SS_MyCalls_Desktop%20MR.pdf|-|10-222-01 NEC NS SS MyCalls Desktop%20MR.pdf', '', 'Infosheet'),
(17, 0, 1, '2016-06-24 11:24:44', 3, 180, 0, 0, 0, '', '', '', 'Datasheet MyCalls Desktop', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/brochures-english/10-220-01_NEC_NS_DS_MyCalls_Desktop_MR.pdf|-|10-220-01 NEC NS DS MyCalls Desktop MR.pdf', '', 'datasheet'),
(18, 0, 1, '2016-06-24 11:25:01', 3, 181, 0, 0, 0, '', '', '', 'Datasheet MyCalls Desktop Lite', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/brochures-english/10-221-02_NEC_NS_DS_MyCalls_Desktop_Lite_MR.pdf|-|10-221-02 NEC NS DS MyCalls Desktop Lite MR.pdf', '', 'datasheet'),
(19, 0, 1, '2016-06-24 11:25:45', 3, 182, 0, 0, 0, '', '', '', 'Brochure Toll Fraud', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC%20Toll%20Fraud%20Brochure.pdf|-|NEC%20Toll%20Fraud%20Brochure.pdf', '', 'brochure'),
(20, 0, 1, '2016-06-24 11:26:19', 3, 183, 0, 0, 0, '', '', '', 'Brochure UNIVERGE SV9100', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/brochure-NEC-UNIVERGE-SV9100-communications-platform-eng(092020).pdf|-|brochure-NEC-UNIVERGE-SV9100-communications-platform-eng(092020).pdf', '', 'brochure'),
(21, 0, 1, '2016-06-24 11:26:43', 3, 184, 0, 0, 0, '', '', '', 'Datasheet UNIVERGE SV9100', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-nec-univerge-sv9100-communications-platform-emea.pdf|-|datasheet-nec-univerge-sv9100-communications-platform-emea.pdf', '', 'datasheet'),
(22, 0, 1, '2016-06-24 11:27:38', 3, 185, 0, 0, 0, '', '', '', 'SIP@Net Call Processing Software', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-SIP%40Net-CallProcessingSoftware-eng-012019(10-255-01).pdf|-|datasheet-NEC-SIP%40Net-CallProcessingSoftware-eng-012019(10-255-01).pdf', '', 'datasheet'),
(23, 0, 1, '2016-06-24 11:28:02', 3, 186, 0, 0, 0, '', '', '', 'Datasheet SIP@Net Call Processing Software Server', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-003-01_NEC_DS_SIP%40NetCall_processing_software_server_eng(02-2010).pdf|-|10-003-01 NEC DS SIP%40NetCall processing software server eng(02-2010).pdf', '', 'datasheet'),
(24, 0, 1, '2016-06-24 11:28:34', 3, 187, 0, 0, 0, '', '', '', 'Datasheet SIP@Net Call Processing SW iS3000', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-004-01_NEC_DS_SIP%40Net_Call_processing_software_single_eng(02-2010).pdf|-|10-004-01 NEC DS SIP%40Net Call processing software single eng(02-2010).pdf', '', 'datasheet'),
(25, 0, 1, '2016-06-24 11:28:59', 3, 188, 0, 0, 0, '', '', '', 'Datasheet SIP@Net iS3000 Mobility Access', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-006-01_NEC_DS_SIP%40Net_iS3000_Mobility_Acces_eng(10-2010).pdf|-|10-006-01 NEC DS SIP%40Net iS3000 Mobility Acces eng(10-2010).pdf', '', 'datasheet'),
(26, 0, 1, '2016-06-24 11:30:52', 3, 189, 0, 0, 0, '', '', '', 'Datasheet iS3000 and SIP@Net server Networking solutions', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-018-01_NEC_DS_iS3000_and_SIP%40Net_server__eng(02-2010).pdf|-|10-018-01 NEC DS iS3000 and SIP%40Net server eng(02-2010).pdf', '', 'datasheet'),
(27, 0, 1, '2016-06-24 11:32:16', 3, 190, 0, 0, 0, '', '', '', 'Brochure UNIVERGE SV9300', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-203-04_NEC_br_SV9300_eng_emea(04-2016).pdf|-|10-203-04 NEC br SV9300 eng emea(04-2016).pdf', '', 'brochure'),
(28, 0, 1, '2016-06-24 11:32:36', 3, 191, 0, 0, 0, '', '', '', 'Datasheet UNIVERGE SV9300', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/platforms/NEC_NS_DS_SV9300.pdf|-|NEC NS DS SV9300.pdf', '', 'datasheet'),
(29, 0, 1, '2016-06-24 11:33:12', 3, 192, 0, 0, 0, '', '', '', 'Brochure UNIVERGE SV9500', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/brochure-nec-univerge-sv9500-communications-platform-eng-10-275.pdf|-|brochure-nec-univerge-sv9500-communications-platform-eng-10-275.pdf', '', 'brochure'),
(30, 0, 1, '2016-06-24 11:34:25', 3, 193, 0, 0, 0, '', '', '', 'Brochure DT400-DT800 phones', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-205-03_NEC_br_Desktop-phones(DT400-800)_eng_emea(07-2016).pdf|-|10-205-03 NEC br Desktop-phones(DT400-800) eng emea(07-2016).pdf', '', 'brochure'),
(31, 0, 1, '2016-06-24 11:34:53', 3, 194, 0, 0, 0, '', '', '', 'Datasheet DT400/DT800 phones', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-069-04_NEC_ds_DesktopPhones_DT400-DT800_eng_emea(03-2018).pdf|-|10-069-04 NEC ds DesktopPhones DT400-DT800 eng emea(03-2018).pdf', '', 'datasheet'),
(32, 0, 1, '2016-06-24 11:37:20', 3, 195, 0, 0, 0, '', '', '', 'Datasheet UNIVERGE BX Series', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet_NEC-UNIVERGE-BXSeries-eng-12-2018.pdf|-|datasheet NEC-UNIVERGE-BXSeries-eng-12-2018.pdf', '', 'datasheet'),
(33, 0, 1, '2016-06-24 11:37:54', 3, 196, 0, 0, 0, '', '', '', 'Datasheet UNIVERGE BX9000', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-217-04-NEC-DS-UNIVERGE-BX9000-eng(08-2017).pdf|-|10-217-04-NEC-DS-UNIVERGE-BX9000-eng(08-2017).pdf', '', 'datasheet'),
(34, 0, 1, '2016-06-24 11:39:53', 3, 197, 0, 0, 0, '', '', '', 'Datasheet UNIVERGE BX800', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-ds-NEC-UNIVERGE-BX800-eng-072019.pdf|-|datasheet-ds-NEC-UNIVERGE-BX800-eng-072019.pdf', '', 'datasheet'),
(35, 0, 1, '2016-06-24 11:41:05', 3, 198, 0, 0, 0, '', '', '', 'Datasheet UNIVERGE BX1000', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-UNIVERGE-BX1000-eng-072019.pdf|-|datasheet-NEC-UNIVERGE-BX1000-eng-072019.pdf', '', 'datasheet'),
(36, 0, 1, '2016-06-24 11:42:30', 3, 199, 0, 0, 0, '', '', '', 'Brochure NEC ProgrammableFlow', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/ProgrammableFlow_Brochure.pdf|-|ProgrammableFlow Brochure.pdf', '', 'brochure'),
(37, 0, 1, '2016-06-24 11:44:20', 3, 200, 0, 0, 0, '', '', '', 'Brochure Express5800 Servers Portfolio Guide', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/E03-16060006E-NEC_br_Express5800_Servers_Portfolio_Guide_eng(08-2016).pdf|-|E03-16060006E-NEC br Express5800 Servers Portfolio Guide eng(08-2016).pdf', '', 'brochure'),
(38, 0, 1, '2016-06-24 11:48:03', 3, 201, 0, 0, 0, '', '', '', 'EXPRESSCLUSTER Infographic', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/EXPRESSCLUSTER_infographics_nec_en.pdf|-|EXPRESSCLUSTER infographics nec en.pdf', '', 'datasheet'),
(39, 0, 1, '2016-06-24 11:49:36', 3, 202, 0, 0, 0, '', '', '', 'Whitepaper High Availability', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/203586_EN_IDC_NEC_HA_White_Paper.pdf|-|203586 EN IDC NEC HA White Paper.pdf', '', 'whitepaper'),
(40, 0, 1, '2016-06-24 11:50:57', 3, 203, 0, 0, 0, '', '', '', 'Datasheet Data Platform for Hadoop', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/ds-dph-hadoop.pdf|-|ds-dph-hadoop.pdf', '', 'datasheet'),
(41, 0, 1, '2016-06-24 11:51:45', 3, 204, 0, 0, 0, '', '', '', 'Datasheet Storage M Series', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/m_series_1602.pdf|-|m series 1602.pdf', '', 'datasheet'),
(42, 0, 1, '2016-06-24 12:46:45', 3, 205, 0, 0, 0, '', '', '', 'Brochure IP DECT', '', '', 'brochure'),
(365, 0, 1, '2019-09-13 07:43:41', 3, 1327, 0, 0, 0, '', '', '', 'Infosheet InDECT', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC_NS_DS_DECT_G277%20InDect%202019.pdf|-|NEC NS DS DECT G277%20InDect%202019.pdf', '', 'datasheet'),
(43, 0, 1, '2016-06-24 12:53:50', 3, 206, 0, 0, 0, '', '', '', 'Real-time Location Tracking', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-054-02_NEC_SS_Real-time_Location_Tracking_eng(07-2015).pdf|-|10-054-02 NEC SS Real-time Location Tracking eng(07-2015).pdf', '', 'salessheet'),
(44, 0, 1, '2016-06-28 06:49:21', 3, 220, 0, 0, 0, '', '', '', 'Southampton FC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-southampton-fc-uk.pdf|-|nec-casestudy-southampton-fc-uk.pdf', '', 'case study'),
(45, 0, 1, '2016-06-28 06:56:02', 3, 221, 0, 0, 0, '', '', '', 'Video Southampton FC', '', 'https://www.youtube.com/watch?v=7_9JKfqSFIo|-|', 'video'),
(46, 0, 1, '2016-06-28 07:23:00', 3, 222, 0, 0, 0, '', '', '', 'Software Assurance', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-nec-Software-Assurance(SWA)-eng(012020).pdf|-|infosheet-nec-Software-Assurance(SWA)-eng(012020).pdf', '', 'Infosheet'),
(47, 0, 1, '2016-06-29 10:10:05', 3, 231, 0, 0, 0, '', '', '', ' Brochure Express5800 Portfolio', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC_br_Express5800_Servers_Portfolio_Guide_eng(11-2017).pdf|-|NEC br Express5800 Servers Portfolio Guide eng(11-2017).pdf', '', 'brochure'),
(48, 0, 1, '2016-06-29 10:30:17', 3, 232, 0, 0, 0, '', '', '', 'Tower Servers Portfolio', '', 'http://www.nec.com/en/global/prod/express/tower/index.html?|-|', 'link'),
(49, 0, 1, '2016-06-29 10:35:02', 3, 233, 0, 0, 0, '', '', '', 'Rack Servers Portfolio', '', 'http://www.nec.com/en/global/prod/express/rack/index.html|-|', 'link'),
(50, 0, 1, '2016-06-29 10:35:26', 3, 234, 0, 0, 0, '', '', '', 'Blade Servers Portfolio', '', 'http://www.nec.com/en/global/prod/express/blade/index.html?|-|', 'link'),
(51, 0, 1, '2016-06-29 10:35:39', 3, 235, 0, 0, 0, '', '', '', 'Modular Servers Portfolio', '', 'http://www.nec.com/en/global/prod/express/modular/index.html?|-|', 'link'),
(52, 0, 1, '2016-06-29 10:35:53', 3, 236, 0, 0, 0, '', '', '', 'Scalable Servers Portfolio', '', 'http://www.nec.com/en/global/prod/express/scalable/index.html|-|', 'link'),
(53, 0, 1, '2016-06-29 10:36:04', 3, 237, 0, 0, 0, '', '', '', 'Fault Tolerant Portfolio', '', 'http://www.nec.com/en/global/prod/express/fault_tolerant/index.html|-|', 'link'),
(54, 0, 1, '2016-06-29 10:36:11', 3, 238, 0, 0, 0, '', '', '', 'Density Scale-out Servers Portfolio', '', 'http://www.nec.com/en/global/prod/dxseries/index.html|-|', 'link'),
(55, 0, 1, '2016-06-29 10:37:32', 3, 239, 0, 0, 0, '', '', '', 'SAP HANA Servers Portfolio', '', 'http://www.nec.com/en/global/prod/hana/index.html?|-|', 'link'),
(56, 0, 1, '2016-06-29 10:44:37', 3, 240, 0, 0, 0, '', '', '', 'MasterScope Software', '', 'http://www.nec.com/en/global/prod/masterscope/|-|', 'link'),
(57, 0, 1, '2016-06-29 10:44:50', 3, 241, 0, 0, 0, '', '', '', 'SigmaSystem Center', '', 'http://www.nec.com/en/global/prod/sigmasystemcenter/|-|', 'link'),
(58, 0, 1, '2016-06-29 10:45:12', 3, 242, 0, 0, 0, '', '', '', 'EXPRESSCLUSTER X', '', 'http://www.nec.com/en/global/prod/expresscluster/index.html|-|', 'link'),
(59, 0, 1, '2016-06-29 10:57:53', 3, 243, 0, 0, 0, '', '', '', 'ExpressScope Engine', '', 'http://www.nec.com/en/global/prod/express/management/expressscope/index.html|-|', 'link'),
(60, 0, 1, '2016-06-29 10:58:09', 3, 244, 0, 0, 0, '', '', '', 'ESMPRO', '', 'http://www.nec.com/en/global/prod/express/management/smsa/index.html|-|', 'link'),
(61, 0, 1, '2016-06-29 10:59:47', 3, 245, 0, 0, 0, '', '', '', 'Data Platform for Hadoop', '', 'http://www.nec.com/en/global/prod/slpf/product/dph/index.html|-|', 'link'),
(62, 0, 1, '2016-06-29 11:01:38', 3, 246, 0, 0, 0, '', '', '', 'NEC Storage M110', '', 'http://www.nec.com/en/global/prod/storage/product/san/m110/index.html|-|', 'link'),
(63, 0, 1, '2016-06-29 11:01:49', 3, 247, 0, 0, 0, '', '', '', 'NEC Storage M310', '', 'http://www.nec.com/en/global/prod/storage/product/san/m310/index.html?|-|', 'link'),
(64, 0, 1, '2016-06-29 11:02:01', 3, 248, 0, 0, 0, '', '', '', 'NEC Storage M510', '', 'http://www.nec.com/en/global/prod/storage/product/san/m510/index.html?|-|', 'link'),
(65, 0, 1, '2016-06-29 11:02:11', 3, 249, 0, 0, 0, '', '', '', 'NEC Storage M710 ', '', 'http://www.nec.com/en/global/prod/storage/product/san/m710/index.html?|-|', 'link'),
(66, 0, 1, '2016-06-29 11:03:27', 3, 250, 0, 0, 0, '', '', '', 'HYDRAstor series', '', 'http://www.nec.com/en/global/prod/storage/product/backup/index.html|-|', 'link'),
(67, 0, 1, '2016-06-29 11:30:45', 3, 251, 0, 0, 0, '', '', '', 'Name', 'AWS', NULL, 'type'),
(68, 0, 1, '2016-06-29 11:30:45', 3, 252, 0, 0, 0, '', '', '', 'AA Mechanical', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-aa-mechanical-usa.pdf|-|nec-casestudy-aa-mechanical-usa.pdf', '', 'case study'),
(69, 0, 1, '2016-06-29 11:30:45', 3, 253, 0, 0, 0, '', '', '', 'AeroEnergy', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-aeroenergy-usa.pdf|-|nec-casestudy-aeroenergy-usa.pdf', '', 'case study'),
(70, 0, 1, '2016-06-29 11:30:45', 3, 254, 0, 0, 0, '', '', '', 'ALPS Automotive', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-alps-automotive-usa.pdf|-|nec-casestudy-alps-automotive-usa.pdf', '', 'case study'),
(71, 0, 1, '2016-06-29 11:30:45', 3, 255, 0, 0, 0, '', '', '', 'Altair', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-altair-usa.pdf|-|nec-casestudy-altair-usa.pdf', '', 'case study'),
(72, 0, 1, '2016-06-29 11:30:45', 3, 256, 0, 0, 0, '', '', '', 'Animal Friends', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-animal-friends-uk.pdf|-|nec-casestudy-animal-friends-uk.pdf', '', 'case study'),
(73, 0, 1, '2016-06-29 11:30:45', 3, 257, 0, 0, 0, '', '', '', 'Antone', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-antone-uk.pdf|-|nec-casestudy-antone-uk.pdf', '', 'case study'),
(74, 0, 1, '2016-06-29 11:30:45', 3, 258, 0, 0, 0, '', '', '', 'Arlington Chamber Of Commerce', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-arlington-chamber-of-commerce-usa.pdf|-|nec-casestudy-arlington-chamber-of-commerce-usa.pdf', '', 'case study'),
(75, 0, 1, '2016-06-29 11:30:45', 3, 259, 0, 0, 0, '', '', '', 'Bank Administration Institute', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-bank-administration-institute-usa.pdf|-|nec-casestudy-bank-administration-institute-usa.pdf', '', 'case study'),
(76, 0, 1, '2016-06-29 11:30:45', 3, 260, 0, 0, 0, '', '', '', 'BayPhoto', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-bayphoto-uk.pdf|-|nec-casestudy-bayphoto-uk.pdf', '', 'case study'),
(77, 0, 1, '2016-06-29 11:30:45', 3, 261, 0, 0, 0, '', '', '', 'Burnsville', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-burnsville-mn-usa.pdf|-|nec-casestudy-burnsville-mn-usa.pdf', '', 'case study'),
(78, 0, 1, '2016-06-29 11:30:45', 3, 262, 0, 0, 0, '', '', '', 'ChildrensDentalHealthAssoc', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-childrens-dental-health-assoc-usa.pdf|-|nec-casestudy-childrens-dental-health-assoc-usa.pdf', '', 'case study'),
(79, 0, 1, '2016-06-29 11:30:45', 3, 263, 0, 0, 0, '', '', '', 'citizenM HotelGroup', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-citizenm-hotelgroup-glasgow-uk.pdf|-|nec-casestudy-citizenm-hotelgroup-glasgow-uk.pdf', '', 'case study'),
(80, 0, 1, '2016-06-29 11:30:45', 3, 264, 0, 0, 0, '', '', '', 'ColumbiaPSD', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-columbia-psd-usa.pdf|-|nec-casestudy-columbia-psd-usa.pdf', '', 'case study'),
(81, 0, 1, '2016-06-29 11:30:45', 3, 265, 0, 0, 0, '', '', '', 'Country Cottage Hotel', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-country-cottage-uk.pdf|-|nec-casestudy-hotel-country-cottage-uk.pdf', '', 'case study'),
(82, 0, 1, '2016-06-29 11:30:45', 3, 266, 0, 0, 0, '', '', '', 'CurveTheatre', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-curvetheatre-uk.pdf|-|nec-casestudy-curvetheatre-uk.pdf', '', 'case study'),
(83, 0, 1, '2016-06-29 11:30:45', 3, 267, 0, 0, 0, '', '', '', 'Cygnus BusinessMedia', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-cygnus-businessmedia-usa.pdf|-|nec-casestudy-cygnus-businessmedia-usa.pdf', '', 'case study'),
(84, 0, 1, '2016-06-29 11:30:45', 3, 268, 0, 0, 0, '', '', '', 'De Bonte Wever Assen', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-de-bonte-wever-assen-eng.pdf|-|nec-casestudy-de-bonte-wever-assen-eng.pdf', '', 'case study'),
(85, 0, 1, '2016-06-29 11:30:45', 3, 269, 0, 0, 0, '', '', '', 'De Zande', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-de-zande-be(eng).pdf|-|nec-casestudy-de-zande-be(eng).pdf', '', 'case study'),
(86, 0, 1, '2016-06-29 11:30:45', 3, 270, 0, 0, 0, '', '', '', 'Driessen', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-driessen-nl(dut).pdf|-|nec-casestudy-driessen-nl(dut).pdf', '', 'case study'),
(87, 0, 1, '2016-06-29 11:30:45', 3, 271, 0, 0, 0, '', '', '', 'Embracon', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-embracon-brazil.pdf|-|nec-casestudy-embracon-brazil.pdf', '', 'case study'),
(88, 0, 1, '2016-06-29 11:30:45', 3, 272, 0, 0, 0, '', '', '', 'Floordam', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-floordam-be.pdf|-|nec-casestudy-floordam-be.pdf', '', 'case study'),
(89, 0, 1, '2016-06-29 11:30:45', 3, 273, 0, 0, 0, '', '', '', 'FlorExpo', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-florexpo-usa.pdf|-|nec-casestudy-florexpo-usa.pdf', '', 'case study'),
(90, 0, 1, '2016-06-29 11:30:45', 3, 274, 0, 0, 0, '', '', '', 'Grant Thornton', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-grantthornton-be-eng.pdf|-|nec-casestudy-grantthornton-be-eng.pdf', '', 'case study'),
(91, 0, 1, '2016-06-29 11:30:45', 3, 275, 0, 0, 0, '', '', '', 'Graz', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-graz-at.pdf|-|nec-casestudy-graz-at.pdf', '', 'case study'),
(92, 0, 1, '2016-06-29 11:30:45', 3, 276, 0, 0, 0, '', '', '', 'Heckmondwike', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-heckmondwike-uk.pdf|-|nec-casestudy-heckmondwike-uk.pdf', '', 'case study'),
(93, 0, 1, '2016-06-29 11:30:45', 3, 277, 0, 0, 0, '', '', '', 'Hightown', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hightown-uk.pdf|-|nec-casestudy-hightown-uk.pdf', '', 'case study'),
(94, 0, 1, '2016-06-29 11:30:45', 3, 278, 0, 0, 0, '', '', '', 'Hospital Intercommunal de Steinfort', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hospital-intercommunal-steinfort-lux(eng).pdf|-|nec-casestudy-hospital-intercommunal-steinfort-lux(eng).pdf', '', 'case study'),
(95, 0, 1, '2016-06-29 11:30:45', 3, 279, 0, 0, 0, '', '', '', 'Hospital University New Mexico', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hospital-univ-newmexico-usa.pdf|-|nec-casestudy-hospital-univ-newmexico-usa.pdf', '', 'case study'),
(96, 0, 1, '2016-06-29 11:30:45', 3, 280, 0, 0, 0, '', '', '', 'Hotel Alexandra Barcelona', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-alexandra-barcelona-es.pdf|-|nec-casestudy-hotel-alexandra-barcelona-es.pdf', '', 'case study'),
(97, 0, 1, '2016-06-29 11:30:45', 3, 281, 0, 0, 0, '', '', '', 'Hotel Cape Grace CapeTown', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-cape-grace-capetown-za.pdf|-|nec-casestudy-hotel-cape-grace-capetown-za.pdf', '', 'case study'),
(98, 0, 1, '2016-06-29 11:30:45', 3, 282, 0, 0, 0, '', '', '', 'Hotel Crowne Plaza Monomotapa', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-crowne-plaza-monomotapa-zw.pdf|-|nec-casestudy-hotel-crowne-plaza-monomotapa-zw.pdf', '', 'case study'),
(99, 0, 1, '2016-06-29 11:30:45', 3, 283, 0, 0, 0, '', '', '', 'Hotel Dorint Hamburg', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-dorint-hamburg-de.pdf|-|nec-casestudy-hotel-dorint-hamburg-de.pdf', '', 'case study'),
(100, 0, 1, '2016-06-29 11:30:45', 3, 284, 0, 0, 0, '', '', '', 'DoubleTree Hilton Oradea', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-doubletree-hilton-oradea-ro.pdf|-|nec-casestudy-hotel-doubletree-hilton-oradea-ro.pdf', '', 'case study'),
(159, 0, 1, '2016-06-29 12:01:07', 3, 343, 0, 0, 0, '', '', '', 'Carrefour', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-carrefour-fr.pdf|-|nec-casestudy-carrefour-fr.pdf', '', 'case study'),
(101, 0, 1, '2016-06-29 11:30:45', 3, 285, 0, 0, 0, '', '', '', 'Hotel Eldorado SilverLegac', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-eldorado-silverlegacy-usa.pdf|-|nec-casestudy-hotel-eldorado-silverlegacy-usa.pdf', '', 'case study'),
(102, 0, 1, '2016-06-29 11:30:45', 3, 286, 0, 0, 0, '', '', '', 'Hotel First Central', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-first-central-ae.pdf|-|nec-casestudy-hotel-first-central-ae.pdf', '', 'case study'),
(103, 0, 1, '2016-06-29 11:30:45', 3, 287, 0, 0, 0, '', '', '', 'Hotel Gotham Manchester', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-gotham-uk.pdf|-|nec-casestudy-hotel-gotham-uk.pdf', '', 'case study'),
(104, 0, 1, '2016-06-29 11:30:45', 3, 288, 0, 0, 0, '', '', '', 'Hotel Hilton The Hague', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-hilton-the-hague-nl.pdf|-|nec-casestudy-hotel-hilton-the-hague-nl.pdf', '', 'case study'),
(105, 0, 1, '2016-06-29 11:30:45', 3, 289, 0, 0, 0, '', '', '', 'Holiday Inn Dusseldorf', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-holiday-inn-dusseldorf-de.pdf|-|nec-casestudy-hotel-holiday-inn-dusseldorf-de.pdf', '', 'case study'),
(106, 0, 1, '2016-06-29 11:30:45', 3, 290, 0, 0, 0, '', '', '', 'Hotel LeMeridien Park Frankfurt', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-le-meridien-park-frankfurt-de.pdf|-|nec-casestudy-hotel-le-meridien-park-frankfurt-de.pdf', '', 'case study'),
(107, 0, 1, '2016-06-29 11:30:45', 3, 291, 0, 0, 0, '', '', '', 'Hotel Mandarin Oriental Paris', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-mandarin-oriental-paris-fr.pdf|-|nec-casestudy-hotel-mandarin-oriental-paris-fr.pdf', '', 'case study'),
(108, 0, 1, '2016-06-29 11:30:45', 3, 292, 0, 0, 0, '', '', '', 'Hotel Meikles Zimbabwe', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-meikles-zw.pdf|-|nec-casestudy-hotel-meikles-zw.pdf', '', 'case study'),
(109, 0, 1, '2016-06-29 11:30:45', 3, 293, 0, 0, 0, '', '', '', 'Hotel Okura Amsterdam', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-okura-amsterdam-nl.pdf|-|nec-casestudy-hotel-okura-amsterdam-nl.pdf', '', 'case study'),
(110, 0, 1, '2016-06-29 11:30:45', 3, 294, 0, 0, 0, '', '', '', 'Hotel Okura Prestige Bangkok', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-okura-prestige-bangkok-th.pdf|-|nec-casestudy-hotel-okura-prestige-bangkok-th.pdf', '', 'case study'),
(111, 0, 1, '2016-06-29 11:30:45', 3, 295, 0, 0, 0, '', '', '', 'Hotel Renaissance Malmo', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-renaissance-malmo-se.pdf|-|nec-casestudy-hotel-renaissance-malmo-se.pdf', '', 'case study'),
(112, 0, 1, '2016-06-29 11:30:45', 3, 296, 0, 0, 0, '', '', '', 'Hotel Renaissance Tuscany Italy', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-renaissance-tuscany-it.pdf|-|nec-casestudy-hotel-renaissance-tuscany-it.pdf', '', 'case study'),
(113, 0, 1, '2016-06-29 11:30:45', 3, 297, 0, 0, 0, '', '', '', 'Hotel Sacher Vienna Austria', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-sacher-vienna-at.pdf|-|nec-casestudy-hotel-sacher-vienna-at.pdf', '', 'case study'),
(114, 0, 1, '2016-06-29 11:30:45', 3, 298, 0, 0, 0, '', '', '', 'Hotel The Victoria Falls Zimbabwe', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-the-victoriafalls-zw.pdf|-|nec-casestudy-hotel-the-victoriafalls-zw.pdf', '', 'case study'),
(115, 0, 1, '2016-06-29 11:30:45', 3, 299, 0, 0, 0, '', '', '', 'Hotel Van der Valk', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-van-der-valk-eindhoven-nl.pdf|-|nec-casestudy-hotel-van-der-valk-eindhoven-nl.pdf', '', 'case study'),
(116, 0, 1, '2016-06-29 11:30:45', 3, 300, 0, 0, 0, '', '', '', 'Hotel Westin CapeTown', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-westin-za.pdf|-|nec-casestudy-hotel-westin-za.pdf', '', 'case study'),
(117, 0, 1, '2016-06-29 11:30:45', 3, 301, 0, 0, 0, '', '', '', 'Hotel Westin SouthAfrica', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-westin-za.pdf|-|nec-casestudy-hotel-westin-za.pdf', '', 'case study'),
(118, 0, 1, '2016-06-29 11:30:45', 3, 302, 0, 0, 0, '', '', '', 'IKEA Iceland', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-ikea-iceland.pdf|-|nec-casestudy-ikea-iceland.pdf', '', 'case study'),
(119, 0, 1, '2016-06-29 11:30:45', 3, 303, 0, 0, 0, '', '', '', 'IsalaKlinieken', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-isala-klinieken-nl.pdf|-|nec-casestudy-isala-klinieken-nl.pdf', '', 'case study'),
(120, 0, 1, '2016-06-29 11:30:45', 3, 304, 0, 0, 0, '', '', '', 'JTRecruit', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-jtrecruit-uk.pdf|-|nec-casestudy-jtrecruit-uk.pdf', '', 'case study'),
(121, 0, 1, '2016-06-29 11:30:45', 3, 305, 0, 0, 0, '', '', '', 'Klinik St Pirminsberg', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-klinik-stpirminsberg-ch.pdf|-|nec-casestudy-klinik-stpirminsberg-ch.pdf', '', 'case study'),
(122, 0, 1, '2016-06-29 11:30:45', 3, 306, 0, 0, 0, '', '', '', 'KLPD', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-klpd-nl(gov-ccpro).pdf|-|nec-casestudy-klpd-nl(gov-ccpro).pdf', '', 'case study'),
(123, 0, 1, '2016-06-29 11:30:45', 3, 307, 0, 0, 0, '', '', '', 'KocherBeck', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-kocherbeck-uk.pdf|-|nec-casestudy-kocherbeck-uk.pdf', '', 'case study'),
(124, 0, 1, '2016-06-29 11:30:45', 3, 308, 0, 0, 0, '', '', '', 'Krems Towncouncil', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-krems-towncouncil-at.pdf|-|nec-casestudy-krems-towncouncil-at.pdf', '', 'case study'),
(125, 0, 1, '2016-06-29 11:30:45', 3, 309, 0, 0, 0, '', '', '', 'LendersChoice', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-lenderschoice-usa.pdf|-|nec-casestudy-lenderschoice-usa.pdf', '', 'case study'),
(126, 0, 1, '2016-06-29 11:30:45', 3, 310, 0, 0, 0, '', '', '', 'Liseberg Sweden', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-liseberg-se.pdf|-|nec-casestudy-liseberg-se.pdf', '', 'case study'),
(127, 0, 1, '2016-06-29 11:30:45', 3, 311, 0, 0, 0, '', '', '', 'LSL Property Services', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-lsl-property-services-uk.pdf|-|nec-casestudy-lsl-property-services-uk.pdf', '', 'case study'),
(128, 0, 1, '2016-06-29 11:30:45', 3, 312, 0, 0, 0, '', '', '', 'Marks Kommun', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-marks-kommun-se.pdf|-|nec-casestudy-marks-kommun-se.pdf', '', 'case study'),
(129, 0, 1, '2016-06-29 11:30:45', 3, 313, 0, 0, 0, '', '', '', 'Mouscron Belgium', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-mouscron-be.pdf|-|nec-casestudy-mouscron-be.pdf', '', 'case study'),
(130, 0, 1, '2016-06-29 11:30:45', 3, 314, 0, 0, 0, '', '', '', 'Mövenpick Soma Bay', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-movenpick-eg.pdf|-|nec-casestudy-movenpick-eg.pdf', '', 'case study'),
(131, 0, 1, '2016-06-29 11:30:45', 3, 315, 0, 0, 0, '', '', '', 'Oncology Centre Brasov', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-oncology-centre-brasov-ro.pdf|-|nec-casestudy-oncology-centre-brasov-ro.pdf', '', 'case study'),
(132, 0, 1, '2016-06-29 11:30:45', 3, 316, 0, 0, 0, '', '', '', 'PalerangCouncil NSW', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-palerang-council-nsw-au.pdf|-|nec-casestudy-palerang-council-nsw-au.pdf', '', 'case study'),
(133, 0, 1, '2016-06-29 11:30:45', 3, 317, 0, 0, 0, '', '', '', 'Peninsula Shanghai', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-peninsula-shanghai-ch.pdf|-|nec-casestudy-peninsula-shanghai-ch.pdf', '', 'case study'),
(134, 0, 1, '2016-06-29 11:30:45', 3, 318, 0, 0, 0, '', '', '', 'Prochemex', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-prochemex-us.pdf|-|nec-casestudy-prochemex-us.pdf', '', 'case study'),
(135, 0, 1, '2016-06-29 11:30:45', 3, 319, 0, 0, 0, '', '', '', 'Rhein Energie Stadion', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-rhein-energie-stadion-de.pdf|-|nec-casestudy-rhein-energie-stadion-de.pdf', '', 'case study'),
(136, 0, 1, '2016-06-29 11:30:45', 3, 320, 0, 0, 0, '', '', '', 'Richmond Housing', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/NEC-casestudy-Richmond-Housing-UK.pdf|-|NEC-casestudy-Richmond-Housing-UK.pdf', '', 'case study'),
(137, 0, 1, '2016-06-29 11:30:45', 3, 321, 0, 0, 0, '', '', '', 'Schenectady City School District', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-schenectady-city-school-district-us.pdf|-|nec-casestudy-schenectady-city-school-district-us.pdf', '', 'case study'),
(138, 0, 1, '2016-06-29 11:30:45', 3, 322, 0, 0, 0, '', '', '', 'Serta USA', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-serta-us.pdf|-|nec-casestudy-serta-us.pdf', '', 'case study'),
(139, 0, 1, '2016-06-29 11:30:45', 3, 323, 0, 0, 0, '', '', '', 'Shropshire County PCT', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-shropshire-county-pct-uk.pdf|-|nec-casestudy-shropshire-county-pct-uk.pdf', '', 'case study'),
(140, 0, 1, '2016-06-29 11:30:45', 3, 324, 0, 0, 0, '', '', '', 'Silverstar Casino', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-silverstar-casino-za.pdf|-|nec-casestudy-silverstar-casino-za.pdf', '', 'case study'),
(141, 0, 1, '2016-06-29 11:30:45', 3, 325, 0, 0, 0, '', '', '', '', '', NULL, ''),
(142, 0, 1, '2016-06-29 11:30:45', 3, 326, 0, 0, 0, '', '', '', 'Stichting de Bilthuysen', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-stichting-de-bilthuysen-nl(eng).pdf|-|nec-casestudy-stichting-de-bilthuysen-nl(eng).pdf', '', 'case study'),
(143, 0, 1, '2016-06-29 11:30:45', 3, 327, 0, 0, 0, '', '', '', 'StJansdal', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-stjansdal-nl(dut).pdf|-|nec-casestudy-stjansdal-nl(dut).pdf', '', 'case study'),
(144, 0, 1, '2016-06-29 11:30:45', 3, 328, 0, 0, 0, '', '', '', 'StJozef', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-stjozef-be.pdf|-|nec-casestudy-stjozef-be.pdf', '', 'case study'),
(145, 0, 1, '2016-06-29 11:30:45', 3, 329, 0, 0, 0, '', '', '', 'StoloNation Vanc', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-stolonation-vancouver-canada.pdf|-|nec-casestudy-stolonation-vancouver-canada.pdf', '', 'case study'),
(146, 0, 1, '2016-06-29 11:30:45', 3, 330, 0, 0, 0, '', '', '', 'Technical University Denmark', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-technical-university-dk.pdf|-|nec-casestudy-technical-university-dk.pdf', '', 'case study'),
(147, 0, 1, '2016-06-29 11:30:45', 3, 331, 0, 0, 0, '', '', '', 'The O2', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-the-O2-uk.pdf|-|nec-casestudy-the-O2-uk.pdf', '', 'case study'),
(148, 0, 1, '2016-06-29 11:30:45', 3, 332, 0, 0, 0, '', '', '', 'The Heating Company', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-the-heating-company-be.pdf|-|nec-casestudy-the-heating-company-be.pdf', '', 'case study'),
(149, 0, 1, '2016-06-29 11:30:45', 3, 333, 0, 0, 0, '', '', '', 'University Maryland', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-univ-maryland-eastern-shore-us.pdf|-|nec-casestudy-univ-maryland-eastern-shore-us.pdf', '', 'case study'),
(150, 0, 1, '2016-06-29 11:30:45', 3, 334, 0, 0, 0, '', '', '', 'University New Mexico', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hospital-univ-newmexico-usa.pdf|-|nec-casestudy-hospital-univ-newmexico-usa.pdf', '', 'case study'),
(151, 0, 1, '2016-06-29 11:30:45', 3, 335, 0, 0, 0, '', '', '', 'University Parma', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-univ-parma-it.pdf|-|nec-casestudy-univ-parma-it.pdf', '', 'case study'),
(152, 0, 1, '2016-06-29 11:30:45', 3, 336, 0, 0, 0, '', '', '', 'University Technology Tshwane', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-univ-technology-tshwane-za.pdf|-|nec-casestudy-univ-technology-tshwane-za.pdf', '', 'case study'),
(153, 0, 1, '2016-06-29 11:30:45', 3, 337, 0, 0, 0, '', '', '', 'University Tilburg', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-univ-tilburg-nl.pdf|-|nec-casestudy-univ-tilburg-nl.pdf', '', 'case study'),
(154, 0, 1, '2016-06-29 11:30:45', 3, 338, 0, 0, 0, '', '', '', 'VAC Leuven', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-vac-leuven-be.pdf|-|nec-casestudy-vac-leuven-be.pdf', '', 'case study'),
(155, 0, 1, '2016-06-29 11:30:45', 3, 339, 0, 0, 0, '', '', '', 'VirtuaHealthcareSystem', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-virtua-health-caresystem-us.pdf|-|nec-casestudy-virtua-health-caresystem-us.pdf', '', 'case study'),
(156, 0, 1, '2016-06-29 11:30:45', 3, 340, 0, 0, 0, '', '', '', 'VoorheesCollege', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-voorheescollege-us.pdf|-|nec-casestudy-voorheescollege-us.pdf', '', 'case study'),
(157, 0, 1, '2016-06-29 11:30:45', 3, 341, 0, 0, 0, '', '', '', 'Wright State University', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-wright-state-university-us.pdf|-|nec-casestudy-wright-state-university-us.pdf', '', 'case study'),
(183, 0, 1, '2016-07-05 14:14:19', 3, 785, 0, 0, 0, '', '', '', 'Whitepaper Achieving Higher Availability in UC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC-WP_Achieving_High_Availability_UC.pdf|-|NEC-WP Achieving High Availability UC.pdf', '', 'whitepaper'),
(158, 0, 1, '2016-06-29 11:43:52', 3, 342, 0, 0, 0, '', '', '', 'ZLM Assurances', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-zlm-assurances-nl.pdf|-|nec-casestudy-zlm-assurances-nl.pdf', '', 'case study'),
(160, 0, 1, '2016-06-29 12:01:47', 3, 344, 0, 0, 0, '', '', '', 'Jazan University', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-jazan-univ-sa.pdf|-|nec-casestudy-jazan-univ-sa.pdf', '', 'case study'),
(161, 0, 1, '2016-06-29 12:02:20', 3, 345, 0, 0, 0, '', '', '', 'Duravit Egypt', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-duravit-eg.pdf|-|nec-casestudy-duravit-eg.pdf', '', 'case study'),
(162, 0, 1, '2016-06-29 12:02:56', 3, 346, 0, 0, 0, '', '', '', 'CNP Assurances', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-cnp-assurances-fr.pdf|-|nec-casestudy-cnp-assurances-fr.pdf', '', 'case study'),
(163, 0, 1, '2016-06-29 12:05:21', 3, 347, 0, 0, 0, '', '', '', 'Telefónica', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-telefonica-es.pdf|-|nec-casestudy-telefonica-es.pdf', '', 'case study'),
(164, 0, 1, '2016-06-29 12:06:21', 3, 348, 0, 0, 0, '', '', '', 'Municipality of Sluis', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-sluis-nl.pdf|-|nec-casestudy-sluis-nl.pdf', '', 'case study'),
(165, 0, 1, '2016-06-29 12:07:13', 3, 349, 0, 0, 0, '', '', '', 'Intersnack France', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-intersnack-fr.pdf|-|nec-casestudy-intersnack-fr.pdf', '', 'case study'),
(166, 0, 1, '2016-06-29 12:08:21', 3, 350, 0, 0, 0, '', '', '', 'United Coop Insurance', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-uca-sa.pdf|-|nec-casestudy-uca-sa.pdf', '', 'case study'),
(167, 0, 1, '2016-06-29 12:31:45', 3, 352, 0, 0, 0, '', '', '', 'Hilton The Hague video case', '', 'https://www.youtube.com/watch?v=A2IS8VgOOvM|-|', 'video'),
(168, 0, 1, '2016-06-29 12:38:38', 3, 353, 0, 0, 0, '', '', '', 'NEC ProgrammableFlow video', '', 'https://www.youtube.com/watch?v=Fenw-Zz_kiQ|-|', 'video'),
(169, 0, 1, '2016-06-30 08:50:42', 3, 354, 0, 0, 0, '', '', '', 'Case: Nexco SDN solutions ', '', 'https://www.youtube.com/watch?v=Pr9-WLbfmYo|-|', 'video'),
(170, 0, 1, '2016-06-30 14:09:28', 3, 502, 0, 0, 0, '', '', '', 'DX2000 - modular scalable', '', 'https://www.youtube.com/watch?v=PRswj_9MXpw|-|', 'video'),
(171, 0, 1, '2016-06-30 14:11:30', 3, 503, 0, 0, 0, '', '', '', 'Fault Tolerant servers', '', 'https://www.youtube.com/watch?v=ANgN37cC5-M|-|', 'video'),
(172, 0, 1, '2016-07-04 11:45:52', 3, 504, 0, 0, 0, '', '', '', 'iS3000 and SIP@Net', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-002-02_NEC_DS_iS3000_and_SIP%40Net_eng(06-2010).pdf|-|iS3000 and SIP@Net', '', 'datasheet'),
(173, 0, 1, '2016-07-04 11:48:35', 3, 505, 0, 0, 0, '', '', '', 'test', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-002-02_NEC_DS_iS3000_and_SIP%40Net_eng(06-2010).pdf|-|10-002-02 NEC DS iS3000 and SIP%40Net eng(06-2010).pdf', '', 'datasheet'),
(174, 0, 1, '2016-07-04 13:17:24', 3, 506, 0, 0, 0, '', '', '', 'Brochure SL1000', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-096-01_NEC_BR_SL1000_eng(05-2011).pdf|-|10-096-01 NEC BR SL1000 eng(05-2011).pdf', '', 'brochure'),
(175, 0, 1, '2016-07-04 13:20:18', 3, 507, 0, 0, 0, '', '', '', 'Brochure SL1100', '', '', 'brochure'),
(176, 0, 1, '2016-07-04 13:21:11', 3, 508, 0, 0, 0, '', '', '', 'Brochure SL1100', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-095-01_NEC_BR_SL1100_eng(05-2011).pdf|-|10-095-01 NEC BR SL1100 eng(05-2011).pdf', '', 'brochure'),
(177, 0, 1, '2016-07-04 13:29:30', 3, 509, 0, 0, 0, '', '', '', 'Brochure SL1000', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-096-01_NEC_BR_SL1000_eng(05-2011).pdf|-|10-096-01 NEC BR SL1000 eng(05-2011).pdf', '', 'brochure'),
(178, 0, 1, '2016-07-04 13:29:46', 3, 510, 0, 0, 0, '', '', '', 'Brochure SL1100', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/SL1100_NEC_BR_1016_FINAL.pdf|-|SL1100 NEC BR 1016 FINAL.pdf', '', 'brochure'),
(179, 0, 1, '2016-07-04 14:06:15', 3, 778, 0, 0, 0, '', '', '', 'Marriott Courtyard Belgrade City Centre', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-marriott-courtyard-belgrade-city-center-serbia.pdf|-|nec-casestudy-hotel-marriott-courtyard-belgrade-city-center-serbia.pdf', '', 'case study'),
(180, 0, 1, '2016-07-05 08:19:37', 3, 780, 0, 0, 0, '', '', '', 'University Parma', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-univ-parma-it.pdf|-|nec-casestudy-univ-parma-it.pdf', '', 'case study'),
(181, 0, 1, '2016-07-05 11:16:09', 3, 781, 0, 0, 0, '', '', '', 'IDC Whitepaper HYDRAstor', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/HYDRAstor-IDC.pdf|-|HYDRAstor-IDC.pdf', '', 'whitepaper'),
(182, 0, 1, '2016-07-05 11:18:40', 3, 782, 0, 0, 0, '', '', '', 'Brochure HYDRAstor Family', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-HYDRAstor-Scale-out-Global-Deduplication-Storage-emea(012018).pdf|-|NEC-HYDRAstor-Scale-out-Global-Deduplication-Storage-emea(012018).pdf', '', 'brochure'),
(184, 0, 1, '2016-07-05 14:17:00', 3, 786, 0, 0, 0, '', '', '', 'NEC Vision 2020 - Bringing Amazing Ideas to Life', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/01_NECVision2020_BlueBook_English.pdf|-|NEC Vision 2020 - Bringing Amazing Ideas to Life', '', 'whitepaper'),
(185, 0, 1, '2016-07-05 14:18:55', 3, 787, 0, 0, 0, '', '', '', 'Selecting the Right UC Solution', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC-WP-Selecting-the-right-uc-solution-in-the-adaptive-it-era(Frost-and-sullivan2015).pdf|-|NEC-WP-Selecting-the-right-uc-solution-in-the-adaptive-it-era(Frost-and-sullivan2015).pdf', '', 'whitepaper'),
(186, 0, 1, '2016-07-05 14:19:50', 3, 788, 0, 0, 0, '', '', '', 'Enterprise Connect - Premises vs. Cloud-based Telephony', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC_WP_EnterpriseConnect2015(_UC-RFP-Review)_Ebook_2015(eng).pdf|-|NEC WP EnterpriseConnect2015( UC-RFP-Review) Ebook 2015(eng).pdf', '', 'whitepaper'),
(187, 0, 1, '2016-07-05 14:21:07', 3, 789, 0, 0, 0, '', '', '', 'Enterprise Connect 2014 UC RFP & Review', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/EnterpriseConnect2014ebook.pdf|-|EnterpriseConnect2014ebook.pdf', '', 'whitepaper'),
(188, 0, 1, '2016-07-05 14:24:21', 3, 790, 0, 0, 0, '', '', '', 'Public vs Private Cloud', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/Public_vs_Private_Cloud_WP.pdf|-|Public vs Private Cloud WP.pdf', '', 'whitepaper'),
(189, 0, 1, '2016-07-05 14:25:42', 3, 791, 0, 0, 0, '', '', '', 'Empowering the Millennial WorkStyle with UC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/Empowering-the-Millennial-WorkStyle-with-UC-WP.pdf|-|Empowering-the-Millennial-WorkStyle-with-UC-WP.pdf', '', 'whitepaper'),
(190, 0, 1, '2016-07-05 14:34:59', 3, 792, 0, 0, 0, '', '', '', 'UC underpins an agile Workforce', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/UC-underpins-an-agile-workforce_WP.pdf|-|UC-underpins-an-agile-workforce WP.pdf', '', 'whitepaper'),
(191, 0, 1, '2016-07-05 14:35:58', 3, 793, 0, 0, 0, '', '', '', 'Optimizing the Higher Education Data Center', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/Optimizing-the-Higher-Education-Data-Center_WP.pdf|-|Optimizing-the-Higher-Education-Data-Center WP.pdf', '', 'whitepaper'),
(192, 0, 1, '2016-07-05 14:37:50', 3, 794, 0, 0, 0, '', '', '', 'Improving Healthcare Delivery', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/Improving%20Healthcare%20Delivery%20with%20Role-Enabled%20Communications_WP.pdf|-|Improving%20Healthcare%20Delivery%20with%20Role-Enabled%20Communications WP.pdf', '', 'whitepaper'),
(193, 0, 1, '2016-07-05 14:39:41', 3, 795, 0, 0, 0, '', '', '', 'Mobility enables true Unified Communications', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/Mobility%20enables%20true%20Unified%20Communications_WP.pdf|-|Mobility%20enables%20true%20Unified%20Communications WP.pdf', '', 'whitepaper'),
(194, 0, 1, '2016-07-05 14:40:27', 3, 796, 0, 0, 0, '', '', '', 'Top 5 Reasons Why you need a Cloud Offering', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/Top%205%20Reasons%20Why%20you%20need%20a%20Cloud%20Offering_WP.pdf|-|Top%205%20Reasons%20Why%20you%20need%20a%20Cloud%20Offering WP.pdf', '', 'whitepaper');
INSERT INTO `td_resource` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `upload`, `external_link`, `resource_type`) VALUES
(195, 0, 1, '2016-07-06 07:10:10', 3, 799, 0, 0, 0, '', '', '', 'Fault Tolerance Ease of Set-up Comparison: NEC hardware-based FT vs. software-based FT', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/Fault_tolerance_ease-of-setup_comparison_NEC.pdf|-|Fault tolerance ease-of-setup comparison NEC.pdf', '', 'whitepaper'),
(196, 0, 1, '2016-07-06 07:18:08', 3, 800, 0, 0, 0, '', '', '', 'Brochure test', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-001-03_NEC_DS_eng_ErgoLine_2012.pdf|-|10-001-03 NEC DS eng ErgoLine 2012.pdf', '', 'datasheet'),
(197, 0, 1, '2016-07-06 09:03:48', 3, 801, 0, 0, 0, '', '', '', 'Video Scalable Modular Servers', '', '', 'video'),
(198, 0, 1, '2016-07-06 09:04:55', 3, 802, 0, 0, 0, '', '', '', 'Datasheet Scalable Modular Servers', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/DX2000_scaling66nodes_0716.pdf|-|DX2000 scaling66nodes 0716.pdf', '', 'datasheet'),
(199, 0, 1, '2016-07-06 09:05:22', 3, 803, 0, 0, 0, '', '', '', 'Infographic Scalable Modular Servers', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/DX2000_scaling66nodes_infographic_0716.pdf|-|DX2000 scaling66nodes infographic 0716.pdf', '', 'infographic'),
(200, 0, 1, '2016-07-06 09:11:24', 3, 804, 0, 0, 0, '', '', '', 'Whitepaper SAP HANA reliability', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/Enhancing_SAPHANA_NECandRHT.pdf|-|Enhancing SAPHANA NECandRHT.pdf', '', 'whitepaper'),
(201, 0, 1, '2016-07-06 09:12:36', 3, 805, 0, 0, 0, '', '', '', 'Datasheet SAP HANA', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC_HANA_Line-up.pdf|-|NEC HANA Line-up.pdf', '', 'datasheet'),
(202, 0, 1, '2016-07-07 09:27:08', 3, 827, 0, 0, 0, '', '', '', 'Public Safety Operation Centres - Italy', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-public-safety-operationcentres-it.pdf|-|nec-casestudy-public-safety-operationcentres-it.pdf', '', 'case study'),
(203, 0, 1, '2016-07-07 09:27:45', 3, 828, 0, 0, 0, '', '', '', 'Institut Mutualiste Montsouris - France', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-institutmontsouris-fr.pdf|-|nec-casestudy-institutmontsouris-fr.pdf', '', 'case study'),
(204, 0, 1, '2016-07-07 09:28:18', 3, 829, 0, 0, 0, '', '', '', 'International Extended Care Centre (IEC) - Saudi Arabia', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-international-extended-carecentre(iec)-sa.pdf|-|nec-casestudy-international-extended-carecentre(iec)-sa.pdf', '', 'case study'),
(205, 0, 1, '2016-07-07 10:19:12', 3, 830, 0, 0, 0, '', '', '', 'NEC M Storage M310F', '', 'http://www.nec.com/en/global/prod/storage/product/san/m310f/index.html|-|', 'link'),
(206, 0, 1, '2016-07-07 10:19:49', 3, 831, 0, 0, 0, '', '', '', 'Link M Storage M510F', '', 'http://www.nec.com/en/global/prod/storage/product/san/m710f/index.html?|-|', 'link'),
(207, 0, 1, '2016-07-13 12:21:47', 3, 833, 0, 0, 0, '', '', '', 'SAP HANA Solution Brief', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/Modernize-your-SAP-environment.pdf|-|Modernize-your-SAP-environment.pdf', '', 'brochure'),
(208, 0, 1, '2016-07-13 12:22:56', 3, 834, 0, 0, 0, '', '', '', 'Peavey Electronics on SAP HANA', '', 'https://www.youtube.com/watch?v=OzX3OR_NWG4|-|', 'video'),
(209, 0, 1, '2016-07-14 07:11:08', 3, 835, 0, 0, 0, '', '', '', 'SAP HANA Certified Storage', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/SAP-HANA-certified-storage.pdf|-|SAP-HANA-certified-storage.pdf', '', 'datasheet'),
(210, 0, 1, '2016-08-09 11:18:44', 3, 844, 0, 0, 0, '', '', '', 'Infographic HYDRAstor', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC_IG_10_reasons_HYDRAstor.pdf|-|NEC IG 10 reasons HYDRAstor.pdf', '', 'infographic'),
(211, 0, 1, '2016-08-12 15:51:10', 3, 845, 0, 0, 0, '', '', '', 'Brochure Smart Hospitality Solutions for Small/Mid-sized Hotels', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-214-01_NEC_br_Smart_Hospitality_Small-Midsized-Hotels_eng_emea(02-2016).pdf|-|10-214-01 NEC br Smart Hospitality Small-Midsized-Hotels eng emea(02-2016).pdf', '', 'brochure'),
(212, 0, 1, '2016-08-17 09:28:28', 3, 849, 0, 0, 0, '', '', '', 'Brochure Cloud Platform for Iaas', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/201607_Cloud-Platform-for-IaaS.pdf|-|201607 Cloud-Platform-for-IaaS.pdf', '', 'brochure'),
(213, 0, 1, '2016-08-17 09:29:11', 3, 850, 0, 0, 0, '', '', '', 'Cloud Platform for IaaS', '', 'http://www.nec.com/en/global/prod/slpf/product/cpi/|-|', 'link'),
(214, 0, 1, '2016-08-17 12:17:21', 3, 852, 0, 0, 0, '', '', '', 'Brochure UC Connector', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-238-01-NEC-br-UC-Connector(03-2017).pdf|-|10-238-01-NEC-br-UC-Connector(03-2017).pdf', '', 'brochure'),
(215, 0, 1, '2016-08-17 13:07:51', 3, 853, 0, 0, 0, '', '', '', ' NEC Cloud Platform for IaaS', '', 'https://www.youtube.com/watch?v=2Cl_e2x9wa8|-|', 'video'),
(216, 0, 1, '2016-08-22 08:27:44', 3, 855, 0, 0, 0, '', '', '', 'Brochure Smart Hospitality - The Right Solution for the Right Hotel', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-206-03_NEC_br_Smart-Hospitality_eng_emea(05-2016).pdf|-|10-206-03 NEC br Smart-Hospitality eng emea(05-2016).pdf', '', 'brochure'),
(217, 0, 1, '2016-08-24 14:33:59', 3, 857, 0, 0, 0, '', '', '', 'Datasheet MA4000 Budget Management', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-062-01_NEC_DS_MA4000-Budget-Management_eng(08-2016).pdf|-|10-062-01 NEC DS MA4000-Budget-Management eng(08-2016).pdf', '', 'datasheet'),
(218, 0, 1, '2016-08-24 14:34:32', 3, 858, 0, 0, 0, '', '', '', 'Datasheet MA4000 Asset Management', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-063-01_NEC_DS_MA4000-Asset-Management_eng(08-2016).pdf|-|10-063-01 NEC DS MA4000-Asset-Management eng(08-2016).pdf', '', 'datasheet'),
(219, 0, 1, '2016-08-24 14:34:56', 3, 859, 0, 0, 0, '', '', '', 'Datasheet MA4000 Tenant Resale', '', '', 'datasheet'),
(220, 0, 1, '2016-08-24 14:35:29', 3, 860, 0, 0, 0, '', '', '', 'Datasheet MA4000 Helpdesk', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-065-01_NEC_DS_MA4000-Helpdesk_eng(08-2016).pdf|-|10-065-01 NEC DS MA4000-Helpdesk eng(08-2016).pdf', '', 'datasheet'),
(221, 0, 1, '2016-09-02 13:43:45', 3, 867, 0, 0, 0, '', '', '', 'Whitepaper Unlock the Value of Big Data with NEC DX2000', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC_WP_DX2000_Unlock%20the%20Value%20of%20Big%20Data_report.pdf|-|NEC WP DX2000 Unlock%20the%20Value%20of%20Big%20Data report.pdf', '', 'whitepaper'),
(222, 0, 1, '2016-09-08 11:53:04', 3, 869, 0, 0, 0, '', '', '', 'ISO Certification 9001 ITPF ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/ISO9001Certification(ITPF)_20160319.pdf|-|ISO9001Certification(ITPF) 20160319.pdf', '', 'datasheet'),
(223, 0, 1, '2016-09-08 11:54:09', 3, 870, 0, 0, 0, '', '', '', 'ISO Certification 14001 ITPS', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/ISO/ISO14001Certification(ITPS).pdf|-|ISO14001Certification(ITPS).pdf', '', 'datasheet'),
(224, 0, 1, '2016-09-16 12:03:09', 3, 872, 0, 0, 0, '', '', '', 'ENTERPRISE CONNECT UCaaS Hybrid RFP Review', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/ENTERPRISE-CONNECT-2016_UCaaS-Hybrid-RFP-Review.pdf|-|ENTERPRISE-CONNECT-2016 UCaaS-Hybrid-RFP-Review.pdf', '', 'whitepaper'),
(225, 0, 1, '2016-09-16 12:08:52', 3, 873, 0, 0, 0, '', '', '', 'NEC High Availability Solutions for Education', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC-High-Availability-Solutions-for-Education2.pdf|-|NEC-High-Availability-Solutions-for-Education2.pdf', '', 'whitepaper'),
(226, 0, 1, '2016-09-16 12:09:16', 3, 874, 0, 0, 0, '', '', '', 'NEC High Availability Solutions for Government', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC-High-Availability-Solutions-for-Government2.pdf|-|NEC-High-Availability-Solutions-for-Government2.pdf', '', 'whitepaper'),
(227, 0, 1, '2016-09-16 12:10:28', 3, 875, 0, 0, 0, '', '', '', 'NEC High Availability Solutions for Healthcare', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC-High-Availability-Solutions-for-Healthcare.pdf|-|NEC-High-Availability-Solutions-for-Healthcare.pdf', '', 'whitepaper'),
(228, 0, 1, '2016-09-16 12:10:49', 3, 876, 0, 0, 0, '', '', '', 'NEC High Availability Solutions for Hospitality', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC-High-Availability-Solutions-for-Hospitality2.pdf|-|NEC-High-Availability-Solutions-for-Hospitality2.pdf', '', 'whitepaper'),
(229, 0, 1, '2016-09-16 12:11:20', 3, 877, 0, 0, 0, '', '', '', 'NEC Smart Enterprise Drivers 2018', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC_NS_Smart%20Enterprise%20Drivers%202018.pdf|-|NEC NS Smart%20Enterprise%20Drivers%202018.pdf', '', 'whitepaper'),
(230, 0, 1, '2016-09-16 12:11:43', 3, 878, 0, 0, 0, '', '', '', 'NEC Vision Case Studies and Highlights', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/2_NECVision2017CaseStudiesAndHighlights_English_1020.pdf|-|NEC Vision Case Studies and Highlights', '', 'whitepaper'),
(231, 0, 1, '2016-09-19 15:10:10', 3, 886, 0, 0, 0, '', '', '', 'Brochure SMART Hospitality NEC Lösungen für Hotels kleiner bis mittlerer Größe (German)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/15-214-03_NEC_bro_Hospitality_Small_Hotels_ger(02-2016).pdf|-|15-214-03 NEC bro Hospitality Small Hotels ger(02-2016).pdf', '', 'brochure'),
(232, 0, 1, '2016-09-21 11:28:01', 3, 889, 0, 0, 0, '', '', '', 'Infosheet SV9500', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-225-01_NEC_SS_SV9500-eng_emea(09-2016).pdf|-|10-225-01 NEC SS SV9500-eng emea(09-2016).pdf', '', 'Infosheet'),
(233, 0, 1, '2016-10-06 07:51:42', 3, 892, 0, 0, 0, '', '', '', 'Video Frandsen Financial', '', 'https://www.youtube.com/watch?v=3F8NTlr-LUE|-|', 'video'),
(234, 0, 1, '2016-10-06 09:44:54', 3, 894, 0, 0, 0, '', '', '', 'Case Study Frandsen Financial (US) - 3C', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/NEC_CS_Frandsen_Financial_US(Fin-3C-VMWare-CMM)eng_CS16003(09-2016).pdf|-|NEC CS Frandsen Financial US(Fin-3C-VMWare-CMM)eng CS16003(09-2016).pdf', '', 'case study'),
(235, 0, 1, '2016-10-06 09:47:46', 3, 895, 0, 0, 0, '', '', '', 'Frandsen Financial', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-frandsen-financial-us.pdf|-|nec-casestudy-frandsen-financial-us.pdf', '', 'case study'),
(236, 0, 1, '2016-10-06 14:25:58', 3, 896, 0, 0, 0, '', '', '', 'Whitepaper Success with SIP 2.0', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/WP_Success_with_SIP_2-0-Gary_Audin.pdf|-|WP Success with SIP 2-0-Gary Audin.pdf', '', 'whitepaper'),
(237, 0, 1, '2016-11-02 13:39:46', 3, 907, 0, 0, 0, '', '', '', 'Datasheet BaseLine Pro CLI Analogue Desktop Telephones', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-229-01_NEC_ds_Baseline_Pro-CLI-eng_emea(10-2016).pdf|-|10-229-01 NEC ds Baseline Pro-CLI-eng emea(10-2016).pdf', '', 'datasheet'),
(238, 0, 1, '2016-11-17 14:22:52', 3, 914, 0, 0, 0, '', '', '', 'Brochure MobiCall', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/brochures-english/10-230-01_NEC_br_MobiCall_eng(11-2016).pdf|-|10-230-01 NEC br MobiCall eng(11-2016).pdf', '', 'brochure'),
(239, 0, 1, '2016-11-28 12:11:18', 3, 917, 0, 0, 0, '', '', '', 'Brochure IP DECT', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/brochure-nec-univerge-ip-dect-wireless-communications.pdf|-|brochure-nec-univerge-ip-dect-wireless-communications.pdf', '', 'brochure'),
(240, 0, 1, '2016-11-30 14:05:31', 3, 919, 0, 0, 0, '', '', '', 'Brochure InGuard', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-218-02_NEC_br_InGuard_eng_emea(11-2016).pdf|-|10-218-02 NEC br InGuard eng emea(11-2016).pdf', '', 'brochure'),
(241, 0, 1, '2016-12-08 17:20:52', 3, 924, 0, 0, 0, '', '', '', 'Lakeview Rest Homes, UK', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-lakeview-uk.pdf|-|nec-casestudy-lakeview-uk.pdf', '', 'case study'),
(242, 0, 1, '2017-01-04 12:10:03', 3, 931, 0, 0, 0, '', '', '', 'Brochure NEC Storage M-Series', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/brochure-NEC-Storage-M-Series_eng_07-2018.pdf|-|brochure-NEC-Storage-M-Series eng 07-2018.pdf', '', 'brochure'),
(243, 0, 1, '2017-01-06 09:26:05', 3, 933, 0, 0, 0, '', '', '', 'The Always-On Smart Enterprise', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC-WP_The-always-On-Smart-Enterprise(BusinessContinuity).pdf|-|NEC-WP The-always-On-Smart-Enterprise(BusinessContinuity).pdf', '', 'whitepaper'),
(244, 0, 1, '2017-01-11 09:02:30', 3, 936, 0, 0, 0, '', '', '', 'Datasheet M166 DECT Communicator', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-DECT-communicator-M166-eng-05-2018(10-073-03).pdf|-|datasheet-NEC-DECT-communicator-M166-eng-05-2018(10-073-03).pdf', '', 'datasheet'),
(245, 0, 1, '2017-01-11 09:03:26', 3, 937, 0, 0, 0, '', '', '', 'Datasheet I766 and I766Ex', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-DECT-handset-I766-I766Ex-NEC-eng-03-2018(10-074-04).pdf|-|datasheet-NEC-DECT-handset-I766-I766Ex-NEC-eng-03-2018(10-074-04).pdf', '', 'datasheet'),
(246, 0, 1, '2017-01-11 09:04:05', 3, 938, 0, 0, 0, '', '', '', 'G966 Datasheet', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-067-02_nec_g966_ds_eng_10-2015_.pdf|-|G966 Datasheet', '', 'datasheet'),
(247, 0, 1, '2017-01-11 09:04:39', 3, 939, 0, 0, 0, '', '', '', 'G566 Datasheet', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-059-05_nec_ds_g566_eng_10-2014_.pdf|-|G566 Datasheet', '', 'datasheet'),
(248, 0, 1, '2017-01-11 09:05:10', 3, 940, 0, 0, 0, '', '', '', 'G266 Datasheet', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-058-05_nec_ds_g266_eng_10-2014_.pdf|-|G266 Datasheet', '', 'datasheet'),
(249, 0, 1, '2017-01-13 11:58:45', 3, 943, 0, 0, 0, '', '', '', 'Frost & Sullivan award', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/Frost-Sullivan-NEC-Award-Write-Up.pdf|-|Frost-Sullivan-NEC-Award-Write-Up.pdf', '', 'whitepaper'),
(250, 0, 1, '2017-01-16 13:54:29', 3, 945, 0, 0, 0, '', '', '', 'Datasheet AP400', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-AP400-eng(05-2019).pdf|-|datasheet-NEC-AP400-eng(05-2019).pdf', '', 'datasheet'),
(251, 0, 1, '2017-01-16 13:54:56', 3, 946, 0, 0, 0, '', '', '', 'AP400 infosheet', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/10-061-03_nec_ss_ap400_eng_12-2015_.pdf|-|10-061-03 nec ss ap400 eng 12-2015 .pdf', '', 'Infosheet'),
(252, 0, 1, '2017-01-17 14:53:07', 3, 947, 0, 0, 0, '', '', '', 'Datasheet UNIVERGE 3C', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-nec-univerge-3c.pdf|-|datasheet-nec-univerge-3c.pdf', '', 'datasheet'),
(253, 0, 1, '2017-01-27 16:47:39', 3, 956, 0, 0, 0, '', '', '', 'Infosheet InUC', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-nec-InUC(inapp)-eng(012020).pdf|-|infosheet-nec-InUC(inapp)-eng(012020).pdf', '', 'Infosheet'),
(308, 0, 1, '2018-01-04 15:57:55', 3, 1164, 0, 0, 0, '', '', '', 'UNIVERGE 3C 10 Business Benefits', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC_UNIVERGE-3C-10-business-benefits-201801.pdf|-|NEC UNIVERGE-3C-10-business-benefits-201801.pdf', '', 'infographic'),
(254, 0, 1, '2017-02-09 14:27:16', 3, 958, 0, 0, 0, '', '', '', 'DCIG’s Evaluation of Sub-2 PB Midrange Arrays', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/170106-DCIG-Sub-2PB-Midrange-Array-Product-Bulletin-WhyNEC.PDF|-|170106-DCIG-Sub-2PB-Midrange-Array-Product-Bulletin-WhyNEC.PDF', '', 'brochure'),
(255, 0, 1, '2017-02-09 14:28:10', 3, 959, 0, 0, 0, '', '', '', 'DCIG’s Evaluation of Small and Midsize Enterprise All-Flash Arrays', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/170106-DCIG-SME-AFA-Product-Bulletin-WhyNEC.PDF|-|170106-DCIG-SME-AFA-Product-Bulletin-WhyNEC.PDF', '', 'brochure'),
(256, 0, 1, '2017-02-21 14:22:17', 3, 961, 0, 0, 0, '', '', '', 'Infosheet UCB Touchpoint', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-234-01_NEC_infosh_UCB%20TouchPoint_eng(07-17).pdf|-|10-234-01 NEC infosh UCB%20TouchPoint eng(07-17).pdf', '', 'Infosheet'),
(257, 0, 1, '2017-02-23 17:07:04', 3, 968, 0, 0, 0, '', '', '', 'Infosheet InReports', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-nec-InReports(inapp)-eng(012020).pdf|-|infosheet-nec-InReports(inapp)-eng(012020).pdf', '', 'Infosheet'),
(258, 0, 1, '2017-02-27 16:45:37', 3, 969, 0, 0, 0, '', '', '', 'Datasheet MA4000 System Management', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-031-04_ds_NEC_MA4000-Management-System-eng(12-2017).pdf|-|10-031-04 ds NEC MA4000-Management-System-eng(12-2017).pdf', '', 'datasheet'),
(259, 0, 1, '2017-03-15 13:17:00', 3, 971, 0, 0, 0, '', '', '', 'Ultracare Terms and Conditions (german)', '', '', 'case study'),
(260, 0, 1, '2017-03-15 13:20:12', 3, 972, 0, 0, 0, '', '', '', 'Ultracare Terms and Conditions (italian)', '', '', 'case study'),
(261, 0, 1, '2017-03-15 13:20:55', 3, 973, 0, 0, 0, '', '', '', 'Ultracare Terms and Conditions (english)', '', '', 'case study'),
(262, 0, 1, '2017-03-15 13:21:18', 3, 974, 0, 0, 0, '', '', '', 'Ultracare Terms and Conditions (french)', '', '', 'case study'),
(263, 0, 1, '2017-03-15 13:21:54', 3, 975, 0, 0, 0, '', '', '', 'Ultracare Terms and Conditions (spanish)', '', '', 'case study'),
(264, 0, 1, '2017-03-22 09:30:25', 3, 976, 0, 0, 0, '', '', '', 'Whitepaper DX2000 - Scalable Modular Platform for Data-Intensive Applications ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC-WP-DX2000(03-2017).pdf|-|NEC-WP-DX2000(03-2017).pdf', '', 'whitepaper'),
(265, 0, 1, '2017-03-24 09:26:33', 3, 977, 0, 0, 0, '', '', '', '3C Software Assurance', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-nec-3C-SoftwareAssurance(SWA)-eng(012020).pdf|-|infosheet-nec-3C-SoftwareAssurance(SWA)-eng(012020).pdf', '', 'Infosheet'),
(266, 0, 1, '2017-05-18 09:07:23', 3, 999, 0, 0, 0, '', '', '', 'Case Study Baustoff+Metall Germany', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-baustoff-de.pdf|-|nec-casestudy-baustoff-de.pdf', '', 'case study'),
(267, 0, 1, '2017-05-22 14:44:36', 3, 1001, 0, 0, 0, '', '', '', 'Infosheet InHotel', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-nec-InHotel(inapp)-eng(012020).pdf|-|infosheet-nec-InHotel(inapp)-eng(012020).pdf', '', 'Infosheet'),
(268, 0, 1, '2017-05-22 14:49:06', 3, 1002, 0, 0, 0, '', '', '', 'Infosheet InGuard', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-nec-InGuard(inapp)-eng(012020).pdf|-|infosheet-nec-InGuard(inapp)-eng(012020).pdf', '', 'Infosheet'),
(269, 0, 1, '2017-05-23 11:46:39', 3, 1003, 0, 0, 0, '', '', '', 'Brochure Smart Hospitality - Great Solutions for Smaller Hotels', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-212-01_NEC_br_Smart_Hospitality_Smaller_Hotels_eng(11-2015).pdf|-|10-212-01 NEC br Smart Hospitality Smaller Hotels eng(11-2015).pdf', '', 'brochure'),
(270, 0, 1, '2017-05-23 14:04:46', 3, 1004, 0, 0, 0, '', '', '', '7 reasons why you should be using NEC\'s InHotel', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-InHotel-7-Reasons(05-2017).pdf|-|NEC-InHotel-7-Reasons(05-2017).pdf', '', 'infographic'),
(271, 0, 1, '2017-05-24 08:27:57', 3, 1007, 0, 0, 0, '', '', '', 'Datasheet SIP Phones for UNIVERGE 3C and SIP@Net/iS3000 Platforms ', '', '', 'datasheet'),
(272, 0, 1, '2017-05-24 11:48:23', 3, 1008, 0, 0, 0, '', '', '', 'Datasheet UNIVERGE SV9500', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/platforms/NEC_NS_DS_SV9500.pdf|-|NEC NS DS SV9500.pdf', '', 'datasheet'),
(273, 0, 1, '2017-06-09 13:49:27', 3, 1023, 0, 0, 0, '', '', '', 'Infosheet HYDRAstor VA', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-243-01-NEC_infosh-HYDRAstor-VA-emea-eng(06-2017).pdf|-|10-243-01-NEC infosh-HYDRAstor-VA-emea-eng(06-2017).pdf', '', 'Infosheet'),
(274, 0, 1, '2017-06-14 08:53:37', 3, 1025, 0, 0, 0, '', '', '', 'HYDRAstor Virtual Appliance', '', '', 'datasheet'),
(275, 0, 1, '2017-06-15 07:02:41', 3, 1026, 0, 0, 0, '', '', '', 'Ryukoku University', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-ryukoku-university-sdn-solutions.pdf|-|nec-casestudy-ryukoku-university-sdn-solutions.pdf', '', 'case study'),
(276, 0, 1, '2017-06-15 07:03:13', 3, 1027, 0, 0, 0, '', '', '', 'Dusit-Thani', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-dusit-thani-dubai-uae.pdf|-|nec-casestudy-hotel-dusit-thani-dubai-uae.pdf', '', 'case study'),
(277, 0, 1, '2017-06-15 07:03:46', 3, 1028, 0, 0, 0, '', '', '', 'Ancienne Belgique', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-ancienne-belgique.pdf|-|nec-casestudy-ancienne-belgique.pdf', '', 'case study'),
(278, 0, 1, '2017-06-15 07:04:02', 3, 1029, 0, 0, 0, '', '', '', 'Lemon Tree hotels', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-lemon-tree-hotels-india.pdf|-|nec-casestudy-lemon-tree-hotels-india.pdf', '', 'case study'),
(279, 0, 1, '2017-06-15 07:04:22', 3, 1030, 0, 0, 0, '', '', '', 'Meikles Hotels', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-meikles-hotel.pdf|-|nec-casestudy-meikles-hotel.pdf', '', 'case study'),
(280, 0, 1, '2017-06-15 07:04:40', 3, 1031, 0, 0, 0, '', '', '', 'The Victoria Falls Hotel', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-the-victoriafalls-zw.pdf|-|nec-casestudy-hotel-the-victoriafalls-zw.pdf', '', 'case study'),
(281, 0, 1, '2017-06-15 07:05:03', 3, 1032, 0, 0, 0, '', '', '', 'Sheraton Ufa', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-sheraton%E2%80%93ufa-ru.pdf|-|nec-casestudy-sheraton%E2%80%93ufa-ru.pdf', '', 'case study'),
(282, 0, 1, '2017-06-15 07:06:49', 3, 1033, 0, 0, 0, '', '', '', 'Nipman Fastener Industries', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-business-continuity-solution-nipman-fastener.pdf|-|nec-casestudy-business-continuity-solution-nipman-fastener.pdf', '', 'case study'),
(283, 0, 1, '2017-06-15 07:07:26', 3, 1034, 0, 0, 0, '', '', '', ' India Steel Summit', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-india-steel-summit-private-limited.pdf|-|nec-casestudy-india-steel-summit-private-limited.pdf', '', 'case study'),
(284, 0, 1, '2017-06-15 07:49:49', 3, 1036, 0, 0, 0, '', '', '', 'NIAS - NEC Information Assessment System', '', 'http://www.nec.com/en/global/prod/nias/|-|', 'link'),
(285, 0, 1, '2017-06-22 13:56:11', 3, 1039, 0, 0, 0, '', '', '', 'Datasheet BaseLIne Pro CLI', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-229-02_NEC_ds(2pp)_Baseline_Pro-CLI-eng(05-2017).pdf|-|10-229-02 NEC ds(2pp) Baseline Pro-CLI-eng(05-2017).pdf', '', 'datasheet'),
(286, 0, 1, '2017-06-30 12:25:54', 3, 1040, 0, 0, 0, '', '', '', 'Brochure NEC iCall - Smart Healthcare Communications', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/brochure-iCall-Nursecall-NEC-eng-10-244-01(08-2017).pdf|-|brochure-iCall-Nursecall-NEC-eng-10-244-01(08-2017).pdf', '', 'brochure'),
(287, 0, 1, '2017-07-14 08:21:00', 3, 1050, 0, 0, 0, '', '', '', 'Tape Storage Solutions', '', 'http://www.nec.com/en/global/prod/tapestorage/index_t60a.html|-|', 'link'),
(288, 0, 1, '2017-07-14 08:22:08', 3, 1051, 0, 0, 0, '', '', '', 'NEC SworM', '', '', 'brochure'),
(289, 0, 1, '2017-07-14 08:22:39', 3, 1052, 0, 0, 0, '', '', '', 'NEC - Tape as a Nas', '', '', 'brochure'),
(290, 0, 1, '2017-08-17 09:49:25', 3, 1057, 0, 0, 0, '', '', '', 'Datasheet UNIVERGE BX500', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-UNIVERGE-BX500-eng-072019.pdf|-|datasheet-UNIVERGE-BX500-eng-072019.pdf', '', 'datasheet'),
(291, 0, 1, '2017-09-22 14:20:06', 3, 1068, 0, 0, 0, '', '', '', 'SP350 Multimedia IP Softphone', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-SP350-softphone-eng.pdf|-|datasheet-NEC-SP350-softphone-eng.pdf', '', 'datasheet'),
(292, 0, 1, '2017-10-25 13:46:01', 3, 1135, 0, 0, 0, '', '', '', 'Datasheet FMC uMobility', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-nec-FMC-uMobility-eng(012020).pdf|-|datasheet-nec-FMC-uMobility-eng(012020).pdf', '', 'datasheet'),
(293, 0, 1, '2017-10-25 14:07:27', 3, 1136, 0, 0, 0, '', '', '', 'test', '', '', 'case study'),
(294, 0, 1, '2017-10-25 14:07:38', 3, 1137, 0, 0, 0, '', '', '', 'test', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/10-039-04_nec_ds_ap400_eng_12-2015_.pdf|-|10-039-04 nec ds ap400 eng 12-2015 .pdf', '', 'case study'),
(295, 0, 1, '2017-10-30 12:36:19', 3, 1138, 0, 0, 0, '', '', '', 'Infographic Cloud Store (test)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC_NS_10_reasons_cloud_store.pdf|-|NEC NS 10 reasons cloud store.pdf', '', 'infographic'),
(296, 0, 1, '2017-11-02 15:19:50', 3, 1139, 0, 0, 0, '', '', '', 'NEC SworM (Ita)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC%20SworM%20(ita).pdf|-|NEC%20SworM%20(ita).pdf', '', 'datasheet'),
(297, 0, 1, '2017-11-02 15:21:00', 3, 1140, 0, 0, 0, '', '', '', 'NEC SworM (Eng)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC%20SworM%20Eng.pdf|-|NEC%20SworM%20Eng.pdf', '', 'datasheet'),
(298, 0, 1, '2017-11-23 10:09:32', 3, 1148, 0, 0, 0, '', '', '', 'NEC Express5800/T110i-S', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC%20Express5800_T110i-S.pdf|-|NEC%20Express5800 T110i-S.pdf', '', 'datasheet'),
(299, 0, 1, '2017-11-23 10:10:52', 3, 1149, 0, 0, 0, '', '', '', 'NEC Express5800/T110i-S System Configuration Guide', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC%20Express5800_T110i-S%20System%20Configuration%20Guide.pdf|-|NEC%20Express5800 T110i-S%20System%20Configuration%20Guide.pdf', '', 'datasheet'),
(300, 0, 1, '2017-11-23 10:12:07', 3, 1150, 0, 0, 0, '', '', '', 'NEC Express5800/T110h-S', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC%20Express5800_T110h-S.pdf|-|NEC%20Express5800 T110h-S.pdf', '', 'datasheet'),
(301, 0, 1, '2017-11-23 10:12:31', 3, 1151, 0, 0, 0, '', '', '', 'NEC Express5800/T110h-S System Configuration Guide', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC%20Express5800_T110h-S%20System.pdf|-|NEC%20Express5800 T110h-S%20System.pdf', '', 'datasheet'),
(302, 0, 1, '2017-11-24 13:01:49', 3, 1152, 0, 0, 0, '', '', '', '10 reasons clients choose NEC High Availability IT', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-High-Availability-IT-10-reasons(11-2017).pdf|-|NEC-High-Availability-IT-10-reasons(11-2017).pdf', '', 'infographic'),
(303, 0, 1, '2017-11-24 13:46:51', 3, 1153, 0, 0, 0, '', '', '', 'NEC Lone Workers solution', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-Lone-Worker-Solution.pdf|-|NEC-Lone-Worker-Solution.pdf', '', 'infographic'),
(304, 0, 1, '2017-11-27 13:25:27', 3, 1155, 0, 0, 0, '', '', '', 'NEC Co-creating the future through Digital Transformation', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC-Co-creating-the-future-through-Digital-Transformation.pdf|-|NEC-Co-creating-the-future-through-Digital-Transformation.pdf', '', 'case study'),
(305, 0, 1, '2017-11-30 09:45:59', 3, 1156, 0, 0, 0, '', '', '', 'Hospital del Mar, Barcelona, Spain', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/NEC-CS-HospitalDelMar.pdf|-|NEC-CS-HospitalDelMar.pdf', '', 'case study'),
(306, 0, 1, '2017-12-13 11:41:18', 3, 1161, 0, 0, 0, '', '', '', 'NEC QX-S4100 PoE Gigabit Ethernet Switch', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-QX-S4100PoEGigabitEthernetSwitch_eng-12-2017.pdf|-|datasheet-NEC-QX-S4100PoEGigabitEthernetSwitch eng-12-2017.pdf', '', 'datasheet'),
(307, 0, 1, '2017-12-13 13:32:19', 3, 1162, 0, 0, 0, '', '', '', 'Smart Enterprise Drivers 2018', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC_NS_Smart%20Enterprise%20Drivers%202018.pdf|-|NEC Smart Enterprise Drivers 2018', '', 'brochure'),
(309, 0, 1, '2018-02-12 09:07:57', 3, 1170, 0, 0, 0, '', '', '', 'Software Defined Networking VOXX International Corporation', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/NEC-CS-VOXX-international-11-2017(Consumer-Electr-SDN-SV9300).pdf|-|NEC-CS-VOXX-international-11-2017(Consumer-Electr-SDN-SV9300).pdf', '', 'case study'),
(310, 0, 1, '2018-02-12 11:05:22', 3, 1171, 0, 0, 0, '', '', '', 'HYDRAstor Hybrid Cloud Recovery', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-infosheet-HYDRAstor-Hybrid-Cloud-Recovery-eng(01-2018)%20.pdf|-|NEC-infosheet-HYDRAstor-Hybrid-Cloud-Recovery-eng(01-2018)%20.pdf', '', 'Infosheet'),
(311, 0, 1, '2018-03-08 16:37:41', 3, 1180, 0, 0, 0, '', '', '', 'Datasheet DT820 IP Desktop Telephones', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/10-251-02-ds-NEC-DT820-IP-desktop-phones-eng-emea-03-2019.pdf|-|10-251-02-ds-NEC-DT820-IP-desktop-phones-eng-emea-03-2019.pdf', '', 'datasheet'),
(312, 0, 1, '2018-04-11 11:09:18', 3, 1183, 0, 0, 0, '', '', '', 'Datasheet G266', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-DECT-handset-G266-eng-03-2018(10-058-06).pdf|-|datasheet-NEC-DECT-handset-G266-eng-03-2018(10-058-06).pdf', '', 'datasheet'),
(313, 0, 1, '2018-04-11 11:32:51', 3, 1184, 0, 0, 0, '', '', '', 'Datasheet G966', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-DECT-handset-G966-eng-05-2018(10-67-03).pdf|-|datasheet-NEC-DECT-handset-G966-eng-05-2018(10-67-03).pdf', '', 'datasheet'),
(314, 0, 1, '2018-04-11 11:39:16', 3, 1185, 0, 0, 0, '', '', '', 'Datasheet G566', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-DECT-handset-G566-eng-03-2018(10-059-06).pdf|-|datasheet-NEC-DECT-handset-G566-eng-03-2018(10-059-06).pdf', '', 'datasheet'),
(315, 0, 1, '2018-05-01 11:38:14', 3, 1186, 0, 0, 0, '', '', '', 'Datasheet ST500 Smartphone Client', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-nec-ST500-smartphone-client-eng.pdf|-|datasheet-nec-ST500-smartphone-client-eng.pdf', '', 'datasheet'),
(316, 0, 1, '2018-05-04 09:47:38', 3, 1187, 0, 0, 0, '', '', '', 'Infosheet MobiBox', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-NEC-MobiBox_eng-05-2018(10-211-02).pdf|-|infosheet-NEC-MobiBox eng-05-2018(10-211-02).pdf', '', 'Infosheet'),
(317, 0, 1, '2018-06-04 14:48:54', 3, 1190, 0, 0, 0, '', '', '', 'QuisLex Inc.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-quislex-us.pdf|-|nec-casestudy-quislex-us.pdf', '', 'case study'),
(318, 0, 1, '2018-07-30 12:15:24', 3, 1196, 0, 0, 0, '', '', '', 'Hotel de Russie, Rome', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-de-russie-rome-it.pdf|-|nec-casestudy-hotel-de-russie-rome-it.pdf', '', 'case study'),
(319, 0, 1, '2018-08-01 10:57:50', 3, 1197, 0, 0, 0, '', '', '', 'Appletree Medical Practice, Derbyshire, UK', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/Case%20Study%20Appletree%20Medical%20Practise%20NEC%20Version%201219%20v2.pdf|-|Case Study Appletree Medical Practise', '', 'case study'),
(320, 0, 1, '2018-08-02 09:59:54', 3, 1198, 0, 0, 0, '', '', '', 'Datasheet GT210 SIP phone', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-SIP-phone-GT210-eng.pdf|-|datasheet-NEC-SIP-phone-GT210-eng.pdf', '', 'datasheet'),
(321, 0, 1, '2018-08-03 09:31:16', 3, 1200, 0, 0, 0, '', '', '', 'Brochure SL2100', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC_NS_SL2100%20EMEA%202%20wire%202021.pdf|-|NEC NS SL2100%20EMEA%202%20wire%202021.pdf', '', 'brochure'),
(357, 0, 1, '2019-06-27 08:46:43', 3, 1293, 0, 0, 0, '', '', '', 'SL2100 Smart Communication System', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-NEC-SL2100-Communication-System-emea.pdf|-|infosheet-NEC-SL2100-Communication-System-emea.pdf', '', 'Infosheet'),
(322, 0, 1, '2018-08-14 08:09:42', 3, 1202, 0, 0, 0, '', '', '', 'Datasheet BaseLine', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-ds-Baseline-eng-03-2017(10-235-01).pdf|-|datasheet-NEC-ds-Baseline-eng-03-2017(10-235-01).pdf', '', 'datasheet'),
(323, 0, 1, '2018-08-16 13:24:42', 3, 1203, 0, 0, 0, '', '', '', 'Hotel Holiday Inn Hamburg City Nord', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-holiday-inn-hamburg-city-nord-de.pdf|-|nec-casestudy-hotel-holiday-inn-hamburg-city-nord-de.pdf', '', 'case study'),
(325, 0, 1, '2018-08-27 12:22:17', 3, 1205, 0, 0, 0, '', '', '', 'IDC Link - NEC Transformation Strategy', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/IDCLink-NEC-Transformation-Strategy(Jul-2018).pdf|-|IDCLink-NEC-Transformation-Strategy(Jul-2018).pdf', '', 'case study'),
(324, 0, 1, '2018-08-16 13:31:19', 3, 1204, 2, 0, 0, '', '', '', NULL, NULL, NULL, NULL),
(326, 0, 1, '2018-08-30 08:56:30', 3, 1209, 0, 0, 0, '', '', '', 'NEC’s Fire Protection and Safety solutions', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC_NS_Fire%20Safety%20in%20Hotels%202018.pdf|-|Fire Protection and Safety solutions', '', 'brochure'),
(327, 0, 1, '2018-08-31 09:14:41', 3, 1210, 0, 0, 0, '', '', '', 'Portswood and Commodore Hotels, Cape Town', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotels-commodore-portswood-capetown-za.pdf|-|nec-casestudy-hotels-commodore-portswood-capetown-za.pdf', '', 'case study'),
(328, 0, 1, '2018-09-10 12:18:41', 3, 1211, 0, 0, 0, '', '', '', 'Carl Zeiss Vision', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-carl-zeiss-vision-italy.pdf|-|nec-casestudy-carl-zeiss-vision-italy.pdf', '', 'case study'),
(329, 0, 1, '2018-09-14 12:49:04', 3, 1213, 0, 0, 0, '', '', '', 'aha Hotels & Lodges', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-aha-hotels-za.pdf|-|nec-casestudy-aha-hotels-za.pdf', '', 'case study'),
(330, 0, 1, '2018-09-20 07:45:14', 3, 1214, 0, 0, 0, '', '', '', 'Durley Dean Hotel and Spa', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-durley-dean-key-solutions-uk.pdf|-|nec-casestudy-durley-dean-key-solutions-uk.pdf', '', 'case study'),
(331, 0, 1, '2018-09-20 07:56:10', 3, 1216, 0, 0, 0, '', '', '', 'Mid-range Rack Server Bundle', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/storage/R120h%20Mid%20Range%20Rack%20Server%20Bundle%20Infosheet%20FINAL.pdf|-|R120h%20Mid%20Range%20Rack%20Server%20Bundle%20Infosheet%20FINAL.pdf', '', 'Infosheet'),
(332, 0, 1, '2018-09-20 07:56:39', 3, 1217, 0, 0, 0, '', '', '', 'Entry-level Rack Server Bundle', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/storage/R120h%20Entry%20Level%20Rack%20Server%20Bundle%20Infosheet%20FINAL.pdf|-|R120h%20Entry%20Level%20Rack%20Server%20Bundle%20Infosheet%20FINAL.pdf', '', 'Infosheet'),
(333, 0, 1, '2018-09-20 07:56:54', 3, 1218, 0, 0, 0, '', '', '', 'Mid-range Tower Server Bundle', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/storage/T120h%20Mid%20Range%20Tower%20Server%20Bundle%20Infosheet%20FINAL.pdf|-|T120h%20Mid%20Range%20Tower%20Server%20Bundle%20Infosheet%20FINAL.pdf', '', 'Infosheet'),
(334, 0, 1, '2018-09-20 07:57:28', 3, 1219, 0, 0, 0, '', '', '', 'Entry-level Tower Server Bundle', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/storage/T110i%20Entry%20Level%20Tower%20Server%20Bundle%20Infosheet%20FINAL.pdf|-|T110i%20Entry%20Level%20Tower%20Server%20Bundle%20Infosheet%20FINAL.pdf', '', 'Infosheet'),
(335, 0, 1, '2018-10-31 08:01:07', 3, 1226, 0, 0, 0, '', '', '', 'HYDRAstor - NAKIVO Backup Appliance', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC_NS_10%20reasons%20NAKIVO.pdf|-|NEC NS 10%20reasons%20NAKIVO.pdf', '', 'infographic'),
(336, 0, 1, '2018-11-14 10:35:01', 3, 1228, 0, 0, 0, '', '', '', 'New York Botanical Garden', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/NEC-CaseStudy-NewYork-Botanical-Garden-USA(nonprofit-research-and-Education-Hydrastor).pdf|-|NEC-CaseStudy-NewYork-Botanical-Garden-USA(nonprofit-research-and-Education-Hydrastor).pdf', '', 'case study'),
(337, 0, 1, '2018-11-30 10:51:45', 3, 1230, 0, 0, 0, '', '', '', 'QX-S5200 Series Poe+ Gigabit Ethernet Switches', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-ds-QX-S5200-series-PoEplus-gigabit-ethernet-switches(01-2018).pdf|-|NEC-ds-QX-S5200-series-PoEplus-gigabit-ethernet-switches(01-2018).pdf', '', 'datasheet'),
(338, 0, 1, '2018-11-30 11:03:29', 3, 1231, 0, 0, 0, '', '', '', 'QX-S1000 Series PoE Plus Gigabit Ethernet Switches', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-ds-QX-S1000-series-PoEplus-gigabit-ethernet-switches-eng(10-2018).pdf|-|NEC-ds-QX-S1000-series-PoEplus-gigabit-ethernet-switches-eng(10-2018).pdf', '', 'datasheet'),
(339, 0, 1, '2018-11-30 11:04:15', 3, 1232, 0, 0, 0, '', '', '', 'QX-S1000 Series non-PoE Gigabit Ethernet Switches', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-ds-QX-S1000-series-non-PoE-gigabit-ethernet-switches-eng-emea(10-2018).pdf|-|NEC-ds-QX-S1000-series-non-PoE-gigabit-ethernet-switches-eng-emea(10-2018).pdf', '', 'datasheet'),
(340, 0, 1, '2018-11-30 11:04:39', 3, 1233, 0, 0, 0, '', '', '', 'QX-S6600 Series 10 Gigabits Ethernet Aggregation Switches', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-ds-QX-S6600-series-aggregation-10-gigabit-ethernet-switches-eng-emea(10-2018).pdf|-|NEC-ds-QX-S6600-series-aggregation-10-gigabit-ethernet-switches-eng-emea(10-2018).pdf', '', 'datasheet'),
(341, 0, 1, '2018-12-11 10:41:00', 3, 1235, 0, 0, 0, '', '', '', 'Smart Enterprise Drivers 2020', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC%20Smart%20Drivers%202020%20New%20design.pdf|-|NEC%20Smart%20Drivers%202020%20New%20design.pdf', '', 'brochure'),
(342, 0, 1, '2019-01-28 09:17:16', 3, 1244, 0, 0, 0, '', '', '', 'HyperConverged Infrastructure (German)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-infosheet-HyperConvergedInfrastructure-ger-122018.pdf|-|NEC-infosheet-HyperConvergedInfrastructure-ger-122018.pdf', '', 'Infosheet'),
(343, 0, 1, '2019-01-28 09:17:50', 3, 1245, 0, 0, 0, '', '', '', 'HyperConverged Infrastructure (Italian)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-infosheet-HyperConvergedInfrastructure-ita-122018.pdf|-|NEC-infosheet-HyperConvergedInfrastructure-ita-122018.pdf', '', 'Infosheet'),
(344, 0, 1, '2019-01-28 09:18:36', 3, 1246, 0, 0, 0, '', '', '', 'HyperConverged Infrastructure (English)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-NEC-HCI(HyperConvergedInfrastructure)-eng.pdf|-|infosheet-NEC-HCI(HyperConvergedInfrastructure)-eng.pdf', '', 'Infosheet'),
(345, 0, 1, '2019-02-21 16:50:53', 3, 1251, 0, 0, 0, '', '', '', 'GT890 IP Videophone (SIP)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-NEC-GT890-ip-desktop-videophone-eng-012019(10-256-01).pdf|-|infosheet-NEC-GT890-ip-desktop-videophone-eng-012019(10-256-01).pdf', '', 'Infosheet'),
(346, 0, 1, '2019-03-27 09:01:30', 3, 1265, 0, 0, 0, '', '', '', '10 Reasons to upgrade to SV9100', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC_NS_SV9100_Upgrade_10_reasons.pdf|-|NEC NS SV9100 Upgrade 10 reasons.pdf', '', 'infographic'),
(347, 0, 1, '2019-03-27 09:07:02', 3, 1266, 0, 0, 0, '', '', '', 'SL2100 Business Benefits', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC_NS_SL2100_10_reasons.pdf|-|NEC NS SL2100 10 reasons.pdf', '', 'datasheet'),
(348, 0, 1, '2019-04-29 12:32:27', 3, 1271, 0, 0, 0, '', '', '', 'Sibanye Stillwater Mining', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-sibanye-stillwater-mining-za.pdf|-|nec-casestudy-sibanye-stillwater-mining-za.pdf', '', 'case study'),
(349, 0, 1, '2019-04-30 09:12:18', 3, 1272, 0, 0, 0, '', '', '', 'AT-50 and AT-55 Analogue CLI terminals ', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-AT50-AT55-cli-analogue-desktop-phone(042019).pdf|-|datasheet-NEC-AT50-AT55-cli-analogue-desktop-phone(042019).pdf', '', 'datasheet'),
(370, 0, 1, '2019-10-15 09:07:11', 3, 1343, 0, 0, 0, '', '', '', 'Datasheet MyCalls Call Recorder', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-nec-mycalls-call-recorder-eng.pdf|-|datasheet-nec-mycalls-call-recorder-eng.pdf', '', 'datasheet'),
(350, 0, 1, '2019-05-06 14:53:55', 3, 1275, 0, 0, 0, '', '', '', 'ebook HyperConverged Infrastructure', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-HCI-Ebook.pdf|-|NEC-HCI-Ebook.pdf', '', 'infographic'),
(351, 0, 1, '2019-06-05 09:21:23', 3, 1280, 0, 0, 0, '', '', '', 'DECT G277', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-DECT-G277.pdf|-|datasheet-NEC-DECT-G277.pdf', '', 'datasheet'),
(352, 0, 1, '2019-06-05 09:21:47', 3, 1281, 0, 0, 0, '', '', '', 'DECT G577(h)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-nec-DECT-G577(h)-eng(052019).pdf|-|datasheet-nec-DECT-G577(h)-eng(052019).pdf', '', 'datasheet'),
(353, 0, 1, '2019-06-20 09:16:19', 3, 1287, 0, 0, 0, '', '', '', 'NEC HYDRAstor & Nakivo 10 reasons', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-HYDRAstor-Nakivo-10-reasons-flyer-eng.pdf|-|NEC-HYDRAstor-Nakivo-10-reasons-flyer-eng.pdf', '', 'infographic'),
(354, 0, 1, '2019-06-20 09:20:09', 3, 1288, 0, 0, 0, '', '', '', 'NEC HYDRAstor & Nakivo SMB VM BackUp', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-HYDRAstor-Nakivo-SMB-VM-BackUp-infosheet-eng.pdf|-|NEC-HYDRAstor-Nakivo-SMB-VM-BackUp-infosheet-eng.pdf', '', 'Infosheet'),
(355, 0, 1, '2019-06-20 13:48:26', 3, 1291, 0, 0, 0, '', '', '', 'Stellenbosch Municipality', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-stellenbosch-municipality-za.pdf|-|nec-casestudy-stellenbosch-municipality-za.pdf', '', 'case study'),
(356, 0, 1, '2019-06-20 14:40:10', 3, 1292, 0, 0, 0, '', '', '', 'NEC HYDRAstor & Nakivo VM backup appliance', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-HYDRAstor-Nakivo-infosheet-eng.pdf|-|NEC-HYDRAstor-Nakivo-infosheet-eng.pdf', '', 'Infosheet'),
(358, 0, 1, '2019-08-19 11:25:21', 3, 1307, 0, 0, 0, '', '', '', 'Brochure NEC Desktop Phones and Wireless Handsets', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/brochure-nec-univerge-business-phones-and-wireless-handsets.pdf|-|brochure-nec-univerge-business-phones-and-wireless-handsets.pdf', '', 'brochure'),
(359, 0, 1, '2019-08-19 11:27:04', 3, 1308, 0, 0, 0, '', '', '', 'Datasheet NEC Multifunction Desktop Phones DT500-DT900', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-nec-univerge-business-phones-dt500-900.pdf|-|datasheet-nec-univerge-business-phones-dt500-900.pdf', '', 'datasheet'),
(360, 0, 1, '2019-08-19 11:56:34', 3, 1309, 0, 0, 0, '', '', '', 'UNIVERGE SV9100 brochure', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/brochure-nec-univerge-sv9100-communications-platform-emea.pdf|-|brochure-nec-univerge-sv9100-communications-platform-emea.pdf', '', 'brochure'),
(361, 0, 1, '2019-08-19 12:00:23', 3, 1310, 0, 0, 0, '', '', '', 'Datasheet UNIVERGE SV9300', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-nec-univerge-sv9300-communications-platform-emea.pdf|-|datasheet-nec-univerge-sv9300-communications-platform-emea.pdf', '', 'datasheet'),
(362, 0, 1, '2019-08-19 12:01:42', 3, 1311, 0, 0, 0, '', '', '', 'Brochure UNIVERGE SV9500', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/brochure-nec-univerge-sv9500-communications-platform-eng-10-275.pdf|-|brochure-nec-univerge-sv9500-communications-platform-eng-10-275.pdf', '', 'brochure'),
(363, 0, 1, '2019-08-19 12:02:02', 3, 1312, 0, 0, 0, '', '', '', 'Datasheet UNIVERGE SV9500 Communications Platform', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-nec-univerge-sv9500-communications-platform-emea.pdf|-|datasheet-nec-univerge-sv9500-communications-platform-emea.pdf', '', 'datasheet'),
(368, 0, 1, '2019-09-26 15:05:27', 3, 1338, 0, 0, 0, '', '', '', 'Brochure UNIVERGE SIP phones', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/brochure-nec-univerge-sip-business-phones-and-wireless-handsets.pdf|-|brochure-nec-univerge-sip-business-phones-and-wireless-handsets.pdf', '', 'brochure'),
(364, 0, 1, '2019-08-21 12:19:21', 3, 1324, 0, 0, 0, '', '', '', 'UNIVERGE Integration Platform', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/brochure-nec-univerge-integration-platform(uip)-emea.pdf|-|brochure-nec-univerge-integration-platform(uip)-emea.pdf', '', 'brochure'),
(366, 0, 1, '2019-09-19 08:33:46', 3, 1330, 0, 0, 0, '', '', '', 'Front Desk Assistant', '', '', 'salessheet'),
(367, 0, 1, '2019-09-23 13:59:11', 3, 1337, 0, 0, 0, '', '', '', 'Datasheet UNIVERGE SV9500 Enterprise Communications Platform', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-nec-univerge-sv9500-enterprise-communications-platform-emea.pdf|-|datasheet-nec-univerge-sv9500-enterprise-communications-platform-emea.pdf', '', 'datasheet'),
(369, 0, 1, '2019-09-26 15:05:53', 3, 1339, 0, 0, 0, '', '', '', 'Datasheet DT900/DT900S SIP phones', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-nec-univerge-business-phones-dt900(s)-sip.pdf|-|datasheet-nec-univerge-business-phones-dt900(s)-sip.pdf', '', 'datasheet'),
(371, 0, 1, '2019-10-28 16:49:04', 3, 1350, 0, 0, 0, '', '', '', 'GT890 IP Videophone (SV)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-nec-sip-videophone-GT890-eng.pdf|-|datasheet-nec-sip-videophone-GT890-eng.pdf', '', 'datasheet'),
(372, 0, 1, '2019-10-29 11:18:08', 3, 1351, 0, 0, 0, '', '', '', 'Appletree Medical Practice Video Case Study', '', 'https://www.youtube.com/watch?v=TVLalS7scc8|-|', 'video'),
(373, 0, 1, '2019-10-31 15:01:00', 3, 1352, 0, 0, 0, '', '', '', 'Springfield Utility Board', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-springfield-utility-board(sub)-usa.pdf|-|nec-casestudy-springfield-utility-board(sub)-usa.pdf', '', 'case study'),
(374, 0, 1, '2019-11-04 16:20:50', 3, 1354, 0, 0, 0, '', '', '', 'Felton ICT Services', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-felton-ict-services-nl.pdf|-|nec-casestudy-felton-ict-services-nl.pdf', '', 'case study');
INSERT INTO `td_resource` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `upload`, `external_link`, `resource_type`) VALUES
(375, 0, 1, '2019-11-12 09:55:34', 3, 1356, 0, 0, 0, '', '', '', 'infosheet NEC Enterprise Profile', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-NEC-Enterpise-Solutions-Profile-eng.pdf|-|infosheet-NEC-Enterpise-Solutions-Profile-eng.pdf', '', 'Infosheet'),
(376, 0, 1, '2020-01-31 15:12:17', 3, 1375, 0, 0, 0, '', '', '', 'FAQ Software Assurance', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-nec-FAQ-Software-Assurance(SWA)-eng.pdf|-|infosheet-nec-FAQ-Software-Assurance(SWA)-eng.pdf', '', 'Infosheet'),
(377, 0, 1, '2020-01-31 15:12:42', 3, 1376, 0, 0, 0, '', '', '', 'BCT Software Assurance', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-nec-BCT-Software-Assurance(SWA)-eng(012020).pdf|-|infosheet-nec-BCT-Software-Assurance(SWA)-eng(012020).pdf', '', 'Infosheet'),
(378, 0, 1, '2020-01-31 15:34:49', 3, 1377, 0, 0, 0, '', '', '', 'SV9100 Software Assurance 5 reasons', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-SWA-SV9100-5-reasons-eng.pdf|-|NEC-SWA-SV9100-5-reasons-eng.pdf', '', 'infographic'),
(379, 0, 1, '2020-02-03 09:07:13', 3, 1379, 0, 0, 0, '', '', '', 'NEC PMS-InConnect', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC_NS_PMS-Connect%20InApps%202020.pdf|-|NEC PMS-Connect InApps', '', 'datasheet'),
(380, 0, 1, '2020-02-13 10:57:36', 3, 1380, 0, 0, 0, '', '', '', 'PMS-InConnect', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-NEC-PMS-InConnect(InApp)-eng(022020).pdf|-|infosheet-NEC-PMS-InConnect(InApp)-eng(022020).pdf', '', 'Infosheet'),
(381, 0, 1, '2020-03-06 14:12:17', 3, 1383, 0, 0, 0, '', '', '', 'Hotel Aloft Dublin City', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-aloft-dublin-city-hotel-ie.pdf|-|nec-casestudy-aloft-dublin-city-hotel-ie.pdf', '', 'case study'),
(382, 0, 1, '2020-03-06 14:13:39', 3, 1384, 0, 0, 0, '', '', '', 'Hotel Titanic Belfast', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/nec-casestudy-hotel-titanic-belfast-uk.pdf|-|nec-casestudy-hotel-titanic-belfast-uk.pdf', '', 'case study'),
(383, 0, 1, '2020-03-24 12:08:47', 3, 1391, 0, 0, 0, '', '', '', 'SP350 Interactive Guide', '', 'https://sv9000.nec.com.au/ug/dt800/phone.htm?p=English%5CSV8500%5CSP350nlaf|-|Interactive Guide', 'link'),
(384, 0, 1, '2020-03-24 12:42:06', 3, 1392, 0, 0, 0, '', '', '', 'ST500 Interactive Guide Iphone', '', 'https://sv9000.nec.com.au/ug/dt800/phone.htm?p=English/SV8500/ST500-ios|-|', 'link'),
(385, 0, 1, '2020-03-24 12:42:32', 3, 1393, 0, 0, 0, '', '', '', 'ST500 Interactive Guide Android', '', 'https://sv9000.nec.com.au/ug/dt800/phone.htm?p=English/SV8500/ST500-Android|-|', 'link'),
(386, 0, 1, '2020-03-30 12:59:46', 3, 1395, 0, 0, 0, '', '', '', 'UNIVERGE SV9100 Remote Working', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/Remote%20Working%20SV9100_Customer.pdf|-|Remote%20Working%20SV9100 Customer.pdf', '', 'brochure'),
(387, 0, 1, '2020-03-30 13:00:23', 3, 1396, 0, 0, 0, '', '', '', 'SL2100 Remote Working', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/Remote%20Working%20SL2100_Customer.pdf|-|Remote%20Working%20SL2100 Customer.pdf', '', 'brochure'),
(388, 0, 1, '2020-04-02 11:56:45', 3, 1397, 0, 0, 0, '', '', '', 'infosheet DECT handset cleaning', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/infosheet-NEC-DECT-handset-cleaning-eng-032020.pdf|-|infosheet-NEC-DECT-handset-cleaning-eng-032020.pdf', '', 'Infosheet'),
(389, 0, 1, '2020-05-07 08:46:30', 3, 1404, 0, 0, 0, '', '', '', 'datasheet DECT Lone Worker solution', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/datasheet-NEC-Lone-Worker-Solution-eng-10-253(072018).pdf|-|datasheet-NEC-Lone-Worker-Solution-eng-10-253(072018).pdf', '', 'datasheet'),
(390, 0, 1, '2020-05-12 07:52:47', 3, 1405, 0, 0, 0, '', '', '', 'DT500-DT900 Interactive Guide', '', 'https://sv9000.nec.com.au/ug/dt800/|-|', 'link'),
(391, 0, 1, '2020-05-13 11:21:47', 3, 1409, 0, 0, 0, '', '', '', 'InSnapshot Infosheet', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC_NS_InSnapshot-InfoSheet.pdf|-|NEC NS InSnapshot-InfoSheet.pdf', '', 'Infosheet'),
(392, 0, 1, '2020-05-13 11:22:20', 3, 1410, 0, 0, 0, '', '', '', 'Inscheduler infosheet', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC_NS_InScheduler-InfoSheet.pdf|-|NEC NS InScheduler-InfoSheet.pdf', '', 'Infosheet'),
(393, 0, 1, '2020-05-27 09:06:25', 3, 1412, 0, 0, 0, '', '', '', 'KleurrijkWonen', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/case-studies/NEC-casestudy-KleurrijkWonen-NL.pdf|-|NEC-casestudy-KleurrijkWonen-NL.pdf', '', 'case study'),
(394, 0, 1, '2020-08-12 12:12:21', 3, 1423, 0, 0, 0, '', '', '', 'MyCalls Call Recorder', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/NEC_NS_MyCalls_7_reasons.pdf|-|NEC NS MyCalls 7 reasons.pdf', '', 'infographic'),
(395, 0, 1, '2020-09-03 07:02:01', 3, 1424, 0, 0, 0, '', '', '', 'Remote Working Solutions', '', 'https://www.nec-enterprise.com/products/Remote-Working|-|Remote Working Solutions', 'link'),
(396, 0, 1, '2020-10-06 10:26:01', 3, 1432, 0, 0, 0, '', '', '', 'NEC Group Code of Conduct', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/Code_of_Conduct-NEC_Europe_Ltd.pdf|-|Code of Conduct-NEC Europe Ltd.pdf', '', 'brochure'),
(397, 0, 1, '2020-10-28 11:05:27', 3, 1435, 0, 0, 0, '', '', '', 'MyCalls Call Recorder Explained', '', 'https://www.youtube.com/watch?v=Asaa26-80-w|-|', 'video'),
(398, 0, 1, '2020-10-28 11:05:48', 3, 1436, 0, 0, 0, '', '', '', 'MyCalls Desktop Lite Explained', '', 'https://www.youtube.com/watch?v=sILOHwWIEIU|-|', 'video'),
(399, 0, 1, '2020-10-28 11:06:06', 3, 1437, 0, 0, 0, '', '', '', 'MyCalls Desktop Explained', '', 'https://www.youtube.com/watch?v=hMVjRUu90JI|-|', 'video'),
(400, 0, 1, '2020-10-28 11:06:52', 3, 1438, 0, 0, 0, '', '', '', 'MyCalls Operator Console Explained', '', 'https://www.youtube.com/watch?v=JM_uA_28BOM|-|', 'video'),
(401, 0, 1, '2020-11-02 09:31:42', 3, 1439, 0, 0, 0, '', '', '', 'MyCalls Call Centre Explained', '', 'https://www.youtube.com/watch?v=2hWruV_0NX8|-|', 'video'),
(402, 0, 1, '2020-11-09 08:05:51', 3, 1442, 0, 0, 0, '', '', '', 'MyCalls Agent Desktop Explained', '', 'https://www.youtube.com/watch?v=7DG0CkZFgUc|-|', 'video'),
(403, 0, 1, '2020-11-09 08:06:09', 3, 1443, 0, 0, 0, '', '', '', ' ST500 Mobile Client Explained', '', 'https://www.youtube.com/watch?v=zzX1PwOi8vI|-|', 'video'),
(404, 0, 1, '2020-11-09 09:51:52', 3, 1444, 0, 0, 0, '', '', '', 'Manual DECT handset cleaning', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-DECT-handset-cleaning-manual.pdf|-|NEC-DECT-handset-cleaning-manual.pdf', '', 'brochure'),
(405, 0, 1, '2020-11-11 08:02:32', 3, 1445, 0, 0, 0, '', '', '', 'MyCalls Call Manager Explained', '', 'https://www.youtube.com/watch?v=aAZ1ZjD0tKE&feature=youtu.be|-|', 'video'),
(406, 0, 1, '2020-11-11 08:44:43', 3, 1446, 0, 0, 0, '', '', '', 'DECT Cleaning', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-DECT-handset-cleaning-manual.pdf|-|NEC-DECT-handset-cleaning-manual.pdf', '', 'manual'),
(407, 0, 1, '2020-12-14 09:22:59', 3, 1451, 0, 0, 0, '', '', '', 'Network Operation Engine (NOE)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/NEC-NOE-Brochure.pdf|-|NEC-NOE-Brochure.pdf', '', 'brochure'),
(408, 0, 1, '2020-12-14 09:24:39', 3, 1452, 0, 0, 0, '', '', '', 'NEC SDN Support', '', 'https://www.necanytime.com/|-|', 'link'),
(409, 0, 1, '2020-12-16 10:02:58', 3, 1454, 0, 0, 0, '', '', '', 'Smart Enterprise Drivers 2021', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/whitepaper/NEC-Smart-Enterprise-Drivers-2021.pdf|-|NEC-Smart-Enterprise-Drivers-2021.pdf', '', 'whitepaper'),
(410, 0, 1, '2020-12-18 15:20:25', 3, 1455, 0, 0, 0, '', '', '', 'NEC Meeting Center', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/brochure-NEC-NMC(NEC-Meeting-Center)-eng(10-286).pdf|-|brochure-NEC-NMC(NEC-Meeting-Center)-eng(10-286).pdf', '', 'brochure'),
(411, 0, 1, '2021-01-05 12:07:24', 3, 1456, 0, 0, 0, '', '', '', 'SPIE Nederland', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/files/pdf/nec-casestudy-SPIE-Nederland-nl.pdf|-|nec-casestudy-SPIE-Nederland-nl.pdf', '', 'case study');
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `td_showcase`
--
CREATE TABLE `td_showcase` (
`entry_id` int(10) NOT NULL,
`position` int(10) NOT NULL,
`status` int(1) NOT NULL DEFAULT '1',
`last_edit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`template_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`language_id` int(11) NOT NULL DEFAULT '0',
`form_id` int(10) NOT NULL,
`stramien_id` int(10) NOT NULL,
`meta_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`meta_desc` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`page_redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`title` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`subtitle` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`link` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`linklabel` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`image` tinytext COLLATE utf8_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `td_showcase`
--
INSERT INTO `td_showcase` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `link`, `linklabel`, `image`) VALUES
(1, 0, 1, '2016-06-20 18:20:15', 5, 159, 0, 0, 0, '', '', '', 'Realize Your Connected Potential', 'Improving the way people live, work and communicate', 'why-NEC/Empowering-The-Smart-Enterprise-169', 'Explore How', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/nec-realize-your-connected-potential.jpg'),
(2, 0, 1, '2016-06-20 18:21:21', 5, 160, 0, 0, 0, '', '', '', 'Smart Healthcare', 'Helping to deliver the right medical treatment faster', 'solutions/Healthcare', 'See how', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/emergency-notification.jpg'),
(3, 0, 1, '2016-06-20 18:25:06', 5, 161, 0, 0, 0, '', '', '', 'Empowering the Smart Enterprise', 'Cultivating an environment primed for competitive efficiencies', 'why-NEC/Empowering-The-Smart-Enterprise-169', 'Explore How', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/networking/wireless-infrastructure.jpg'),
(4, 0, 1, '2016-06-28 08:43:02', 5, 223, 0, 0, 0, '', '', '', 'Smart Hospitality', 'The Right Solution for The Right Hotel', 'solutions/Hospitality', 'Smart Solutions', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/solutions/smart-hospitality-solutions.jpg'),
(5, 0, 1, '2016-09-15 12:55:27', 5, 871, 0, 0, 0, '', '', '', 'Smart Enterprise Drivers 2017', '10 Strategic Realities Empowering the Smart Enterprise', 'https://www.nec-enterprise.com/newsroom/Reports-and-Whitepapers/NEC-Smart-Enterprise-Drivers-2017-884', 'Download free whitepaper now!', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/NEC-trends-2017-download.jpg'),
(6, 0, 1, '2016-10-07 07:32:32', 5, 898, 0, 0, 0, '', '', '', 'Ensuring Responsive Continuity', 'Safeguarding the enterprise <br />from detrimental disruptions', 'https://www.nec-enterprise.com/products/High-Availability', 'High Availability Solutions', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/storage/high-availability.jpg'),
(7, 0, 1, '2016-12-15 13:56:34', 5, 927, 0, 0, 0, '', '', '', 'Royal Savoy Hotel Lausanne goes SMART Hospitality with NEC', '', 'https://www.nec-enterprise.com/newsroom/Press-releases/The-Hotel-Royal-Savoy-goes-SMART-Hospitality-with-NEC-923', 'NEC Smart Hospitality Solutions for optimal efficiency and superior guest services', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/royal-savoy-lausanne.jpg'),
(8, 0, 1, '2017-01-11 14:09:17', 5, 941, 0, 0, 0, '', '', '', 'Money down the tube?', 'Estimated cost of UK tube strike: £300m<br />Isn\'t it time for unified communications?', 'https://www.nec-enterprise.com/products/UC-C', 'Learn more', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/money-down-the-tube.jpg'),
(9, 0, 1, '2017-01-13 12:05:11', 5, 944, 0, 0, 0, '', '', '', 'NEC Wins Frost &<br /> Sullivan award', 'Best Practice Enterprise Communication<br />Transformation Strategies Company of the Year<img src=\"https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/frost-sullivan-award.png\" style=\"position:absolute;top:0;right:-100%\">', 'https://www.nec-enterprise.com/documents?id=943&hash=623a38c6f808012c4e0f4c49999c6095235004037bcfc620195722fe24de7d38', 'Download research report', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/NEC_NS_FS_Award-2016.jpg'),
(10, 0, 1, '2017-06-07 13:18:08', 5, 1012, 0, 20, 0, '', '', '', 'How can we help you become storage proficient?', 'Free 90-day HYDRAstor VA Trial', 'https://www.nec-enterprise.com/products/Storage-Management?s=1&scroll=form_20', 'Request Now', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/impressions/contact-nec2.jpg'),
(11, 0, 1, '2017-09-04 18:49:35', 5, 1061, 0, 0, 0, '', '', '', '<span style=\"color:#112e5c;\">Introducing....</span><br />Built-in Brilliance', 'Intelligent and cost-effective SL2100 Communications System offers SMB\'s enterprise-grade UCC and mobility', 'https://www.necsl2100.com', 'Explore now!', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/sl2100-terminal-handset-office.jpg|*|https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/NEC-sl2100-emea.jpg'),
(12, 0, 1, '2017-09-25 09:15:11', 5, 1077, 2, 0, 0, '', '', '', '<span style=\"color:#004277;\">Introduzione ...</span><br />Built-in Brilliance', 'Sistema di comunicazione intelligente e conveniente SL2100 offre l\'UCC e la mobilità delle PMI', '', 'Esplora ora!', ''),
(13, 0, 1, '2017-12-11 08:12:01', 5, 1159, 0, 0, 0, '', '', '', 'The Price of Snow', 'Unified Communications and Collaboration can overcome disruptions', 'https://www.nec-enterprise.com/products/UC-C', 'Empower your employees with UC&C', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/price-of-snow.jpg');
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `td_trending_topics`
--
CREATE TABLE `td_trending_topics` (
`entry_id` int(10) NOT NULL,
`position` int(10) NOT NULL,
`status` int(1) NOT NULL DEFAULT '1',
`last_edit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`template_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`language_id` int(11) NOT NULL DEFAULT '0',
`form_id` int(10) NOT NULL,
`stramien_id` int(10) NOT NULL,
`meta_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`meta_desc` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`page_redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`title` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`subtitle` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`image` tinytext COLLATE utf8_unicode_ci,
`text_position` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`link` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`text_color` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `td_trending_topics`
--
INSERT INTO `td_trending_topics` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `language_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `subtitle`, `image`, `text_position`, `link`, `text_color`) VALUES
(1, 0, 1, '2017-02-23 12:31:49', 8, 962, 0, 0, 0, '', '', '', 'NEC’s HYDRAstor', 'NEC Adds SDS Option to Highly Successful HYDRAstor Storage Platform with Launch of Virtual Appliance (VA)', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/trending/nec-hydrastor.jpg', 'text-top', 'https://www.nec-enterprise.com/products/HYDRAstor-HS-Virtual-Appliance-VA-1017|-|', 'light-text'),
(2, 0, 1, '2017-02-23 12:32:22', 8, 963, 0, 0, 0, '', '', '', 'Marriott Courtyard Belgrade City', 'NEC Hospitality Communication Solution and IP DECT wireless telephony for more efficiency, higher guest satisfaction and staff mobility', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/trending/marriot-belgrade.jpg', 'text-bottom', '778|-|', 'light-text'),
(3, 0, 1, '2017-02-23 12:32:49', 8, 964, 0, 0, 0, '', '', '', 'Networking Under Fire', 'Software-Defined Networking and Disaster Recovery - What Can SDN and Virtualization Do to Help You Survive a Disaster?', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/trending/networking-under-fire.jpg', 'text-bottom', 'http://www.nec.com/en/global/ad/insite/article/sdn07.html|-|', 'light-text'),
(4, 0, 1, '2017-02-23 12:33:48', 8, 965, 0, 0, 0, '', '', '', 'Why NEC Fault Tolerant Servers?', 'NEC explains the simplicity, features and cost effectiveness of NEC’s “hyper converged” fault tolerant (FT) servers - really 2 servers in 1.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/trending/nec-ft-servers-video.jpg', 'text-bottom', 'https://www.youtube.com/watch?v=27AFRt-TLAk|-|', 'light-text'),
(5, 0, 1, '2017-02-23 12:34:39', 8, 966, 0, 0, 0, '', '', '', 'NEC InGuard Application', 'The risk of a toll fraud attack is alarming with businesses facing bills which can run into thousands and even result in bankruptcy.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/empty-office-toll-fraud.jpg', 'text-bottom', '919|-|', 'light-text'),
(6, 0, 1, '2017-02-23 12:35:10', 8, 967, 0, 0, 0, '', '', '', 'The Hotel Royal Savoy', 'The Bürgenstock Selection commissioned PKE to provide NEC Smart Hospitality Solutions for optimal efficiency and superior guest services', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/trending/case-royal-savoy.jpg', 'text-top', '923|-|', 'light-text'),
(7, 0, 1, '2017-03-24 15:08:00', 8, 979, 0, 0, 0, '', '', '', 'DX2000 Scalable Modular Platform for Data-Intensive Applications ', 'High density server ideal for big data analysis infrastructure Scalable Modular Server DX2000', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/dx2000-wp.JPG', 'text-top', '976|-|', 'light-text'),
(8, 0, 1, '2017-04-19 15:37:52', 8, 985, 0, 0, 0, '', '', '', 'The Hotel Royal Savoy goes SMART Hospitality with NEC', 'NEC Smart Hospitality Solutions for optimal efficiency and superior guest services', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/home/royal-savoy-lausanne.jpg', 'text-top', '923|-|', 'light-text'),
(9, 0, 1, '2017-04-19 15:51:44', 8, 986, 0, 0, 0, '', '', '', 'The Always-on Smart Enterprise.<br />Is your business prepared?', 'Disruptions in business critical applications can seriously damage business health', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/business-downtime-protection.jpg', 'text-top', '933|-|', 'light-text'),
(10, 0, 1, '2017-05-18 09:04:21', 8, 998, 0, 0, 0, '', '', '', 'Baustoff+Metall Germany', 'Taking business system’s High Availability to the next level with NEC Fault Tolerant with M-series Storage.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/cs-baustoff-de.jpg', 'text-top', '999|-|', 'light-text'),
(11, 0, 1, '2017-05-18 09:35:39', 8, 1000, 0, 0, 0, '', '', '', 'Hosted solution based on UNIVERGE 3C for Tsogo Sun Group', 'UNIVERGE 3C delivers innovative hosted communications to multiple hotels', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/tsogo-sun.jpg', 'text-top', 'https://www.nec-enterprise.com/newsroom/Press-releases/NEC-and-Gijima-to-provide-Hosted-Hotel-Telephony-solution-for-Tsogo-Sun-Group-989|-|', 'light-text'),
(12, 0, 1, '2017-05-23 14:19:59', 8, 1005, 0, 0, 0, '', '', '', 'InHotel - NEC’s Built-in Property Management System ', 'Cost-effective solution providing easier bookings, billings & administration', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/InHotel-RoomCalender-onscreen.jpg', 'text-top', '1001|-|', 'light-text'),
(14, 0, 1, '2017-06-07 14:19:09', 8, 1013, 0, 0, 0, '', '', '', 'Felton introduces FeltonCloud based on NEC technology', 'NEC and Felton partnership bolsters Private Cloud solutions', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/nec-felton-cloud.jpg|*|https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/feltoncloud.jpg', 'text-bottom', 'https://www.nec-enterprise.com/newsroom/Press-releases/Felton-introduces-FeltonCloud-based-on-NEC-technology-1009|-|', 'light-text'),
(13, 0, 1, '2017-05-23 14:28:15', 8, 1006, 0, 0, 0, '', '', '', 'InHotel - Cost-effective solution providing easier bookings, billings & administration', 'NEC’s Built-in Property Management System NEC’s InHotel combines a complete and comprehensive Property Management System together with tightly integrated telephone system functionality.', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/InHotel.png', 'text-top', '1004|-||*|1001|-|', 'dark-text'),
(15, 0, 1, '2017-07-04 14:35:33', 8, 1045, 0, 0, 0, '', '', '', 'NEC and Fox-IT provide joint solution to prevent cyber-attacks', 'NEC Express5800/R110 Server fully certified for Fox DataDiode Appliance', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/cyber-security.jpg|*|https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/nec-fox-it(trt).jpg', 'text-top', 'https://www.nec-enterprise.com/newsroom/Press-releases/NEC-and-Fox-IT-provide-joint-solution-to-prevent-cyber-attacks-1043|-|', 'light-text'),
(16, 0, 1, '2017-07-04 14:37:17', 8, 1046, 0, 0, 0, '', '', '', '.', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/nec-fox-it-prevent-cyber-attacks-nec-expresss.png', 'text-top', '', 'light-text'),
(17, 0, 1, '2017-07-04 14:40:45', 8, 1047, 0, 0, 0, '', '', '', ' ', '', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/nec-fox-it-cyber-attack-prevention.jpg', 'text-top', 'https://www.nec-enterprise.com/newsroom/Press-releases/NEC-and-Fox-IT-provide-joint-solution-to-prevent-cyber-attacks-1043|-|', 'light-text'),
(18, 0, 1, '2017-07-21 08:54:40', 8, 1055, 0, 0, 0, '', '', '', 'NEC IP DECT compatible with Avaya Aura, IP Office and CS1000 systems', 'NEC IP DECT wireless solutions are now fully certified and available for interoperability with Avaya Aura, IP Office and CS1000 systems', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/nec-ip-dect.jpg', 'text-bottom', 'https://www.nec-enterprise.com/newsroom/Press-releases/NEC-IP-DECT-fully-certified-for-interoperability-with-Avaya-1053|-|', 'light-text'),
(19, 0, 1, '2017-09-25 09:11:29', 8, 1071, 2, 0, 0, '', '', '', 'NEC IP DECT compatibile con Avaya Aura, IP Office e CS1000', 'Le soluzioni wireless NEC IP DECT sono ora completamente certificate e disponibili per l\'interoperabilità con i sistemi Avaya Aura, IP Office e CS1000', '', '', '', ''),
(20, 0, 1, '2017-09-25 09:13:05', 8, 1072, 2, 0, 0, '', '', '', 'La Smart Enterprise Always-on. E la tua impresa è pronta?', 'Le interruzioni delle applicazioni critiche possono causare gravi danni al tuo business', '', '', '', ''),
(21, 0, 1, '2017-09-25 09:13:32', 8, 1073, 2, 0, 0, '', '', '', 'Piattaforma Scalabile Modulare DX2000 ', 'Server ad alta densità ideale per grandi piattaforme scalabili di analisi dei big data', '', '', '', ''),
(22, 0, 1, '2017-09-25 09:14:03', 8, 1074, 2, 0, 0, '', '', '', 'Applicazione InGuard di NEC', 'Il rischio di frodi telefoniche può portare le imprese a perdite enormi e persino a bancarotta.', '', '', '', ''),
(23, 0, 1, '2017-09-25 09:14:20', 8, 1075, 2, 0, 0, '', '', '', 'NEC e Fox-IT forniscono una soluzione comune per prevenire i cyber-attack', 'Il server NEC Express5800/R110 è ora certificato per l’appliance DataDiode di Fox-IT', '', '', '', ''),
(24, 0, 1, '2017-09-25 09:14:34', 8, 1076, 2, 0, 0, '', '', '', 'Felton introduce FeltonCloud basato sulla tecnologia di NEC ', 'NEC e Felton hanno stretto una partnership per sostenere le soluzioni di Cloud Privato', '', '', '', ''),
(25, 0, 1, '2018-02-22 10:04:34', 8, 1172, 0, 0, 0, '', '', '', 'SDN for Enterprises', 'Software-Defined Networking provides a programmable interface for the deployment and management of network services', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/sdn-for-enterprises.jpg', 'text-top', '37|-|', 'light-text'),
(26, 0, 1, '2018-02-22 10:04:57', 8, 1173, 0, 0, 0, '', '', '', 'Smart Data Management', 'Delivering lower storage capacity consumption with inline global data deduplication and significant reduction in network bandwidth', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/smart-data-management(1).jpg', 'text-top', '112|-|', 'light-text'),
(27, 0, 1, '2018-02-22 10:05:24', 8, 1174, 0, 0, 0, '', '', '', 'Are You Ready For The End Of ISDN? ', 'Explore NEC migration paths to UNIVERGE® SV9000 series of communications platforms', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/platforms/sv9100/univerge-sv9100-smb-communication-platform.jpg', 'text-top', 'https://www.nec-enterprise.com/products/ISDN-switch-off-1331|-|', 'light-text'),
(28, 0, 1, '2018-02-22 10:05:52', 8, 1175, 0, 0, 0, '', '', '', 'Business Phone Systems', 'From small business VoIP phone systems to global enterprises', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/business-phone-systems.jpg', 'text-top', 'https://www.nec-enterprise.com/products/SMB-Phone-Systems|-|', 'light-text'),
(29, 0, 1, '2018-02-22 10:06:15', 8, 1176, 0, 0, 0, '', '', '', 'High Availability UC', 'The needed responsiveness for today\'s progressively tech reliant mobile work environment', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/NEC-high-availability-uc.jpg', 'text-top', '866|-|', 'light-text'),
(30, 0, 1, '2018-02-22 10:07:14', 8, 1177, 0, 0, 0, '', '', '', 'High Availability Infrastructure', 'Robust IT infrastructure capable of self healing should potential service disruptions occur', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/trendingtopics/NEC-high-availability-infrastructure.jpg', 'text-top', 'http://nec-enterprise.test:8888/products/High-Availability|-|', 'light-text'),
(31, 0, 1, '2019-06-19 13:30:22', 8, 1286, 0, 0, 0, '', '', '', 'IP DECT', 'Crystal clear speech, hands free support, seamless handover and high security with authentication', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/nec-dect-phones-handsets.jpg', 'text-top', 'http://nec-enterprise.test:8888/products/DECT-Handsets|-|', 'light-text'),
(32, 0, 1, '2019-06-20 09:35:15', 8, 1290, 0, 0, 0, '', '', '', 'HyperConverged Infrastructure - HCI', 'Transforming and simplifying data & storage management', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/nec-hci-solutions-th.jpg', 'text-top', '1242|-|', 'light-text'),
(33, 0, 1, '2021-01-11 09:39:56', 8, 1457, 0, 0, 0, '', '', '', 'Remote Working', 'Addressing the Coronavirus challenge with Smart Communications', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/remote-working/nec-remote-working-from-home.jpg', 'text-top', 'https://www.nec-enterprise.com/products/Remote-Working|-|', 'light-text'),
(34, 0, 1, '2021-01-11 09:41:54', 8, 1458, 0, 0, 0, '', '', '', 'Cloud Communications', 'Discover the new UNIVERGE BLUE - complete cloud services', 'https://s3.eu-central-1.amazonaws.com/testcassette/nec-enterprise/images/communications/contact-us-univerge-blue.jpg', 'text-top', 'https://www.nec-enterprise.com/products/UNIVERGE-BLUE-1415|-|', 'light-text');
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `templates`
--
CREATE TABLE `templates` (
`template_id` int(10) NOT NULL,
`naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`position` int(10) NOT NULL,
`dragdrop` int(11) NOT NULL DEFAULT '0',
`active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `templates`
--
INSERT INTO `templates` (`template_id`, `naam`, `position`, `dragdrop`, `active`) VALUES
(1, 'page', 0, 0, 1),
(2, 'product details', 0, 0, 1),
(3, 'resource', 0, 0, 1),
(4, 'partners', 0, 0, 1),
(5, 'showcase', 0, 0, 1),
(6, 'news', 0, 0, 1),
(7, 'contact', 0, 0, 1),
(8, 'trending_topics', 0, 0, 1),
(9, 'industry', 0, 0, 1);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `template_fields`
--
CREATE TABLE `template_fields` (
`template_field_id` int(10) NOT NULL,
`template_id` int(10) NOT NULL,
`field_id` int(10) NOT NULL,
`field_naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`field_user` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`sub_of` int(10) NOT NULL DEFAULT '0',
`type` int(1) NOT NULL DEFAULT '0',
`overzicht` int(1) NOT NULL DEFAULT '0',
`link_to` int(10) NOT NULL DEFAULT '0',
`position` int(10) NOT NULL,
`translate` int(1) NOT NULL DEFAULT '0',
`active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `template_fields`
--
INSERT INTO `template_fields` (`template_field_id`, `template_id`, `field_id`, `field_naam`, `field_user`, `sub_of`, `type`, `overzicht`, `link_to`, `position`, `translate`, `active`) VALUES
(1, 1, 1, 'title', 'title', 0, 1, 0, 0, 0, 1, 1),
(2, 1, 1, 'intro', 'intro', 0, 1, 0, 0, 4, 0, 1),
(3, 1, 46, 'contents', 'contents', 0, 1, 0, 0, 8, 1, 1),
(4, 1, 6, 'image', 'image', 0, 1, 0, 0, 5, 0, 1),
(5, 1, 1, 'subtitle', 'subtitle', 0, 1, 0, 0, 1, 1, 1),
(6, 0, 0, '57168585ce30c', '', 0, 1, 0, 0, 0, 0, 1),
(7, 0, 0, '5717643e61aee', '', 0, 1, 0, 0, 0, 0, 1),
(8, 0, 0, '571764400f2aa', '', 0, 1, 0, 0, 0, 0, 1),
(9, 2, 1, '571764ab90590', '', 0, 1, 0, 0, 0, 0, 1),
(10, 2, 1, '571764af0299b', '', 0, 1, 0, 0, 0, 0, 1),
(11, 3, 1, 'title', 'title', 0, 1, 0, 0, 0, 0, 1),
(12, 3, 29, 'upload', 'upload', 0, 1, 0, 0, 0, 0, 1),
(13, 3, 12, 'external_link', 'external_link', 0, 1, 0, 0, 0, 0, 1),
(14, 1, 12, 'resources', 'resources', 0, 1, 0, 16, 9, 0, 1),
(15, 3, 28, 'resource_type', 'resource_type', 0, 1, 0, 0, 0, 0, 1),
(16, 4, 1, 'name', 'name', 0, 1, 0, 0, 0, 0, 1),
(17, 4, 6, 'logo', 'logo', 0, 1, 0, 0, 6, 0, 1),
(18, 4, 1, 'address', 'address', 0, 1, 0, 0, 7, 0, 1),
(19, 4, 1, 'email', 'email', 0, 1, 0, 0, 4, 0, 1),
(20, 4, 1, 'city', 'city', 0, 1, 0, 0, 8, 0, 1),
(21, 4, 5, 'description', 'description', 0, 1, 0, 0, 0, 0, 0),
(22, 4, 1, 'lat', 'lat', 0, 1, 0, 0, 10, 0, 1),
(23, 4, 1, 'lng', 'lng', 0, 1, 0, 0, 11, 0, 1),
(24, 1, 24, 'contact', 'contact', 0, 1, 0, 0, 11, 0, 1),
(25, 5, 1, 'title', 'title', 0, 1, 0, 0, 0, 1, 1),
(26, 5, 1, 'subtitle', 'subtitle', 0, 1, 0, 0, 0, 1, 1),
(27, 5, 1, 'link', 'link', 0, 1, 0, 0, 0, 0, 1),
(28, 5, 1, 'linklabel', 'linklabel', 0, 1, 0, 0, 0, 1, 1),
(29, 5, 6, 'image', 'image', 0, 1, 0, 0, 0, 0, 1),
(30, 1, 12, 'products_solutions', 'products_solutions', 0, 1, 0, 0, 10, 0, 1),
(31, 0, 0, '5770cd0394557', '', 0, 1, 0, 0, 0, 0, 1),
(32, 1, 1, 'cta_link', 'cta_link', 0, 1, 0, 0, 3, 0, 1),
(33, 0, 0, '57726fe615eb2', '', 0, 1, 0, 0, 0, 0, 1),
(34, 0, 0, '5773896e88c64', '', 0, 1, 0, 0, 0, 0, 1),
(35, 6, 1, 'title', 'title', 0, 1, 0, 0, 0, 0, 1),
(36, 6, 1, 'subtitle', 'subtitle', 0, 1, 0, 0, 0, 0, 1),
(37, 6, 6, 'image', 'image', 0, 1, 0, 0, 0, 0, 1),
(38, 6, 30, 'date', 'date', 0, 1, 0, 0, 0, 0, 1),
(39, 6, 5, 'text', 'text', 0, 1, 0, 0, 0, 0, 1),
(40, 6, 12, 'resources', 'resources', 0, 1, 0, 16, 0, 0, 1),
(41, 1, 1, 'custom_contact', 'custom_contact', 0, 1, 0, 0, 14, 0, 1),
(42, 4, 1, 'partner_type', 'partner_type', 0, 1, 0, 0, 1, 0, 1),
(43, 0, 0, '577a69f743837', '', 0, 1, 0, 0, 0, 0, 1),
(44, 0, 0, '577a6a130a37f', '', 0, 1, 0, 0, 0, 0, 1),
(45, 0, 0, '577a6a142671b', '', 0, 1, 0, 0, 0, 0, 1),
(46, 4, 1, 'phone', 'phone', 0, 1, 0, 0, 2, 0, 1),
(47, 4, 1, 'fax', 'fax', 0, 1, 0, 0, 3, 0, 1),
(48, 0, 0, '577a6a331f7e6', '', 0, 1, 0, 0, 0, 0, 1),
(49, 4, 1, 'website', 'website', 0, 1, 0, 0, 5, 0, 1),
(50, 4, 1, 'country', 'country', 0, 1, 0, 0, 9, 0, 1),
(51, 0, 0, '577a6a5a33174', '', 0, 1, 0, 0, 0, 0, 1),
(52, 0, 0, '577a6a6587424', '', 0, 1, 0, 0, 0, 0, 1),
(53, 6, 1, 'author', 'author', 0, 1, 0, 0, 0, 0, 1),
(54, 7, 1, 'title', 'title', 0, 1, 0, 0, 0, 0, 1),
(55, 7, 5, 'text', 'text', 0, 1, 0, 0, 0, 0, 1),
(56, 7, 1, 'link', 'link', 0, 1, 0, 0, 0, 0, 0),
(57, 7, 12, 'link_to', 'link_to', 0, 1, 0, 0, 0, 0, 1),
(58, 7, 6, 'image', 'image', 0, 1, 0, 0, 0, 0, 1),
(59, 1, 24, 'hide_related_content', 'hide_related_content', 0, 1, 0, 0, 12, 0, 1),
(60, 0, 0, '57c6d65744658', '', 0, 1, 0, 0, 0, 0, 1),
(61, 0, 0, '57c6d65db06e3', '', 0, 1, 0, 0, 0, 0, 1),
(62, 7, 24, 'show_form', 'show_form', 0, 1, 0, 0, 0, 0, 1),
(63, 8, 1, 'title', 'title', 0, 1, 0, 0, 0, 1, 1),
(64, 8, 1, 'subtitle', 'subtitle', 0, 1, 0, 0, 0, 1, 1),
(65, 8, 6, 'image', 'image', 0, 1, 0, 0, 0, 0, 1),
(66, 8, 28, 'text_position', 'text_position', 0, 1, 0, 0, 0, 0, 1),
(67, 8, 12, 'link', 'link', 0, 1, 0, 0, 0, 0, 1),
(68, 8, 28, 'text_color', 'text_color', 0, 1, 0, 0, 0, 0, 1),
(69, 0, 0, '58aed5ea9f921', '', 0, 1, 0, 0, 0, 0, 1),
(70, 0, 0, '58aed5ff8caa1', '', 0, 1, 0, 0, 0, 0, 1),
(71, 1, 1, 'cta_label', 'cta_label', 0, 1, 0, 0, 2, 0, 1),
(72, 0, 0, '59390b3d805d8', '', 0, 1, 0, 0, 0, 0, 1),
(73, 1, 6, 'image_preview', 'image_preview', 0, 1, 0, 0, 7, 0, 1),
(74, 0, 0, '593917002ff50', '', 0, 1, 0, 0, 0, 0, 1),
(75, 0, 0, '59c12a4e25e37', '', 0, 1, 0, 0, 0, 0, 1),
(76, 0, 0, '59c12a54c4dcf', '', 0, 1, 0, 0, 0, 0, 1),
(77, 0, 0, '59c12a57d96ca', '', 0, 1, 0, 0, 0, 0, 1),
(78, 0, 0, '59c12a59ea77c', '', 0, 1, 0, 0, 0, 0, 1),
(79, 0, 0, '59c8c850c56c3', '', 0, 1, 0, 0, 0, 0, 1),
(80, 0, 0, '59c8c935f01a5', '', 0, 1, 0, 0, 0, 0, 1),
(81, 0, 0, '59fc7fdf467a9', '', 0, 1, 0, 0, 0, 0, 1),
(82, 0, 0, '5a00375694bcb', '', 0, 1, 0, 0, 0, 0, 1),
(83, 9, 1, 'title', 'title', 0, 1, 0, 0, 0, 0, 1),
(84, 9, 1, 'text', 'text', 0, 1, 0, 0, 0, 0, 1),
(85, 9, 1, 'dfsfds', 'dfsfds', 0, 1, 0, 0, 0, 0, 0),
(86, 9, 1, 'youtube', 'youtube', 0, 1, 0, 0, 0, 0, 1),
(87, 9, 6, 'image', 'image', 0, 1, 0, 0, 0, 0, 1),
(88, 1, 24, 'crop_image', 'crop_image', 0, 1, 0, 0, 6, 0, 1),
(89, 0, 0, '5d529ae2debd7', '', 0, 1, 0, 0, 0, 0, 1),
(90, 0, 0, '5d529ae8d8a96', '', 0, 1, 0, 0, 0, 0, 1),
(91, 0, 0, '5d529b0b4fb7b', '', 0, 1, 0, 0, 0, 0, 1),
(92, 7, 28, 'panel_type', 'panel_type', 0, 1, 0, 0, 0, 0, 1),
(93, 1, 24, 'hide_contact_panel', 'hide_contact_panel', 0, 1, 0, 0, 13, 0, 1),
(94, 0, 0, '5f6cb68cdda89', '', 0, 1, 0, 0, 0, 0, 1),
(95, 0, 0, '5f6cb699b7ee8', '', 0, 1, 0, 0, 0, 0, 1),
(96, 1, 1, 'seo_group_name', 'seo_group_name', 0, 1, 0, 0, 0, 0, 1),
(97, 0, 0, '6051d14385c59', '', 0, 1, 0, 0, 0, 0, 1);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `translations`
--
CREATE TABLE `translations` (
`translation_id` int(10) NOT NULL,
`language_id` int(10) NOT NULL,
`element_id` int(100) NOT NULL,
`type` varchar(250) NOT NULL,
`value` varchar(250) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Gegevens worden geëxporteerd voor tabel `translations`
--
INSERT INTO `translations` (`translation_id`, `language_id`, `element_id`, `type`, `value`) VALUES
(1, 2, 1, 'section', 'Prodotti'),
(2, 2, 2, 'section', 'Soluzioni'),
(3, 2, 5, 'section', 'Partners'),
(4, 2, 11, 'section', 'Perchè NEC'),
(5, 2, 17, 'section', 'Contatti'),
(6, 2, 2, 'category', 'Applicazioni'),
(7, 2, 3, 'category', 'Comunicazioni'),
(8, 2, 4, 'category', 'Endpoints'),
(9, 2, 6, 'category', 'Server'),
(10, 2, 8, 'category', 'Storage'),
(11, 2, 5, 'category', 'Networking'),
(14, 2, 11, 'category', 'UC&C'),
(15, 2, 12, 'category', 'Contact Center'),
(17, 2, 14, 'category', 'Messaging'),
(27, 2, 50, 'category', 'Sanità'),
(28, 2, 54, 'category', 'Settore Alberghiero'),
(32, 2, 19, 'category', 'Sistemi telefonici per PMI '),
(33, 2, 20, 'category', 'Piattaforme Software'),
(34, 2, 21, 'category', 'Piattaforme Software-based '),
(35, 2, 22, 'category', 'Terminali Desktop'),
(36, 2, 23, 'category', 'Terminali DECT '),
(40, 2, 29, 'category', 'Server Standard '),
(43, 2, 39, 'category', ''),
(47, 2, 27, 'category', 'SDN per le imprese'),
(57, 2, 100, 'category', 'Smart Storage Solution'),
(61, 2, 83, 'category', 'Cloud'),
(62, 2, 7, 'category', ''),
(63, 2, 101, 'category', 'Difesa'),
(64, 2, 57, 'category', 'Piccole e medie imprese'),
(65, 2, 66, 'category', 'Become a Business Partner'),
(66, 2, 67, 'category', 'Partner Portal Login'),
(67, 2, 64, 'category', 'Trova un partner'),
(68, 2, 95, 'category', 'HYDRAstor'),
(69, 2, 96, 'category', 'M-Series Storage Disk Arrays'),
(70, 2, 97, 'category', 'NEC Information Assessment System'),
(71, 2, 62, 'category', 'Offerta SAP HANA'),
(72, 2, 86, 'category', ''),
(73, 2, 85, 'category', 'UC Connector'),
(74, 2, 17, 'category', 'NeoFace Watch'),
(75, 2, 52, 'category', ''),
(76, 2, 10, 'section', 'Home'),
(77, 2, 48, 'category', 'Showcase'),
(78, 2, 31, 'category', 'Management Administration'),
(79, 1, 1, 'section', 'Producten'),
(80, 1, 2, 'section', 'Oplossingen'),
(81, 1, 5, 'section', 'Partners'),
(82, 1, 11, 'section', 'Waarom NEC'),
(83, 1, 18, 'section', 'Ondersteuning');
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `unique_ids`
--
CREATE TABLE `unique_ids` (
`unique_id` int(10) NOT NULL,
`sectie_id` int(10) NOT NULL,
`template_id` int(10) NOT NULL,
`entry_id` int(10) NOT NULL,
`url` varchar(255) NOT NULL,
`position` int(10) NOT NULL DEFAULT '0',
`status` int(1) NOT NULL,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`language_id` int(10) NOT NULL DEFAULT '0',
`translation_of_uid` int(10) NOT NULL DEFAULT '0',
`last_update` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`sortable` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Gegevens worden geëxporteerd voor tabel `unique_ids`
--
INSERT INTO `unique_ids` (`unique_id`, `sectie_id`, `template_id`, `entry_id`, `url`, `position`, `status`, `created`, `language_id`, `translation_of_uid`, `last_update`, `sortable`) VALUES
(1, 1, 1, 1, 'sbc-gateways', 0, 2, '2016-04-18 22:00:00', 0, 0, '2021-03-18 14:05:35', 'Session Border Controllers and Gateways'),
(2, 1, 1, 2, 'mp-series', 0, 2, '2016-04-19 18:30:55', 0, 0, '2016-06-14 16:57:53', 'MP Series'),
(3, 1, 1, 3, 'univerge-3c', 0, 2, '2016-04-18 22:00:00', 0, 0, '2021-03-17 20:23:29', 'UNIVERGE 3C'),
(4, 1, 1, 4, 'businessconnect', 1, 2, '2016-04-18 22:00:00', 0, 0, '2020-05-27 09:17:15', 'UNIVERGE Business ConneCT'),
(5, 1, 1, 5, 'univerge-3c-contact-center', 2, 1, '2016-04-19 18:32:04', 0, 0, '2016-06-14 15:20:56', 'UNIVERGE 3C Contact Center'),
(6, 1, 1, 6, 'bct-contactcenter', 1, 1, '2016-04-19 18:32:10', 0, 0, '2016-06-14 16:55:14', 'UNIVERGE Contact Center'),
(7, 1, 1, 7, 'bct-operator', 0, 2, '2016-04-18 22:00:00', 0, 0, '2020-05-05 14:37:43', 'Operator'),
(8, 1, 1, 8, 'um800', 1, 2, '2016-04-19 18:32:23', 0, 0, '2016-06-29 11:50:57', 'UNIVERGE UM8000'),
(9, 1, 1, 9, 'um8700', 2, 2, '2016-04-19 18:32:29', 0, 0, '2016-06-09 11:59:50', 'UNIVERGE UM8700'),
(10, 1, 1, 10, 'um4730', 3, 2, '2016-04-18 22:00:00', 0, 0, '2019-03-25 08:52:50', 'UNIVERGE UM4730'),
(11, 1, 1, 11, 'inmail', 4, 1, '2016-04-19 18:32:40', 0, 0, '2016-04-19 18:35:06', 'InMail'),
(12, 1, 1, 12, 'mobicall', 3, 2, '2016-04-18 22:00:00', 0, 0, '2018-08-29 10:26:20', 'MobiCall'),
(13, 1, 1, 13, 'mobibox', 2, 2, '2016-04-18 22:00:00', 0, 0, '2018-05-04 09:47:55', 'MobiBox'),
(14, 1, 1, 14, 'call-recording', 0, 2, '2016-04-18 22:00:00', 0, 0, '2021-03-18 14:12:59', 'Call Recording'),
(15, 1, 1, 15, 'neoface', 1, 1, '2016-04-19 18:33:08', 0, 0, '2016-04-28 08:29:31', 'NeoFace'),
(16, 1, 1, 16, 'NeoFaceWatch', 2, 2, '2016-04-19 18:33:11', 0, 0, '2016-04-28 08:32:11', 'NeoFaceWatch'),
(17, 1, 1, 17, 'smart-hospitality', 1, 1, '2016-04-19 18:33:27', 0, 0, '2016-06-09 13:48:42', 'Smart Hospitality'),
(18, 1, 1, 18, 'sl1000', 5, 1, '2016-04-18 22:00:00', 0, 0, '2017-09-25 10:35:55', 'SL1000'),
(19, 1, 1, 19, 'univerge-sv9100', 1, 2, '2016-04-18 22:00:00', 0, 0, '2021-01-18 11:20:03', 'UNIVERGE SV9100'),
(20, 1, 1, 20, 'univerge-3c', 3, 1, '2016-04-19 18:37:23', 0, 0, '2016-06-14 15:12:25', 'UNIVERGE 3C'),
(21, 1, 1, 21, 'sipnet', 4, 2, '2016-04-18 22:00:00', 0, 0, '2019-09-23 13:13:15', 'SIP@Net'),
(22, 1, 1, 22, 'univerge-sv9000-series', 7, 1, '2016-04-19 18:37:50', 0, 0, '0000-00-00 00:00:00', NULL),
(23, 1, 1, 23, 'iS3000', 5, 1, '2016-04-19 18:38:00', 0, 0, '2016-07-04 14:20:50', 'iS3000'),
(24, 1, 1, 24, 'UNIVERGE 3C', 1, 1, '2016-04-19 18:38:11', 0, 0, '2016-04-19 18:38:32', 'BusinessConneCT'),
(25, 1, 1, 25, 'BusinessConneCT', 0, 0, '2016-04-19 18:38:15', 0, 0, '2016-04-19 18:38:43', 'BusinessConneCT'),
(26, 1, 1, 26, 'ip-terminals', 0, 2, '2016-04-18 22:00:00', 0, 0, '2020-05-12 07:56:59', 'IP Desktop Phones'),
(27, 1, 1, 27, 'digital-terminals', 0, 2, '2016-04-18 22:00:00', 0, 0, '2020-05-12 07:57:15', 'Digital Desktop Phones'),
(28, 1, 1, 28, 'analogue-terminals', 8, 2, '2016-04-18 22:00:00', 0, 0, '2019-08-19 15:09:12', 'Analogue Desktop Phones'),
(29, 1, 1, 29, 'dect-handsets', 0, 2, '2016-04-18 22:00:00', 0, 0, '2020-11-11 08:48:53', 'DECT handsets'),
(30, 1, 1, 30, 'wifi-handsets', 0, 2, '2016-04-19 18:40:20', 0, 0, '2016-07-05 09:49:08', 'WiFi handsets'),
(31, 1, 1, 31, 'softphones', 0, 2, '2016-04-18 22:00:00', 0, 0, '2021-03-18 13:51:03', 'Softphones'),
(32, 1, 1, 32, 'sp350', 0, 1, '2016-04-19 18:40:55', 0, 0, '0000-00-00 00:00:00', NULL),
(33, 1, 1, 33, 'thin-client-terminals', 0, 2, '2016-04-18 22:00:00', 0, 0, '2021-03-18 13:51:15', 'Thin Client Terminals'),
(34, 1, 1, 34, 'dect-sip-dect', 1, 2, '2016-04-18 22:00:00', 0, 0, '2020-05-06 15:56:50', 'DECT / (S)IP DECT'),
(35, 1, 1, 35, 'wifi', 3, 1, '2016-04-19 18:47:18', 0, 0, '2016-05-09 09:17:03', 'WiFi'),
(36, 1, 1, 36, 'fmc', 2, 2, '2016-04-18 22:00:00', 0, 0, '2017-11-15 10:44:01', 'Fixed Mobile Convergence (FMC) - uMobility'),
(37, 1, 1, 37, 'sdn-for-enterprise', 0, 2, '2016-04-18 22:00:00', 0, 0, '2021-03-18 14:06:04', 'Software Defined Networking for Enterprises'),
(38, 1, 1, 38, 'programmable-flow-controller', 1, 1, '2016-04-19 18:47:51', 0, 0, '2016-07-04 09:32:36', 'NEC ProgrammableFlow '),
(39, 1, 1, 39, 'programmable-flow-switch', 2, 1, '2016-04-19 18:47:57', 0, 0, '2016-06-30 14:33:46', 'NEC ProgrammableFlow Switch'),
(40, 1, 1, 40, 'uc-as-a-service', 0, 0, '2016-04-19 18:48:05', 0, 0, '2016-06-29 12:05:47', 'Cloudstore'),
(41, 1, 1, 41, 'bx500', 1, 1, '2016-04-19 18:48:41', 0, 0, '2016-06-24 12:48:57', 'BX500'),
(42, 1, 1, 42, 'bx800', 2, 1, '2016-04-19 18:48:45', 0, 0, '2016-06-24 12:49:41', 'BX800'),
(43, 1, 1, 43, 'bx1000', 3, 1, '2016-04-19 18:48:49', 0, 0, '2016-06-24 12:49:56', 'BX1000'),
(44, 1, 1, 44, 'bx9000', 4, 1, '2016-04-19 18:48:52', 0, 0, '2016-06-24 12:50:09', 'BX9000'),
(45, 1, 1, 45, 'ug50', 0, 1, '2016-04-19 18:49:03', 0, 0, '2016-06-09 14:55:07', 'UG50'),
(46, 1, 1, 46, 'facial-recognition', 0, 1, '2016-04-19 18:49:53', 0, 0, '2016-04-28 08:22:08', 'Biometrics'),
(47, 1, 1, 47, 'sv9100', 4, 0, '2016-04-19 18:50:33', 0, 0, '0000-00-00 00:00:00', NULL),
(48, 1, 1, 48, 'enterprise-platforms', 1, 2, '2016-04-18 22:00:00', 0, 0, '2021-03-18 14:08:49', 'Enterprise Platforms'),
(49, 1, 1, 49, 'appliance-based', 5, 0, '2016-04-19 18:50:57', 0, 0, '0000-00-00 00:00:00', NULL),
(50, 1, 1, 50, 'univerge-3c', 8, 0, '2016-04-19 18:51:33', 0, 0, '0000-00-00 00:00:00', NULL),
(51, 1, 1, 51, 'sv9300', 2, 2, '2016-04-18 22:00:00', 0, 0, '2019-10-15 09:09:56', 'UNIVERGE SV9300'),
(52, 1, 1, 52, 'univerge-sv9500', 3, 2, '2016-04-18 22:00:00', 0, 0, '2021-03-18 09:36:56', 'UNIVERGE SV9500'),
(53, 1, 1, 53, 'baseline-pro-sip', 6, 0, '2016-04-19 18:53:27', 0, 0, '2017-05-24 08:29:48', 'BaseLine Pro SIP'),
(54, 1, 1, 54, 'dt700', 7, 2, '2016-04-18 22:00:00', 0, 0, '2020-01-16 09:52:17', 'DT820 8-button, Self-labelling'),
(55, 1, 1, 55, '', 8, 2, '2016-04-18 22:00:00', 0, 0, '2020-01-16 09:51:32', 'DT830 Multiline'),
(56, 1, 1, 56, 'dt300', 2, 2, '2016-04-18 22:00:00', 0, 0, '2019-10-21 13:08:44', 'UNIVERGE DT410'),
(57, 1, 1, 57, 'dt400', 3, 1, '2016-04-18 22:00:00', 0, 0, '2019-08-19 14:05:01', 'UNIVERGE DT430'),
(58, 1, 1, 58, 'baseline', 9, 0, '2016-04-19 18:54:06', 0, 0, '0000-00-00 00:00:00', NULL),
(59, 1, 1, 59, 'baseline-pro', 10, 0, '2016-04-19 18:54:10', 0, 0, '0000-00-00 00:00:00', NULL),
(60, 1, 1, 60, 'g266', 3, 2, '2016-04-18 22:00:00', 0, 0, '2020-09-03 07:04:19', 'DECT handset G577 healthcare version (antibacterial)'),
(61, 1, 1, 61, 'g566', 5, 2, '2016-04-18 22:00:00', 0, 0, '2020-05-11 11:17:04', 'DECT handset I766Ex (ATEX/IECEx)'),
(62, 1, 1, 62, 'g966', 7, 1, '2016-04-19 18:54:33', 0, 0, '2016-11-28 12:35:23', 'DECT/WiFi handset G966'),
(63, 1, 1, 63, 'i766', 4, 2, '2016-04-18 22:00:00', 0, 0, '2020-05-07 08:48:30', 'DECT handset I766'),
(64, 1, 1, 64, 'm166', 6, 2, '2016-04-18 22:00:00', 0, 0, '2020-05-11 11:11:34', 'DECT Communicator M166'),
(65, 1, 1, 65, 'ml440', 8, 1, '2016-04-19 18:54:42', 0, 0, '2016-04-26 10:46:16', 'ML440'),
(66, 1, 1, 66, '', 2, 1, '2016-04-19 18:54:52', 0, 0, '2016-05-03 10:07:59', 'MH150'),
(67, 1, 1, 67, 'mh160', 3, 1, '2016-04-19 18:54:56', 0, 0, '2016-05-03 10:14:39', 'MH160'),
(68, 1, 1, 68, 'spectralink-84-series', 1, 2, '2016-04-19 18:54:59', 0, 0, '2016-07-05 09:54:20', 'Spectralink 84 Series'),
(69, 1, 1, 69, 'ap400', 4, 1, '2016-04-19 18:55:33', 0, 0, '0000-00-00 00:00:00', NULL),
(70, 1, 1, 70, 'b700', 5, 1, '2016-04-19 18:55:37', 0, 0, '0000-00-00 00:00:00', NULL),
(71, 1, 1, 71, 'umobility', 6, 1, '2016-04-19 18:55:47', 0, 0, '0000-00-00 00:00:00', NULL),
(72, 1, 1, 72, 'mobile-extension', 7, 1, '2016-04-19 18:55:53', 0, 0, '0000-00-00 00:00:00', NULL),
(73, 1, 1, 73, 'univerge-pf6800', 7, 2, '2016-04-18 22:00:00', 0, 0, '2018-12-04 10:36:18', 'QX-S6600 Series Aggregation 10 Gigabit Ethernet Switches'),
(74, 1, 1, 74, 'univerge-pf6800-network-coordinator', 8, 0, '2016-04-19 18:56:11', 0, 0, '0000-00-00 00:00:00', NULL),
(75, 1, 1, 75, 'univerge-pf5240', 4, 2, '2016-04-18 22:00:00', 0, 0, '2018-12-04 12:36:50', 'QX-S1000 Series non-PoE Gigabit Ethernet Switches'),
(76, 1, 1, 76, 'univerge-pf5248', 9, 0, '2016-04-19 18:56:25', 0, 0, '0000-00-00 00:00:00', NULL),
(77, 1, 1, 77, 'univerge-pf5459-48gt', 10, 0, '2016-04-19 18:56:31', 0, 0, '0000-00-00 00:00:00', NULL),
(78, 1, 1, 78, 'univerge-pf5459-48xt', 11, 0, '2016-04-19 18:56:40', 0, 0, '0000-00-00 00:00:00', NULL),
(79, 1, 1, 79, 'univerge-pf5459-48xp', 3, 2, '2016-04-18 22:00:00', 0, 0, '2018-12-04 12:36:22', 'QX-S1000 Series PoE Plus Gigabit Ethernet Switches'),
(80, 1, 1, 80, 'univerge-pf1000', 6, 2, '2018-11-29 23:00:00', 0, 0, '2018-12-04 10:34:40', 'QX-S5200 Series PoE Plus Gigabit Ethernet Switches with 10G Uplinks'),
(81, 1, 1, 81, 'cpi', 0, 0, '2016-04-19 18:57:02', 0, 0, '0000-00-00 00:00:00', NULL),
(82, 1, 1, 82, 'cloudstore', 0, 0, '2016-04-19 18:57:06', 0, 0, '0000-00-00 00:00:00', NULL),
(83, 1, 1, 83, 'tower-servers', 9, 1, '2016-04-19 18:57:26', 0, 0, '2016-06-30 14:55:31', 'Tower Servers'),
(84, 1, 1, 84, 'rack-servers', 1, 1, '2016-04-18 22:00:00', 0, 0, '2017-11-23 07:53:16', 'Rack Servers'),
(85, 1, 1, 85, 'blade-servers', 2, 1, '2016-04-18 22:00:00', 0, 0, '2018-12-10 11:18:07', 'Blade Servers'),
(86, 1, 1, 86, 'modular-servers', 3, 1, '2016-04-19 18:57:37', 0, 0, '2016-07-01 12:36:45', 'Modular Servers'),
(87, 1, 1, 87, 'scalable-enterprise-servers', 5, 1, '2016-04-19 18:57:41', 0, 0, '2016-07-06 14:41:15', 'Scalable Enterprise Servers'),
(88, 1, 1, 88, 'fault-tolerant-servers', 6, 1, '2016-04-19 18:57:44', 0, 0, '2017-08-25 13:44:50', 'Fault Tolerant Servers'),
(89, 1, 1, 89, 'density-scale-out-servers', 4, 1, '2016-04-19 18:57:50', 0, 0, '2017-03-22 09:36:53', 'Scalable Modular Servers'),
(90, 1, 1, 90, 'express5800', 0, 1, '2016-04-18 22:00:00', 0, 0, '2020-01-28 16:03:29', 'Slim Tower'),
(91, 1, 1, 91, 'sap-hana', 8, 0, '2016-04-19 18:58:04', 0, 0, '0000-00-00 00:00:00', NULL),
(92, 1, 1, 92, 'dx1000', 2, 1, '2016-04-19 18:58:19', 0, 0, '2016-06-14 14:47:57', 'DX1000'),
(93, 1, 1, 93, 'dx2000', 3, 1, '2016-04-19 18:58:23', 0, 0, '2016-06-14 14:47:46', 'DX2000'),
(94, 1, 1, 94, 'management-administration', 0, 2, '2016-04-18 22:00:00', 0, 0, '2021-03-18 14:06:28', 'MasterScope'),
(95, 1, 1, 95, 'expresscluster-x', 0, 2, '2016-04-19 18:58:40', 0, 0, '2016-07-05 11:35:01', 'EXPRESSCLUSTER'),
(96, 1, 1, 96, 'expressscope-engine', 0, 1, '2016-04-18 22:00:00', 0, 0, '2018-08-13 08:14:45', 'Server Management'),
(97, 1, 1, 97, 'esmpro', 0, 1, '2016-04-19 18:58:52', 0, 0, '0000-00-00 00:00:00', NULL),
(98, 1, 1, 98, 'ma4000-system-management', 0, 2, '2016-04-18 22:00:00', 0, 0, '2019-09-11 14:17:12', 'MA4000 System Management'),
(99, 1, 1, 99, 'ma4000-expense-management', 0, 2, '2016-04-18 22:00:00', 0, 0, '2019-08-27 10:04:01', 'MA4000 Expense Management'),
(100, 1, 1, 100, 'mycalls', 0, 2, '2016-04-18 22:00:00', 0, 0, '2020-11-11 08:02:56', 'Call Management'),
(101, 1, 1, 101, 'sigmasystem-center', 0, 1, '2016-04-19 18:59:43', 0, 0, '2016-06-29 10:45:54', 'SigmaSystem Center'),
(102, 1, 1, 102, 'dph', 0, 1, '2016-04-19 18:59:55', 0, 0, '2016-11-09 10:41:03', 'Smart Data Analytics'),
(103, 1, 1, 103, 'storage-management', 0, 2, '2016-04-18 22:00:00', 0, 0, '2021-03-18 13:54:22', 'SAN & Scale-Out Grid Storage Solutions'),
(104, 1, 1, 104, 'm110-disk-array', 1, 1, '2016-04-19 19:00:22', 0, 0, '2017-06-08 11:01:41', 'M110 SAN Disk Array'),
(105, 1, 1, 105, 'm310-disk-array', 3, 1, '2016-04-19 19:00:26', 0, 0, '2017-06-08 11:19:28', 'M310 SAN Disk Array'),
(106, 1, 1, 106, 'm510-disk-array', 4, 1, '2016-04-19 19:00:30', 0, 0, '2017-06-08 11:19:41', 'M510 SAN Disk Array'),
(107, 1, 1, 107, 'm710-disk-array', 5, 1, '2016-04-19 19:00:34', 0, 0, '2017-06-08 11:20:10', 'M710 SAN Disk Array'),
(108, 1, 1, 108, 'm310f-all-flash-storage', 6, 1, '2016-04-19 19:00:38', 0, 0, '2017-06-08 11:20:46', 'M310F SAN Disk Array'),
(109, 1, 1, 109, 'm710f-all-flash-storage', 7, 1, '2016-04-19 19:00:41', 0, 0, '2017-06-08 11:21:12', 'M710F SAN Disk Array'),
(110, 1, 1, 110, 'm-series-storage-disk-arrays', 0, 1, '2016-04-18 22:00:00', 0, 0, '2020-01-28 15:59:37', 'M-Series Storage Disk Arrays'),
(111, 1, 1, 111, 'hydrastore', 9, 0, '2016-04-19 19:01:15', 0, 0, '2017-06-07 13:21:20', 'HYDRAstor'),
(112, 1, 1, 112, 'hydrastor', 0, 1, '2016-04-18 22:00:00', 0, 0, '2019-06-20 09:22:34', 'NEC HYDRAstor'),
(113, 1, 1, 113, 'ucc', 0, 2, '2016-04-18 22:00:00', 0, 0, '2019-07-17 11:39:00', '<span>Unified Communications</span> & Collaboration'),
(114, 1, 1, 114, 'contact-center', 0, 2, '2016-04-18 22:00:00', 0, 0, '2020-09-03 07:04:45', '<span>Contact</span> Center'),
(115, 1, 1, 115, 'messaging', 0, 2, '2016-04-18 22:00:00', 0, 0, '2019-07-16 14:01:16', '<span>Unified Messaging</span> & Voice Mail'),
(116, 1, 1, 116, 'emergency-notification', 0, 2, '2016-04-19 19:33:46', 0, 0, '2016-06-14 08:16:37', 'Emergency Notification'),
(117, 16, 3, 1, 'brochure', 0, 2, '2016-04-20 11:24:49', 0, 0, '2016-04-20 12:53:32', 'Hotel Holiday Inn Express'),
(118, 16, 3, 2, 'univerge-brochure', 0, 2, '2016-04-20 11:26:23', 0, 0, '2016-04-20 13:01:08', 'UNIVERGE Contact Center '),
(119, 1, 1, 117, '', 0, 1, '2016-04-25 19:18:42', 0, 0, '2016-04-28 08:40:24', 'Industry-specific'),
(120, 1, 1, 118, 'smb-phone-systems', 0, 2, '2016-04-24 22:00:00', 0, 0, '2021-03-18 14:07:52', 'SMB phone Systems'),
(121, 1, 1, 119, '', 2, 1, '2016-04-26 07:48:33', 0, 0, '0000-00-00 00:00:00', NULL),
(122, 1, 1, 120, 'desktop-phones', 0, 2, '2016-04-25 22:00:00', 0, 0, '2021-03-18 13:50:36', '<span>Desktop</span> Phones'),
(123, 1, 1, 121, 'dt830cg', 9, 2, '2016-04-25 22:00:00', 0, 0, '2020-01-16 09:51:41', 'DT830CG Colour LCD'),
(124, 1, 1, 122, 'dt830g-desiless', 10, 2, '2016-04-25 22:00:00', 0, 0, '2019-08-20 09:29:38', 'DT830G DESI-less Phone'),
(125, 1, 1, 123, 'sl1000-1100-ip-terminals', 4, 2, '2016-04-25 22:00:00', 0, 0, '2020-01-16 11:58:21', 'GT890 SIP Videophone'),
(126, 1, 1, 124, 'dt430-desiless', 4, 2, '2016-04-25 22:00:00', 0, 0, '2019-08-21 08:20:39', 'UNIVERGE DT430 DESI-less'),
(127, 1, 1, 125, 'wireless-infrastructure', 0, 2, '2016-04-26 11:56:44', 0, 0, '2016-06-14 17:14:39', 'Wireless Infrastructure'),
(128, 1, 1, 126, 'servers', 0, 1, '2016-04-25 22:00:00', 0, 0, '2017-11-22 15:52:32', 'Servers'),
(129, 1, 1, 127, 'software-assurance', 0, 2, '2016-04-25 22:00:00', 0, 0, '2020-01-31 15:35:21', 'Software Assurance'),
(151, 1, 1, 128, 'sl1100', 6, 1, '2016-06-13 22:00:00', 0, 0, '2017-09-25 10:37:13', 'SL1100'),
(152, 16, 3, 3, '', 0, 2, '2016-06-14 11:18:03', 0, 0, '2016-06-14 11:25:53', 'Contact Center'),
(153, 16, 3, 4, '', 0, 1, '2016-06-14 11:19:33', 0, 0, '2016-06-14 11:25:47', 'Mycalls'),
(154, 16, 3, 5, '', 0, 0, '2016-06-14 11:20:26', 0, 0, '2016-06-14 11:26:14', 'Ikea'),
(155, 16, 3, 6, '', 0, 0, '2016-06-14 11:20:43', 0, 0, '2016-06-14 11:26:18', 'Mouscron Hospital'),
(156, 16, 3, 7, '', 0, 0, '2016-06-14 11:21:05', 0, 0, '2016-06-14 11:26:22', 'Hotel Sacher'),
(157, 16, 3, 8, '', 0, 1, '2016-06-14 11:21:44', 0, 0, '2016-06-28 06:58:57', 'YMCA'),
(158, 11, 1, 129, '', 0, 2, '2016-06-19 22:00:00', 0, 0, '2020-12-18 09:42:17', 'Orchestrating a Brighter World'),
(159, 10, 5, 1, '', 14, 2, '2016-06-20 18:20:15', 0, 0, '2016-06-28 08:37:31', 'Realize Your Connected Potential'),
(160, 10, 5, 2, '', 18, 1, '2016-06-20 18:21:21', 0, 0, '2016-06-28 08:38:20', 'Smart Healthcare'),
(161, 10, 5, 3, '', 8, 1, '2016-06-20 18:25:06', 0, 0, '2016-07-06 11:30:18', 'Empowering the Smart Enterprise'),
(162, 17, 1, 130, 'contact-us', 0, 2, '2016-06-19 22:00:00', 0, 0, '2021-03-18 14:39:03', 'How may we help you?'),
(163, 11, 1, 131, '', 3, 2, '2016-06-20 22:00:00', 0, 0, '2019-11-12 10:31:10', 'Orchestrating a Brighter World'),
(164, 11, 1, 132, 'solutions-for-society', 4, 2, '2016-06-20 22:00:00', 0, 0, '2019-11-12 10:33:20', 'Solutions for Society'),
(165, 11, 1, 133, 'terms-of-use', 9, 2, '2016-06-21 09:31:48', 0, 0, '2016-06-21 10:02:05', 'Terms of use'),
(166, 11, 1, 134, '', 12, 2, '2016-06-21 09:32:27', 0, 0, '2016-06-21 10:01:48', 'Privacy Policy'),
(167, 11, 1, 135, '', 13, 2, '2016-06-20 22:00:00', 0, 0, '2018-03-22 15:10:34', 'Information Security Statement'),
(168, 22, 1, 136, 'healthcare', 0, 2, '2016-06-20 22:00:00', 0, 0, '2020-03-06 14:42:41', 'Smart Healthcare'),
(169, 11, 1, 137, '', 2, 2, '2016-06-22 22:00:00', 0, 0, '2019-11-12 10:33:47', 'Empowering The Smart Enterprise'),
(170, 18, 1, 138, 'declaration-of-conformity', 1, 2, '2016-06-22 22:00:00', 0, 0, '2020-12-18 12:32:19', 'Declaration of Conformity'),
(171, 2, 1, 139, 'retail', 0, 2, '2016-06-22 22:00:00', 0, 0, '2021-03-18 14:10:33', 'Smart Retail Solutions'),
(172, 16, 3, 9, '', 8, 2, '2016-06-23 22:00:00', 0, 0, '2019-09-27 08:02:49', 'Brochure UNIVERGE 3C'),
(173, 16, 3, 10, '', 22, 1, '2016-06-23 22:00:00', 0, 0, '2019-05-16 12:08:08', 'Brochure BusinessConneCT'),
(174, 16, 3, 11, '', 23, 2, '2016-06-23 22:00:00', 0, 0, '2020-04-01 09:55:24', 'Infosheet BusinessConneCT Operator'),
(175, 16, 3, 12, '', 24, 2, '2016-06-23 22:00:00', 0, 0, '2020-04-01 09:55:40', 'Infosheet BusinessConneCT Employee'),
(176, 16, 3, 13, '', 25, 2, '2016-06-23 22:00:00', 0, 0, '2020-04-01 09:55:53', 'Infosheet BusinessConneCT Contact Center'),
(177, 16, 3, 14, '', 13, 1, '2016-06-24 11:20:50', 0, 0, '0000-00-00 00:00:00', NULL),
(178, 16, 3, 15, 'brochure-mycalls', 18, 2, '2016-06-23 22:00:00', 0, 0, '2021-03-17 09:53:39', 'Brochure MyCalls'),
(179, 16, 3, 16, '', 3, 2, '2016-06-23 22:00:00', 0, 0, '2019-10-15 09:12:22', 'MyCalls Desktop'),
(180, 16, 3, 17, '', 9, 2, '2016-06-24 11:24:44', 0, 0, '2016-07-29 07:00:20', 'Datasheet MyCalls Desktop'),
(181, 16, 3, 18, '', 14, 2, '2016-06-24 11:25:01', 0, 0, '2016-07-29 06:59:11', 'Datasheet MyCalls Desktop Lite'),
(182, 16, 3, 19, '', 19, 2, '2016-06-23 22:00:00', 0, 0, '2019-03-27 08:59:13', 'Brochure Toll Fraud'),
(183, 16, 3, 20, '', 4, 2, '2016-06-23 22:00:00', 0, 0, '2020-09-08 12:16:47', 'Brochure UNIVERGE SV9100'),
(184, 16, 3, 21, '', 10, 2, '2016-06-23 22:00:00', 0, 0, '2019-08-21 07:51:04', 'Datasheet UNIVERGE SV9100'),
(185, 16, 3, 22, '', 15, 2, '2016-06-23 22:00:00', 0, 0, '2019-02-27 10:25:42', 'SIP@Net Call Processing Software'),
(186, 16, 3, 23, '', 20, 1, '2016-06-24 11:28:02', 0, 0, '2016-06-24 11:29:56', 'Datasheet SIP@Net Call Processing Software Server'),
(187, 16, 3, 24, '', 5, 1, '2016-06-24 11:28:34', 0, 0, '2016-07-05 15:28:34', 'Datasheet SIP@Net Call Processing SW iS3000'),
(188, 16, 3, 25, '', 11, 1, '2016-06-24 11:28:59', 0, 0, '0000-00-00 00:00:00', NULL),
(189, 16, 3, 26, '', 16, 1, '2016-06-24 11:30:52', 0, 0, '2016-06-24 11:31:02', 'Datasheet iS3000 and SIP@Net server Networking solutions'),
(190, 16, 3, 27, '', 21, 0, '2016-06-24 11:32:16', 0, 0, '2016-09-27 10:02:51', 'Brochure UNIVERGE SV9300'),
(191, 16, 3, 28, '', 6, 0, '2016-06-23 22:00:00', 0, 0, '2019-08-21 07:20:28', 'Datasheet UNIVERGE SV9300'),
(192, 16, 3, 29, '', 7, 0, '2016-06-23 22:00:00', 0, 0, '2020-09-08 15:41:01', 'Brochure UNIVERGE SV9500'),
(193, 16, 3, 30, '', 12, 2, '2016-06-24 11:34:25', 0, 0, '2016-08-04 09:49:50', 'Brochure DT400-DT800 phones'),
(194, 16, 3, 31, '', 17, 2, '2016-06-23 22:00:00', 0, 0, '2018-04-03 12:09:38', 'Datasheet DT400/DT800 phones'),
(195, 16, 3, 32, '', 0, 2, '2016-06-23 22:00:00', 0, 0, '2020-06-29 13:00:05', 'Datasheet UNIVERGE BX Series'),
(196, 16, 3, 33, '', 2, 2, '2016-06-24 11:37:54', 0, 0, '2017-08-17 09:53:06', 'Datasheet UNIVERGE BX9000'),
(197, 16, 3, 34, '', 1, 2, '2016-06-23 22:00:00', 0, 0, '2020-06-29 13:00:49', 'Datasheet UNIVERGE BX800'),
(198, 16, 3, 35, '', 0, 2, '2016-06-23 22:00:00', 0, 0, '2020-06-29 12:42:55', 'Datasheet UNIVERGE BX1000'),
(199, 16, 3, 36, '', 0, 2, '2016-06-24 11:42:30', 0, 0, '2016-06-30 14:30:30', 'Brochure NEC ProgrammableFlow'),
(200, 16, 3, 37, '', 0, 2, '2016-06-24 11:44:20', 0, 0, '2016-08-31 07:53:28', 'Brochure Express5800 Servers Portfolio Guide'),
(201, 16, 3, 38, '', 0, 2, '2016-06-24 11:48:03', 0, 0, '2016-07-05 12:37:13', 'EXPRESSCLUSTER Infographic'),
(202, 16, 3, 39, '', 0, 2, '2016-06-24 11:49:36', 0, 0, '2016-06-29 10:46:50', 'Whitepaper High Availability'),
(203, 16, 3, 40, '', 0, 2, '2016-06-24 11:50:57', 0, 0, '0000-00-00 00:00:00', NULL),
(204, 16, 3, 41, '', 0, 0, '2016-06-24 11:51:45', 0, 0, '0000-00-00 00:00:00', NULL),
(506, 16, 3, 174, '', 0, 0, '2016-07-04 13:17:24', 0, 0, '0000-00-00 00:00:00', NULL),
(205, 16, 3, 42, '', 0, 0, '2016-06-23 22:00:00', 0, 0, '2019-09-03 11:43:01', 'Brochure IP DECT'),
(206, 16, 3, 43, '', 0, 0, '2016-06-24 12:53:50', 0, 0, '2016-07-05 15:58:45', 'Real-time Location Tracking'),
(207, 1, 1, 140, '', 0, 0, '2016-06-24 13:44:01', 0, 0, '2016-07-14 07:11:22', 'SAP HANA Offering'),
(208, 11, 1, 141, '', 1, 2, '2016-06-26 08:11:54', 0, 0, '2016-06-26 08:13:38', 'A Recognized Innovator'),
(209, 11, 1, 142, '', 1, 2, '2016-06-26 09:00:51', 0, 0, '2016-06-27 06:56:38', 'A More Responsive Enterprise'),
(210, 11, 1, 143, '', 3, 2, '2016-06-26 09:36:03', 0, 0, '2016-06-26 09:52:29', 'Collaborative Communities'),
(211, 11, 1, 144, '', 10, 2, '2016-06-26 09:53:15', 0, 0, '2016-06-26 10:02:54', 'Cloud Delivery'),
(212, 11, 1, 145, '', 6, 2, '2016-06-26 10:06:10', 0, 0, '2016-06-28 08:50:45', 'Assured Services'),
(213, 11, 1, 146, '', 8, 2, '2016-06-26 10:11:35', 0, 0, '2016-06-26 10:24:43', 'Contextual Analysis'),
(214, 11, 1, 147, '', 11, 1, '2016-06-26 10:16:53', 0, 0, '2016-06-28 08:52:36', 'Smart Workspace'),
(215, 11, 1, 148, '', 14, 2, '2016-06-26 10:20:37', 0, 0, '2016-06-26 10:24:30', 'Open Philosophies'),
(216, 11, 1, 149, '', 15, 2, '2016-06-26 10:25:27', 0, 0, '2016-06-28 08:53:10', 'Software Defined Anything'),
(217, 11, 1, 150, '', 16, 2, '2016-06-26 10:29:48', 0, 0, '2016-06-26 10:32:41', 'Holistic Business Continuity'),
(218, 11, 1, 151, '', 17, 2, '2016-06-26 10:32:57', 0, 0, '2016-06-26 10:36:36', 'Safe and Smart Society'),
(219, 2, 1, 152, 'hospitality', 0, 2, '2016-06-26 22:00:00', 0, 0, '2021-03-18 14:09:51', 'Smart Hospitality'),
(220, 16, 3, 44, '', 0, 2, '2016-06-27 22:00:00', 0, 0, '2019-09-25 06:46:31', 'Southampton FC'),
(221, 16, 3, 45, '', 0, 2, '2016-06-28 06:56:02', 0, 0, '2016-06-28 06:59:19', 'Video Southampton FC'),
(222, 16, 3, 46, '', 0, 2, '2016-06-27 22:00:00', 0, 0, '2020-01-31 15:11:09', 'Software Assurance'),
(223, 10, 5, 4, '', 10, 2, '2016-06-28 08:43:02', 0, 0, '0000-00-00 00:00:00', NULL),
(224, 5, 1, 153, '', 1, 1, '2016-06-29 07:15:17', 0, 0, '2016-06-29 08:41:39', 'Solution Partners'),
(225, 5, 1, 154, '', 0, 2, '2016-06-29 07:19:48', 0, 0, '2016-06-29 07:23:27', 'Find a partner'),
(512, 5, 4, 23, '', 87, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 16:29:15', '2007COM - Porto'),
(513, 5, 4, 24, '', 148, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 12:29:48', '3D Networks (Thailand) Co Ltd'),
(514, 5, 4, 25, '', 214, 2, '2016-07-03 22:00:00', 0, 0, '2020-06-16 08:31:44', '3D Networks (Vietnam) Co Ltd'),
(226, 5, 1, 155, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2020-12-21 12:24:26', 'Become a Business Partner'),
(227, 5, 1, 156, '', 3, 2, '2016-06-28 22:00:00', 0, 0, '2018-10-22 11:37:25', 'Partner Portal Login'),
(228, 2, 1, 157, 'small-and-medium-business', 0, 2, '2016-06-28 22:00:00', 0, 0, '2021-03-18 14:11:12', 'SMB'),
(229, 2, 1, 158, 'government', 0, 2, '2016-06-28 22:00:00', 0, 0, '2021-03-18 14:09:40', 'Smart Government'),
(230, 2, 1, 159, 'education', 0, 2, '2016-06-28 22:00:00', 0, 0, '2021-03-18 14:09:04', 'Smart Education'),
(231, 16, 3, 47, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2018-05-25 09:00:52', 'Brochure Express5800 Portfolio'),
(354, 16, 3, 169, '', 0, 2, '2016-06-30 08:50:42', 0, 0, '2016-06-30 08:54:03', 'Case: Nexco SDN solutions '),
(232, 16, 3, 48, '', 0, 2, '2016-06-29 10:30:17', 0, 0, '2016-06-29 10:31:18', 'Tower Servers Portfolio'),
(233, 16, 3, 49, '', 0, 2, '2016-06-29 10:35:02', 0, 0, '2016-06-29 10:35:08', 'Rack Servers Portfolio'),
(234, 16, 3, 50, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2018-08-31 11:18:57', 'Blade Servers Portfolio'),
(235, 16, 3, 51, '', 0, 2, '2016-06-29 10:35:39', 0, 0, '2016-06-29 10:36:29', 'Modular Servers Portfolio'),
(236, 16, 3, 52, '', 0, 2, '2016-06-29 10:35:53', 0, 0, '2016-06-29 10:40:06', 'Scalable Servers Portfolio'),
(237, 16, 3, 53, '', 0, 2, '2016-06-29 10:36:04', 0, 0, '2016-06-30 14:12:31', 'Fault Tolerant Portfolio'),
(238, 16, 3, 54, '', 0, 2, '2016-06-29 10:36:11', 0, 0, '2016-06-29 10:36:59', 'Density Scale-out Servers Portfolio'),
(239, 16, 3, 55, '', 0, 2, '2016-06-29 10:37:32', 0, 0, '2016-06-29 10:37:38', 'SAP HANA Servers Portfolio'),
(240, 16, 3, 56, '', 0, 2, '2016-06-29 10:44:37', 0, 0, '2016-06-29 10:44:43', 'MasterScope Software'),
(241, 16, 3, 57, '', 0, 2, '2016-06-29 10:44:50', 0, 0, '2016-06-29 10:44:59', 'SigmaSystem Center'),
(242, 16, 3, 58, '', 0, 2, '2016-06-29 10:45:12', 0, 0, '2016-07-05 12:37:19', 'EXPRESSCLUSTER X'),
(243, 16, 3, 59, '', 0, 2, '2016-06-29 10:57:53', 0, 0, '2016-06-29 10:58:04', 'ExpressScope Engine'),
(244, 16, 3, 60, '', 0, 2, '2016-06-29 10:58:09', 0, 0, '2016-06-29 10:58:17', 'ESMPRO'),
(245, 16, 3, 61, '', 0, 2, '2016-06-29 10:59:47', 0, 0, '2016-06-29 10:59:56', 'Data Platform for Hadoop'),
(246, 16, 3, 62, '', 0, 2, '2016-06-29 11:01:38', 0, 0, '2016-07-07 07:53:46', 'NEC Storage M110'),
(247, 16, 3, 63, '', 0, 2, '2016-06-29 11:01:49', 0, 0, '2016-07-07 07:55:00', 'NEC Storage M310'),
(248, 16, 3, 64, '', 0, 2, '2016-06-29 11:02:01', 0, 0, '2016-07-07 07:54:07', 'NEC Storage M510'),
(249, 16, 3, 65, '', 0, 2, '2016-06-29 11:02:11', 0, 0, '2016-07-07 07:52:57', 'NEC Storage M710 '),
(250, 16, 3, 66, '', 0, 2, '2016-06-29 11:03:27', 0, 0, '2016-07-05 11:17:34', 'HYDRAstor series'),
(251, 16, 3, 67, '', 0, 0, '2016-06-29 11:30:45', 0, 0, '0000-00-00 00:00:00', NULL),
(252, 16, 3, 68, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:53:19', 'AA Mechanical'),
(253, 16, 3, 69, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:37:42', 'AeroEnergy'),
(254, 16, 3, 70, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:50:29', 'ALPS Automotive'),
(255, 16, 3, 71, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:08:08', 'Altair'),
(256, 16, 3, 72, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:59:52', 'Animal Friends'),
(257, 16, 3, 73, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:51:42', 'Antone'),
(258, 16, 3, 74, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:50:51', 'Arlington Chamber Of Commerce'),
(259, 16, 3, 75, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:09:04', 'Bank Administration Institute'),
(260, 16, 3, 76, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:51:57', 'BayPhoto'),
(261, 16, 3, 77, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:03:37', 'Burnsville'),
(262, 16, 3, 78, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:51:05', 'ChildrensDentalHealthAssoc'),
(263, 16, 3, 79, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:10:39', 'citizenM HotelGroup'),
(264, 16, 3, 80, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:48:55', 'ColumbiaPSD'),
(265, 16, 3, 81, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:06:20', 'Country Cottage Hotel'),
(266, 16, 3, 82, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:49:13', 'CurveTheatre'),
(267, 16, 3, 83, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:41:28', 'Cygnus BusinessMedia'),
(268, 16, 3, 84, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:58:03', 'De Bonte Wever Assen'),
(269, 16, 3, 85, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:43:59', 'De Zande'),
(270, 16, 3, 86, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:02:06', 'Driessen'),
(271, 16, 3, 87, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:38:17', 'Embracon'),
(272, 16, 3, 88, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:06:06', 'Floordam'),
(273, 16, 3, 89, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:40:44', 'FlorExpo'),
(274, 16, 3, 90, '', 0, 1, '2016-06-28 22:00:00', 0, 0, '2019-11-13 14:28:03', 'Grant Thornton'),
(275, 16, 3, 91, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:53:02', 'Graz'),
(276, 16, 3, 92, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:09:42', 'Heckmondwike'),
(277, 16, 3, 93, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:50:14', 'Hightown'),
(278, 16, 3, 94, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:51:25', 'Hospital Intercommunal de Steinfort'),
(279, 16, 3, 95, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:00:35', 'Hospital University New Mexico'),
(280, 16, 3, 96, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:44:52', 'Hotel Alexandra Barcelona'),
(281, 16, 3, 97, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:44:24', 'Hotel Cape Grace CapeTown'),
(282, 16, 3, 98, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:00:17', 'Hotel Crowne Plaza Monomotapa'),
(283, 16, 3, 99, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:03:53', 'Hotel Dorint Hamburg'),
(284, 16, 3, 100, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:42:52', 'DoubleTree Hilton Oradea'),
(285, 16, 3, 101, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:41:13', 'Hotel Eldorado SilverLegac'),
(286, 16, 3, 102, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:02:30', 'Hotel First Central'),
(287, 16, 3, 103, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 08:41:02', 'Hotel Gotham Manchester'),
(288, 16, 3, 104, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:10:53', 'Hotel Hilton The Hague'),
(289, 16, 3, 105, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 13:45:32', 'Holiday Inn Dusseldorf'),
(290, 16, 3, 106, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:04:52', 'Hotel LeMeridien Park Frankfurt'),
(291, 16, 3, 107, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:02:48', 'Hotel Mandarin Oriental Paris'),
(292, 16, 3, 108, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:43:17', 'Hotel Meikles Zimbabwe'),
(293, 16, 3, 109, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:52:15', 'Hotel Okura Amsterdam'),
(294, 16, 3, 110, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:44:39', 'Hotel Okura Prestige Bangkok'),
(295, 16, 3, 111, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:05:11', 'Hotel Renaissance Malmo'),
(296, 16, 3, 112, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:43:34', 'Hotel Renaissance Tuscany Italy'),
(297, 16, 3, 113, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:52:33', 'Hotel Sacher Vienna Austria'),
(298, 16, 3, 114, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:41:45', 'Hotel The Victoria Falls Zimbabwe'),
(299, 16, 3, 115, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:37:24', 'Hotel Van der Valk'),
(300, 16, 3, 116, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:11:20', 'Hotel Westin CapeTown'),
(301, 16, 3, 117, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:57:49', 'Hotel Westin SouthAfrica'),
(302, 16, 3, 118, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:42:38', 'IKEA Iceland'),
(303, 16, 3, 119, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:57:33', 'IsalaKlinieken'),
(304, 16, 3, 120, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:44:12', 'JTRecruit'),
(305, 16, 3, 121, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:45:23', 'Klinik St Pirminsberg'),
(306, 16, 3, 122, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:58:17', 'KLPD'),
(307, 16, 3, 123, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:59:38', 'KocherBeck'),
(308, 16, 3, 124, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:11:45', 'Krems Towncouncil'),
(309, 16, 3, 125, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:59:11', 'LendersChoice'),
(310, 16, 3, 126, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:05:30', 'Liseberg Sweden'),
(311, 16, 3, 127, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:05:47', 'LSL Property Services'),
(312, 16, 3, 128, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:11:34', 'Marks Kommun'),
(313, 16, 3, 129, '', 0, 1, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:59:24', 'Mouscron Belgium'),
(314, 16, 3, 130, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:06:35', 'Mövenpick Soma Bay'),
(315, 16, 3, 131, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 08:40:21', 'Oncology Centre Brasov'),
(316, 16, 3, 132, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:52:48', 'PalerangCouncil NSW'),
(317, 16, 3, 133, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:47:53', 'Peninsula Shanghai'),
(318, 16, 3, 134, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:58:35', 'Prochemex'),
(319, 16, 3, 135, '', 0, 1, '2016-06-28 22:00:00', 0, 0, '2019-08-21 08:38:13', 'Rhein Energie Stadion'),
(320, 16, 3, 136, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2020-05-27 09:14:15', 'Richmond Housing'),
(321, 16, 3, 137, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:00:59', 'Schenectady City School District'),
(322, 16, 3, 138, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:45:57', 'Serta USA'),
(323, 16, 3, 139, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:07:40', 'Shropshire County PCT'),
(324, 16, 3, 140, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:21:10', 'Silverstar Casino'),
(325, 16, 3, 141, '', 0, 0, '2016-06-29 11:30:45', 0, 0, '0000-00-00 00:00:00', NULL),
(326, 16, 3, 142, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:48:23', 'Stichting de Bilthuysen'),
(327, 16, 3, 143, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:43:05', 'StJansdal'),
(328, 16, 3, 144, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:40:56', 'StJozef'),
(329, 16, 3, 145, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:48:37', 'StoloNation Vanc'),
(330, 16, 3, 146, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:03:23', 'Technical University Denmark'),
(331, 16, 3, 147, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:07:23', 'The O2'),
(332, 16, 3, 148, '', 0, 1, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:09:30', 'The Heating Company'),
(333, 16, 3, 149, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:45:42', 'University Maryland'),
(334, 16, 3, 150, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:04:09', 'University New Mexico'),
(335, 16, 3, 151, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:08:23', 'University Parma'),
(336, 16, 3, 152, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:10:10', 'University Technology Tshwane'),
(337, 16, 3, 153, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:58:58', 'University Tilburg'),
(338, 16, 3, 154, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:04:23', 'VAC Leuven'),
(339, 16, 3, 155, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 10:07:53', 'VirtuaHealthcareSystem'),
(340, 16, 3, 156, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:40:31', 'VoorheesCollege'),
(341, 16, 3, 157, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:49:07', 'Wright State University'),
(342, 16, 3, 158, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:37:03', 'ZLM Assurances'),
(343, 16, 3, 159, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:36:45', 'Carrefour'),
(344, 16, 3, 160, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:36:20', 'Jazan University'),
(345, 16, 3, 161, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:35:59', 'Duravit Egypt'),
(346, 16, 3, 162, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:35:37', 'CNP Assurances'),
(347, 16, 3, 163, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:35:20', 'Telefónica'),
(348, 16, 3, 164, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:35:02', 'Municipality of Sluis'),
(349, 16, 3, 165, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:11:25', 'Intersnack France'),
(350, 16, 3, 166, '', 0, 2, '2016-06-28 22:00:00', 0, 0, '2019-08-21 09:10:52', 'United Coop Insurance'),
(351, 2, 1, 160, 'finance', 0, 2, '2016-06-28 22:00:00', 0, 0, '2021-03-18 14:09:32', 'Smart Finance'),
(352, 16, 3, 167, '', 0, 2, '2016-06-29 12:31:45', 0, 0, '2016-06-29 12:35:40', 'Hilton The Hague video case'),
(353, 16, 3, 168, '', 0, 2, '2016-06-29 12:38:38', 0, 0, '2016-06-30 14:30:06', 'NEC ProgrammableFlow video'),
(355, 19, 6, 1, '', 0, 0, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(356, 19, 6, 2, '', 13, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-20 09:08:02', 'NEC adds IndigoCare to its Global Healthcare Solutions Offering'),
(357, 19, 6, 3, '', 14, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-20 09:09:45', 'NEC awards Top Performers at NEC EMEA Partner Conference 2016 in Venice, Italy'),
(358, 19, 6, 4, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(359, 19, 6, 5, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(360, 19, 6, 6, '', 16, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-20 09:09:36', 'City of Johannesburg commissions Gijima to provide large NEC UNIVERGE 3C communications solution'),
(361, 19, 6, 7, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(362, 19, 6, 8, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(363, 19, 6, 9, '', 20, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-20 09:09:21', 'JRM for Communications drives Smart Hospitality to success in Egypt\'s hotel market'),
(364, 19, 6, 10, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(365, 19, 6, 11, '', 25, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-20 09:09:00', 'Ministry of Interior of Egypt commissions JRM for Communications to provide new NEC based communications network'),
(366, 19, 6, 12, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(367, 19, 6, 13, '', 21, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-20 09:08:51', 'NEC appoints DSA as Executive Hospitality Partner in Ethiopia'),
(368, 19, 6, 14, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(369, 19, 6, 15, '', 23, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-20 09:08:40', 'NEC provides the Brazilian Post Office with Unified Communications solution UNIVERGE 3C'),
(370, 19, 6, 16, '', 24, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-20 09:08:31', 'NEC Enterprise Solutions appoints Bert Plasman as Vice President & Head of Enterprise Channel Sales EMEA'),
(371, 19, 6, 17, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(372, 19, 6, 18, '', 19, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-20 09:09:53', 'NEC launches UNIVERGE BX Series Session Boarder Controllers (SBCs) and Gateways'),
(373, 19, 6, 19, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(374, 19, 6, 20, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2016-07-05 07:07:03', 'NEC Expands UNIVERGE® Cloud Services Globally'),
(375, 19, 6, 21, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-10 10:40:04', 'NEC and BT certify interoperability of NEC communication servers on BT Wholesale\'s SIP Trunking platform'),
(376, 19, 6, 22, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(377, 19, 6, 23, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(378, 19, 6, 24, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(379, 19, 6, 25, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(380, 19, 6, 26, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(381, 19, 6, 27, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(382, 19, 6, 28, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(383, 19, 6, 29, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(384, 19, 6, 30, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2016-07-05 07:07:17', 'NECs latest Fault Tolerant server solution advances Business Continuity'),
(385, 19, 6, 31, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(386, 19, 6, 32, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(387, 19, 6, 33, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(388, 19, 6, 34, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(389, 19, 6, 35, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(390, 19, 6, 36, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(391, 19, 6, 37, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(392, 19, 6, 38, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(393, 19, 6, 39, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(394, 19, 6, 40, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-20 09:19:27', 'NEC\'s new M166 Communicator series provides cost effective personal safety in Care and Cure'),
(395, 19, 6, 41, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(396, 19, 6, 42, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(397, 19, 6, 43, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(398, 19, 6, 44, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-10 10:40:43', 'NEC\'s 3C Scores with Southampton FC'),
(399, 19, 6, 45, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(400, 19, 6, 46, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(401, 19, 6, 47, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(402, 19, 6, 48, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(403, 19, 6, 49, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(404, 19, 6, 50, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-10 10:41:21', 'NEC provides vector supercomputer with the world\'s fastest core performance'),
(405, 19, 6, 51, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(406, 19, 6, 52, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-20 09:17:42', 'NEC and INTEL highlight Innovations to Empower Enterprises during Smart & Virtual Workplace Road show across Saudi Arabia'),
(407, 19, 6, 53, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(408, 19, 6, 54, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-20 09:19:58', 'NEC to Showcase Smart Empowered Workforce Solutions at IP EXPO'),
(409, 19, 6, 55, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(410, 19, 6, 56, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(411, 19, 6, 57, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(412, 19, 6, 58, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(413, 19, 6, 59, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(414, 19, 6, 60, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(415, 19, 6, 61, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2016-07-05 07:07:48', 'Jazan University successfully deploys NEC\'s Virtual PC solution'),
(416, 19, 6, 62, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(417, 19, 6, 63, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(418, 19, 6, 64, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2016-07-05 07:06:37', 'NEC\'s Computer Based Training Aims to Double PBX Installs'),
(419, 19, 6, 65, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(420, 19, 6, 66, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(421, 19, 6, 67, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-10 10:38:20', 'NEC introduces fully customizable Web Chat in UNIVERGE Business ConneCT\'s new Release 7'),
(422, 19, 6, 68, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(423, 19, 6, 69, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(424, 19, 6, 70, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2016-07-05 07:07:36', 'NEC receives top market share recognition in MZA\'s latest Global PBX/IP PBX Market report'),
(425, 19, 6, 71, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(426, 19, 6, 72, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2016-07-04 12:23:57', 'NEC identifies 2015\'s Top 10 Strategic Technology Trends for the Smart Enterprise'),
(427, 19, 6, 73, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(428, 19, 6, 74, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(429, 19, 6, 75, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(430, 19, 6, 76, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(431, 19, 6, 77, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(432, 19, 6, 78, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(433, 19, 6, 79, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(434, 19, 6, 80, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(435, 19, 6, 81, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(436, 19, 6, 82, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(437, 19, 6, 83, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-10 10:38:05', 'NEC Launches UNIVERGE® SV9100 Advanced Communications Server'),
(438, 19, 6, 84, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(439, 19, 6, 85, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(440, 19, 6, 86, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(441, 19, 6, 87, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(442, 19, 6, 88, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2016-07-04 12:25:16', 'NEC presents latest High-Performance Appliance for SAP HANA, at SAP® TechEd && d-code Berlin'),
(443, 19, 6, 89, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(444, 19, 6, 90, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(445, 19, 6, 91, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(446, 19, 6, 92, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2016-07-04 12:23:33', 'NEC Launches UNIVERGE® SV9000 Series Communications Servers'),
(447, 19, 6, 93, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(448, 19, 6, 94, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2016-07-04 12:24:32', 'Paritel\'s salesforce embrace powerful new additions to NEC portfolio'),
(449, 19, 6, 95, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(450, 19, 6, 96, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(451, 19, 6, 97, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(452, 19, 6, 98, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(453, 19, 6, 99, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(454, 19, 6, 100, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(455, 19, 6, 101, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(456, 19, 6, 102, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(457, 19, 6, 103, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(458, 19, 6, 104, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(459, 19, 6, 105, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(460, 19, 6, 106, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(461, 19, 6, 107, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(462, 19, 6, 108, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(463, 19, 6, 109, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(464, 19, 6, 110, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(465, 19, 6, 111, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-10 10:38:47', 'NEC takes no.1 position as worldwide market leader in MZA\'s Global PBX/IP PBX Market report'),
(466, 19, 6, 112, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2016-07-04 12:26:01', 'Nouvite to offer Cloud Services based on NEC Smart EcoCenter Technology'),
(467, 19, 6, 113, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(468, 19, 6, 114, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(469, 19, 6, 115, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-10 10:39:31', 'UNIVERGE 3C and the Smart Enterprise Experience exhibited at this year\'s NEC Showcase'),
(470, 19, 6, 116, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(471, 19, 6, 117, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(472, 19, 6, 118, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '2017-02-10 10:39:10', 'NEC and Porsche team join forces in \'The Smart Fast Track\' and unveil plans for the new racing season'),
(473, 19, 6, 119, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(474, 19, 6, 120, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(475, 19, 6, 121, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(476, 19, 6, 122, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(477, 19, 6, 123, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(478, 19, 6, 124, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(479, 19, 6, 125, '', 0, 2, '2016-06-30 13:41:01', 0, 0, '0000-00-00 00:00:00', NULL),
(480, 19, 6, 126, '', 0, 0, '2016-06-30 13:42:11', 0, 0, '0000-00-00 00:00:00', NULL),
(481, 19, 6, 127, '', 0, 2, '2018-11-21 23:00:00', 0, 0, '2019-11-19 14:47:29', 'NEC Vision 2020'),
(482, 19, 6, 128, '', 17, 2, '2016-06-30 13:42:11', 0, 0, '2016-09-16 11:40:14', 'Fault Tolerance ease of set-up comparison: NEC hardware-based FT vs. software-based FT'),
(483, 19, 6, 129, '', 12, 2, '2016-06-30 13:42:11', 0, 0, '2016-09-16 11:40:24', 'Enterprise Connect - Premises vs. Cloud-based Telephony (UC RFP & Review)'),
(484, 19, 6, 130, '', 11, 2, '2016-06-30 13:42:11', 0, 0, '2016-09-16 11:40:34', 'Achieving Higher Availability in UC'),
(485, 19, 6, 131, '', 14, 2, '2016-06-30 13:42:11', 0, 0, '2016-09-16 11:40:44', 'Selecting the Right UC Solution in the Adaptive IT Era'),
(486, 19, 6, 132, '', 18, 1, '2016-06-30 13:42:11', 0, 0, '0000-00-00 00:00:00', NULL),
(487, 19, 6, 133, '', 15, 2, '2016-06-30 13:42:11', 0, 0, '2016-09-16 11:41:56', 'What to look for when creating a Unified Communications RFP'),
(488, 19, 6, 134, '', 12, 2, '2016-06-30 13:42:11', 0, 0, '2016-09-16 11:45:21', 'Empowering the Millennial WorkStyle with UC&C'),
(489, 19, 6, 135, '', 15, 2, '2016-06-30 13:42:11', 0, 0, '2016-09-16 11:53:45', 'Optimizing the Higher Education Data Center'),
(490, 19, 6, 136, '', 19, 2, '2016-06-30 13:42:11', 0, 0, '2016-07-05 14:39:51', 'Mobility enables true Unified Communications'),
(491, 19, 6, 137, '', 16, 2, '2016-06-30 13:42:11', 0, 0, '2016-09-16 11:52:08', 'Public vs Private Cloud');
INSERT INTO `unique_ids` (`unique_id`, `sectie_id`, `template_id`, `entry_id`, `url`, `position`, `status`, `created`, `language_id`, `translation_of_uid`, `last_update`, `sortable`) VALUES
(492, 19, 6, 138, '', 13, 2, '2016-06-30 13:42:11', 0, 0, '2016-09-16 11:48:56', 'Unified Communications underpins an agile workforce'),
(493, 19, 6, 139, '', 16, 2, '2016-06-30 13:42:11', 0, 0, '2016-09-16 11:57:04', 'Improving Healthcare Delivery with Role-Enabled Communications'),
(494, 19, 6, 140, '', 23, 2, '2016-06-30 13:42:11', 0, 0, '2016-07-05 14:40:36', 'Top 5 Reasons Why you need a Cloud Offering'),
(495, 19, 6, 141, '', 15, 2, '2016-06-30 13:58:48', 0, 0, '2017-02-20 09:10:30', 'NEC and Getronics make the grade with the University of Edinburgh win'),
(496, 19, 6, 142, '', 17, 2, '2016-06-30 13:59:04', 0, 0, '2017-02-20 09:10:42', 'NEC Enterprise Solutions and QStar Technologies announce technology partnership aimed at the Secure Management of Company Data'),
(497, 19, 6, 143, '', 18, 2, '2016-06-30 14:00:21', 0, 0, '2017-02-20 09:11:04', 'Salesforce Signs Agreement with NEC to Establish Second Data Center in Japan'),
(498, 19, 6, 144, '', 22, 2, '2016-06-30 14:01:24', 0, 0, '2017-02-20 09:11:16', 'NEC\'s SX-ACE vector supercomputer contributes to research at three German institutes'),
(499, 19, 6, 145, '', 26, 2, '2016-06-30 14:03:59', 0, 0, '2017-02-20 09:12:28', 'NEC’s I766 DECT IP65 handset provides care free mobile communications in demanding environments'),
(500, 19, 6, 146, '', 28, 2, '2016-06-30 14:04:22', 0, 0, '2017-02-20 09:12:55', 'NEC launches new Express5800 servers for Big Data utilization'),
(501, 19, 6, 147, '', 27, 2, '2016-06-30 14:04:43', 0, 0, '2017-02-20 09:13:11', 'NEC Launches Toll Fraud Guard Application with entry-level price tag'),
(502, 16, 3, 170, '', 0, 2, '2016-06-30 14:09:28', 0, 0, '2016-06-30 14:10:44', 'DX2000 - modular scalable'),
(503, 16, 3, 171, '', 0, 2, '2016-06-30 14:11:30', 0, 0, '2016-06-30 14:11:35', 'Fault Tolerant servers'),
(504, 16, 3, 172, '', 0, 0, '2016-07-04 11:45:52', 0, 0, '2016-07-05 08:11:51', 'iS3000 and SIP@Net'),
(505, 16, 3, 173, '', 0, 0, '2016-07-04 11:48:35', 0, 0, '0000-00-00 00:00:00', NULL),
(510, 16, 3, 178, '', 0, 2, '2016-07-04 13:29:46', 0, 0, '2016-10-13 14:11:10', 'Brochure SL1100'),
(507, 16, 3, 175, '', 0, 0, '2016-07-04 13:20:18', 0, 0, '0000-00-00 00:00:00', NULL),
(508, 16, 3, 176, '', 0, 0, '2016-07-04 13:21:11', 0, 0, '0000-00-00 00:00:00', NULL),
(509, 16, 3, 177, '', 0, 2, '2016-07-04 13:29:30', 0, 0, '0000-00-00 00:00:00', NULL),
(515, 5, 4, 26, '', 22, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 15:30:49', '3D Networks Philippines'),
(516, 5, 4, 27, '', 89, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 12:07:52', '3D Networks Sdn Bhd'),
(517, 5, 4, 28, '', 150, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 12:27:38', '3D Networks Singapore Pte'),
(518, 5, 4, 29, '', 216, 2, '2016-07-03 22:00:00', 0, 0, '2020-03-06 12:45:36', 'A.T. Telecom Ltd.'),
(519, 5, 4, 30, '', 24, 2, '2016-07-03 22:00:00', 0, 0, '2019-11-12 16:28:50', 'A.Th. Loizou & Son Ltd'),
(520, 5, 4, 31, '', 91, 1, '2016-07-04 13:56:07', 0, 0, '2017-01-18 08:46:42', 'A2L'),
(521, 5, 4, 32, '', 152, 2, '2016-07-04 13:56:07', 0, 0, '2016-11-23 08:35:37', 'AASA Technologies'),
(522, 5, 4, 33, '', 218, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 06:58:24', 'AB Telecom Solutions BV'),
(523, 5, 4, 34, '', 26, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 15:31:42', 'ABB'),
(524, 5, 4, 35, '', 93, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'ABIS'),
(525, 5, 4, 36, '', 154, 2, '2016-07-03 22:00:00', 0, 0, '2019-11-12 16:28:37', 'Abitel Data'),
(526, 5, 4, 37, '', 220, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'addCIT-AB'),
(527, 5, 4, 38, '', 28, 2, '2016-07-04 13:56:07', 0, 0, '2016-08-23 11:29:44', 'Advance LLC'),
(528, 5, 4, 39, '', 95, 2, '2016-07-03 22:00:00', 0, 0, '2017-10-02 13:44:48', 'Advanced Technology & Computer Systems (AT&C)'),
(529, 5, 4, 40, '', 156, 0, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Advantek-Bel-communication-system-LLC'),
(530, 5, 4, 41, '', 222, 2, '2016-07-04 13:56:07', 0, 0, '2017-02-02 15:08:01', 'Advantek-Bel Communication Systems'),
(531, 5, 4, 42, '', 30, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 15:33:31', 'Advitronics Telecom B.V.'),
(532, 5, 4, 43, '', 97, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 19:39:48', 'Al Jaffal Group '),
(533, 5, 4, 44, '', 158, 2, '2016-07-04 13:56:07', 0, 0, '2017-05-15 15:02:46', 'Al Rostamani Communications LLC'),
(534, 5, 4, 45, '', 224, 2, '2016-07-03 22:00:00', 0, 0, '2019-01-02 10:59:37', 'Al Yousuf Computer & Telecommunications LLC'),
(535, 5, 4, 46, '', 32, 2, '2016-07-04 13:56:07', 0, 0, '2016-09-19 07:52:21', 'Al Brouij Trading Company'),
(536, 5, 4, 47, '', 83, 0, '2016-07-04 13:56:07', 0, 0, '2016-11-15 11:43:59', 'Al Dawly Co. - Baghdad branch'),
(537, 5, 4, 48, '', 160, 1, '2016-07-04 13:56:07', 0, 0, '2017-05-15 15:04:00', 'Alliance Communication Solutions'),
(538, 5, 4, 49, '', 226, 1, '2016-07-04 13:56:07', 0, 0, '2016-07-06 15:05:36', 'ALSO'),
(539, 5, 4, 50, '', 34, 1, '2016-07-04 13:56:07', 0, 0, '2016-07-05 15:34:23', 'am Computer-Systeme GmbH'),
(540, 5, 4, 51, '', 99, 2, '2016-07-04 13:56:07', 0, 0, '2016-11-02 10:59:35', 'American Communication Technologies (T ) Ltd'),
(541, 5, 4, 52, '', 162, 2, '2016-07-04 13:56:07', 0, 0, '2016-10-06 13:37:39', 'Arabian Telecommunications & Electronics Co.'),
(542, 5, 4, 53, '', 228, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Areej-Business-Systems-Co-LLC'),
(543, 5, 4, 54, '', 36, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 19:19:09', 'Assono Hungary Telecommunications Ltd.'),
(544, 5, 4, 55, '', 101, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Atronet-LLC'),
(545, 5, 4, 56, '', 164, 2, '2016-07-03 22:00:00', 0, 0, '2019-11-14 15:42:17', 'Backens Systems GmbH'),
(546, 5, 4, 57, '', 230, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:28:24', 'BASE 2'),
(547, 5, 4, 58, '', 38, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:28:05', 'Batec'),
(548, 5, 4, 59, '', 103, 2, '2016-07-04 13:56:07', 0, 0, '2016-11-08 12:47:31', 'BMR Turkey'),
(549, 5, 4, 60, '', 166, 2, '2016-07-04 13:56:07', 0, 0, '2017-02-02 09:50:41', 'BPR'),
(550, 5, 4, 61, '', 232, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:27:48', 'BTC Networks Jordan Ltd.'),
(551, 5, 4, 62, '', 40, 2, '2016-07-04 13:56:07', 0, 0, '2016-10-24 14:59:18', 'Business Connexion ICT Services Ltd'),
(552, 5, 4, 63, '', 105, 2, '2016-07-03 22:00:00', 0, 0, '2019-11-14 15:44:35', 'C.H.T. Heinemann GmbH'),
(553, 5, 4, 64, '', 168, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:27:10', 'Caporal & Moretti – Qatar WLL'),
(554, 5, 4, 65, '', 234, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:26:43', 'Caporal & Moretti W.L.L.'),
(555, 5, 4, 66, '', 42, 2, '2016-07-03 22:00:00', 0, 0, '2019-11-14 15:42:34', 'Cenesco GmbH'),
(556, 5, 4, 67, '', 107, 2, '2016-07-03 22:00:00', 0, 0, '2019-06-12 08:52:12', 'Cleopatra Technology WLL'),
(557, 5, 4, 68, '', 170, 1, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:26:04', 'Com4voice GmbH '),
(558, 5, 4, 69, '', 236, 2, '2016-07-04 13:56:07', 0, 0, '2016-11-09 11:52:08', 'Composit BV'),
(559, 5, 4, 70, '', 44, 0, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Comstore'),
(560, 5, 4, 71, '', 8, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-11 14:49:54', 'Comware s.a.r.l.'),
(561, 5, 4, 72, '', 172, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-06 15:04:45', 'CONFIG'),
(562, 5, 4, 73, '', 238, 2, '2016-07-04 13:56:07', 0, 0, '2017-01-23 09:11:21', 'CONNECTIA Sp. z o.o.'),
(563, 5, 4, 74, '', 46, 2, '2016-07-04 13:56:07', 0, 0, '2017-01-16 14:35:22', 'Connectis UC Portugal'),
(564, 5, 4, 75, '', 110, 2, '2016-07-03 22:00:00', 0, 0, '2017-11-22 08:12:13', 'Connectis'),
(565, 5, 4, 76, '', 174, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-06 16:38:10', 'CONVERGENCE COMMUNICATION LTD'),
(566, 5, 4, 77, '', 240, 2, '2016-07-03 22:00:00', 0, 0, '2019-11-14 14:03:55', 'Core Communications'),
(567, 5, 4, 78, '', 48, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-06 16:27:58', 'Daly Systems Ltd'),
(568, 5, 4, 79, '', 112, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Datasciences'),
(569, 5, 4, 80, '', 176, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Destiny-Electronics-Private-Ltd-'),
(570, 5, 4, 81, '', 242, 0, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Detron-Healthcare-Solutions'),
(571, 5, 4, 82, '', 50, 2, '2016-07-03 22:00:00', 0, 0, '2020-10-05 14:02:59', 'Distrilan'),
(572, 5, 4, 83, '', 114, 2, '2016-07-04 13:56:07', 0, 0, '2016-10-24 14:45:05', 'DSA ICT Solutions Plc.'),
(573, 5, 4, 84, '', 178, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Dynamx'),
(574, 5, 4, 85, '', 244, 2, '2016-07-03 22:00:00', 0, 0, '2020-12-10 16:48:38', 'P. Merkouris S.A.'),
(575, 5, 4, 86, '', 52, 2, '2016-07-04 13:56:07', 0, 0, '2017-05-17 08:21:18', 'EBT MAINTENANCE LTD'),
(576, 5, 4, 87, '', 116, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'El-Araby'),
(577, 5, 4, 88, '', 180, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Enco-Service-Ltd-'),
(578, 5, 4, 89, '', 246, 2, '2016-07-03 22:00:00', 0, 0, '2017-12-19 12:12:21', 'Essec-BNS'),
(579, 5, 4, 90, '', 54, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Etisalat'),
(580, 5, 4, 91, '', 118, 0, '2016-07-04 13:56:07', 0, 0, '2016-07-05 15:47:16', 'euromicron gmbh'),
(581, 5, 4, 92, '', 1, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'euromicron-gmbh'),
(582, 5, 4, 93, '', 2, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'euromicron-gmbh'),
(583, 5, 4, 94, '', 56, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'euromicron-gmbh'),
(584, 5, 4, 95, '', 0, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'euromicron-gmbh'),
(585, 5, 4, 96, '', 184, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'euromicron-gmbh'),
(586, 5, 4, 97, '', 3, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'euromicron-gmbh'),
(587, 5, 4, 98, '', 4, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'euromicron-gmbh'),
(588, 5, 4, 99, '', 5, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'euromicron-gmbh'),
(589, 5, 4, 100, '', 6, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'euromicron-systems-GmbH-team-emNEC'),
(590, 5, 4, 101, '', 7, 2, '2016-07-04 13:56:07', 0, 0, '2017-05-17 08:17:07', 'Exertis (UK) Limited'),
(591, 5, 4, 102, '', 8, 2, '2016-07-03 22:00:00', 0, 0, '2018-01-30 15:53:20', 'FBS ALBANIA'),
(592, 5, 4, 103, '', 124, 0, '2016-07-04 13:56:07', 0, 0, '2016-07-05 12:04:17', 'FMG Fernmeldegesellschaft'),
(593, 5, 4, 104, '', 0, 0, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', ''),
(594, 5, 4, 105, '', 9, 2, '2016-07-03 22:00:00', 0, 0, '2019-11-14 15:43:08', 'FMG Fernmeldegesellschaft'),
(595, 5, 4, 106, '', 17, 2, '2016-07-03 22:00:00', 0, 0, '2020-11-06 14:37:08', 'Getronics Unified Communications (UK) Ltd'),
(596, 5, 4, 107, '', 18, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 16:28:42', 'Gijima'),
(597, 5, 4, 108, '', 19, 2, '2016-07-03 22:00:00', 0, 0, '2018-10-15 06:58:51', 'Global 4 Communications Ltd'),
(598, 5, 4, 109, '', 190, 2, '2016-07-03 22:00:00', 0, 0, '2020-11-20 09:30:37', 'Global Concept'),
(599, 5, 4, 110, '', 256, 2, '2016-07-03 22:00:00', 0, 0, '2019-11-14 15:46:27', 'Herweck AG'),
(600, 5, 4, 111, '', 64, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'I2B-cvba-TA-Pas-'),
(601, 5, 4, 112, '', 127, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'ICCO-Electronics'),
(602, 5, 4, 113, '', 192, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'IKT-nor-AS'),
(603, 5, 4, 114, '', 258, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Information-Technology-Experts-ITX-'),
(604, 5, 4, 115, '', 66, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'InterTech-LLC'),
(605, 5, 4, 116, '', 129, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'IReNE-srl'),
(606, 5, 4, 117, '', 194, 2, '2016-07-04 13:56:07', 0, 0, '2016-10-06 13:20:20', 'Issa Telecom (member of Setra Group)'),
(607, 5, 4, 118, '', 260, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'ITECS'),
(608, 5, 4, 119, '', 68, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 16:27:39', 'Jawad Sultan Technologies L.L.C.'),
(609, 5, 4, 120, '', 131, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 16:29:52', 'JOJO Systems bvba'),
(610, 5, 4, 121, '', 196, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'JRM-for-Communications'),
(611, 5, 4, 122, '', 262, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Kemp-Lauritzen-A/S'),
(612, 5, 4, 123, '', 70, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 16:28:17', 'Kolk & Dijk ICT Telecommunicatie'),
(613, 5, 4, 124, '', 133, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 16:30:05', 'Komnet d.o.o.'),
(614, 5, 4, 125, '', 198, 1, '2016-07-04 13:56:07', 0, 0, '2016-07-05 16:25:47', 'Koninklijke KPN N.V'),
(615, 5, 4, 126, '', 209, 1, '2016-07-03 22:00:00', 0, 0, '2017-11-07 10:22:23', 'KPN Zorg'),
(616, 5, 4, 127, '', 0, 2, '2016-07-03 22:00:00', 0, 0, '2018-03-21 09:43:38', 'Kuwait Computer Services (KCS)'),
(617, 5, 4, 128, '', 83, 2, '2016-07-03 22:00:00', 0, 0, '2019-11-14 15:45:15', 'LIQUITCOM IT-Solutions'),
(618, 5, 4, 129, '', 145, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Lytzen-it-a/s'),
(619, 5, 4, 130, '', 211, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 19:49:42', 'Mansour Al Mosaid Co'),
(620, 5, 4, 131, '', 19, 1, '2016-07-03 22:00:00', 0, 0, '2017-12-06 08:13:15', 'MEHRENS UNIFIED COMMUNICATION'),
(621, 5, 4, 132, '', 85, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Mellon-Bulgaria-EAD'),
(622, 5, 4, 133, '', 146, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Mellon-Cyprus'),
(623, 5, 4, 134, '', 212, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Mellon-Poland'),
(624, 5, 4, 135, '', 20, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 15:30:02', 'Mellon Romania SA / OCCO'),
(625, 5, 4, 136, '', 86, 2, '2016-07-03 22:00:00', 0, 0, '2018-12-10 10:57:23', 'Mellon Serbia'),
(626, 5, 4, 137, '', 147, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Mellon-Solutions'),
(627, 5, 4, 138, '', 213, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-04 19:42:56', 'Mellon Solutions - Kosovo Branch'),
(628, 5, 4, 139, '', 21, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 15:28:09', 'Mellon Technologies'),
(629, 5, 4, 140, '', 88, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Mellon-Ukraine'),
(630, 5, 4, 141, '', 149, 2, '2016-07-03 22:00:00', 0, 0, '2021-01-12 13:47:54', 'SPIE Nederland bv (voorheen MER ICT)'),
(631, 5, 4, 142, '', 215, 2, '2016-07-03 22:00:00', 0, 0, '2021-01-12 13:50:09', 'MER ICT'),
(632, 5, 4, 143, '', 23, 1, '2016-07-03 22:00:00', 0, 0, '2018-03-21 09:37:52', 'White Point General Trading LLC'),
(633, 5, 4, 144, '', 90, 2, '2016-07-04 13:56:07', 0, 0, '2017-01-12 11:56:22', 'ALTEA'),
(634, 5, 4, 145, '', 151, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 19:29:04', 'Miralix A/S'),
(635, 5, 4, 146, '', 217, 2, '2016-07-03 22:00:00', 0, 0, '2020-03-06 12:47:26', 'MS Ltd'),
(636, 5, 4, 147, '', 25, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 15:31:27', 'Multi Sistim Kommunikasi PT'),
(637, 5, 4, 148, '', 92, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 15:43:39', 'Multi Surya Tunggal PT (MST)'),
(638, 5, 4, 149, '', 153, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'MultiConnect'),
(639, 5, 4, 150, '', 219, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Mustek'),
(640, 5, 4, 151, '', 27, 2, '2016-07-03 22:00:00', 0, 0, '2018-08-08 07:22:01', 'NAJTECH (Najia Abdulateef Jameel Group)'),
(641, 5, 4, 152, '', 94, 2, '2016-07-03 22:00:00', 0, 0, '2018-08-09 13:50:51', 'NAJTECH (Najia Abdulateef Jameel Group)'),
(642, 5, 4, 153, '', 155, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 12:32:23', 'NATEC (National Electronics Communications)'),
(643, 5, 4, 154, '', 221, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 19:50:05', 'National Trading Company Ltd. (NATCO)'),
(644, 5, 4, 155, '', 29, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 12:27:12', 'NEC Asia Pacific Pte. Ltd.'),
(645, 5, 4, 156, '', 96, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'NEC-Corporation-Thailand-Ltd-'),
(646, 5, 4, 157, '', 157, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 12:07:36', 'NEC Corporation of Malaysia Sdn Bhd'),
(647, 5, 4, 158, '', 223, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'NEC-Enterprise-Solutions-Belgium'),
(648, 5, 4, 159, '', 31, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'NEC-Enterprise-Solutions-Middle-East'),
(649, 5, 4, 160, '', 82, 0, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:50:23', 'NEC Enterprise Solutions UK'),
(650, 5, 4, 161, '', 159, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-11 12:08:33', 'NEC Greece'),
(651, 5, 4, 162, '', 225, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'NEC-Hong-Kong-Limited'),
(652, 5, 4, 163, '', 33, 2, '2016-07-03 22:00:00', 0, 0, '2019-09-23 09:13:16', 'NEC Italia S.p.A.'),
(653, 5, 4, 164, '', 98, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:45:28', 'NEC Taiwan Ltd.'),
(654, 5, 4, 165, '', 161, 2, '2016-07-03 22:00:00', 0, 0, '2019-11-14 15:12:03', 'NECDIS GmbH'),
(655, 5, 4, 166, '', 227, 2, '2016-07-04 13:56:07', 0, 0, '2017-02-02 09:48:03', 'NECOM'),
(656, 5, 4, 167, '', 35, 1, '2016-07-04 13:56:07', 0, 0, '2017-05-18 08:14:27', 'Nextel Nederland'),
(657, 5, 4, 168, '', 100, 2, '2016-07-03 22:00:00', 0, 0, '2019-11-05 16:57:20', 'Telenet Business'),
(658, 5, 4, 169, '', 163, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:51:39', 'NextMedia Srl'),
(659, 5, 4, 170, '', 229, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-06 16:35:08', 'Nimans Ltd'),
(660, 5, 4, 171, '', 37, 0, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:52:08', 'Nimava'),
(661, 5, 4, 172, '', 102, 1, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:00:58', 'Nimava Telecom'),
(662, 5, 4, 173, '', 165, 2, '2016-07-04 13:56:07', 0, 0, '2017-01-06 11:57:58', 'NITD Solutions SPRL'),
(663, 5, 4, 174, '', 231, 2, '2016-07-04 13:56:07', 0, 0, '2017-05-17 08:28:28', 'Node 4'),
(664, 5, 4, 175, '', 39, 1, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:59:59', 'NonStop Technologies'),
(665, 5, 4, 176, '', 104, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:59:36', 'Nortelecom'),
(666, 5, 4, 177, '', 167, 2, '2016-07-04 13:56:07', 0, 0, '2016-10-19 12:31:37', 'NOVAZION'),
(667, 5, 4, 178, '', 233, 1, '2016-07-04 13:56:07', 0, 0, '2016-10-19 12:33:14', 'NWARE'),
(668, 5, 4, 179, '', 41, 1, '2016-07-04 13:56:07', 0, 0, '2016-07-05 15:34:54', 'ONECOM'),
(669, 5, 4, 180, '', 106, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 19:20:57', 'ONECOM'),
(670, 5, 4, 181, '', 169, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Ophelia-GmbH-Co-KG'),
(671, 5, 4, 182, '', 235, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Orditech-B-V-'),
(672, 5, 4, 183, '', 43, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 19:44:21', 'OVERLAP'),
(673, 5, 4, 184, '', 108, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:53:23', 'PBT Beveiliging en Telecom'),
(674, 5, 4, 185, '', 171, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:52:29', 'PBT Beveiliging en Telecom'),
(675, 5, 4, 186, '', 237, 2, '2016-07-03 22:00:00', 0, 0, '2018-02-08 10:34:11', 'Peach Technologies Ltd'),
(676, 5, 4, 187, '', 45, 2, '2016-07-03 22:00:00', 0, 0, '2020-11-06 14:24:46', 'Axon símalausnir'),
(677, 5, 4, 188, '', 109, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:40:53', 'PKE CR s.r.o.'),
(678, 5, 4, 189, '', 0, 2, '2016-07-03 22:00:00', 0, 0, '2021-01-12 13:13:51', 'PKE Electronics GmbH'),
(679, 5, 4, 190, '', 1, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:30:04', 'ProCodex d.o.o.'),
(680, 5, 4, 191, '', 2, 2, '2016-07-03 22:00:00', 0, 0, '2018-12-10 10:58:01', 'ProCodex d.o.o.'),
(681, 5, 4, 192, '', 3, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:29:14', 'ProCodex d.o.o. - Montenegro'),
(682, 5, 4, 193, '', 175, 0, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:27:11', 'Qualita in Farmacia srl'),
(683, 5, 4, 194, '', 6, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:26:51', 'Real Solutions'),
(684, 5, 4, 195, '', 7, 2, '2016-07-04 13:56:07', 0, 0, '2016-09-26 12:25:17', 'RealDolmen'),
(685, 5, 4, 196, '', 8, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Relacom'),
(686, 5, 4, 197, '', 9, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:26:14', 'Relacom AS'),
(687, 5, 4, 198, '', 10, 1, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:24:32', 'RoBa Comm'),
(688, 5, 4, 199, '', 13, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:23:14', 'RTP Elektrotechniek B.V.'),
(689, 5, 4, 200, '', 14, 2, '2016-07-03 22:00:00', 0, 0, '2018-02-08 09:28:51', 'Russell Telecom'),
(690, 5, 4, 201, '', 15, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:22:15', 'S2I'),
(691, 5, 4, 202, '', 16, 2, '2016-07-04 13:56:07', 0, 0, '2016-10-06 13:21:10', 'Samir Group'),
(692, 5, 4, 203, '', 17, 2, '2016-07-04 13:56:07', 0, 0, '2016-10-06 13:21:41', 'Samir Group'),
(693, 5, 4, 204, '', 19, 2, '2016-07-03 22:00:00', 0, 0, '2019-12-05 10:21:41', 'Saylus'),
(694, 5, 4, 205, '', 181, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:35:24', 'SDP'),
(695, 5, 4, 206, '', 247, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Seatec-Telecom-Services-Ltd'),
(696, 5, 4, 207, '', 55, 2, '2016-07-03 22:00:00', 0, 0, '2018-03-21 09:30:04', 'Security Systems Co.'),
(697, 5, 4, 208, '', 119, 2, '2016-07-04 13:56:07', 0, 0, '2017-01-23 09:20:16', 'Sekortel d.o.o. (Croatia)'),
(698, 5, 4, 209, '', 183, 2, '2016-07-04 13:56:07', 0, 0, '2017-01-23 09:39:02', 'Sekortel d.o.o. (Slovenia)'),
(699, 5, 4, 210, '', 249, 2, '2016-07-04 13:56:07', 0, 0, '2017-01-23 09:24:11', 'Sekortel s.o.o. (Albania)'),
(700, 5, 4, 211, '', 57, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Skymax-Technologies-LLP'),
(701, 5, 4, 212, '', 121, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:39:42', 'Sollie.Comm B.V.'),
(702, 5, 4, 213, '', 185, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 09:40:15', 'Sollie.Comm - Groningen '),
(703, 5, 4, 214, '', 251, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 07:45:15', 'SOPHO Business Communications'),
(704, 5, 4, 215, '', 59, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-06 18:20:11', 'Southern Communications Ltd'),
(705, 5, 4, 216, '', 123, 2, '2016-07-03 22:00:00', 0, 0, '2017-12-01 16:46:59', 'SPIE ICS AG'),
(706, 5, 4, 217, '', 187, 2, '2016-07-03 22:00:00', 0, 0, '2018-10-04 08:09:05', 'Suhail Bahwan Group Holding LLC'),
(707, 5, 4, 218, '', 253, 2, '2016-07-03 22:00:00', 0, 0, '2019-11-14 15:41:34', 'Systrade GmbH'),
(708, 5, 4, 219, '', 61, 2, '2016-07-03 22:00:00', 0, 0, '2017-12-04 10:41:41', 'Techno Image Ltd.'),
(709, 5, 4, 220, '', 3, 2, '2016-07-04 13:56:07', 0, 0, '2016-12-05 14:06:00', 'TEKSAM Telekominikasyon Ltd. Sti.'),
(710, 5, 4, 221, '', 189, 1, '2016-07-03 22:00:00', 0, 0, '2018-03-22 10:27:28', 'Specialized Security Systems Co.'),
(711, 5, 4, 222, '', 255, 2, '2016-07-03 22:00:00', 0, 0, '2019-09-02 11:15:53', 'TelecomDistribution'),
(712, 5, 4, 223, '', 63, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Telematch'),
(713, 5, 4, 224, '', 126, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:21:49', 'Telepage'),
(714, 5, 4, 225, '', 191, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-06 16:33:35', 'Telesis Ltd'),
(715, 5, 4, 226, '', 257, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:20:15', 'Tevega'),
(716, 5, 4, 227, '', 65, 1, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:20:05', 'TOT@L ICT'),
(717, 5, 4, 228, '', 128, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-06 18:18:41', 'Trust Distribution Ltd'),
(718, 5, 4, 229, '', 193, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-06 16:21:27', 'UNIFY BUSINESS SOLUTIONS LTD'),
(719, 5, 4, 230, '', 259, 0, '2016-07-04 13:56:07', 0, 0, '2016-07-05 11:56:42', 'Valltera Technologies'),
(720, 5, 4, 231, '', 67, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:19:13', 'Vest Systempartner AS'),
(721, 5, 4, 232, '', 130, 2, '2016-07-03 22:00:00', 0, 0, '2019-11-14 15:47:55', 'Voicetech GmbH'),
(722, 5, 4, 233, '', 195, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:18:49', 'VT Telematica'),
(723, 5, 4, 234, '', 261, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:18:15', 'Vtel'),
(724, 5, 4, 235, '', 69, 2, '2016-07-03 22:00:00', 0, 0, '2017-11-06 08:43:07', 'Zetacom'),
(725, 5, 4, 236, '', 0, 0, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', ''),
(727, 5, 4, 238, '', 132, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:22:53', '3DR'),
(728, 5, 4, 239, '', 197, 2, '2016-07-03 22:00:00', 0, 0, '2019-11-12 16:29:34', 'Ager Business Tech'),
(729, 5, 4, 240, '', 263, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'alb-TEC'),
(730, 5, 4, 241, '', 71, 1, '2016-07-04 13:56:07', 0, 0, '2016-07-05 16:35:02', 'allnet GmbH Computersysteme'),
(731, 5, 4, 242, '', 82, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 11:59:20', 'Atos IT Solutions and Services'),
(732, 5, 4, 243, '', 144, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'BITNET-Systems-GmbH'),
(733, 5, 4, 244, '', 210, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'BlueBox-Comunica-es-Lda-Braga-'),
(734, 5, 4, 245, '', 18, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'CCF-AG'),
(735, 5, 4, 246, '', 84, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'CiberAdvantage-Lda-Lisboa-'),
(736, 5, 4, 247, '', 273, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'CITEC'),
(737, 5, 4, 248, '', 81, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Comtel-Technology-Co-Ltd-'),
(738, 5, 4, 249, '', 134, 1, '2016-07-04 13:56:07', 0, 0, '2016-07-05 15:45:14', 'DELO Computer GmbH'),
(739, 5, 4, 250, '', 199, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:24:50', 'Epsylon Consulting'),
(740, 5, 4, 251, '', 13, 2, '2016-07-04 13:56:07', 0, 0, '2016-11-02 10:52:17', 'GCS-NCR Ethiopia'),
(741, 5, 4, 252, '', 16, 2, '2016-07-04 13:56:07', 0, 0, '2017-05-15 14:05:58', 'GEPS'),
(742, 5, 4, 253, '', 135, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:23:26', 'GPIC'),
(743, 5, 4, 254, '', 200, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:13:09', 'GRUPO ALDEBARÁN'),
(744, 5, 4, 255, '', 265, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:12:58', 'Haricom, spol. s.r.o.'),
(745, 5, 4, 256, '', 73, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:09:36', 'IECISA'),
(746, 5, 4, 257, '', 136, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:05:40', 'IMAGAR'),
(747, 5, 4, 258, '', 201, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:05:29', 'INDRA'),
(748, 5, 4, 259, '', 266, 2, '2016-07-04 13:56:07', 0, 0, '2016-10-31 11:01:58', 'International For Modern Industries Co. Ltd. (Al-Alameya Group)'),
(749, 5, 4, 260, '', 74, 1, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:04:18', 'INTERTRONIC Computer GmbH'),
(750, 5, 4, 261, '', 137, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:04:08', 'IPM'),
(751, 5, 4, 262, '', 202, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:03:56', 'Lonestar Systems Tech. Ltd'),
(752, 5, 4, 263, '', 267, 2, '2016-07-04 13:56:07', 0, 0, '2017-05-17 08:36:36', 'Key Solutions'),
(753, 5, 4, 264, '', 75, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'M-Pires-e-Nascimento-Lda-Porto-'),
(754, 5, 4, 265, '', 138, 2, '2016-07-04 13:56:07', 0, 0, '2017-02-15 15:29:24', 'MG Systems Limited'),
(755, 5, 4, 266, '', 203, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:02:27', 'Mr Houston'),
(756, 5, 4, 267, '', 268, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'MYEG'),
(757, 5, 4, 268, '', 76, 2, '2016-07-03 22:00:00', 0, 0, '2017-12-06 08:33:24', 'Netphone Telecom'),
(758, 5, 4, 269, '', 139, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:01:59', 'Novocabo '),
(759, 5, 4, 270, '', 204, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:01:39', 'PKE Electronics AG'),
(760, 5, 4, 271, '', 4, 1, '2016-07-04 13:56:07', 0, 0, '2016-07-05 20:02:08', 'PROFI Engineering Systems AG'),
(761, 5, 4, 272, '', 11, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:06:05', 'Robtel - Sistemas de Telecomunicações e Som, Lda (Algarve)'),
(762, 5, 4, 273, '', 140, 2, '2016-07-03 22:00:00', 0, 0, '2017-12-06 08:33:10', 'Service & Computer Industries Ltd.'),
(763, 5, 4, 274, '', 205, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:09:25', 'EAST AFRICA RADIO NETWORKS LIMITED'),
(764, 5, 4, 275, '', 270, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:09:07', 'Specialised Systems Ltd.'),
(765, 5, 4, 276, '', 78, 2, '2016-07-04 13:56:07', 0, 0, '2017-01-03 09:05:58', 'Specialised Technologies Ltd.'),
(766, 5, 4, 277, '', 141, 1, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:08:41', 'Starline Computer GmbH'),
(767, 5, 4, 278, '', 206, 2, '2016-07-03 22:00:00', 0, 0, '2017-12-06 08:33:03', 'Sunrise Tech Business Co. Ltd.'),
(768, 5, 4, 279, '', 271, 0, '2016-07-04 13:56:07', 0, 0, '2016-07-05 20:01:43', 'TECMOSA'),
(769, 5, 4, 280, '', 79, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Telenova-Telecomunica-es-Electronicas-Lda-Braga-'),
(770, 5, 4, 281, '', 142, 2, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:07:46', 'Tele-Sul - Comércio de Equipamento Telefónico, Lda (Algarve)'),
(771, 5, 4, 282, '', 207, 2, '2016-07-04 13:56:07', 0, 0, '2016-10-19 12:30:36', 'TELMAT INDUSTRIE'),
(772, 5, 4, 283, '', 260, 0, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'TGrove-technologies-plc'),
(773, 5, 4, 284, '', 80, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Trustvision-Equipamentos-Sistemas-e-Telecomunica-es-Lda-Viseu-'),
(774, 5, 4, 285, '', 143, 2, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'V-M-R-Redes-Inform-ticas-Lda-Algarve-'),
(775, 5, 4, 286, '', 15, 2, '2016-07-04 13:56:07', 0, 0, '2016-10-24 13:44:43', 'Genii Systems'),
(776, 5, 4, 287, '', 272, 1, '2016-07-04 13:56:07', 0, 0, '0000-00-00 00:00:00', 'Airtel-Seychelles'),
(777, 5, 4, 288, '', 64, 0, '2016-07-04 13:56:07', 0, 0, '2016-07-05 10:00:40', 'EAST AFRICA RADIO NETWORKS LIMITED'),
(778, 16, 3, 179, '', 0, 2, '2016-07-03 22:00:00', 0, 0, '2019-08-21 09:10:25', 'Marriott Courtyard Belgrade City Centre'),
(779, 18, 1, 161, '', 2, 2, '2016-07-04 22:00:00', 0, 0, '2020-08-20 09:54:30', 'EULA - End-user Licence Agreements (software)'),
(780, 16, 3, 180, '', 0, 2, '2016-07-04 22:00:00', 0, 0, '2019-08-21 09:10:08', 'University Parma'),
(781, 16, 3, 181, '', 0, 2, '2016-07-05 11:16:09', 0, 0, '0000-00-00 00:00:00', NULL),
(782, 16, 3, 182, '', 0, 2, '2016-07-04 22:00:00', 0, 0, '2018-01-17 10:02:34', 'Brochure HYDRAstor Family'),
(783, 2, 1, 162, '', 0, 1, '2016-07-04 22:00:00', 0, 0, '2020-11-11 08:16:43', 'Customer Experiences'),
(784, 17, 1, 163, 'office-locations', 1, 2, '2016-07-04 22:00:00', 0, 0, '2019-11-12 10:35:40', 'Office Locations'),
(785, 16, 3, 183, '', 0, 2, '2016-07-05 14:14:19', 0, 0, '0000-00-00 00:00:00', NULL),
(786, 16, 3, 184, '', 0, 2, '2016-07-04 22:00:00', 0, 0, '2019-11-19 14:47:01', 'NEC Vision 2020 - Bringing Amazing Ideas to Life'),
(787, 16, 3, 185, '', 0, 2, '2016-07-05 14:18:55', 0, 0, '0000-00-00 00:00:00', NULL),
(788, 16, 3, 186, '', 0, 2, '2016-07-05 14:19:50', 0, 0, '0000-00-00 00:00:00', NULL),
(789, 16, 3, 187, '', 0, 2, '2016-07-05 14:21:07', 0, 0, '0000-00-00 00:00:00', NULL),
(790, 16, 3, 188, '', 0, 2, '2016-07-05 14:24:21', 0, 0, '2016-07-05 14:24:59', 'Public vs Private Cloud'),
(791, 16, 3, 189, '', 0, 2, '2016-07-05 14:25:42', 0, 0, '2016-09-16 11:44:05', 'Empowering the Millennial WorkStyle with UC'),
(792, 16, 3, 190, '', 0, 2, '2016-07-05 14:34:59', 0, 0, '2016-09-16 11:47:18', 'UC underpins an agile Workforce'),
(793, 16, 3, 191, '', 0, 2, '2016-07-05 14:35:58', 0, 0, '2016-09-16 11:54:20', 'Optimizing the Higher Education Data Center'),
(794, 16, 3, 192, '', 0, 2, '2016-07-05 14:37:50', 0, 0, '2016-09-16 11:57:25', 'Improving Healthcare Delivery'),
(795, 16, 3, 193, '', 0, 2, '2016-07-05 14:39:41', 0, 0, '0000-00-00 00:00:00', NULL),
(796, 16, 3, 194, '', 0, 2, '2016-07-05 14:40:27', 0, 0, '0000-00-00 00:00:00', NULL),
(797, 5, 4, 289, '', 0, 0, '2016-07-05 14:50:34', 0, 0, '0000-00-00 00:00:00', 'Hertek'),
(798, 5, 4, 290, '', 0, 2, '2016-07-04 22:00:00', 0, 0, '2017-09-26 07:42:45', 'Hertek'),
(799, 16, 3, 195, '', 0, 2, '2016-07-06 07:10:10', 0, 0, '2016-07-06 07:10:57', 'Fault Tolerance Ease of Set-up Comparison: NEC hardware-based FT vs. software-based FT'),
(800, 16, 3, 196, '', 0, 0, '2016-07-06 07:18:08', 0, 0, '2016-07-06 07:21:23', 'Brochure test'),
(801, 16, 3, 197, '', 0, 2, '2016-07-06 09:03:48', 0, 0, '0000-00-00 00:00:00', NULL),
(802, 16, 3, 198, '', 0, 2, '2016-07-06 09:04:55', 0, 0, '2016-07-06 09:06:47', 'Datasheet Scalable Modular Servers'),
(803, 16, 3, 199, '', 0, 2, '2016-07-06 09:05:22', 0, 0, '2016-07-06 09:07:40', 'Infographic Scalable Modular Servers'),
(804, 16, 3, 200, '', 0, 2, '2016-07-06 09:11:24', 0, 0, '2016-07-06 09:14:58', 'Whitepaper SAP HANA reliability'),
(805, 16, 3, 201, '', 0, 2, '2016-07-06 09:12:36', 0, 0, '0000-00-00 00:00:00', NULL),
(806, 18, 1, 164, '', 0, 2, '2016-07-06 17:58:33', 0, 0, '2016-07-06 18:11:50', 'Support'),
(807, 18, 1, 165, '', 4, 2, '2016-07-05 22:00:00', 0, 0, '2020-12-14 16:14:21', 'Ultracare support contact info and Ultracare t&c'),
(808, 5, 4, 291, '', 4, 2, '2016-07-06 22:00:00', 0, 0, '2020-12-10 16:49:13', 'OTE S.A.'),
(809, 19, 6, 148, '', 4, 0, '2016-07-07 08:51:28', 0, 0, '0000-00-00 00:00:00', NULL),
(810, 19, 6, 149, '', 0, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 08:52:15', 'How will the Internet of Things be Strategic to the Enterprise?'),
(811, 19, 6, 150, '', 1, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 08:59:36', 'Empowering the Smart Enterprise'),
(812, 19, 6, 151, '', 2, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 08:55:09', 'Government accreditation of NEC\'s UNIVERGE 3C platform opens many doors'),
(813, 19, 6, 152, '', 3, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 08:57:11', '3 Questions Answered about IT Modernization in Government'),
(814, 19, 6, 153, '', 4, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 09:02:51', 'How Secure is the Cloud? Your Questions Answered'),
(815, 19, 6, 154, '', 5, 1, '2016-07-07 08:51:28', 0, 0, '2016-07-07 08:54:42', 'Selling Tips from NEC'),
(816, 19, 6, 155, '', 6, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 09:03:02', 'NEC Resource Center - How to Choose a Cloud or SaaS Vendor'),
(817, 19, 6, 156, '', 7, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 09:03:10', '3 Tips for Avoiding Network Downtime in Hotels'),
(818, 19, 6, 157, '', 8, 2, '2016-07-06 22:00:00', 0, 0, '2019-01-29 09:18:38', 'What does WebRTC do for the Enterprise?'),
(819, 19, 6, 158, '', 9, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 08:59:53', 'Can Teams Collaborate Effectively While Working Remotely?'),
(820, 19, 6, 159, '', 10, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 08:56:27', 'NEC Ranks Highest in Customer Service, Trust, and Technology'),
(821, 19, 6, 160, '', 11, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 09:03:40', 'Contact Center Metrics: The Importance of First Call Resolution'),
(822, 19, 6, 161, '', 12, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 09:03:46', 'BYOD and BYOA: The State of Mobility Adoption'),
(823, 19, 6, 162, '', 13, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 09:02:21', 'IT Convergence: Key Technology Trends that are driving Smart Enterprises to Modernize towards converged IT infrastructure'),
(824, 19, 6, 163, '', 14, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 09:03:59', 'What to look for when creating a Unified Communications RFP'),
(825, 19, 6, 164, '', 15, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 09:04:05', '7 Reasons to Consider Cloud-based Unified Communications Services'),
(826, 19, 6, 165, '', 16, 2, '2016-07-07 08:51:28', 0, 0, '2016-07-07 09:04:10', 'Making Mobile People More Productive'),
(827, 16, 3, 202, '', 0, 2, '2016-07-06 22:00:00', 0, 0, '2019-08-21 09:34:38', 'Public Safety Operation Centres - Italy'),
(828, 16, 3, 203, '', 0, 2, '2016-07-06 22:00:00', 0, 0, '2019-08-21 09:09:26', 'Institut Mutualiste Montsouris - France'),
(829, 16, 3, 204, '', 0, 2, '2016-07-06 22:00:00', 0, 0, '2019-08-21 09:09:34', 'International Extended Care Centre (IEC) - Saudi Arabia'),
(830, 16, 3, 205, '', 0, 2, '2016-07-07 10:19:12', 0, 0, '2016-07-07 10:19:19', 'NEC M Storage M310F'),
(831, 16, 3, 206, '', 0, 2, '2016-07-07 10:19:49', 0, 0, '2016-07-07 10:19:58', 'Link M Storage M510F'),
(832, 5, 4, 292, '', 7, 2, '2016-07-08 06:39:05', 0, 0, '2017-07-12 14:19:05', 'Comstore'),
(833, 16, 3, 207, '', 0, 2, '2016-07-13 12:21:47', 0, 0, '0000-00-00 00:00:00', NULL),
(834, 16, 3, 208, '', 0, 2, '2016-07-13 12:22:56', 0, 0, '2016-07-13 12:23:02', 'Peavey Electronics on SAP HANA'),
(835, 16, 3, 209, '', 0, 2, '2016-07-14 07:11:08', 0, 0, '0000-00-00 00:00:00', NULL),
(836, 5, 4, 293, '', 5, 2, '2016-07-14 11:59:34', 0, 0, '2016-07-15 14:19:21', 'Raxco Software'),
(837, 5, 4, 294, '', 11, 2, '2016-07-15 14:18:00', 0, 0, '2016-07-15 14:21:05', 'FT Systems'),
(838, 5, 4, 295, '', 14, 2, '2016-07-18 07:52:14', 0, 0, '2016-07-18 08:58:19', 'Gebato Telecoms Technology'),
(839, 5, 4, 296, '', 10, 2, '2016-07-21 14:19:44', 0, 0, '2017-05-15 14:42:27', 'TechnoForward LLC'),
(840, 19, 6, 166, '', 12, 2, '2016-08-02 13:22:18', 0, 0, '2017-02-20 09:07:36', 'NEC provides Accor Hotels in Rio de Janeiro with UNIVERGE SV9300 Communications Servers'),
(841, 1, 1, 166, '', 0, 0, '2016-08-02 15:41:20', 0, 0, '0000-00-00 00:00:00', NULL),
(842, 1, 1, 167, '', 0, 0, '2016-08-03 09:18:31', 0, 0, '2016-08-03 09:19:17', 'test'),
(843, 1, 1, 168, '', 0, 0, '2016-08-03 09:21:19', 0, 0, '2016-08-03 09:22:08', 'test'),
(844, 16, 3, 210, '', 0, 2, '2016-08-09 11:18:44', 0, 0, '2017-01-12 09:53:10', 'Infographic HYDRAstor'),
(845, 16, 3, 211, '', 0, 2, '2016-08-12 15:51:10', 0, 0, '2017-05-23 13:59:36', 'Brochure Smart Hospitality Solutions for Small/Mid-sized Hotels'),
(846, 1, 1, 169, '', 0, 2, '2016-08-17 08:55:07', 0, 0, '2016-11-09 13:06:19', 'InGuard - Toll Fraud Defence'),
(847, 1, 1, 170, '', 0, 2, '2016-08-17 08:55:32', 0, 0, '2016-08-17 08:55:36', 'WebRTC'),
(848, 1, 1, 171, '', 0, 0, '2016-08-16 22:00:00', 0, 0, '2019-09-06 15:09:44', 'Cloud Platform for Iaas'),
(849, 16, 3, 212, '', 0, 2, '2016-08-17 09:28:28', 0, 0, '0000-00-00 00:00:00', NULL),
(850, 16, 3, 213, '', 0, 0, '2016-08-17 09:29:11', 0, 0, '2016-08-17 09:29:34', 'Cloud Platform for IaaS'),
(851, 1, 1, 172, '', 0, 2, '2016-08-16 22:00:00', 0, 0, '2017-11-06 09:43:43', 'UC Connector'),
(852, 16, 3, 214, '', 0, 2, '2016-08-17 12:17:21', 0, 0, '2017-03-14 10:48:03', 'Brochure UC Connector'),
(853, 16, 3, 215, '', 0, 2, '2016-08-17 13:07:51', 0, 0, '2016-08-17 13:09:35', ' NEC Cloud Platform for IaaS'),
(854, 5, 4, 297, '', 10, 2, '2016-08-22 07:54:32', 0, 0, '2017-05-15 15:06:21', 'Focus Middle East FZCO'),
(855, 16, 3, 216, '', 0, 2, '2016-08-22 08:27:44', 0, 0, '2016-08-22 08:28:09', 'Brochure Smart Hospitality - The Right Solution for the Right Hotel'),
(856, 19, 6, 167, '', 11, 1, '2016-08-24 12:47:27', 0, 0, '2017-07-19 09:32:45', 'NEC appoints Connectia as Executive Hospitality Partner in Poland'),
(857, 16, 3, 217, '', 0, 2, '2016-08-24 14:33:59', 0, 0, '2016-08-24 14:38:32', 'Datasheet MA4000 Budget Management'),
(858, 16, 3, 218, '', 0, 2, '2016-08-24 14:34:32', 0, 0, '2016-08-24 14:38:49', 'Datasheet MA4000 Asset Management'),
(859, 16, 3, 219, '', 0, 2, '2016-08-24 14:34:56', 0, 0, '2016-08-24 14:38:09', 'Datasheet MA4000 Tenant Resale'),
(860, 16, 3, 220, '', 0, 2, '2016-08-24 14:35:29', 0, 0, '2016-08-24 14:38:19', 'Datasheet MA4000 Helpdesk'),
(861, 19, 6, 168, '', 9, 1, '2016-08-30 11:54:09', 0, 0, '2017-02-20 09:14:07', 'NEC Enterprise Solutions showcases Smart Data & Storage solutions at IBC 2016'),
(862, 22, 1, 173, '', 0, 2, '2016-08-30 22:00:00', 0, 0, '2020-04-01 13:52:02', 'Where We\'ll Be Next'),
(863, 23, 7, 1, '', 3, 2, '2016-08-31 12:28:07', 0, 0, '2016-08-31 12:29:59', 'Stay connected'),
(864, 22, 1, 174, '', 3, 2, '2016-08-30 22:00:00', 0, 0, '2019-09-05 08:54:43', 'Co-creating the Future through Digital Transformation'),
(865, 23, 7, 2, '', 2, 2, '2016-08-30 22:00:00', 0, 0, '2019-09-05 08:53:50', 'Register now'),
(866, 1, 1, 175, 'high-availability', 0, 2, '2016-09-01 22:00:00', 0, 0, '2021-03-18 13:54:44', 'High availability'),
(867, 16, 3, 221, '', 0, 2, '2016-09-02 13:43:45', 0, 0, '2017-09-01 08:02:35', 'Whitepaper Unlock the Value of Big Data with NEC DX2000'),
(868, 18, 1, 176, '', 3, 2, '2016-09-07 22:00:00', 0, 0, '2019-05-15 09:39:42', 'ISO Certification'),
(869, 16, 3, 222, '', 0, 2, '2016-09-08 11:53:04', 0, 0, '2016-09-08 12:09:18', 'ISO Certification 9001 ITPF '),
(870, 16, 3, 223, '', 0, 2, '2016-09-08 11:54:09', 0, 0, '2016-09-08 13:13:27', 'ISO Certification 14001 ITPS'),
(871, 10, 5, 5, '', 16, 2, '2016-09-15 12:55:27', 0, 0, '2016-12-13 12:55:04', 'Smart Enterprise Drivers 2017'),
(872, 16, 3, 224, '', 0, 2, '2016-09-16 12:03:09', 0, 0, '2016-09-16 12:20:26', 'ENTERPRISE CONNECT UCaaS Hybrid RFP Review'),
(873, 16, 3, 225, '', 0, 2, '2016-09-16 12:08:52', 0, 0, '0000-00-00 00:00:00', NULL),
(874, 16, 3, 226, '', 0, 2, '2016-09-16 12:09:16', 0, 0, '0000-00-00 00:00:00', NULL),
(875, 16, 3, 227, '', 0, 2, '2016-09-16 12:10:28', 0, 0, '0000-00-00 00:00:00', NULL),
(876, 16, 3, 228, '', 0, 2, '2016-09-16 12:10:49', 0, 0, '0000-00-00 00:00:00', NULL),
(877, 16, 3, 229, '', 0, 2, '2016-09-15 22:00:00', 0, 0, '2018-03-13 10:01:48', 'NEC Smart Enterprise Drivers 2018'),
(878, 16, 3, 230, '', 0, 2, '2016-09-16 12:11:43', 0, 0, '2016-10-28 09:39:40', 'NEC Vision Case Studies and Highlights'),
(879, 19, 6, 169, '', 9, 2, '2016-09-16 12:19:53', 0, 0, '2016-09-16 12:21:03', 'ENTERPRISE CONNECT 2016'),
(880, 19, 6, 170, '', 8, 2, '2016-09-16 12:24:01', 0, 0, '2016-09-16 12:24:17', 'NEC High Availability Solutions for Education'),
(881, 19, 6, 171, '', 7, 2, '2016-09-16 12:25:21', 0, 0, '2016-09-16 12:26:11', 'NEC High Availability Solutions for Government'),
(882, 19, 6, 172, '', 6, 2, '2016-09-16 12:26:59', 0, 0, '2016-09-16 12:27:44', 'NEC High Availability Solutions for Healthcare'),
(883, 19, 6, 173, '', 5, 2, '2016-09-16 12:29:37', 0, 0, '2016-09-16 12:29:49', 'NEC High Availability Solutions for Hospitality'),
(884, 19, 6, 174, '', 10, 2, '2016-09-15 22:00:00', 0, 0, '2018-03-13 10:07:56', 'NEC Smart Enterprise Drivers 2018'),
(885, 19, 6, 175, '', 4, 2, '2016-09-16 12:34:43', 0, 0, '2016-10-28 09:50:17', 'NEC Vision Case Studies and Highlights'),
(886, 16, 3, 231, '', 0, 2, '2016-09-19 15:10:10', 0, 0, '0000-00-00 00:00:00', NULL),
(887, 5, 4, 298, '', 16, 2, '2016-09-20 14:46:32', 0, 0, '2017-01-11 14:14:07', 'ETEL-CI'),
(888, 5, 4, 299, '', 6, 2, '2016-09-20 15:36:15', 0, 0, '2016-09-20 15:42:33', 'Bridgetech plc'),
(889, 16, 3, 232, '', 0, 2, '2016-09-21 11:28:01', 0, 0, '2017-03-24 09:30:10', 'Infosheet SV9500'),
(890, 19, 6, 176, '', 10, 2, '2016-10-03 07:40:16', 0, 0, '2017-02-20 09:14:19', 'NEC’s solutions empower Smart Business Transformation at GITEX 2016'),
(891, 22, 1, 177, '', 2, 2, '2016-10-04 14:35:03', 0, 0, '2016-10-04 14:40:21', 'Smart Marketing Webinar'),
(892, 16, 3, 233, '', 0, 2, '2016-10-06 07:51:42', 0, 0, '2016-10-06 09:49:01', 'Video Frandsen Financial'),
(893, 19, 6, 177, '', 8, 2, '2016-10-06 08:12:07', 0, 0, '2017-02-20 09:14:43', 'NEC receives 2016 CUSTOMER Contact Center Technology Award'),
(894, 16, 3, 234, '', 0, 0, '2016-10-06 09:44:54', 0, 0, '2016-10-06 09:47:51', 'Case Study Frandsen Financial (US) - 3C'),
(895, 16, 3, 235, '', 0, 2, '2016-10-05 22:00:00', 0, 0, '2019-08-21 09:08:37', 'Frandsen Financial'),
(896, 16, 3, 236, '', 0, 2, '2016-10-06 14:25:58', 0, 0, '0000-00-00 00:00:00', NULL),
(897, 19, 6, 178, '', 3, 2, '2016-10-06 14:26:23', 0, 0, '2016-10-06 14:35:32', 'Success with SIP 2.0'),
(898, 10, 5, 6, '', 12, 2, '2016-10-07 07:32:32', 0, 0, '2016-10-07 07:34:21', 'Ensuring Responsive Continuity'),
(899, 5, 4, 300, '', 12, 2, '2016-10-10 07:34:57', 0, 0, '2016-10-11 08:03:19', 'RSD Reliable Solutions Distributor'),
(900, 1, 1, 178, '', 0, 1, '2016-10-10 22:00:00', 0, 0, '2017-09-25 09:38:32', 'InReports'),
(901, 19, 6, 179, '', 7, 2, '2016-10-13 07:12:19', 0, 0, '2017-02-20 09:15:01', 'NEC Adds M Series NAS Gateway™ to its portfolio of storage solutions'),
(902, 22, 1, 179, '', 1, 2, '2016-10-17 14:17:17', 0, 0, '2016-10-17 14:32:11', 'Infosecurity, Storage Expo and The Tooling Event 2016'),
(903, 23, 7, 3, '', 1, 2, '2016-10-17 14:21:05', 0, 0, '2016-10-17 14:27:15', 'Infosecurity, Storage Expo and The Tooling Event'),
(904, 19, 6, 180, '', 5, 2, '2016-10-19 07:00:39', 0, 0, '2017-02-20 09:06:45', 'NEC and RSD join forces in the distribution of Enterprise Solutions in Moldavia'),
(905, 1, 1, 180, '', 0, 0, '2016-10-27 14:07:35', 0, 0, '2016-10-27 14:17:59', 'Clock change instructions'),
(906, 1, 1, 181, '', 7, 1, '2016-10-27 14:39:11', 0, 0, '2016-10-27 15:17:30', 'Clock Change Instructions'),
(907, 16, 3, 237, '', 0, 2, '2016-11-02 13:39:46', 0, 0, '0000-00-00 00:00:00', NULL),
(908, 5, 4, 301, '', 14, 2, '2016-11-07 14:34:04', 0, 0, '2016-11-07 15:23:01', 'Engetel'),
(909, 5, 4, 302, '', 0, 0, '2016-11-07 15:04:32', 0, 0, '0000-00-00 00:00:00', 'Engetel'),
(910, 22, 1, 182, '', 6, 2, '2016-11-14 13:07:19', 0, 0, '2017-02-20 15:09:16', 'UNIVERGE SV9100 Questionnaire'),
(911, 5, 4, 303, '', 0, 0, '2016-11-15 10:45:59', 0, 0, '2016-11-15 11:34:59', 'Al Dawly Co. - Erbil branch'),
(912, 5, 4, 304, '', 17, 2, '2016-11-15 11:31:31', 0, 0, '2016-11-15 11:51:07', 'Al Dawly Co. '),
(913, 5, 4, 305, '', 9, 2, '2016-11-17 09:20:14', 0, 0, '2016-12-22 11:27:30', 'V.D.COM (Voice & Data Communication)'),
(914, 16, 3, 238, '', 0, 2, '2016-11-17 14:22:52', 0, 0, '0000-00-00 00:00:00', NULL),
(915, 19, 6, 181, '', 6, 2, '2016-11-21 08:12:30', 0, 0, '2017-02-20 09:21:16', 'Optimalisatie van veiligheid, kwaliteit en efficiency in de zorg door samenwerking NEC en Eurocom Group'),
(916, 22, 1, 183, '', 4, 2, '2016-11-23 15:39:42', 0, 0, '2016-11-23 15:48:59', 'Smart Rewards'),
(917, 16, 3, 239, '', 0, 2, '2016-11-27 23:00:00', 0, 0, '2019-09-03 11:49:17', 'Brochure IP DECT'),
(918, 19, 6, 182, '', 10, 2, '2016-11-30 10:15:12', 0, 0, '2017-05-18 08:48:45', 'New EMEA IT & Networking Solution Integration Competence Center marks acceleration of NEC’s global Smart Enterprise ambition'),
(919, 16, 3, 240, '', 0, 2, '2016-11-30 14:05:31', 0, 0, '2016-12-12 15:34:06', 'Brochure InGuard'),
(920, 5, 4, 306, '', 2, 2, '2016-12-05 13:09:50', 0, 0, '2016-12-05 14:05:09', 'TEKSAM Telekominikasyon Ltd. Sti.'),
(921, 5, 4, 307, '', 1, 2, '2016-12-05 13:10:59', 0, 0, '2016-12-05 14:02:01', 'TEKSAM Telekomünkasyon Ltd.Sti.'),
(922, 19, 6, 183, '', 19, 2, '2016-12-07 09:21:39', 0, 0, '2017-05-18 08:52:31', 'NEC Adds SDS Option to Highly Successful HYDRAstor Storage Platform with Launch of Virtual Appliance (VA)'),
(923, 19, 6, 184, '', 19, 2, '2016-12-08 09:59:03', 0, 0, '2017-05-18 08:52:45', 'The Hotel Royal Savoy goes SMART Hospitality with NEC'),
(924, 16, 3, 241, '', 0, 2, '2016-12-07 23:00:00', 0, 0, '2019-08-21 09:08:18', 'Lakeview Rest Homes, UK'),
(925, 5, 4, 308, '', 0, 1, '2016-12-11 23:00:00', 0, 0, '2019-05-15 11:15:46', 'iTOC - Telecom and IT Solutions'),
(926, 19, 6, 185, '', 18, 1, '2016-12-15 07:59:37', 0, 0, '2017-05-18 08:52:54', 'NEC and ITOC sign partnership contract to address the market for Enterprise communications solutions in Iran'),
(927, 10, 5, 7, '', 9, 1, '2016-12-15 13:56:34', 0, 0, '2016-12-15 13:57:27', 'Royal Savoy Hotel Lausanne goes SMART Hospitality with NEC'),
(928, 19, 6, 186, '', 17, 2, '2016-12-20 13:01:33', 0, 0, '2017-05-18 08:53:00', 'NEC Wins Big at the Frost & Sullivan’s 2016 Awards Banquet for its NeoFace® Facial Recognition Suite'),
(929, 5, 4, 309, '', 0, 2, '2017-01-03 08:58:03', 0, 0, '2017-01-03 09:24:46', 'CommCarrier Satellite Services Ltd.'),
(930, 5, 4, 310, 'social-media-can-form-an-important-part-of-your-contact-centre-strategy', 0, 0, '2017-11-12 23:00:00', 0, 0, '2017-11-13 16:04:11', ''),
(931, 16, 3, 242, '', 0, 2, '2017-01-03 23:00:00', 0, 0, '2018-10-30 09:05:02', 'Brochure NEC Storage M-Series'),
(932, 19, 6, 187, '', 2, 2, '2017-01-06 08:55:42', 0, 0, '2017-01-06 14:25:15', 'The Always-On Smart Enterprise'),
(933, 16, 3, 243, '', 0, 2, '2017-01-06 09:26:05', 0, 0, '2017-01-06 09:27:58', 'The Always-On Smart Enterprise'),
(934, 18, 1, 184, '', 5, 2, '2017-01-09 11:11:30', 0, 0, '2017-01-09 11:23:48', 'WEEE'),
(935, 19, 6, 188, '', 15, 2, '2017-01-09 19:31:19', 0, 0, '2017-05-18 08:53:17', 'Frost & Sullivan Applauds NEC’s Astute Strategies for Migration of Enterprise Communications Systems to Modern Solutions'),
(936, 16, 3, 244, '', 0, 2, '2017-01-10 23:00:00', 0, 0, '2018-06-04 15:37:19', 'Datasheet M166 DECT Communicator'),
(937, 16, 3, 245, '', 0, 2, '2017-01-10 23:00:00', 0, 0, '2018-05-24 10:50:20', 'Datasheet I766 and I766Ex'),
(938, 16, 3, 246, '', 0, 0, '2017-01-11 09:04:05', 0, 0, '0000-00-00 00:00:00', NULL),
(939, 16, 3, 247, '', 0, 0, '2017-01-11 09:04:39', 0, 0, '0000-00-00 00:00:00', NULL),
(940, 16, 3, 248, '', 0, 2, '2017-01-11 09:05:10', 0, 0, '0000-00-00 00:00:00', NULL),
(941, 10, 5, 8, '', 10, 1, '2017-01-11 14:09:17', 0, 0, '0000-00-00 00:00:00', NULL),
(942, 19, 6, 189, '', 1, 2, '2017-01-13 11:55:40', 0, 0, '2017-01-13 12:03:24', 'NEC Wins Frost & Sullivan award'),
(943, 16, 3, 249, '', 0, 2, '2017-01-13 11:58:45', 0, 0, '0000-00-00 00:00:00', NULL),
(944, 10, 5, 9, '', 8, 2, '2017-01-13 12:05:11', 0, 0, '2017-01-13 13:27:15', 'NEC Wins Frost &<br /> Sullivan award'),
(945, 16, 3, 250, 'ap400-datasheet', 0, 2, '2017-01-15 23:00:00', 0, 0, '2019-06-14 16:14:51', 'Datasheet AP400'),
(946, 16, 3, 251, 'ap400-sales-sheet', 0, 2, '2017-01-16 13:54:56', 0, 0, '2017-03-24 09:30:20', 'AP400 infosheet'),
(947, 16, 3, 252, 'datasheet-3c', 0, 2, '2017-01-16 23:00:00', 0, 0, '2019-10-08 12:31:30', 'Datasheet UNIVERGE 3C'),
(948, 5, 4, 311, 'comnetwork', 0, 0, '2017-01-17 16:53:26', 0, 0, '2017-01-17 16:56:05', 'ComNetwork'),
(949, 5, 4, 312, 'test', 0, 1, '2017-01-17 16:57:01', 0, 0, '2017-01-18 08:50:48', 'Com Network'),
(950, 22, 1, 185, 'smart-rewards-confirmation', 5, 2, '2017-01-19 10:54:23', 0, 0, '2017-01-19 11:00:19', 'Smart Rewards confirmation'),
(951, 19, 6, 190, 'http-wwwneccom-en-event-mwc-', 13, 2, '2017-01-19 15:28:16', 0, 0, '2017-03-24 14:37:21', 'NEC drives digital transformation at Mobile World Congress 2017'),
(952, 19, 6, 191, 'nec-named-to-2017-global-100-most-sustainable-corporations-in-the-world-', 12, 2, '2017-01-20 13:40:39', 0, 0, '2017-05-18 08:53:33', 'NEC Named to the \"Global 100 Most Sustainable Corporations\" List for 2017'),
(953, 19, 6, 192, 'nec-appoints-stelkom-as-business-partner-for-enterprise-solutions-in-slovenia', 11, 2, '2017-01-23 08:43:52', 0, 0, '2017-05-18 08:53:44', 'NEC appoints Stelkom as Business Partner for Enterprise Solutions in Slovenia'),
(954, 5, 4, 313, 'stelkom-doo', 0, 2, '2017-01-23 09:09:07', 0, 0, '2017-01-23 09:45:51', 'Stelkom d.o.o');
INSERT INTO `unique_ids` (`unique_id`, `sectie_id`, `template_id`, `entry_id`, `url`, `position`, `status`, `created`, `language_id`, `translation_of_uid`, `last_update`, `sortable`) VALUES
(955, 19, 6, 193, 'in-times-of-financial-uncertainty-necs-stability-is-part-of-the-solution', 10, 1, '2017-01-24 08:38:41', 0, 0, '2017-01-24 13:08:30', 'In times of financial uncertainty, NEC’s stability is part of the solution'),
(956, 16, 3, 253, 'sales-sheet-inuc', 0, 2, '2017-01-26 23:00:00', 0, 0, '2020-01-23 12:48:21', 'Infosheet InUC'),
(957, 5, 4, 314, 'cjsc-nec-neva-communication-systems', 0, 2, '2017-02-02 09:54:28', 0, 0, '2017-02-02 10:20:01', 'CJSC NEC Neva Communication Systems'),
(958, 16, 3, 254, 'dcig-report-on-storage-why-nec-earned-the-recommended-ranking-in-dcigs-evaluation-of-sub-2-pb-midrange-arrays', 0, 2, '2017-02-09 14:27:16', 0, 0, '2017-02-10 14:26:35', 'DCIG’s Evaluation of Sub-2 PB Midrange Arrays'),
(959, 16, 3, 255, 'why-nec-earned-the-recommended-ranking-in-dcigs-evaluation-of-small-and-midsize-enterprise-all-flash-arrays', 0, 2, '2017-02-09 14:28:10', 0, 0, '2017-02-10 09:57:46', 'DCIG’s Evaluation of Small and Midsize Enterprise All-Flash Arrays'),
(960, 5, 4, 315, 'telicse', 0, 2, '2017-02-21 12:11:42', 0, 0, '2017-02-21 12:19:05', 'TELICSE'),
(961, 16, 3, 256, 'infosheet-ucb-touchpoint', 0, 0, '2017-02-21 14:22:17', 0, 0, '2017-07-18 09:26:51', 'Infosheet UCB Touchpoint'),
(962, 10, 8, 1, 'necs-hydrastor', 19, 1, '2017-02-23 12:31:49', 0, 0, '2017-06-16 13:41:08', 'NEC’s HYDRAstor'),
(963, 10, 8, 2, 'marriott-courtyard-belgrade-city', 14, 1, '2017-02-22 23:00:00', 0, 0, '2017-09-19 14:15:33', 'Marriott Courtyard Belgrade City'),
(964, 10, 8, 3, 'networking-under-fire', 19, 1, '2017-02-23 12:32:49', 0, 0, '0000-00-00 00:00:00', 'Networking Under Fire'),
(965, 10, 8, 4, 'why-nec-fault-tolerant-servers', 19, 1, '2017-02-23 12:33:48', 0, 0, '0000-00-00 00:00:00', 'Why NEC Fault Tolerant Servers?'),
(966, 10, 8, 5, 'nec-inguard-application', 10, 1, '2017-02-23 12:34:39', 0, 0, '2017-08-08 13:35:20', 'NEC InGuard Application'),
(967, 10, 8, 6, 'the-hotel-royal-savoy', 16, 1, '2017-02-22 23:00:00', 0, 0, '2017-09-19 14:15:37', 'The Hotel Royal Savoy'),
(968, 16, 3, 257, 'infosheet-inreports', 0, 2, '2017-02-22 23:00:00', 0, 0, '2020-01-28 08:49:40', 'Infosheet InReports'),
(969, 16, 3, 258, 'datasheet-ma4000-system-management', 0, 2, '2017-02-26 23:00:00', 0, 0, '2017-12-19 15:32:58', 'Datasheet MA4000 System Management'),
(970, 19, 6, 194, 'nec-presents-smart-cruise-ship-communications-at-seatrade-cruise-global', 9, 2, '2017-03-08 08:41:58', 0, 0, '2017-03-24 14:35:25', 'NEC presents Smart Cruise Ship Communications at Seatrade Cruise Global'),
(971, 16, 3, 259, 'ultracare-terms-conditions-german', 0, 2, '2017-03-15 13:17:00', 0, 0, '2017-03-15 13:25:01', 'Ultracare Terms and Conditions (german)'),
(972, 16, 3, 260, 'ultracare-terms-conditions-italian', 0, 2, '2017-03-15 13:20:12', 0, 0, '2017-03-15 13:24:53', 'Ultracare Terms and Conditions (italian)'),
(973, 16, 3, 261, 'ultracare-terms-conditions-englisn', 0, 2, '2017-03-15 13:20:55', 0, 0, '2017-03-15 13:29:06', 'Ultracare Terms and Conditions (english)'),
(974, 16, 3, 262, 'ultracare-terms-conditions-french', 0, 2, '2017-03-15 13:21:18', 0, 0, '2017-03-15 13:24:41', 'Ultracare Terms and Conditions (french)'),
(975, 16, 3, 263, 'ultracare-terms-conditions-spanish', 0, 2, '2017-03-15 13:21:54', 0, 0, '2017-03-15 13:24:13', 'Ultracare Terms and Conditions (spanish)'),
(976, 16, 3, 264, 'whitepaper-dx2000-scalable-modular-platform-for-data-intensive-applications', 0, 2, '2017-03-22 09:30:25', 0, 0, '2017-03-22 09:36:48', 'Whitepaper DX2000 - Scalable Modular Platform for Data-Intensive Applications'),
(977, 16, 3, 265, '3c-software-assurance', 0, 2, '2017-03-23 23:00:00', 0, 0, '2020-01-31 15:11:40', '3C Software Assurance'),
(978, 10, 1, 186, 'whitepaper-dx2000', 0, 0, '2017-03-24 14:53:32', 0, 0, '2017-03-24 14:56:49', 'DX2000 Scalable Modular Platform for Data-Intensive Applications'),
(979, 10, 8, 7, 'dx2000-scalable-modular-platform-for-data-intensive-applications', 9, 1, '2017-03-24 15:08:00', 0, 0, '2017-03-24 15:08:51', 'DX2000 Scalable Modular Platform for Data-Intensive Applications'),
(980, 19, 6, 195, 'nec-and-telecomdistribution-sign-extended-distribution-partnership-for-sub-saharan-africa-region', 8, 2, '2017-03-27 07:25:19', 0, 0, '2017-07-19 07:47:50', 'NEC and TelecomDistribution sign extended distribution partnership for Sub-Saharan Africa region'),
(981, 19, 6, 196, 'gijima-launches-nec-based-ucaas-solution-and-boards-first-customers', 7, 2, '2017-03-29 07:57:45', 0, 0, '2017-07-19 07:48:09', 'Gijima launches NEC based UCaaS solution and boards first customers'),
(982, 19, 6, 197, 'nec-appoints-gijima-as-first-certified-sdn-partner-in-south-africa', 6, 2, '2017-04-04 06:21:03', 0, 0, '2017-07-19 07:48:48', 'NEC appoints Gijima as first Certified SDN Partner in South Africa'),
(983, 5, 4, 316, 'dataphone', 0, 2, '2017-04-07 14:04:50', 0, 0, '2017-04-07 14:10:31', 'Dataphone'),
(984, 19, 6, 198, 'fcs-partners-with-nec-enterprise-solutions-to-expand-hospitality-offering-in-emea', 5, 2, '2017-04-10 06:32:16', 0, 0, '2017-07-19 07:49:03', 'FCS Partners with NEC Enterprise Solutions to Expand Hospitality Offering in EMEA'),
(985, 10, 8, 8, 'the-hotel-royal-savoy-goes-smart-hospitality-with-nec', 19, 1, '2017-04-19 15:37:52', 0, 0, '2017-04-19 16:05:25', 'The Hotel Royal Savoy goes SMART Hospitality with NEC'),
(986, 10, 8, 9, 'the-always-on-smart-enterprise', 8, 1, '2017-04-19 15:51:44', 0, 0, '2017-08-08 13:22:57', 'The Always-on Smart Enterprise.<br />Is your business prepared?'),
(987, 19, 6, 199, 'nec-introduceert-integrale-ip-dect-oplossing-voor-stille-alarmering-en-ontruiming-conform-nen-2575-4', 9, 2, '2017-04-25 08:50:33', 0, 0, '2017-09-05 08:01:03', 'NEC introduceert integrale IP DECT oplossing voor stille alarmering en ontruiming conform NEN 2575-4'),
(988, 5, 4, 317, 'paraye', 0, 1, '2017-05-01 08:54:48', 0, 0, '2017-05-01 09:23:18', 'Paraye'),
(989, 19, 6, 200, 'nec-and-gijima-to-provide-hosted-hotel-telephony-solution-for-tsogo-sun-group', 19, 2, '2017-05-02 09:18:50', 0, 0, '2017-09-05 08:01:20', 'NEC and Gijima to provide Hosted Hotel Telephony solution for Tsogo Sun Group'),
(990, 19, 6, 201, 'tsv-groep-nieuwe-business-partner-van-nec', 18, 2, '2017-05-08 06:41:29', 0, 0, '2017-09-05 08:01:38', 'TSV-Groep nieuwe Business Partner van NEC'),
(991, 19, 6, 202, 'nec-appoints-ila-microservers-as-smart-enterprise-business-partner-for-its-smart-dx-microserver-series', 17, 2, '2017-05-09 05:27:23', 0, 0, '2017-09-05 08:01:47', 'NEC appoints ILA Microservers as Smart Enterprise Business Partner for its Smart DX Microserver Series'),
(992, 5, 4, 318, 'ascotel-for-telecommunication', 0, 2, '2017-05-10 11:02:32', 0, 0, '2017-05-10 11:08:19', 'ASCOTEL | For Telecommunication'),
(993, 5, 4, 319, 'ila-microservers', 0, 0, '2017-05-15 12:58:21', 0, 0, '2017-05-15 14:17:27', 'ILA Microservers'),
(994, 5, 4, 320, 'ila-microservers', 0, 2, '2017-05-14 22:00:00', 0, 0, '2017-12-11 12:46:00', 'Hiro-MicroDataCenters'),
(995, 5, 4, 321, 'comatec', 0, 2, '2017-05-15 13:14:29', 0, 0, '2017-09-18 09:35:25', 'SIEMTEC spa'),
(996, 5, 4, 322, 'it-works-llc', 0, 2, '2017-05-15 14:48:16', 0, 0, '2017-05-15 14:59:02', 'ITworks LLC'),
(997, 19, 6, 203, 'nec-awards-top-performers-at-nec-emea-partner-conference-2017-in-monaco', 16, 2, '2017-05-15 15:44:13', 0, 0, '2017-06-19 09:29:01', 'NEC awards Top Performers at NEC EMEA Partner Conference 2017 in Monaco'),
(998, 10, 8, 10, 'baustoffmetall-germany', 19, 1, '2017-05-18 09:04:21', 0, 0, '2017-05-18 09:11:53', 'Baustoff+Metall Germany'),
(999, 16, 3, 266, 'baustoffmetall-germany', 0, 2, '2017-05-17 22:00:00', 0, 0, '2019-08-21 09:07:58', 'Case Study Baustoff+Metall Germany'),
(1000, 10, 8, 11, 'hosted-solution-based-on-univerge-3c-for-tsogo-sun-resorts', 19, 1, '2017-05-18 09:35:39', 0, 0, '2017-05-18 12:44:31', 'Hosted solution based on UNIVERGE 3C for Tsogo Sun Group'),
(1001, 16, 3, 267, 'infosheet-inhotel', 0, 2, '2017-05-21 22:00:00', 0, 0, '2020-01-23 12:48:39', 'Infosheet InHotel'),
(1002, 16, 3, 268, 'infosheet-inguard', 0, 2, '2017-05-21 22:00:00', 0, 0, '2020-01-23 12:48:58', 'Infosheet InGuard'),
(1003, 16, 3, 269, 'brochure-smart-hospitality-great-solutions-for-smaller-hotels', 0, 2, '2017-05-22 22:00:00', 0, 0, '2018-07-30 07:50:00', 'Brochure Smart Hospitality - Great Solutions for Smaller Hotels'),
(1004, 16, 3, 270, '7-reasons-why-you-should-be-using-necs-inhotel', 0, 2, '2017-05-23 14:04:46', 0, 0, '2017-05-23 14:05:46', '7 reasons why you should be using NEC\'s InHotel'),
(1005, 10, 8, 12, 'inhotel-cost-effective-solution-providing-easier-bookings-billings-administration', 17, 1, '2017-05-23 14:19:59', 0, 0, '2017-05-23 14:56:46', 'InHotel - NEC’s Built-in Property Management System'),
(1006, 10, 8, 13, 'inhotel-cost-effective-solution-providing-easier-bookings-billings-administration', 19, 1, '2017-05-23 14:28:15', 0, 0, '2017-05-23 14:30:46', 'InHotel - Cost-effective solution providing easier bookings, billings & administration'),
(1007, 16, 3, 271, 'datasheet-sip-terminals-for-univerge-3c-and-sipnet-is3000-platforms', 0, 2, '2017-05-23 22:00:00', 0, 0, '2019-08-19 11:14:35', 'Datasheet SIP Phones for UNIVERGE 3C and SIP@Net/iS3000 Platforms'),
(1008, 16, 3, 272, 'datasheet-sv9500', 0, 0, '2017-05-23 22:00:00', 0, 0, '2019-08-21 07:38:25', 'Datasheet UNIVERGE SV9500'),
(1009, 19, 6, 204, 'felton-introduces-feltoncloud-based-on-nec-technology', 14, 2, '2017-05-30 22:00:00', 0, 0, '2017-10-30 11:02:49', 'Felton introduces FeltonCloud based on NEC technology'),
(1010, 19, 6, 205, 'felton-introduceert-feltoncloud-op-basis-van-nec-technologie', 15, 2, '2017-05-30 22:00:00', 0, 0, '2017-10-30 11:03:09', 'Felton introduceert FeltonCloud op basis van NEC technologie'),
(1011, 23, 7, 4, 'free-90-day-hydrastor-trial', 4, 2, '2017-06-06 09:40:07', 0, 0, '2017-06-08 12:39:26', 'Free 90-day HYDRAstor VA Trial'),
(1012, 10, 5, 10, 'free-90-day-hydrastor-trial', 6, 2, '2017-06-07 13:18:08', 0, 0, '2017-06-08 12:39:05', 'How can we help you become storage proficient?'),
(1013, 10, 8, 14, 'feltoncloud-based-on-nec-technology', 13, 1, '2017-06-07 14:19:09', 0, 0, '2017-08-08 13:38:35', 'Felton introduces FeltonCloud based on NEC technology'),
(1014, 1, 1, 187, 'hs8-5000-global-dedupe-backup-storage', 1, 2, '2017-06-07 22:00:00', 0, 0, '2019-06-20 09:29:05', 'HS8-5000 Global Dedupe Backup Storage'),
(1015, 1, 1, 188, 'hs6-5000a-scale-out-archive-storage', 2, 2, '2017-06-08 08:42:32', 0, 0, '2017-06-08 09:24:34', 'HS6-5000A Scale-Out Archive Storage'),
(1016, 1, 1, 189, 'hs3-510-backup-storage-smb-remote', 3, 2, '2017-06-08 09:10:47', 0, 0, '2017-06-08 09:24:59', 'HS3-510 Backup Storage-SMB/Remote'),
(1017, 1, 1, 190, 'hs-virtual-appliance-va', 4, 2, '2017-06-08 09:18:10', 0, 0, '2017-06-20 09:16:44', 'HYDRAstor HS Virtual Appliance (VA)'),
(1018, 1, 1, 191, 'repligrid-software', 5, 2, '2017-06-08 09:18:18', 0, 0, '2017-06-08 10:01:46', 'RepliGrid Software'),
(1019, 1, 1, 192, 'advanced-data-services-software', 6, 2, '2017-06-08 09:18:41', 0, 0, '2017-06-08 10:01:33', 'Advanced Data Services Software'),
(1020, 1, 1, 193, 'hydralock-software', 7, 2, '2017-06-08 09:18:51', 0, 0, '2017-06-08 10:02:54', 'HYDRAlock Software'),
(1021, 1, 1, 194, 'encryption-at-rest-software', 8, 2, '2017-06-08 09:19:06', 0, 0, '2017-06-08 10:08:48', 'Encryption At Rest Software'),
(1022, 1, 1, 195, 'm-series-disk-array-software', 8, 1, '2017-06-08 10:56:18', 0, 0, '2017-06-08 11:22:07', 'M Series Software'),
(1023, 16, 3, 273, 'infosheet-hydrastor-va', 0, 2, '2017-06-09 13:49:27', 0, 0, '2017-06-09 13:51:46', 'Infosheet HYDRAstor VA'),
(1024, 2, 1, 196, 'manufacturing', 0, 2, '2017-06-12 22:00:00', 0, 0, '2021-03-18 14:09:56', 'Smart Manufacturing'),
(1025, 16, 3, 274, 'hydrastor-virtual-appliance', 0, 0, '2017-06-14 08:53:37', 0, 0, '0000-00-00 00:00:00', 'HYDRAstor Virtual Appliance'),
(1026, 16, 3, 275, 'ryukoku-university', 0, 2, '2017-06-14 22:00:00', 0, 0, '2019-08-21 09:30:40', 'Ryukoku University'),
(1027, 16, 3, 276, 'dusit-thani', 0, 2, '2017-06-14 22:00:00', 0, 0, '2019-08-21 09:56:53', 'Dusit-Thani'),
(1028, 16, 3, 277, 'ancienne-belgique', 0, 2, '2017-06-14 22:00:00', 0, 0, '2020-03-06 14:21:40', 'Ancienne Belgique'),
(1029, 16, 3, 278, 'lemon-tree-hotels', 0, 2, '2017-06-14 22:00:00', 0, 0, '2019-08-21 09:31:56', 'Lemon Tree hotels'),
(1030, 16, 3, 279, 'meikles-hotels', 0, 2, '2017-06-14 22:00:00', 0, 0, '2019-08-21 09:31:03', 'Meikles Hotels'),
(1031, 16, 3, 280, 'the-victoria-falls-hotel', 0, 2, '2017-06-14 22:00:00', 0, 0, '2019-08-21 09:12:31', 'The Victoria Falls Hotel'),
(1032, 16, 3, 281, 'sheraton-ufa', 0, 2, '2017-06-14 22:00:00', 0, 0, '2019-08-21 09:07:35', 'Sheraton Ufa'),
(1033, 16, 3, 282, 'nipman-fastener-industries', 0, 2, '2017-06-14 22:00:00', 0, 0, '2019-08-21 09:07:41', 'Nipman Fastener Industries'),
(1034, 16, 3, 283, 'india-steel-summit', 0, 2, '2017-06-14 22:00:00', 0, 0, '2019-08-21 09:06:27', 'India Steel Summit'),
(1035, 1, 1, 197, 'nec-information-assessment-system', 0, 2, '2017-06-14 22:00:00', 0, 0, '2017-09-26 08:36:44', 'NIAS - NEC Information Assessment System'),
(1036, 16, 3, 284, 'nias', 0, 2, '2017-06-15 07:49:49', 0, 0, '2017-06-15 07:50:44', 'NIAS - NEC Information Assessment System'),
(1037, 22, 1, 198, 'hosted-vs-on-premises-communications-in-hospitality', 7, 2, '2017-06-16 11:01:43', 0, 0, '2017-06-16 11:06:51', 'Hosted vs On-Premises Communications in Hospitality'),
(1038, 5, 4, 323, 'douran-group', 0, 1, '2017-06-21 08:12:21', 0, 0, '2017-06-21 13:19:45', 'Douran Group'),
(1039, 16, 3, 285, 'baseline-pro-cli', 0, 2, '2017-06-22 13:56:11', 0, 0, '2017-07-14 14:05:33', 'Datasheet BaseLIne Pro CLI'),
(1040, 16, 3, 286, 'brochure-nec-full-healthcare-communications', 0, 2, '2017-06-29 22:00:00', 0, 0, '2017-10-20 10:03:05', 'Brochure NEC iCall - Smart Healthcare Communications'),
(1041, 5, 4, 324, 'emnec-ostertag-systems-gmbh', 0, 2, '2017-06-29 22:00:00', 0, 0, '2020-02-10 10:31:16', 'NECXTCOM GmbH'),
(1042, 5, 4, 325, 'ostertag-systems-gmbh', 0, 2, '2017-07-02 22:00:00', 0, 0, '2019-11-14 15:46:08', 'Ostertag DeTeWe GmbH'),
(1043, 19, 6, 206, 'nec-and-fox-it-provide-joint-solution-to-prevent-cyber-attacks', 13, 2, '2017-07-03 22:00:00', 0, 0, '2018-03-21 15:20:08', 'NEC and Fox-IT provide joint solution to prevent cyber-attacks'),
(1044, 10, 1, 199, 'nec-and-fox-it-provide-joint-solution-to-prevent-cyber-attacks', 4, 1, '2017-07-04 14:31:24', 0, 0, '2017-07-04 15:12:12', 'NEC and Fox-IT provide joint solution to prevent cyber-attacks'),
(1045, 10, 8, 15, 'nec-and-fox-it-provide-joint-solution-to-prevent-cyber-attacks', 11, 1, '2017-07-04 14:35:33', 0, 0, '2017-08-08 12:51:17', 'NEC and Fox-IT provide joint solution to prevent cyber-attacks'),
(1046, 10, 8, 16, 'https-wwwnec-enterprisecom-newsroom-press-releases-nec-and-fox-it-provide-joint-solution-to-prevent-cyber-attacks-1043', 0, 0, '2017-07-04 14:37:17', 0, 0, '0000-00-00 00:00:00', '.'),
(1048, 5, 4, 326, 'almoayed-telecomamtel', 0, 2, '2017-07-04 22:00:00', 0, 0, '2017-11-08 11:23:31', 'Almoayed Telecom (AMTEL)'),
(1047, 10, 8, 17, 'https-wwwnec-enterprisecom-newsroom-press-releases-nec-and-fox-it-provide-joint-solution-to-prevent-cyber-attacks-1043', 3, 0, '2017-07-04 14:40:45', 0, 0, '2017-07-04 15:14:37', ''),
(1049, 1, 1, 200, 'tape-storage-solutions', 0, 1, '2017-07-14 08:17:21', 0, 0, '2017-07-14 08:23:09', 'Tape Storage Solutions'),
(1050, 16, 3, 287, 'tape-storage-solutions', 0, 2, '2017-07-14 08:21:00', 0, 0, '0000-00-00 00:00:00', 'Tape Storage Solutions'),
(1051, 16, 3, 288, 'nec-sworm', 0, 2, '2017-07-14 08:22:08', 0, 0, '0000-00-00 00:00:00', 'NEC SworM'),
(1052, 16, 3, 289, 'nec-taan', 0, 2, '2017-07-13 22:00:00', 0, 0, '2017-09-25 13:08:18', 'NEC - Tape as a Nas'),
(1053, 19, 6, 207, 'nec-ip-dect-fully-certified-for-interoperability-with-avaya', 12, 2, '2017-07-18 22:00:00', 0, 0, '2018-03-21 15:20:25', 'NEC IP DECT fully certified for interoperability with Avaya'),
(1054, 19, 6, 208, 'nec-ip-dect-fully-certified-for-interoperability-with-avaya-test', 0, 0, '2017-07-19 07:54:55', 0, 0, '2017-07-19 07:56:06', 'NEC IP DECT fully certified for interoperability with Avaya'),
(1055, 10, 8, 18, 'nec-ip-dect-fully-certified-for-interoperability-with-avaya', 7, 1, '2017-07-21 08:54:40', 0, 0, '2017-08-08 13:11:06', 'NEC IP DECT compatible with Avaya Aura, IP Office and CS1000 systems'),
(1056, 5, 4, 327, 'al-falk-itt', 0, 2, '2017-07-24 14:00:38', 0, 0, '2017-07-24 14:13:48', 'Al Falk IT & T'),
(1057, 16, 3, 290, 'datasheet-univerge-bx500', 0, 2, '2017-08-16 22:00:00', 0, 0, '2020-06-29 12:38:51', 'Datasheet UNIVERGE BX500'),
(1058, 22, 1, 201, 'roadshow-france', 8, 2, '2017-08-23 13:36:59', 0, 0, '2017-08-23 13:48:44', '<span style=\"color:#112e5c\">Système de communication SL2100</span><br />L’excellence intégrée'),
(1059, 19, 6, 209, 'nec-enterprise-solutions-showcases-integrated-high-availability-solutions-at-ibc-2017', 11, 2, '2017-08-29 22:00:00', 0, 0, '2018-03-21 15:20:39', 'NEC Enterprise Solutions showcases Integrated High Availability solutions at IBC 2017'),
(1060, 19, 6, 210, 'nec-introduces-sl2100-for-smart-smb-communications-in-emea', 10, 2, '2017-09-03 22:00:00', 0, 0, '2018-03-21 15:21:13', 'NEC introduces SL2100 for Smart SMB Communications in EMEA'),
(1061, 10, 5, 11, 'introducing-built-in-brilliance', 3, 1, '2017-09-04 18:49:35', 0, 0, '2017-09-05 06:37:44', '<span style=\"color:#112e5c;\">Introducing....</span><br />Built-in Brilliance'),
(1062, 1, 1, 202, 'sl2100', 2, 2, '2017-09-04 22:00:00', 0, 0, '2021-01-18 12:57:18', 'UNIVERGE SL2100'),
(1063, 19, 6, 211, 'nec-empowers-smart-digital-transformation-in-business-and-society-at-gitex-2017', 9, 2, '2017-09-05 22:00:00', 0, 0, '2018-03-21 15:21:25', 'NEC empowers Smart Digital Transformation in Business and Society at GITEX 2017'),
(1064, 23, 7, 5, 'test', 7, 1, '2017-09-08 07:20:43', 0, 0, '0000-00-00 00:00:00', 'test'),
(1065, 22, 1, 203, 'meet-the-expert', 9, 2, '2017-09-12 13:41:05', 0, 0, '2017-09-12 13:48:17', 'Meet the expert at GITEX 2017'),
(1066, 1, 1, 204, '', 0, 0, '2017-09-19 14:31:10', 2, 113, '2017-11-03 08:36:19', NULL),
(1117, 2, 1, 247, '', 0, 0, '2017-09-25 13:42:06', 2, 168, '2017-11-03 09:51:37', NULL),
(1068, 16, 3, 291, 'brochure-sp350-multimedia-ip-softphone', 0, 2, '2017-09-21 22:00:00', 0, 0, '2020-12-07 11:56:54', 'SP350 Multimedia IP Softphone'),
(1069, 10, 1, 206, 'a-global-leader-providing-communication-&-it-solutions-to-small-medium-&-large-businesses.-phone-systems-video-collaboration-home-working-contact-centers-and-more.', 0, 2, '2017-09-24 22:00:00', 0, 0, '2021-03-15 10:23:36', 'NEC Enterprise Solutions'),
(1071, 10, 8, 19, '', 0, 0, '2017-09-25 09:11:29', 2, 1055, '2017-11-02 09:51:10', NULL),
(1072, 10, 8, 20, '', 0, 0, '2017-09-25 09:13:05', 2, 986, '2017-11-02 09:51:47', NULL),
(1073, 10, 8, 21, '', 0, 0, '2017-09-25 09:13:32', 2, 979, '2017-11-02 09:52:14', NULL),
(1074, 10, 8, 22, '', 0, 0, '2017-09-25 09:14:03', 2, 966, '2017-11-02 09:52:35', NULL),
(1075, 10, 8, 23, '', 0, 0, '2017-09-25 09:14:20', 2, 1045, '2017-11-02 09:53:00', NULL),
(1076, 10, 8, 24, '', 0, 0, '2017-09-25 09:14:34', 2, 1013, '2017-11-02 09:53:24', NULL),
(1077, 10, 5, 12, '', 0, 0, '2017-09-25 09:15:11', 2, 1061, '2017-09-25 09:28:03', NULL),
(1078, 1, 1, 208, '', 0, 0, '2017-09-25 09:40:38', 2, 3, '2017-11-03 08:38:07', NULL),
(1079, 1, 1, 209, '', 0, 0, '2017-09-25 09:47:46', 2, 4, '2017-11-03 08:36:56', NULL),
(1080, 1, 1, 210, '', 0, 0, '2017-09-25 09:50:11', 2, 114, '2017-11-03 08:31:12', NULL),
(1081, 1, 1, 211, '', 0, 0, '2017-09-25 09:55:25', 2, 115, '2017-11-03 08:29:17', NULL),
(1082, 1, 1, 212, '', 0, 0, '2017-09-25 09:59:57', 2, 8, '2017-11-02 10:22:43', NULL),
(1083, 1, 1, 213, '', 0, 0, '2017-09-25 10:02:10', 2, 9, '2017-11-03 08:27:51', NULL),
(1084, 1, 1, 214, '', 0, 0, '2017-09-25 10:03:46', 2, 10, '2017-11-03 08:28:00', NULL),
(1087, 1, 1, 217, 'univerge-sv9100', 0, 2, '2017-09-25 10:16:33', 2, 19, '2017-11-03 08:46:08', NULL),
(1086, 1, 1, 216, '', 0, 0, '2017-09-25 10:13:57', 2, 120, '2017-11-03 09:55:16', NULL),
(1088, 1, 1, 218, '', 0, 0, '2017-09-25 10:28:39', 2, 1062, '2017-09-25 10:28:43', NULL),
(1089, 1, 1, 219, '', 0, 0, '2017-09-25 10:28:57', 2, 18, '2017-09-25 10:29:09', NULL),
(1090, 1, 1, 220, '', 0, 0, '2017-09-25 10:36:02', 2, 151, '2017-09-25 10:36:47', NULL),
(1091, 1, 1, 221, '', 0, 0, '2017-09-25 11:14:36', 2, 48, '2017-11-02 11:29:51', NULL),
(1092, 1, 1, 222, '', 0, 0, '2017-09-25 11:18:12', 2, 51, '2017-11-06 09:37:23', NULL),
(1093, 1, 1, 223, '', 0, 0, '2017-09-25 11:21:42', 2, 52, '2017-09-25 11:21:56', NULL),
(1094, 1, 1, 224, '', 0, 0, '2017-09-25 11:25:28', 2, 21, '2017-11-06 09:40:55', NULL),
(1095, 1, 1, 225, '', 0, 0, '2017-09-25 11:28:36', 2, 122, '2017-11-03 09:22:04', NULL),
(1096, 1, 1, 226, '', 0, 0, '2017-09-25 11:30:11', 2, 29, '2017-11-02 13:33:25', NULL),
(1097, 1, 1, 227, '', 0, 0, '2017-09-25 11:35:52', 2, 128, '2017-11-02 14:28:27', NULL),
(1098, 1, 1, 228, '', 0, 0, '2017-09-25 11:38:15', 2, 83, '2017-11-02 14:30:00', NULL),
(1099, 1, 1, 229, '', 0, 0, '2017-09-25 11:39:44', 2, 84, '2017-11-02 14:31:08', NULL),
(1100, 1, 1, 230, '', 0, 0, '2017-09-25 11:41:36', 2, 85, '2017-09-25 11:41:48', NULL),
(1101, 1, 1, 231, '', 0, 0, '2017-09-25 11:43:56', 2, 86, '2017-11-02 14:34:05', NULL),
(1102, 1, 1, 232, '', 0, 0, '2017-09-25 11:46:59', 2, 89, '2017-11-02 14:38:57', NULL),
(1103, 1, 1, 233, '', 0, 0, '2017-09-25 11:48:25', 2, 87, '2017-11-02 14:40:36', NULL),
(1104, 1, 1, 234, '', 0, 0, '2017-09-25 11:49:47', 2, 88, '2017-11-02 14:42:00', NULL),
(1105, 1, 1, 235, '', 0, 0, '2017-09-25 11:53:19', 2, 103, '2017-11-06 10:01:30', NULL),
(1106, 1, 1, 236, '', 0, 0, '2017-09-25 12:09:00', 2, 110, '2017-11-02 15:11:42', NULL),
(1107, 1, 1, 237, '', 0, 0, '2017-09-25 12:19:28', 2, 112, '2017-11-06 09:57:45', NULL),
(1108, 1, 1, 238, 'taan', 1, 2, '2017-09-24 22:00:00', 0, 0, '2017-09-25 13:07:45', 'NEC TaaN'),
(1109, 1, 1, 239, '', 0, 0, '2017-09-25 12:27:16', 2, 1108, '2017-11-02 17:15:24', NULL),
(1110, 1, 1, 240, 'smart-storage-solution', 0, 2, '2017-09-24 22:00:00', 0, 0, '2017-09-25 12:37:38', 'Smart Storage Solution'),
(1111, 1, 1, 241, '', 0, 0, '2017-09-25 12:37:17', 2, 1110, '2017-11-02 15:34:22', NULL),
(1112, 1, 1, 242, 'nec-sworm', 2, 2, '2017-09-24 22:00:00', 0, 0, '2017-09-25 13:08:40', 'NEC SworM'),
(1113, 1, 1, 243, '', 0, 0, '2017-09-25 12:39:39', 2, 1112, '2017-11-06 09:50:34', NULL),
(1114, 1, 1, 244, 'nec-cloud-gatawey', 3, 2, '2017-09-24 22:00:00', 0, 0, '2017-09-25 12:50:24', 'NEC Cloud Gatawey'),
(1115, 1, 1, 245, '', 0, 0, '2017-09-25 12:42:47', 2, 1114, '2017-11-02 15:36:14', NULL),
(1116, 1, 1, 246, '', 0, 0, '2017-09-25 13:13:56', 2, 37, '2017-11-02 16:24:26', NULL),
(1118, 2, 1, 248, '', 0, 0, '2017-09-25 13:45:04', 2, 219, '2017-11-06 11:23:28', NULL),
(1119, 2, 1, 249, 'defense', 0, 2, '2017-09-24 22:00:00', 0, 0, '2017-09-25 14:12:59', 'Defense'),
(1120, 2, 1, 250, '', 0, 0, '2017-09-25 14:05:48', 2, 1119, '2017-09-25 14:05:56', NULL),
(1121, 2, 1, 251, '', 0, 0, '2017-09-25 14:18:53', 2, 228, '2017-09-25 14:19:01', NULL),
(1122, 11, 1, 252, '', 0, 0, '2017-09-25 14:19:52', 2, 158, '2017-11-03 13:35:18', NULL),
(1123, 17, 1, 253, '', 0, 0, '2017-09-25 14:43:59', 2, 162, '2017-11-03 13:43:56', NULL),
(1124, 19, 6, 212, 'nec-and-hortonworks-expand-partnership-to-deliver-distributed-processing-platform-for-big-data', 8, 2, '2017-09-24 22:00:00', 0, 0, '2018-11-22 11:37:46', 'NEC and Hortonworks expand partnership to deliver distributed processing platform for Big Data'),
(1125, 17, 1, 254, '', 0, 0, '2017-09-26 07:46:23', 2, 784, '2017-11-03 13:44:50', NULL),
(1126, 5, 1, 255, '', 0, 0, '2017-09-26 07:59:44', 2, 225, '2017-09-26 07:59:46', 'Trova-un-partner'),
(1127, 5, 1, 256, '', 0, 0, '2017-09-26 08:00:32', 2, 226, '2017-09-26 08:04:56', 'Become-a-Business-Partner'),
(1128, 5, 1, 257, '', 0, 0, '2017-09-26 08:00:39', 2, 227, '2017-09-26 08:08:07', 'Partner-Portal-Login'),
(1129, 5, 4, 328, 'spc-smart-products-connection', 0, 2, '2017-10-04 22:00:00', 0, 0, '2017-10-05 14:34:02', 'SPC Smart Products Connection'),
(1130, 5, 4, 329, '', 0, 0, '2017-10-05 13:00:05', 2, 710, '0000-00-00 00:00:00', ''),
(1131, 19, 6, 213, 'nec-awards-middle-east-top-performers-at-gitex-2017-gala-dinner', 7, 2, '2017-10-11 22:00:00', 0, 0, '2018-11-22 11:37:51', 'NEC awards Middle East Top Performers at GITEX 2017 Gala Dinner'),
(1132, 1, 1, 258, 'nec-icall', 1, 0, '2017-10-19 22:00:00', 0, 0, '2017-10-20 10:54:54', 'NEC iCall'),
(1133, 1, 1, 259, 'nec-icall-smart-healthcare-communication', 1, 2, '2017-10-19 22:00:00', 0, 0, '2018-01-04 16:30:00', 'NEC iCall Smart Healthcare Communications'),
(1134, 19, 6, 214, 'nec-toont-nieuwste-innovaties-tijdens-data-cloud-expo', 6, 2, '2017-10-24 22:00:00', 0, 0, '2018-11-22 11:37:57', 'NEC toont nieuwste innovaties tijdens Data & Cloud Expo'),
(1135, 16, 3, 292, 'datasheet-fmc-umobility', 0, 2, '2017-10-24 22:00:00', 0, 0, '2020-01-29 10:55:10', 'Datasheet FMC uMobility'),
(1136, 16, 3, 293, 'test', 0, 0, '2017-10-25 14:07:27', 0, 0, '0000-00-00 00:00:00', 'test'),
(1137, 16, 3, 294, 'test', 0, 0, '2017-10-25 14:07:38', 0, 0, '0000-00-00 00:00:00', 'test'),
(1138, 16, 3, 295, 'test', 0, 0, '2017-10-29 23:00:00', 0, 0, '2017-10-30 12:41:31', 'Infographic Cloud Store (test)'),
(1139, 16, 3, 296, 'nec-sworm-ita', 19, 2, '2017-11-02 15:19:50', 0, 0, '0000-00-00 00:00:00', 'NEC SworM (Ita)'),
(1140, 16, 3, 297, 'nec-sworm-eng', 18, 2, '2017-11-02 15:21:00', 0, 0, '0000-00-00 00:00:00', 'NEC SworM (Eng)'),
(1141, 5, 4, 330, 'tsv-groep', 0, 2, '2017-11-05 23:00:00', 0, 0, '2017-11-06 08:43:40', 'TSV Groep'),
(1142, 5, 4, 331, 'almoayed-ict', 0, 2, '2017-11-07 23:00:00', 0, 0, '2017-11-08 11:53:15', 'Almoayed ICT'),
(1143, 1, 1, 260, 'fixed-mobile-convergence-umobility', 0, 0, '2017-11-14 23:00:00', 0, 0, '2017-11-15 10:08:09', 'Fixed Mobile Convergence - uMobility'),
(1144, 1, 1, 261, 'umobility-fmc', 0, 0, '2017-11-14 23:00:00', 0, 0, '2017-11-15 10:13:29', 'uMobility (FMC)'),
(1145, 5, 4, 332, 'telematics-networking-and-communication-co-llc', 0, 2, '2017-11-19 23:00:00', 0, 0, '2017-11-20 15:27:54', 'Telematics Networking and Communication Co. LLC'),
(1146, 1, 1, 262, 'express5800-t110i-s', 1, 1, '2017-11-22 23:00:00', 0, 0, '2020-01-28 16:04:30', 'Express5800/T110i-S'),
(1147, 1, 1, 263, 'express5800-t110h-s', 2, 1, '2017-11-22 23:00:00', 0, 0, '2020-01-28 16:04:21', 'Express5800/T110h-S'),
(1148, 16, 3, 298, 'https-wwwnec-enterprisecom-products-server-management', 17, 2, '2017-11-22 23:00:00', 0, 0, '2017-11-23 10:10:04', 'NEC Express5800/T110i-S'),
(1149, 16, 3, 299, 'nec-express5800-t110i-s-system-configuration-guide', 16, 2, '2017-11-23 10:10:52', 0, 0, '0000-00-00 00:00:00', 'NEC Express5800/T110i-S System Configuration Guide'),
(1150, 16, 3, 300, 'nec-express5800-t110h-s', 15, 2, '2017-11-23 10:12:07', 0, 0, '0000-00-00 00:00:00', 'NEC Express5800/T110h-S'),
(1151, 16, 3, 301, 'nec-express5800-t110h-s-system-configuration-guide', 14, 2, '2017-11-23 10:12:31', 0, 0, '0000-00-00 00:00:00', 'NEC Express5800/T110h-S System Configuration Guide'),
(1152, 16, 3, 302, '10-reasons-clients-choose-nec-high-availability-it', 12, 2, '2017-11-23 23:00:00', 0, 0, '2017-11-24 13:01:56', '10 reasons clients choose NEC High Availability IT'),
(1153, 16, 3, 303, 'nec-lone-workers-solution', 13, 2, '2017-11-23 23:00:00', 0, 0, '2017-11-24 13:48:33', 'NEC Lone Workers solution'),
(1154, 19, 6, 215, 'nec-and-connectia-sponsor-hotel-trends-2017-hospitality-event', 5, 2, '2017-11-26 23:00:00', 0, 0, '2018-11-22 11:38:03', 'NEC and Connectia sponsor Hotel Trends 2017 Hospitality Event'),
(1155, 16, 3, 304, 'nec-co-creating-the-future-through-digital-transformation', 0, 2, '2017-11-27 13:25:27', 0, 0, '0000-00-00 00:00:00', 'NEC Co-creating the future through Digital Transformation'),
(1156, 16, 3, 305, 'hospital-del-mar', 11, 2, '2017-11-29 23:00:00', 0, 0, '2018-09-14 12:53:54', 'Hospital del Mar, Barcelona, Spain'),
(1157, 5, 4, 333, 'cable-wireless-seychelles-ltd', 0, 2, '2017-12-03 23:00:00', 0, 0, '2017-12-04 10:04:39', 'Cable & Wireless (Seychelles) Ltd'),
(1158, 10, 1, 264, 'the-price-of-snow', 0, 0, '2017-12-10 23:00:00', 0, 0, '2017-12-11 08:11:20', 'The Price of Snow'),
(1159, 10, 5, 13, 'the-price-of-snow', 2, 2, '2017-12-10 23:00:00', 0, 0, '2017-12-11 08:42:04', 'The Price of Snow'),
(1160, 1, 1, 265, 'test', 5, 2, '2017-12-12 23:00:00', 0, 0, '2018-12-04 10:38:11', 'QX-S4100 Series PoE Plus Gigabit Ethernet Switches'),
(1161, 16, 3, 306, 'nec-qx-s4100-poe-gigabit-ethernet-switch', 9, 2, '2017-12-12 23:00:00', 0, 0, '2017-12-13 11:41:59', 'NEC QX-S4100 PoE Gigabit Ethernet Switch'),
(1162, 16, 3, 307, 'smart-enterprise-drivers-2018', 10, 2, '2017-12-12 23:00:00', 0, 0, '2017-12-13 13:33:15', 'Smart Enterprise Drivers 2018'),
(1163, 5, 4, 334, 'saylus', 18, 2, '2018-01-02 23:00:00', 0, 0, '2019-12-05 10:21:56', 'Saylus'),
(1164, 16, 3, 308, 'univerge-3c-10-business-benefits', 8, 2, '2018-01-03 23:00:00', 0, 0, '2020-05-11 09:19:11', 'UNIVERGE 3C 10 Business Benefits'),
(1165, 19, 6, 216, 'test', 0, 0, '2018-01-08 10:41:13', 0, 0, '0000-00-00 00:00:00', 'test'),
(1166, 19, 6, 217, 'nec-appoints-techno-image-as-executive-hospitality-partner-in-tanzania', 3, 2, '2018-01-08 23:00:00', 0, 0, '2018-11-22 11:38:08', 'NEC appoints Techno Image as Executive Hospitality Partner in Tanzania'),
(1167, 19, 6, 218, 'nec-acquires-uk-based-it-services-company-northgate-public-services', 4, 2, '2018-01-08 23:00:00', 0, 0, '2018-11-22 11:38:21', 'NEC acquires UK-based IT services company Northgate Public Services'),
(1168, 19, 6, 219, 'test', 0, 0, '2018-01-09 14:53:10', 0, 0, '0000-00-00 00:00:00', 'test'),
(1169, 19, 6, 220, 'fds', 0, 0, '2018-01-09 14:55:37', 0, 0, '2018-01-09 14:55:37', 'fds'),
(1170, 16, 3, 309, 'software-defined-networking-voxx-international-corporation', 6, 2, '2018-02-11 23:00:00', 0, 0, '2018-02-12 09:26:41', 'Software Defined Networking VOXX International Corporation'),
(1171, 16, 3, 310, 'nec-infosheet-hydrastor-hybrid-cloud-recovery-eng01-2018', 7, 2, '2018-02-11 23:00:00', 0, 0, '2018-02-12 11:06:22', 'HYDRAstor Hybrid Cloud Recovery'),
(1172, 10, 8, 25, 'sdn-for-enterprises', 12, 1, '2018-02-21 23:00:00', 0, 0, '2018-02-22 10:15:45', 'SDN for Enterprises'),
(1173, 10, 8, 26, 'smart-data-management', 6, 1, '2018-02-21 23:00:00', 0, 0, '2019-02-28 12:16:28', 'Smart Data Management'),
(1174, 10, 8, 27, 'inguard-application', 4, 2, '2018-02-21 23:00:00', 0, 0, '2020-01-21 09:37:53', 'Are You Ready For The End Of ISDN?'),
(1175, 10, 8, 28, 'the-internet-of-things', 0, 2, '2018-02-21 23:00:00', 0, 0, '2019-05-06 07:15:49', 'Business Phone Systems'),
(1176, 10, 8, 29, 'high-availability-uc', 15, 1, '2018-02-21 23:00:00', 0, 0, '2018-02-22 10:12:55', 'High Availability UC'),
(1177, 10, 8, 30, 'high-availability-infrastructure', 3, 2, '2018-02-21 23:00:00', 0, 0, '2021-03-17 19:49:42', 'High Availability Infrastructure'),
(1178, 5, 4, 335, 'adoc-network-communication', 0, 1, '2018-02-25 23:00:00', 0, 0, '2018-02-26 09:21:56', 'ADOC Network Communication'),
(1179, 19, 6, 221, 'nec-presents-smart-cruise-ship-communications-at-seatrade-cruise-global', 2, 2, '2018-03-04 23:00:00', 0, 0, '2018-11-22 11:38:27', 'NEC presents Smart Cruise Ship Communications at Seatrade Cruise Global'),
(1180, 16, 3, 311, 'datasheet-dt820cg-ip-desktop-telephone', 5, 2, '2018-03-07 23:00:00', 0, 0, '2019-04-03 11:28:55', 'Datasheet DT820 IP Desktop Telephones'),
(1181, 19, 6, 222, 'newsroom', 0, 2, '2018-05-14 22:00:00', 0, 0, '2018-11-22 11:38:49', 'Grand Hotel Huis ter Duin goes SMART Hospitality with NEC'),
(1182, 19, 6, 223, 'nec-appoints-peach-technologies-as-smart-it-partner-in-uk', 1, 2, '2018-04-10 22:00:00', 0, 0, '2018-11-22 11:38:42', 'NEC appoints Peach Technologies as Smart IT Partner in UK'),
(1183, 16, 3, 312, 'datasheet-dect-handset-g266', 2, 2, '2018-04-10 22:00:00', 0, 0, '2018-05-24 10:47:43', 'Datasheet G266'),
(1184, 16, 3, 313, 'datasheet-g966', 3, 2, '2018-04-10 22:00:00', 0, 0, '2018-05-24 10:49:32', 'Datasheet G966'),
(1185, 16, 3, 314, 'datasheet-g566', 4, 2, '2018-04-10 22:00:00', 0, 0, '2018-06-04 13:09:16', 'Datasheet G566'),
(1186, 16, 3, 315, 'datasheet-st500-mobile-client', 0, 2, '2018-04-30 22:00:00', 0, 0, '2020-09-09 09:06:16', 'Datasheet ST500 Smartphone Client'),
(1187, 16, 3, 316, 'infosheet-mobibox', 1, 2, '2018-05-03 22:00:00', 0, 0, '2018-05-04 09:48:18', 'Infosheet MobiBox'),
(1188, 19, 6, 224, 'nec-awards-top-performers-at-nec-emea-partner-conference-2018-in-the-netherlands', 0, 2, '2018-05-22 22:00:00', 0, 0, '2019-06-17 08:13:31', 'NEC awards Top Performers at NEC EMEA Partner Conference 2018 in the Netherlands'),
(1189, 1, 1, 266, 'st500-mobile-client', 0, 0, '2018-05-28 10:05:25', 0, 0, '2018-05-28 10:05:25', 'ST500 Mobile Client'),
(1190, 16, 3, 317, 'quislex-inc', 0, 2, '2018-06-03 22:00:00', 0, 0, '2019-08-21 09:06:03', 'QuisLex Inc.'),
(1191, 1, 1, 267, 'is3000-transition', 0, 2, '2018-06-06 22:00:00', 0, 0, '2018-06-07 09:05:53', 'iS3000 Transition'),
(1192, 5, 4, 336, 'tawasol-technology', 0, 2, '2018-07-08 22:00:00', 0, 0, '2018-08-09 14:20:27', 'Tawasol Technology'),
(1193, 5, 4, 337, 'mellon-algeria', 0, 2, '2018-07-08 22:00:00', 0, 0, '2018-07-09 11:39:11', 'Mellon Algiers'),
(1194, 19, 6, 225, 'nec-resellers-get-the-formula-one-experience', 19, 2, '2018-07-08 22:00:00', 0, 0, '2019-06-17 08:13:39', 'NEC Resellers Get the Formula One Experience'),
(1195, 19, 6, 226, 'nec-lone-worker-solution-fully-certified-by-german-dguv-test-institute-in-compliance-with-din-vde-0825-1', 18, 2, '2018-07-10 22:00:00', 0, 0, '2019-01-07 14:20:28', 'NEC Lone Worker Solution fully certified by German DGUV Test Institute in compliance with DIN VDE 0825-1'),
(1196, 16, 3, 318, 'hotel-de-russie-rome', 0, 2, '2018-07-29 22:00:00', 0, 0, '2019-08-21 08:52:08', 'Hotel de Russie, Rome'),
(1197, 16, 3, 319, 'appletree-medical-practice-derbyshire-uk', 0, 2, '2018-07-31 22:00:00', 0, 0, '2019-12-09 12:49:44', 'Appletree Medical Practice, Derbyshire, UK'),
(1198, 16, 3, 320, 'datasheet-gt210-sip-phone', 0, 2, '2018-08-01 22:00:00', 0, 0, '2019-07-04 16:16:00', 'Datasheet GT210 SIP phone'),
(1199, 1, 1, 268, 'gt210-sip-phone', 5, 2, '2018-08-01 22:00:00', 0, 0, '2020-06-23 09:43:59', 'GT210 SIP Phone'),
(1200, 16, 3, 321, 'brochure-sl2100', 0, 2, '2018-08-02 22:00:00', 0, 0, '2021-01-05 13:11:20', 'Brochure SL2100'),
(1201, 19, 6, 227, 'gartners-uc-magic-quadrant-is-losing-its-luster', 0, 2, '2018-08-05 22:00:00', 0, 0, '2018-08-06 08:23:25', 'Gartner’s UC Magic Quadrant is Losing its Luster'),
(1202, 16, 3, 322, 'baseline-analogue-terminal', 0, 2, '2018-08-13 22:00:00', 0, 0, '2018-08-14 08:23:13', 'Datasheet BaseLine'),
(1203, 16, 3, 323, 'holiday-inn-hamburg-city-nord', 0, 2, '2018-08-15 22:00:00', 0, 0, '2019-08-21 08:51:17', 'Hotel Holiday Inn Hamburg City Nord'),
(1204, 16, 3, 324, '', 0, 0, '2018-08-16 13:31:19', 2, 117, '0000-00-00 00:00:00', NULL),
(1205, 16, 3, 325, 'idc-link-nec-transformation-strategy', 0, 2, '2018-08-26 22:00:00', 0, 0, '2018-08-27 12:36:54', 'IDC Link - NEC Transformation Strategy'),
(1206, 5, 4, 338, 'pke-deutschland-gmbhbrbusiness-communications', 0, 2, '2018-08-26 22:00:00', 0, 0, '2019-11-14 15:47:21', 'PKE Deutschland GmbH<br>Business Communications'),
(1207, 19, 6, 228, 'hotel-fire-protection-and-mobilization-sleep-safely-on-it', 0, 2, '2018-08-28 22:00:00', 0, 0, '2019-07-22 07:15:21', 'Hotel Fire Protection and Mobilization - Sleep (safely) on IT!'),
(1208, 19, 6, 229, 'a-new-vision-for-necs-smart-enterprise', 0, 2, '2018-08-28 22:00:00', 0, 0, '2019-07-22 07:15:11', 'A New Vision for NEC’s Smart Enterprise'),
(1209, 16, 3, 326, 'safety-in-hotels', 0, 2, '2018-08-29 22:00:00', 0, 0, '2018-08-30 08:58:28', 'NEC’s Fire Protection and Safety solutions'),
(1210, 16, 3, 327, 'portswood-and-commodore-hotels-cape-town', 0, 2, '2018-08-30 22:00:00', 0, 0, '2019-08-21 08:50:54', 'Portswood and Commodore Hotels, Cape Town'),
(1211, 16, 3, 328, 'carl-zeiss-vision', 0, 2, '2018-09-09 22:00:00', 0, 0, '2019-08-21 08:50:39', 'Carl Zeiss Vision'),
(1212, 19, 6, 230, 'nec-unveils-executive-healthcare-partner-program', 17, 2, '2018-09-10 22:00:00', 0, 0, '2019-06-17 08:13:46', 'NEC Unveils Executive Healthcare Partner Program'),
(1213, 16, 3, 329, 'aha-hotels-lodges', 0, 2, '2018-09-13 22:00:00', 0, 0, '2019-08-21 08:45:41', 'aha Hotels & Lodges'),
(1214, 16, 3, 330, 'durley-dean-hotel-and-spa', 0, 2, '2018-09-19 22:00:00', 0, 0, '2019-11-29 13:43:48', 'Durley Dean Hotel and Spa'),
(1215, 1, 1, 269, 'smart-value-server-bundles', 7, 1, '2018-09-19 22:00:00', 0, 0, '2020-01-28 16:03:57', 'Smart Value Server Bundles'),
(1216, 16, 3, 331, 'mid-range-rack-server-bundle', 0, 2, '2018-09-19 22:00:00', 0, 0, '2018-09-20 08:01:05', 'Mid-range Rack Server Bundle'),
(1217, 16, 3, 332, 'entry-level-rack-server-bundle', 0, 2, '2018-09-19 22:00:00', 0, 0, '2018-09-20 08:00:11', 'Entry-level Rack Server Bundle'),
(1218, 16, 3, 333, 'mid-range-tower-server-bundle', 0, 2, '2018-09-19 22:00:00', 0, 0, '2018-09-20 08:00:25', 'Mid-range Tower Server Bundle'),
(1219, 16, 3, 334, 'entry-level-tower-server-bundle', 0, 2, '2018-09-19 22:00:00', 0, 0, '2018-09-20 08:00:39', 'Entry-level Tower Server Bundle'),
(1220, 19, 6, 231, 'paramount-group-selects-nec-technology-at-the-core-of-its-new-saints-surveillance-and-intelligence-networks-offering', 0, 1, '2018-09-25 22:00:00', 0, 0, '2019-06-05 08:58:21', 'Paramount Group selects NEC technology at the core of its new SAINTS Surveillance and Intelligence Networks offering'),
(1221, 19, 6, 232, 'nec-empowers-smart-digital-transformation-in-business-and-society-at-gitex-2018', 16, 2, '2018-09-26 22:00:00', 0, 0, '2019-06-17 08:11:58', 'NEC empowers Smart Digital Transformation in business and society at GITEX 2018'),
(1222, 5, 4, 339, 'futura-ict', 12, 2, '2018-10-14 22:00:00', 0, 0, '2020-06-26 12:57:42', 'Stupers'),
(1223, 5, 4, 340, 'nimava-new', 0, 0, '2018-10-14 22:00:00', 0, 0, '2018-10-17 09:51:06', 'Nimava'),
(1224, 19, 6, 233, 'nec-awards-middle-east-top-performers-at-gitex-2018-gala-dinner', 15, 2, '2018-10-15 22:00:00', 0, 0, '2019-06-17 08:12:09', 'NEC awards Middle East Top Performers at GITEX 2018 Gala Dinner'),
(1225, 1, 1, 270, 'data-protection-appliance', 9, 2, '2018-10-29 23:00:00', 0, 0, '2021-03-18 13:53:08', 'Data Protection Appliance'),
(1226, 16, 3, 335, 'hydrastor-nakivo-backup-appliance', 0, 2, '2018-10-31 08:01:07', 0, 0, '2018-10-31 08:01:07', 'HYDRAstor - NAKIVO Backup Appliance'),
(1227, 19, 6, 234, 'nec-benoemt-futura-tot-master-distributor-voor-de-nederlandse-markt', 14, 2, '2018-11-04 23:00:00', 0, 0, '2019-01-07 14:22:13', 'NEC benoemt Futura tot Master Distributor voor de Nederlandse markt'),
(1228, 16, 3, 336, 'case-study-new-york-botanical-garden', 0, 2, '2018-11-13 23:00:00', 0, 0, '2018-11-14 10:35:28', 'New York Botanical Garden'),
(1229, 19, 6, 235, 'necs-you-tube-channel-makes-good-viewing-for-resellers', 13, 2, '2018-11-20 23:00:00', 0, 0, '2019-01-07 14:19:06', 'NEC’s You Tube Channel Makes Good Viewing for Resellers'),
(1360, 19, 6, 260, 'nec-expands-its-long-term-relationship-with-avoira-to-promote-large-enterprise-solutions-across-uk-and-ireland', 0, 2, '2019-12-08 23:00:00', 0, 0, '2019-12-09 10:38:03', 'NEC expands its long term relationship with Avoira to promote Large Enterprise Solutions across UK and Ireland'),
(1230, 16, 3, 337, 'qx-s5200-series-poe-gigabit-ethernet-switches', 0, 2, '2018-11-29 23:00:00', 0, 0, '2018-11-30 10:52:52', 'QX-S5200 Series Poe+ Gigabit Ethernet Switches'),
(1231, 16, 3, 338, 'qx-s1000-series-poe-plus-gigabit-ethernet-switches', 0, 2, '2018-11-29 23:00:00', 0, 0, '2018-12-14 13:55:03', 'QX-S1000 Series PoE Plus Gigabit Ethernet Switches'),
(1232, 16, 3, 339, 'qx-s1000-series-non-poe-gigabit-ethernet-switches', 0, 2, '2018-11-29 23:00:00', 0, 0, '2018-12-04 12:09:53', 'QX-S1000 Series non-PoE Gigabit Ethernet Switches'),
(1233, 16, 3, 340, 'qx-s6600-series-10-gigabits-ethernet-aggregation-switches', 0, 2, '2018-11-29 23:00:00', 0, 0, '2018-12-04 09:42:47', 'QX-S6600 Series 10 Gigabits Ethernet Aggregation Switches'),
(1234, 5, 4, 341, 'nes-communications-doo', 0, 2, '2018-12-09 23:00:00', 0, 0, '2018-12-10 10:56:17', 'NES Communications doo'),
(1235, 16, 3, 341, 'smart-enterprise-drivers-2019', 0, 2, '2018-12-10 23:00:00', 0, 0, '2019-12-11 14:06:29', 'Smart Enterprise Drivers 2020'),
(1236, 1, 1, 271, 'm120-san-series-disk-array', 2, 1, '2018-12-11 23:00:00', 0, 0, '2018-12-12 14:51:08', 'M120 SAN Series Disk Array'),
(1237, 19, 6, 236, 'nec-takes-no1-position-as-worldwide-market-leader-in-mzas-global-call-control-pbx-ip-pbx-market-report', 12, 2, '2018-12-12 23:00:00', 0, 0, '2019-06-17 08:12:23', 'NEC takes no.1 position as worldwide market leader in MZA’s Global Call Control (PBX-IP PBX) market report'),
(1238, 19, 6, 237, 'dect-still-favourite-after-all-these-years', 0, 2, '2018-12-13 23:00:00', 0, 0, '2018-12-14 15:15:38', 'DECT – Still (favourite) after all these years'),
(1239, 5, 4, 342, 'blue-ocean-global', 0, 2, '2019-01-01 23:00:00', 0, 0, '2020-08-13 12:12:42', 'Blue Ocean Global'),
(1240, 19, 6, 238, 'nec-appoints-blue-ocean-global-as-master-distributor-for-smb-communications-solutions-in-uae', 11, 2, '2019-01-02 23:00:00', 0, 0, '2019-06-17 08:12:35', 'NEC appoints Blue Ocean Global as Master Distributor for SMB communications solutions in UAE'),
(1241, 19, 6, 239, 'nec-in-partnership-with-uc-expo', 10, 2, '2019-01-16 23:00:00', 0, 0, '2019-06-17 08:13:55', 'NEC in partnership with UC EXPO'),
(1242, 1, 1, 272, 'hyperconverged-infrastructure', 0, 2, '2019-01-21 23:00:00', 0, 0, '2019-06-20 08:15:10', 'HyperConverged Infrastructure'),
(1243, 1, 1, 273, 'smart-workspace', 0, 2, '2019-01-21 23:00:00', 0, 0, '2019-07-16 13:53:06', '<span>Smart</span> WorkSpace'),
(1244, 16, 3, 342, 'hyperconverged-infrastructure-german', 0, 2, '2019-01-27 23:00:00', 0, 0, '2019-05-06 13:57:14', 'HyperConverged Infrastructure (German)'),
(1245, 16, 3, 343, 'hyperconverged-infrastructure-italian', 0, 2, '2019-01-27 23:00:00', 0, 0, '2019-05-06 13:57:21', 'HyperConverged Infrastructure (Italian)'),
(1246, 16, 3, 344, 'hyperconverged-infrastructure-english', 0, 2, '2019-01-27 23:00:00', 0, 0, '2019-10-01 08:58:13', 'HyperConverged Infrastructure (English)'),
(1247, 5, 4, 343, 'cit', 0, 2, '2019-02-07 23:00:00', 0, 0, '2019-02-12 10:44:27', 'CTI Network'),
(1248, 5, 4, 344, 'koning-hartman', 0, 2, '2019-02-19 23:00:00', 0, 0, '2021-01-12 13:37:12', 'Koning & Hartman'),
(1249, 19, 6, 240, 'nec-hosts-german-chancellor-angela-merkel', 9, 2, '2019-02-20 23:00:00', 0, 0, '2019-06-17 08:14:07', 'NEC hosts German Chancellor Angela Merkel'),
(1348, 5, 4, 348, 'techno-sup', 0, 2, '2019-10-21 22:00:00', 0, 0, '2019-10-23 08:43:41', 'Techno Sup'),
(1250, 1, 1, 274, '', 0, 0, '2019-02-21 16:48:20', 2, 125, '0000-00-00 00:00:00', NULL),
(1251, 16, 3, 345, 'gt890-ip-desktop-video-telephone', 0, 2, '2019-02-20 23:00:00', 0, 0, '2019-12-10 13:36:49', 'GT890 IP Videophone (SIP)'),
(1252, 19, 6, 241, 'nec-and-koning-hartman-intensify-cooperation-in-the-netherlands', 7, 2, '2019-02-24 23:00:00', 0, 0, '2019-02-25 09:47:42', 'NEC and Koning & Hartman intensify cooperation in The Netherlands'),
(1253, 19, 6, 242, 'nec-en-koning-hartman-intensiveren-samenwerking-op-nederlandse-markt', 8, 2, '2019-02-24 23:00:00', 0, 0, '2019-06-17 08:13:08', 'NEC en Koning & Hartman intensiveren samenwerking op Nederlandse markt'),
(1254, 2, 1, 275, 'estate-agents', 0, 2, '2019-02-24 23:00:00', 0, 0, '2020-05-27 09:15:35', 'Estate Agents'),
(1255, 24, 1, 276, 'industry', 0, 2, '2019-02-25 23:00:00', 0, 0, '2019-02-26 13:21:19', 'industry'),
(1256, 24, 9, 1, 'dentist-solutions', 2, 2, '2019-02-25 23:00:00', 0, 0, '2019-02-26 13:12:48', 'Dentist solutions'),
(1257, 24, 9, 2, 'medical-centres', 1, 2, '2019-02-25 23:00:00', 0, 0, '2019-02-26 13:13:21', 'Medical Centres'),
(1258, 24, 9, 3, 'estate-agents', 3, 2, '2019-02-25 23:00:00', 0, 0, '2019-02-26 13:13:42', 'Estate Agents'),
(1259, 24, 9, 4, 'care-home', 4, 2, '2019-02-25 23:00:00', 0, 0, '2019-02-26 13:25:54', 'Care Home'),
(1260, 24, 9, 5, 'schools', 5, 2, '2019-02-25 23:00:00', 0, 0, '2019-02-26 13:13:50', 'Schools'),
(1261, 23, 7, 6, 'lets-talk', 8, 2, '2019-02-25 23:00:00', 0, 0, '2019-02-26 13:19:49', 'Lets talk'),
(1262, 24, 9, 6, 'retail', 6, 2, '2019-02-26 23:00:00', 0, 0, '2019-02-27 12:06:41', 'Retail'),
(1263, 25, 1, 277, 'sitemap', 0, 2, '2019-03-21 15:41:38', 0, 0, '2019-03-21 15:41:38', 'Sitemap'),
(1264, 19, 6, 243, 'nec-presents-latest-smart-cruise-solutions-at-seatrade-cruise-global-2019', 6, 2, '2019-03-24 23:00:00', 0, 0, '2019-06-17 08:13:18', 'NEC presents latest Smart Cruise Solutions at Seatrade Cruise Global 2019'),
(1265, 16, 3, 346, '10-reasons-to-upgrade-to-sv9100', 0, 2, '2019-03-26 23:00:00', 0, 0, '2020-08-12 11:22:23', '10 Reasons to upgrade to SV9100'),
(1266, 16, 3, 347, 'sl2100-business-benefits', 0, 2, '2019-03-26 23:00:00', 0, 0, '2020-08-12 11:25:45', 'SL2100 Business Benefits'),
(1267, 2, 1, 278, 'solutions', 0, 2, '2019-04-02 22:00:00', 0, 0, '2019-04-03 09:08:20', 'Solutions'),
(1268, 1, 1, 279, 'products', 0, 2, '2019-04-02 22:00:00', 0, 0, '2019-04-03 09:08:37', 'Products'),
(1269, 1, 1, 280, 'sd-wan', 0, 1, '2019-04-15 22:00:00', 0, 0, '2019-04-16 11:48:24', 'SD-WAN'),
(1270, 19, 6, 244, 'midshire-telecom-and-nec-join-forces', 5, 2, '2019-04-24 22:00:00', 0, 0, '2019-06-17 08:14:01', 'Midshire Telecom and NEC Join Forces'),
(1271, 16, 3, 348, 'sibanye-stillwater-mining', 0, 2, '2019-04-28 22:00:00', 0, 0, '2019-08-21 08:45:19', 'Sibanye Stillwater Mining'),
(1272, 16, 3, 349, 'at50-and-at55-analogue-caller-id-terminals', 0, 2, '2019-04-29 22:00:00', 0, 0, '2019-05-01 12:55:51', 'AT-50 and AT-55 Analogue CLI terminals'),
(1273, 19, 6, 245, 'nec-launches-new-easy-to-deploy-highly-efficient-hyperconverged-infrastructure-solution', 4, 2, '2019-05-01 07:04:16', 0, 0, '2019-05-01 07:04:16', 'NEC Launches New Easy-to-Deploy, Highly Efficient Hyperconverged Infrastructure Solution'),
(1274, 1, 1, 281, 'hyperconverged-infrastructure', 0, 0, '2019-05-03 14:28:50', 0, 0, '2019-05-03 14:28:50', 'HyperConverged Infrastructure'),
(1275, 16, 3, 350, 'ebook-hyperconverged-infrastructure', 0, 2, '2019-05-05 22:00:00', 0, 0, '2019-05-08 12:42:27', 'ebook HyperConverged Infrastructure'),
(1276, 19, 6, 246, 'nec-reveals-smart-workspace-solutions-at-uc-expo', 3, 2, '2019-05-12 22:00:00', 0, 0, '2019-05-13 16:05:26', 'NEC reveals smart workspace solutions at UC EXPO'),
(1277, 1, 1, 282, '', 0, 0, '2019-05-21 15:28:29', 2, 1268, '0000-00-00 00:00:00', NULL),
(1278, 1, 1, 283, 'dect-g277', 1, 2, '2019-05-26 22:00:00', 0, 0, '2020-04-02 11:57:28', 'DECT handset G277'),
(1279, 1, 1, 284, 'dect-handset-g577-g577h', 2, 2, '2019-05-26 22:00:00', 0, 0, '2020-04-02 11:57:37', 'DECT handset G577'),
(1282, 5, 4, 345, 'mbr-technologies', 0, 2, '2019-06-11 22:00:00', 0, 0, '2019-06-12 08:57:14', 'MBR Technologies'),
(1280, 16, 3, 351, 'dect-g277', 0, 2, '2019-06-04 22:00:00', 0, 0, '2019-11-12 13:20:34', 'DECT G277'),
(1281, 16, 3, 352, 'dect-g577h', 0, 2, '2019-06-04 22:00:00', 0, 0, '2020-01-29 12:51:17', 'DECT G577(h)'),
(1283, 19, 6, 247, 'nec-awards-top-performers-at-global-advantage-partner-conference-2019', 2, 2, '2019-06-12 11:29:18', 0, 0, '2019-06-12 11:29:18', 'NEC Awards Top Performers at Global Advantage Partner Conference 2019'),
(1284, 19, 6, 248, 'necs-new-g277-and-g577-series-professional-ip-dect-handsets-provide-rich-carefree-mobile-communications-in-the-most-demanding-environments', 0, 2, '2019-06-16 22:00:00', 0, 0, '2019-06-17 08:14:15', 'NEC’s new G277 and G577 series professional (IP) DECT handsets provide rich carefree mobile communications in the most demanding environments'),
(1285, 19, 6, 249, 'nec-received-a-50-million-euro-order-from-the-deutscher-wetterdienst-dwd-for-a-highly-innovative-european-weather-forecasting-system-using-nec-sx-aurora-tsubasa', 1, 2, '2019-06-16 22:00:00', 0, 0, '2019-09-30 07:39:52', 'NEC received a 50 Million Euro order from the Deutscher Wetterdienst (DWD) for a highly innovative European weather forecasting system using NEC SX-Aurora TSUBASA'),
(1286, 10, 8, 31, 'ip-dect', 5, 2, '2019-06-18 22:00:00', 0, 0, '2021-03-17 19:50:08', 'IP DECT'),
(1287, 16, 3, 353, 'hydrastor-nakivo-10-reasons', 0, 2, '2019-06-19 22:00:00', 0, 0, '2019-06-20 09:20:35', 'NEC HYDRAstor & Nakivo 10 reasons'),
(1288, 16, 3, 354, 'nec-hydrastor-nakivo-smb-va-backup', 0, 2, '2019-06-19 22:00:00', 0, 0, '2020-05-11 14:50:59', 'NEC HYDRAstor & Nakivo SMB VM BackUp'),
(1289, 10, 1, 285, 'hyperconverged-infrastructure-hci', 2, 0, '2019-06-19 22:00:00', 0, 0, '2019-06-20 09:35:01', 'HyperConverged Infrastructure - HCI'),
(1290, 10, 8, 32, 'hyperconverged-infrastructure-hci', 18, 1, '2019-06-19 22:00:00', 0, 0, '2019-09-27 07:50:14', 'HyperConverged Infrastructure - HCI'),
(1291, 16, 3, 355, 'stellenbosch-municipality', 0, 2, '2019-06-19 22:00:00', 0, 0, '2019-08-21 08:44:39', 'Stellenbosch Municipality'),
(1292, 16, 3, 356, 'nec-hydrastor-nakivo', 0, 2, '2019-06-19 22:00:00', 0, 0, '2019-06-20 14:41:36', 'NEC HYDRAstor & Nakivo VM backup appliance'),
(1293, 16, 3, 357, 'sl2100-communication-system-for-smb-soho-and-more', 0, 2, '2019-06-26 22:00:00', 0, 0, '2019-08-21 07:53:18', 'SL2100 Smart Communication System'),
(1294, 5, 4, 346, 'univers-telecom', 0, 2, '2019-06-30 22:00:00', 0, 0, '2019-07-01 16:05:55', 'UNIVERS Telecom'),
(1295, 23, 7, 7, 'see-it-experience-it-yourself', 5, 2, '2019-07-10 22:00:00', 0, 0, '2019-10-29 15:23:23', '<span style=\"font-size:2rem;\">See it, experience it yourself</span>'),
(1296, 11, 1, 286, '120years', 5, 2, '2019-07-15 22:00:00', 0, 0, '2019-11-12 10:32:48', '120 Years In Operation'),
(1297, 19, 6, 250, 'necs-advantage-2019-partner-conference-goes-global-for-the-first-time', 0, 2, '2019-07-17 22:00:00', 0, 0, '2019-09-17 11:15:28', 'NEC’s ADVANTAGE 2019 Partner Conference Goes Global for the First Time'),
(1298, 1, 1, 287, 'dt920-ip-desktop-telephones', 1, 2, '2019-07-17 22:00:00', 0, 0, '2020-01-16 11:23:52', 'DT920 6/12-button Phone'),
(1299, 1, 1, 288, 'dt920-self-labeling-ip-desktop-telephone', 2, 2, '2019-07-17 22:00:00', 0, 0, '2020-04-20 12:20:04', 'DT920 Self-labeling Phone'),
(1300, 1, 1, 289, 'dt930-ip-desktop-phones', 3, 2, '2019-07-17 22:00:00', 0, 0, '2020-01-16 11:24:07', 'DT930 24-button Colour LCD Phone');
INSERT INTO `unique_ids` (`unique_id`, `sectie_id`, `template_id`, `entry_id`, `url`, `position`, `status`, `created`, `language_id`, `translation_of_uid`, `last_update`, `sortable`) VALUES
(1301, 1, 1, 290, 'dt930-touch-ip-desktop-phones', 5, 0, '2019-07-17 22:00:00', 0, 0, '2020-01-16 09:41:08', 'DT930 Touch IP Desktop Phone 2'),
(1315, 1, 1, 295, 'inapps', 0, 2, '2019-08-19 22:00:00', 0, 0, '2019-08-20 13:55:54', 'InApps'),
(1302, 19, 6, 251, 'nec-en-spie-bekrachtigen-samenwerking-met-vernieuwd-business-partner-contract', 0, 2, '2019-07-19 11:27:27', 0, 0, '2019-07-19 11:27:27', 'NEC en SPIE bekrachtigen samenwerking met vernieuwd Business Partner contract'),
(1303, 1, 1, 291, 'integration-platform', 0, 2, '2019-07-22 22:00:00', 0, 0, '2021-03-18 14:12:43', 'UNIVERGE Integration Platform (UIP)'),
(1304, 23, 7, 8, 'span-stylefont-size-2rem-see-it-experience-it-yourself-span', 6, 2, '2019-07-22 22:00:00', 0, 0, '2019-07-23 10:04:09', '<span style=\"font-size:2rem;\">See it, experience it yourself</span>'),
(1305, 1, 1, 292, 'univerge-sv9100-v2', 4, 1, '2019-08-12 22:00:00', 0, 0, '2020-05-20 12:53:11', 'UNIVERGE SV9100'),
(1306, 1, 1, 293, 'dt530-digital-desktop-phone', 2, 0, '2019-08-15 22:00:00', 0, 0, '2019-08-16 15:08:08', 'UNIVERGE DT530'),
(1307, 16, 3, 358, 'nec-desktop-phones-and-wireless-handsets', 0, 2, '2019-08-18 22:00:00', 0, 0, '2020-01-16 11:50:48', 'Brochure NEC Desktop Phones and Wireless Handsets'),
(1308, 16, 3, 359, 'nec-multifunction-desktop-phones-dt500-dt900', 0, 2, '2019-08-18 22:00:00', 0, 0, '2020-01-16 12:01:57', 'Datasheet NEC Multifunction Desktop Phones DT500-DT900'),
(1309, 16, 3, 360, 'univerge-sv9100', 0, 0, '2019-08-18 22:00:00', 0, 0, '2019-08-19 12:03:06', 'UNIVERGE SV9100 brochure'),
(1310, 16, 3, 361, 'univerge-sv9300', 0, 2, '2019-08-18 22:00:00', 0, 0, '2019-08-21 07:52:45', 'Datasheet UNIVERGE SV9300'),
(1311, 16, 3, 362, 'univerge-sv9500', 0, 2, '2019-08-18 22:00:00', 0, 0, '2020-09-08 15:43:15', 'Brochure UNIVERGE SV9500'),
(1312, 16, 3, 363, 'univerge-sv9500', 0, 2, '2019-08-18 22:00:00', 0, 0, '2019-09-23 13:58:53', 'Datasheet UNIVERGE SV9500 Communications Platform'),
(1313, 1, 1, 294, 'dt530-12d-24d', 1, 2, '2019-08-18 22:00:00', 0, 0, '2019-08-21 08:10:28', 'UNIVERGE DT530'),
(1314, 5, 4, 347, 'intertec-group-wll-qatar', 0, 2, '2019-08-19 22:00:00', 0, 0, '2019-08-20 08:54:48', 'Intertec Group W.L.L. Qatar'),
(1316, 1, 1, 296, 'inuc', 1, 2, '2019-08-19 22:00:00', 0, 0, '2020-09-03 07:03:16', 'InUC'),
(1317, 1, 1, 297, 'with-inhotel-the-property-management-systems-and-information-essential-to-running-a-hotel-become-simpler-to-access-understand-and-act-on.', 2, 2, '2019-08-19 22:00:00', 0, 0, '2021-01-11 10:12:18', 'InHotel'),
(1318, 1, 1, 298, 'inreports', 3, 2, '2019-08-19 22:00:00', 0, 0, '2019-08-20 13:42:06', 'InReports'),
(1319, 1, 1, 299, 'inguard', 4, 2, '2019-08-19 22:00:00', 0, 0, '2019-08-20 13:52:46', 'InGuard'),
(1320, 1, 1, 300, 'univerge-st500', 0, 2, '2019-08-19 22:00:00', 0, 0, '2020-11-11 08:27:31', 'UNIVERGE ST500 Smartphone Client'),
(1321, 19, 6, 252, 'nec-launches-fully-renewed-univerge-sv9000-series-communications-platforms', 0, 0, '2019-08-20 14:49:56', 0, 0, '2019-08-20 14:49:56', 'NEC launches fully renewed UNIVERGE SV9000 Series Communications Platforms'),
(1322, 1, 1, 301, 'univerge-sv9000', 0, 2, '2019-08-20 22:00:00', 0, 0, '2019-08-21 07:51:36', 'Achieving Today\'s Highly-Connected Workforce'),
(1323, 19, 6, 253, 'nec-launches-fully-renewed-univerge-sv9000-series-communications-platforms', 0, 2, '2019-08-20 22:00:00', 0, 0, '2019-08-21 12:27:23', 'NEC launches fully renewed UNIVERGE SV9000 Series Communications Platforms'),
(1324, 16, 3, 364, 'univerge-integration-platform', 0, 2, '2019-08-20 22:00:00', 0, 0, '2019-08-23 11:54:46', 'UNIVERGE Integration Platform'),
(1325, 19, 6, 254, 'nec-enterprise-appoints-baher-ezzat-to-the-position-of-managing-director-middle-east', 0, 2, '2019-09-01 22:00:00', 0, 0, '2019-09-02 08:12:04', 'NEC Enterprise appoints Baher Ezzat to the position of Managing Director - Middle East'),
(1326, 1, 1, 302, 'indect', 5, 2, '2019-09-12 22:00:00', 0, 0, '2019-09-13 08:34:20', 'InDECT'),
(1327, 16, 3, 365, 'infosheet-indect', 0, 2, '2019-09-12 22:00:00', 0, 0, '2019-09-13 07:45:48', 'Infosheet InDECT'),
(1328, 19, 6, 255, 'nec-empowers-smart-digital-transformation-in-business-and-society-at-gitex-2019', 0, 2, '2019-09-16 07:50:48', 0, 0, '2019-09-16 07:50:48', 'NEC empowers Smart Digital Transformation in Business and Society at GITEX 2019'),
(1329, 1, 1, 303, 'front-desk-assistant', 1, 1, '2019-09-18 22:00:00', 0, 0, '2019-09-19 08:34:05', 'Front Desk Assistant'),
(1330, 16, 3, 366, 'front-desk-assistant', 0, 2, '2019-09-19 08:33:46', 0, 0, '2019-09-19 08:33:46', 'Front Desk Assistant'),
(1331, 1, 1, 304, 'isdn-switch-off', 8, 2, '2019-09-18 22:00:00', 0, 0, '2020-05-20 12:51:07', 'ISDN switch off'),
(1332, 23, 7, 9, 'ask-us-how', 0, 2, '2019-09-19 22:00:00', 0, 0, '2020-01-27 08:40:20', 'Need assistance with your ISDN Migration?'),
(1333, 1, 1, 305, 'sip-terminals', 0, 2, '2019-09-22 22:00:00', 0, 0, '2019-10-01 15:43:37', 'SIP Desktop Phones'),
(1334, 1, 1, 306, 'dt920s-sip-desktop-phone', 1, 2, '2019-09-22 22:00:00', 0, 0, '2020-01-16 11:51:32', 'DT920/DT920S SIP Phones'),
(1335, 1, 1, 307, 'dt920s-self-labeling-sip-desktop-phone', 7, 1, '2019-09-22 22:00:00', 0, 0, '2020-01-16 09:53:17', 'DT920S SIP Self-labelling'),
(1336, 1, 1, 308, 'dt930-sip-desktop-phone-touch-panel', 3, 2, '2019-09-22 22:00:00', 0, 0, '2020-01-16 11:25:28', 'DT930/DT930S SIP Touch Panel Phone'),
(1340, 19, 6, 256, 'nec-appoints-inside-one-as-its-partner-and-systems-integrator-for-the-mid-market-and-large-enterprises-across-spain-and-portugal', 0, 2, '2019-09-29 22:00:00', 0, 0, '2019-09-30 08:05:57', 'NEC appoints Inside One as its Partner and Systems Integrator for the Mid-Market and Large Enterprises across Spain and Portugal'),
(1337, 16, 3, 367, 'datasheet-univerge-sv9500-enterprise-communications-platform', 0, 1, '2019-09-22 22:00:00', 0, 0, '2019-09-23 14:00:45', 'Datasheet UNIVERGE SV9500 Enterprise Communications Platform'),
(1338, 16, 3, 368, 'brochure-dt900s-sip-phones', 0, 2, '2019-09-25 22:00:00', 0, 0, '2020-01-16 11:50:11', 'Brochure UNIVERGE SIP phones'),
(1339, 16, 3, 369, 'datasheet-dt900s-sip-phones', 0, 2, '2019-09-25 22:00:00', 0, 0, '2020-01-16 11:54:37', 'Datasheet DT900/DT900S SIP phones'),
(1341, 1, 1, 309, 'test-sip-phones', 1, 0, '2019-10-02 07:59:20', 0, 0, '2019-10-02 07:59:20', 'test sip phones'),
(1342, 19, 6, 257, 'nec-and-business-partners-celebrate-leadership-through-innovation-at-gitex-2019', 0, 2, '2019-10-07 22:00:00', 0, 0, '2019-10-08 08:22:45', 'NEC and Business Partners celebrate Leadership through Innovation at GITEX 2019'),
(1343, 16, 3, 370, 'datasheet-mycalls-call-recorder', 0, 2, '2019-10-15 09:07:11', 0, 0, '2019-10-15 09:07:11', 'Datasheet MyCalls Call Recorder'),
(1344, 26, 1, 310, 'sv9100', 0, 2, '2019-10-15 22:00:00', 0, 0, '2019-10-17 07:04:24', 'SV9100'),
(1345, 26, 1, 311, 'univerge-3c', 2, 2, '2019-10-15 22:00:00', 0, 0, '2019-10-17 07:07:01', 'UNIVERGE 3C'),
(1346, 26, 1, 312, 'sl2100', 1, 0, '2019-10-15 22:00:00', 0, 0, '2019-10-17 07:06:08', 'SL2100'),
(1347, 26, 1, 313, 'test', 0, 1, '2019-10-17 07:28:56', 0, 0, '2019-10-17 07:28:56', 'test'),
(1349, 1, 1, 314, 'gt890-ip-videophone-sv-platform', 5, 2, '2019-10-27 23:00:00', 0, 0, '2020-01-16 12:03:51', 'GT890 IP Videophone'),
(1362, 19, 6, 262, 'nec-cures-busy-medical-centres-communication-pain-points', 0, 2, '2019-12-18 23:00:00', 0, 0, '2019-12-19 12:52:09', 'NEC Cures Busy Medical Centre’s Communication Pain Points'),
(1350, 16, 3, 371, 'infosheet-gt890-ip-videophone-sv', 0, 2, '2019-10-27 23:00:00', 0, 0, '2019-12-10 13:35:19', 'GT890 IP Videophone (SV)'),
(1351, 16, 3, 372, 'appletree-medical-practice-case-study', 0, 2, '2019-10-28 23:00:00', 0, 0, '2019-10-29 11:18:51', 'Appletree Medical Practice Video Case Study'),
(1352, 16, 3, 373, 'springfield-utility-board', 0, 2, '2019-10-30 23:00:00', 0, 0, '2019-11-04 16:21:25', 'Springfield Utility Board'),
(1353, 19, 6, 258, 'nec-and-audiocodes-collaborate-to-provide-monitoring-and-analytics-solution', 0, 2, '2019-11-04 07:47:57', 0, 0, '2019-11-04 07:47:57', 'NEC and AudioCodes Collaborate to Provide Monitoring and Analytics Solution'),
(1354, 16, 3, 374, 'felton-ict-services', 0, 2, '2019-11-04 16:20:50', 0, 0, '2019-11-04 16:20:50', 'Felton ICT Services'),
(1355, 19, 6, 259, 'nec-empowers-smart-digital-transformation-in-business-and-society-at-smart-building-expo', 0, 2, '2019-11-04 23:00:00', 0, 0, '2019-11-14 12:04:34', 'NEC empowers Smart Digital Transformation in Business and Society at SMART BUILDING EXPO'),
(1356, 16, 3, 375, 'infosheet-nec-enterprise-profile', 0, 2, '2019-11-12 09:55:34', 0, 0, '2019-11-12 09:55:34', 'infosheet NEC Enterprise Profile'),
(1357, 5, 4, 349, 'inside-one', 0, 2, '2019-11-11 23:00:00', 0, 0, '2019-11-12 15:48:28', 'Inside One'),
(1358, 25, 1, 315, '', 0, 0, '2019-11-12 14:39:33', 2, 1263, '0000-00-00 00:00:00', NULL),
(1359, 5, 4, 350, 'phone-pulse', 0, 2, '2019-11-13 23:00:00', 0, 0, '2019-11-14 16:04:53', 'Phone Pulse'),
(1361, 19, 6, 261, '10-strategic-drivers-that-will-reshape-the-smart-enterprise', 0, 2, '2019-12-08 23:00:00', 0, 0, '2019-12-11 14:07:31', '10 Strategic Drivers that will Reshape the Smart Enterprise'),
(1363, 19, 6, 263, 'nec-and-necxtcom-gear-up-for-growth-in-germany', 0, 2, '2020-01-06 09:20:13', 0, 0, '2020-01-06 09:20:13', 'NEC and NECXTCOM gear up for growth in Germany'),
(1364, 2, 1, 316, 'marine-and-cruiseline', 0, 2, '2020-01-05 23:00:00', 0, 0, '2021-03-18 14:10:23', 'Smart Cruise Solutions'),
(1365, 19, 6, 264, 'nec-appoints-technosup-as-distributor-for-smb-communications-solutions-in-morocco', 0, 0, '2020-01-08 10:32:54', 0, 0, '2020-01-08 10:32:54', 'NEC appoints TECHNOSUP as Distributor for SMB communications solutions in Morocco'),
(1366, 19, 6, 265, 'nec-appoints-technosup-as-distributor-for-smb-communications-solutions-in-morocco', 0, 2, '2020-01-09 09:56:00', 0, 0, '2020-01-09 09:56:00', 'NEC appoints TECHNOSUP as Distributor for SMB communications solutions in Morocco'),
(1367, 19, 6, 266, 'nec-joins-the-valuable-500', 0, 2, '2020-01-10 08:33:25', 0, 0, '2020-01-10 08:33:25', 'NEC joins The Valuable 500'),
(1368, 1, 1, 317, 'dt920-6-button', 6, 1, '2020-01-14 23:00:00', 0, 0, '2020-01-16 09:52:51', 'DT920 SIP 6-button'),
(1369, 1, 1, 318, 'dt920-sip-phone-self-labelling', 2, 2, '2020-01-15 23:00:00', 0, 0, '2020-01-16 11:55:16', 'DT920/DT920S SIP Self-labelling Phone'),
(1370, 1, 1, 319, 'dt930-ip-touch-panel-phone', 4, 2, '2020-01-15 23:00:00', 0, 0, '2020-01-16 12:03:18', 'DT930 IP Touch Panel Phone'),
(1371, 19, 6, 267, 'nec-highlights-5g-enabled-business-creation-and-connectivity-at-mwc-barcelona-2020', 0, 1, '2020-01-19 23:00:00', 0, 0, '2020-02-19 09:44:23', 'NEC highlights 5G-enabled business creation and connectivity at MWC Barcelona 2020'),
(1372, 19, 6, 268, 'isdn-switch-off', 0, 2, '2020-01-19 23:00:00', 0, 0, '2020-01-28 10:00:50', 'Are your ready for the end of ISDN?'),
(1373, 19, 6, 269, 'customer-engagement', 0, 2, '2020-01-20 23:00:00', 0, 0, '2020-01-21 16:34:30', 'Customer Engagement'),
(1374, 19, 6, 270, 'nec-develops-millimeter-wave-distributed-antenna-radio-unit-improving-the-channel-quality-for-indoor-5g-applications', 0, 2, '2020-01-24 07:34:45', 0, 0, '2020-01-24 07:34:45', 'NEC develops millimeter-wave distributed antenna radio unit improving the channel quality for indoor 5G applications'),
(1375, 16, 3, 376, 'faq-software-assurance', 0, 2, '2020-01-30 23:00:00', 0, 0, '2020-12-07 12:05:57', 'FAQ Software Assurance'),
(1376, 16, 3, 377, 'bct-software-assurance', 0, 2, '2020-01-31 15:12:42', 0, 0, '2020-01-31 15:12:42', 'BCT Software Assurance'),
(1377, 16, 3, 378, 'sv9100-software-assurance-5-reasons', 0, 2, '2020-01-31 15:34:49', 0, 0, '2020-01-31 15:34:49', 'SV9100 Software Assurance 5 reasons'),
(1378, 1, 1, 320, 'pms-connect', 6, 2, '2020-02-02 23:00:00', 0, 0, '2020-02-13 10:58:06', 'PMS-InConnect'),
(1379, 16, 3, 379, 'pms-connect', 0, 0, '2020-02-02 23:00:00', 0, 0, '2020-02-13 10:51:13', 'NEC PMS-InConnect'),
(1380, 16, 3, 380, 'pms-inconnect', 0, 2, '2020-02-12 23:00:00', 0, 0, '2020-02-13 10:59:30', 'PMS-InConnect'),
(1381, 19, 6, 271, 'nec-holds-no1-position-as-worldwide-market-leader-in-the-global-call-control-market', 0, 2, '2020-02-18 08:07:17', 0, 0, '2020-02-18 08:07:17', 'NEC holds no.1 position as worldwide market leader in the Global Call Control Market'),
(1382, 1, 1, 321, 'succession-planning', 6, 1, '2020-03-02 23:00:00', 0, 0, '2020-03-03 14:09:18', 'Succession Planning'),
(1383, 16, 3, 381, 'hotel-aloft-dublin-city', 0, 2, '2020-03-05 23:00:00', 0, 0, '2020-03-06 14:12:38', 'Hotel Aloft Dublin City'),
(1384, 16, 3, 382, 'hotel-titanic-belfast', 0, 2, '2020-03-06 14:13:39', 0, 0, '2020-03-06 14:13:39', 'Hotel Titanic Belfast'),
(1385, 19, 6, 272, 'nec-appoints-micron-as-hospitality-partner-in-the-uk', 0, 2, '2020-03-11 10:17:23', 0, 0, '2020-03-11 10:17:23', 'NEC appoints Micron as Hospitality Partner in the UK'),
(1386, 19, 6, 273, 'testtest', 0, 0, '2020-03-13 13:26:57', 0, 0, '2020-03-13 13:26:57', 'testtest'),
(1387, 1, 1, 322, 'remote-working', 1, 0, '2016-04-18 22:00:00', 0, 0, '2019-10-29 11:19:59', 'Remote working'),
(1388, 1, 1, 323, 'remote-working', 3, 2, '2020-03-16 23:00:00', 0, 0, '2021-03-18 14:11:45', 'Remote Working'),
(1461, 10, 1, 336, '', 0, 2, '2021-03-18 14:59:31', 1, 1069, '2021-03-18 15:00:20', NULL),
(1389, 19, 6, 274, 'smart-enterprise-communications-in-times-of-corona', 0, 2, '2020-03-17 23:00:00', 0, 0, '2020-04-02 15:48:07', 'Smart Enterprise Communications in times of Corona'),
(1390, 1, 1, 324, 'mobile-extension', 1, 2, '2020-03-18 23:00:00', 0, 0, '2020-09-03 07:03:42', 'Mobile Extension'),
(1391, 16, 3, 383, 'sp350-interactive-guide', 0, 2, '2020-03-24 12:08:47', 0, 0, '2020-03-24 12:08:47', 'SP350 Interactive Guide'),
(1392, 16, 3, 384, 'st500-interactive-guide-iphone', 0, 2, '2020-03-23 23:00:00', 0, 0, '2020-03-24 15:06:27', 'ST500 Interactive Guide Iphone'),
(1393, 16, 3, 385, 'st500-interactive-guide-android', 0, 2, '2020-03-23 23:00:00', 0, 0, '2020-03-24 15:07:07', 'ST500 Interactive Guide Android'),
(1394, 5, 4, 351, 'wesotronic', 0, 2, '2020-03-29 22:00:00', 0, 0, '2020-03-30 07:33:41', 'Wesotronic'),
(1395, 16, 3, 386, 'univerge-sv9100-remote-working', 0, 2, '2020-03-29 22:00:00', 0, 0, '2021-03-17 09:52:23', 'UNIVERGE SV9100 Remote Working'),
(1396, 16, 3, 387, 'sl2100-remote-working', 0, 2, '2020-03-30 13:00:23', 0, 0, '2020-03-30 13:00:23', 'SL2100 Remote Working'),
(1397, 16, 3, 388, 'infosheet-dect-handset-cleaning', 0, 2, '2020-04-02 11:56:45', 0, 0, '2020-04-02 11:56:45', 'infosheet DECT handset cleaning'),
(1398, 5, 4, 352, 'baverianvinne', 0, 2, '2020-04-02 22:00:00', 0, 0, '2020-04-03 09:11:11', 'BaverianVine'),
(1399, 5, 4, 353, 'baverianvinne', 0, 0, '2020-04-03 08:37:29', 0, 0, '2020-04-03 08:37:29', 'Baverianvinne'),
(1400, 5, 4, 354, 'baverianvinne', 0, 0, '2020-04-03 08:50:17', 0, 0, '2020-04-03 08:50:17', 'Baverianvinne'),
(1401, 19, 6, 275, 'the-new-normal-of-telecommuting', 0, 2, '2020-04-15 22:00:00', 0, 0, '2020-05-22 10:06:28', 'The New Normal of Telecommuting'),
(1402, 19, 6, 276, 'nec-and-intermedia-announce-strategic-global-partnership-to-deliver-cloud-communications-collaboration-and-contact-center-solutions', 0, 2, '2020-04-20 22:00:00', 0, 0, '2020-04-21 17:27:43', 'NEC and Intermedia Announce Strategic Global Partnership to Deliver Cloud Communications, Collaboration, and Contact Center Solutions'),
(1403, 19, 6, 277, 'crn-awards-nec-with-a-5-star-rating-in-the-2020-crn-partner-program-guide', 0, 2, '2020-05-04 11:28:45', 0, 0, '2020-05-04 11:28:45', 'CRN Awards NEC With A 5-Star Rating In The 2020 CRN® Partner Program Guide'),
(1404, 16, 3, 389, 'infosheet-dect-lone-worker-solution', 0, 2, '2020-05-06 22:00:00', 0, 0, '2020-05-07 08:47:40', 'datasheet DECT Lone Worker solution'),
(1405, 16, 3, 390, 'dt500-dt900-interactive-user-guide', 0, 2, '2020-05-11 22:00:00', 0, 0, '2020-05-12 08:00:08', 'DT500-DT900 Interactive Guide'),
(1406, 5, 4, 355, 'symed', 0, 2, '2020-05-12 22:00:00', 0, 0, '2020-05-13 09:25:03', 'SYMED'),
(1407, 1, 1, 325, 'inscheduler', 7, 2, '2020-05-12 22:00:00', 0, 0, '2020-05-13 11:22:55', 'InScheduler'),
(1408, 1, 1, 326, 'insnapshot', 7, 2, '2020-05-12 22:00:00', 0, 0, '2020-05-13 11:22:42', 'InSnapshot'),
(1409, 16, 3, 391, 'insnapshot-infosheet', 0, 2, '2020-05-13 11:21:47', 0, 0, '2020-05-13 11:21:47', 'InSnapshot Infosheet'),
(1410, 16, 3, 392, 'inscheduler-infosheet', 0, 2, '2020-05-13 11:22:20', 0, 0, '2020-05-13 11:22:20', 'Inscheduler infosheet'),
(1411, 19, 6, 278, 'being-prepared', 0, 2, '2020-05-19 22:00:00', 0, 0, '2020-05-20 12:43:47', 'Being Prepared'),
(1412, 16, 3, 393, 'kleurrijkwonen', 0, 2, '2020-05-26 22:00:00', 0, 0, '2020-05-27 10:25:23', 'KleurrijkWonen'),
(1413, 19, 6, 279, '30-years-of-quality-management-excellence', 0, 2, '2020-06-01 22:00:00', 0, 0, '2020-06-02 13:27:47', 'Lloyd\'s recognizes NEC for 30 Years of Quality Management Excellence'),
(1414, 19, 6, 280, 'voice-quality-issues-ovoc-and-masterscope-are-the-cure', 0, 2, '2020-06-05 06:43:30', 0, 0, '2020-06-05 06:43:30', 'Voice Quality Issues? OVOC and MasterScope are the Cure!'),
(1415, 1, 1, 327, 'univerge-blue', 2, 2, '2020-06-09 22:00:00', 0, 0, '2021-03-17 20:22:32', 'UNIVERGE BLUE'),
(1416, 23, 7, 10, 'univerge-blue-contact', 9, 2, '2020-06-09 22:00:00', 0, 0, '2020-06-10 07:30:06', '<span style=\"font-size:2rem;font-weight:normal;\">Everything your team needs for <strong>cloud-based connections</strong></span>'),
(1417, 1, 1, 328, 'nmc', 0, 1, '2020-06-17 08:38:04', 0, 0, '2020-06-17 08:38:04', 'NMC'),
(1418, 19, 6, 281, 'nec-and-tigertms-re-strengthen-partnership', 0, 2, '2020-06-18 22:00:00', 0, 0, '2020-07-29 09:04:16', 'NEC and Tiger TMS re-strengthen partnership'),
(1419, 1, 1, 329, 'nec-meeting-center', 0, 2, '2020-06-18 22:00:00', 0, 0, '2020-07-07 16:28:21', 'NEC Meeting Center'),
(1420, 19, 6, 282, 'nec-and-it-hospitality-form-strategic-partnership-for-the-middle-east-and-africa-theatre', 0, 2, '2020-07-20 22:00:00', 0, 0, '2020-07-29 08:52:34', 'NEC and IT Hospitality form Strategic Partnership for the Middle-East and Africa Theatre'),
(1421, 19, 6, 283, 'superba-tlc-and-nec-enterprise-solutions-strengthen-partnership-in-global-marine-industry', 0, 2, '2020-07-22 22:00:00', 0, 0, '2020-08-28 07:40:56', 'Superba TLC and NEC Enterprise Solutions strengthen partnership in Global Marine industry'),
(1422, 19, 6, 284, 'data-protection-and-the-unmanned-office', 0, 2, '2020-08-05 22:00:00', 0, 0, '2020-08-25 11:34:56', 'Data Protection & the Unmanned Office'),
(1423, 16, 3, 394, 'mycalls-call-recorder', 0, 2, '2020-08-12 12:12:21', 0, 0, '2020-08-12 12:12:21', 'MyCalls Call Recorder'),
(1424, 16, 3, 395, 'remote-working-solutions', 0, 2, '2020-09-03 07:02:01', 0, 0, '2020-09-03 07:02:01', 'Remote Working Solutions'),
(1425, 19, 6, 285, 'renaissance-amsterdam-hotel-chooses-nec-communication-solution-for-the-new-normal', 0, 2, '2020-09-17 06:09:14', 0, 0, '2020-09-17 06:09:14', 'Renaissance Amsterdam Hotel chooses NEC communication solution for the ‘New Normal’'),
(1426, 5, 1, 330, 'become-a-business-partner-v2', 1, 1, '2020-09-23 22:00:00', 0, 0, '2020-09-29 09:47:38', '<span>Become a </span>NEC partner today'),
(1427, 23, 7, 11, 'cecome-a-nec-partner', 0, 2, '2020-09-23 22:00:00', 0, 0, '2020-09-24 15:12:23', 'Become a nec partner'),
(1428, 19, 6, 286, 'nec-acquires-a-leading-swiss-financial-software-company-avaloq', 0, 2, '2020-10-05 07:16:53', 0, 0, '2020-10-05 07:16:53', 'NEC acquires a leading Swiss financial software company, Avaloq'),
(1429, 5, 4, 356, 'saiet-telecomunicazioni', 0, 2, '2020-10-04 22:00:00', 0, 0, '2020-10-05 13:58:32', 'SAIET Telecomunicazioni'),
(1430, 19, 6, 287, 'nec-appoints-saiet-as-distributor-for-smb-communications-solutions-in-italy', 0, 2, '2020-10-06 06:57:42', 0, 0, '2020-10-06 06:57:42', 'NEC appoints SAIET as Distributor for SMB communications solutions in Italy'),
(1431, 11, 1, 331, 'nec-group-code-of-conduct', 6, 2, '2020-10-05 22:00:00', 0, 0, '2020-10-06 10:28:04', 'NEC Group Code of Conduct'),
(1432, 16, 3, 396, 'code-of-conduct', 0, 2, '2020-10-05 22:00:00', 0, 0, '2020-10-06 10:27:10', 'NEC Group Code of Conduct'),
(1433, 19, 6, 288, 'necs-ipasolink-ex-advanced-dual-drives-the-evolution-of-5g', 0, 2, '2020-10-11 22:00:00', 0, 0, '2020-10-12 06:31:53', 'NEC’s iPASOLINK EX Advanced Dual drives the evolution of 5G'),
(1434, 19, 6, 289, 'nec-selects-nxp-rf-airfast-multi-chip-modules-for-massive-mimo-5g-antenna-radio-unit-for-rakuten-mobile-in-japan', 0, 2, '2020-10-13 06:07:36', 0, 0, '2020-10-13 06:07:36', 'NEC Selects NXP RF Airfast Multi-chip Modules for Massive MIMO 5G Antenna Radio Unit for Rakuten Mobile in Japan'),
(1435, 16, 3, 397, 'nec-mycalls-call-recorder-explained', 0, 2, '2020-10-27 23:00:00', 0, 0, '2020-10-28 11:08:51', 'MyCalls Call Recorder Explained'),
(1436, 16, 3, 398, 'mycalls-desktop-lite-explained', 0, 2, '2020-10-27 23:00:00', 0, 0, '2020-10-28 11:10:59', 'MyCalls Desktop Lite Explained'),
(1437, 16, 3, 399, 'mycalls-desktop-explained', 0, 2, '2020-10-27 23:00:00', 0, 0, '2020-10-28 11:11:34', 'MyCalls Desktop Explained'),
(1438, 16, 3, 400, 'mycalls-operator-console-explained', 0, 2, '2020-10-27 23:00:00', 0, 0, '2020-10-28 11:11:53', 'MyCalls Operator Console Explained'),
(1439, 16, 3, 401, 'mycalls-call-centre-explained', 0, 2, '2020-11-02 09:31:42', 0, 0, '2020-11-02 09:31:42', 'MyCalls Call Centre Explained'),
(1440, 19, 6, 290, 'nec-selected-as-a-vendor-for-ntt-docomo-standalone-5g-mobile-core', 0, 2, '2020-11-03 23:00:00', 0, 0, '2020-11-04 09:50:17', 'NEC selected as a vendor for NTT DOCOMO Standalone 5G mobile core'),
(1441, 5, 4, 357, 'test', 0, 0, '2020-11-05 23:00:00', 0, 0, '2020-11-06 14:26:44', '..'),
(1442, 16, 3, 402, 'mycalls-agent-desktop-explained', 0, 2, '2020-11-09 08:05:51', 0, 0, '2020-11-09 08:05:51', 'MyCalls Agent Desktop Explained'),
(1443, 16, 3, 403, 'st500-mobile-client-explained', 0, 2, '2020-11-09 08:06:09', 0, 0, '2020-11-09 08:06:09', 'ST500 Mobile Client Explained'),
(1444, 16, 3, 404, 'manual-dect-handset-cleaning', 0, 2, '2020-11-08 23:00:00', 0, 0, '2020-11-09 09:54:29', 'Manual DECT handset cleaning'),
(1445, 16, 3, 405, 'mycalls-call-manager-explained', 0, 2, '2020-11-11 08:02:32', 0, 0, '2020-11-11 08:02:32', 'MyCalls Call Manager Explained'),
(1446, 16, 3, 406, 'test-manual', 0, 2, '2020-11-10 23:00:00', 0, 0, '2020-11-11 08:44:51', 'DECT Cleaning'),
(1447, 5, 4, 358, 'thym-business', 0, 2, '2020-11-19 23:00:00', 0, 0, '2020-11-20 09:29:59', 'Thym Business'),
(1448, 5, 1, 332, 'panasonic-to-nec-7-reseller-reasons', 0, 1, '2020-12-08 23:00:00', 0, 0, '2020-12-09 15:32:38', 'PANASONIC TO NEC: 7 RESELLER REASONS'),
(1449, 1, 1, 333, 'network-operation-engine', 8, 2, '2020-12-09 23:00:00', 0, 0, '2021-01-05 13:06:19', 'Network Operation Engine'),
(1450, 19, 6, 291, 'osaka-university-cybermedia-center-to-start-operation-of-necs-cloud-linked-high-performance-computing-and-high-performance-data-analysis-supercomputer-system-squid', 0, 2, '2020-12-14 07:12:29', 0, 0, '2020-12-14 07:12:29', 'Osaka University Cybermedia Center to Start Operation of NEC’s Cloud-linked High Performance Computing and High Performance Data Analysis Supercomputer System, “SQUID”'),
(1451, 16, 3, 407, 'network-operation-engine-(noe)', 0, 2, '2020-12-13 23:00:00', 0, 0, '2020-12-14 09:23:34', 'Network Operation Engine (NOE)'),
(1452, 16, 3, 408, 'nec-sdn-support', 0, 2, '2020-12-14 09:24:39', 0, 0, '2020-12-14 09:24:39', 'NEC SDN Support'),
(1453, 19, 6, 292, 'nec-holds-no.1-position-for-6-years-in-a-row-as-worldwide-leader-in-the-small-and-medium-sized-business-call-control-(pbx-ip-pbx)-market', 0, 2, '2020-12-16 08:52:03', 0, 0, '2020-12-16 08:52:03', 'NEC holds no.1 position for 6 years in a row as worldwide leader in the Small and Medium Sized Business Call Control (PBX-IP PBX) market'),
(1454, 16, 3, 409, 'smart-enterprise-drivers-2021', 0, 2, '2020-12-15 23:00:00', 0, 0, '2020-12-16 16:49:26', 'Smart Enterprise Drivers 2021'),
(1455, 16, 3, 410, 'nec-meeting-center', 0, 2, '2020-12-18 15:20:25', 0, 0, '2020-12-18 15:20:25', 'NEC Meeting Center'),
(1456, 16, 3, 411, 'spie-nederland', 0, 2, '2021-01-05 12:07:24', 0, 0, '2021-01-05 12:07:24', 'SPIE Nederland'),
(1457, 10, 8, 33, 'remote-working', 1, 2, '2021-01-10 23:00:00', 0, 0, '2021-01-11 09:40:54', 'Remote Working'),
(1458, 10, 8, 34, 'cloud-communications', 2, 2, '2021-01-10 23:00:00', 0, 0, '2021-01-11 11:49:55', 'Cloud Communications'),
(1459, 10, 1, 334, 'test', 0, 0, '2021-03-14 23:00:00', 0, 0, '2021-03-15 15:26:04', 'NEC Enterprise Solutions'),
(1460, 1, 1, 335, 'univerge-sv9100', 0, 2, '2021-03-17 15:01:32', 1, 19, '2021-03-18 12:38:56', NULL);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `users`
--
CREATE TABLE `users` (
`user_id` mediumint(8) UNSIGNED NOT NULL,
`email` tinytext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
`wachtwoord` tinytext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
`voor` varchar(250) NOT NULL,
`tussen` varchar(250) NOT NULL,
`achter` varchar(250) NOT NULL,
`admin` int(1) NOT NULL DEFAULT '0',
`rechten` varchar(255) NOT NULL,
`position` int(10) NOT NULL,
`active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Gegevens worden geëxporteerd voor tabel `users`
--
INSERT INTO `users` (`user_id`, `email`, `wachtwoord`, `voor`, `tussen`, `achter`, `admin`, `rechten`, `position`, `active`) VALUES
(1, 'admin', 'brPk2408er', 'Bas', '', 'Rozenbrand', 1, '', 0, 1),
(15, 'Evelyne.van.der.Leer@emea.nec.com', '5jkqorp', 'Evelyne ', 'van der', 'Leer', 1, '', 0, 1),
(16, 'ronald.schapendonk@emea.nec.com', 'rs_cms_nec', 'Ronald', '', 'Schapendonk', 1, '', 0, 1),
(18, 'robert.van.amerongen@emea.nec.com', 'rva_cms_nec', 'Robert', 'van', 'Amerongen', 1, '', 0, 1),
(19, 'annick.reyngoudt@emea.nec.com', 'ar_cms_nec', 'Annick', '', 'Reyngoudt', 0, '', 0, 1),
(20, 'evelyne.van.der.leer@emea.nec.com', '0wse9zbp', 'Evelyne', 'van der ', 'Leer', 0, '', 0, 1),
(21, 'jeagers@neci.co.uk', 'jeag_cms_nec_emea', 'Jim', '', 'Eagers', 0, '', 0, 1),
(22, 'Gaynor.Wakefield@EMEA.NEC.COM', 'xggpqhki', 'Gaynor ', '', 'Wakefield', 0, '15', 0, 1);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `variabelen`
--
CREATE TABLE `variabelen` (
`variabele_id` int(10) NOT NULL,
`field_id` varchar(250) NOT NULL,
`naam` varchar(250) NOT NULL,
`active` varchar(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `variabele_data`
--
CREATE TABLE `variabele_data` (
`variabele_data_id` int(10) NOT NULL,
`variabele_id` int(10) NOT NULL,
`naam` varchar(250) NOT NULL,
`position` int(10) NOT NULL,
`active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Indexen voor geëxporteerde tabellen
--
--
-- Indexen voor tabel `bestellingen`
--
ALTER TABLE `bestellingen`
ADD PRIMARY KEY (`bestelling_id`);
--
-- Indexen voor tabel `bestellingen_producten`
--
ALTER TABLE `bestellingen_producten`
ADD PRIMARY KEY (`bp_id`),
ADD KEY `product_id` (`uid`),
ADD KEY `bestelling_id` (`bestelling_id`);
--
-- Indexen voor tabel `categories`
--
ALTER TABLE `categories`
ADD PRIMARY KEY (`category_id`);
--
-- Indexen voor tabel `choice_options`
--
ALTER TABLE `choice_options`
ADD PRIMARY KEY (`choice_id`),
ADD KEY `field_id` (`field_id`);
--
-- Indexen voor tabel `comments`
--
ALTER TABLE `comments`
ADD PRIMARY KEY (`comment_id`);
--
-- Indexen voor tabel `custom_css`
--
ALTER TABLE `custom_css`
ADD PRIMARY KEY (`custom_id`);
--
-- Indexen voor tabel `entry_categories`
--
ALTER TABLE `entry_categories`
ADD PRIMARY KEY (`entry_category_id`),
ADD KEY `unique_id` (`unique_id`,`category_id`);
--
-- Indexen voor tabel `entry_choices`
--
ALTER TABLE `entry_choices`
ADD PRIMARY KEY (`entry_choice_id`);
--
-- Indexen voor tabel `entry_links`
--
ALTER TABLE `entry_links`
ADD PRIMARY KEY (`entry_link_id`),
ADD KEY `entry_id` (`unique_id`);
--
-- Indexen voor tabel `entry_posities`
--
ALTER TABLE `entry_posities`
ADD PRIMARY KEY (`entry_positie_id`),
ADD KEY `pagina_id` (`unique_id`,`positie_id`);
--
-- Indexen voor tabel `entry_tags`
--
ALTER TABLE `entry_tags`
ADD PRIMARY KEY (`entry_tag_id`),
ADD KEY `module_entry_id` (`entry_id`);
--
-- Indexen voor tabel `field_types`
--
ALTER TABLE `field_types`
ADD PRIMARY KEY (`field_id`);
--
-- Indexen voor tabel `forms`
--
ALTER TABLE `forms`
ADD PRIMARY KEY (`form_id`);
--
-- Indexen voor tabel `form_elements`
--
ALTER TABLE `form_elements`
ADD PRIMARY KEY (`form_element_id`);
--
-- Indexen voor tabel `form_elements_options`
--
ALTER TABLE `form_elements_options`
ADD PRIMARY KEY (`form_option_id`);
--
-- Indexen voor tabel `form_response`
--
ALTER TABLE `form_response`
ADD PRIMARY KEY (`form_response_id`);
--
-- Indexen voor tabel `instellingen`
--
ALTER TABLE `instellingen`
ADD PRIMARY KEY (`id`);
--
-- Indexen voor tabel `klanten`
--
ALTER TABLE `klanten`
ADD PRIMARY KEY (`klant_id`),
ADD KEY `incasso` (`incasso`);
--
-- Indexen voor tabel `languages`
--
ALTER TABLE `languages`
ADD PRIMARY KEY (`language_id`);
--
-- Indexen voor tabel `link_data`
--
ALTER TABLE `link_data`
ADD PRIMARY KEY (`link_data_id`);
--
-- Indexen voor tabel `link_data_fields`
--
ALTER TABLE `link_data_fields`
ADD PRIMARY KEY (`link_data_field_id`);
--
-- Indexen voor tabel `page_redirects`
--
ALTER TABLE `page_redirects`
ADD PRIMARY KEY (`redirect_id`);
--
-- Indexen voor tabel `page_section_content`
--
ALTER TABLE `page_section_content`
ADD PRIMARY KEY (`page_section_id`);
ALTER TABLE `page_section_content` ADD FULLTEXT KEY `html` (`html`);
--
-- Indexen voor tabel `prijzen_product`
--
ALTER TABLE `prijzen_product`
ADD PRIMARY KEY (`prijs_product_id`),
ADD KEY `unique_id` (`unique_id`);
--
-- Indexen voor tabel `secties`
--
ALTER TABLE `secties`
ADD PRIMARY KEY (`sectie_id`);
--
-- Indexen voor tabel `sectie_categories`
--
ALTER TABLE `sectie_categories`
ADD PRIMARY KEY (`sectie_category_id`);
--
-- Indexen voor tabel `sectie_templates`
--
ALTER TABLE `sectie_templates`
ADD PRIMARY KEY (`sectie_templates_id`);
--
-- Indexen voor tabel `stramiens`
--
ALTER TABLE `stramiens`
ADD PRIMARY KEY (`stramien_id`);
--
-- Indexen voor tabel `tags`
--
ALTER TABLE `tags`
ADD PRIMARY KEY (`tag_id`);
--
-- Indexen voor tabel `td_contact`
--
ALTER TABLE `td_contact`
ADD PRIMARY KEY (`entry_id`);
--
-- Indexen voor tabel `td_industry`
--
ALTER TABLE `td_industry`
ADD PRIMARY KEY (`entry_id`);
--
-- Indexen voor tabel `td_news`
--
ALTER TABLE `td_news`
ADD PRIMARY KEY (`entry_id`);
--
-- Indexen voor tabel `td_page`
--
ALTER TABLE `td_page`
ADD PRIMARY KEY (`entry_id`);
ALTER TABLE `td_page` ADD FULLTEXT KEY `search` (`title`,`subtitle`);
--
-- Indexen voor tabel `td_partners`
--
ALTER TABLE `td_partners`
ADD PRIMARY KEY (`entry_id`);
--
-- Indexen voor tabel `td_product details`
--
ALTER TABLE `td_product details`
ADD PRIMARY KEY (`entry_id`);
--
-- Indexen voor tabel `td_resource`
--
ALTER TABLE `td_resource`
ADD PRIMARY KEY (`entry_id`);
--
-- Indexen voor tabel `td_showcase`
--
ALTER TABLE `td_showcase`
ADD PRIMARY KEY (`entry_id`);
--
-- Indexen voor tabel `td_trending_topics`
--
ALTER TABLE `td_trending_topics`
ADD PRIMARY KEY (`entry_id`);
--
-- Indexen voor tabel `templates`
--
ALTER TABLE `templates`
ADD PRIMARY KEY (`template_id`),
ADD KEY `template_name` (`naam`);
--
-- Indexen voor tabel `template_fields`
--
ALTER TABLE `template_fields`
ADD PRIMARY KEY (`template_field_id`),
ADD KEY `template_id` (`template_id`,`field_id`);
--
-- Indexen voor tabel `translations`
--
ALTER TABLE `translations`
ADD PRIMARY KEY (`translation_id`);
--
-- Indexen voor tabel `unique_ids`
--
ALTER TABLE `unique_ids`
ADD PRIMARY KEY (`unique_id`),
ADD KEY `sectie_id` (`sectie_id`,`template_id`,`entry_id`);
--
-- Indexen voor tabel `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`user_id`);
--
-- Indexen voor tabel `variabelen`
--
ALTER TABLE `variabelen`
ADD PRIMARY KEY (`variabele_id`);
--
-- Indexen voor tabel `variabele_data`
--
ALTER TABLE `variabele_data`
ADD PRIMARY KEY (`variabele_data_id`),
ADD KEY `variabele_id` (`variabele_id`);
--
-- AUTO_INCREMENT voor geëxporteerde tabellen
--
--
-- AUTO_INCREMENT voor een tabel `bestellingen`
--
ALTER TABLE `bestellingen`
MODIFY `bestelling_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `bestellingen_producten`
--
ALTER TABLE `bestellingen_producten`
MODIFY `bp_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `categories`
--
ALTER TABLE `categories`
MODIFY `category_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=145;
--
-- AUTO_INCREMENT voor een tabel `choice_options`
--
ALTER TABLE `choice_options`
MODIFY `choice_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=67;
--
-- AUTO_INCREMENT voor een tabel `comments`
--
ALTER TABLE `comments`
MODIFY `comment_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `custom_css`
--
ALTER TABLE `custom_css`
MODIFY `custom_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
--
-- AUTO_INCREMENT voor een tabel `entry_categories`
--
ALTER TABLE `entry_categories`
MODIFY `entry_category_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7273;
--
-- AUTO_INCREMENT voor een tabel `entry_choices`
--
ALTER TABLE `entry_choices`
MODIFY `entry_choice_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `entry_links`
--
ALTER TABLE `entry_links`
MODIFY `entry_link_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `entry_posities`
--
ALTER TABLE `entry_posities`
MODIFY `entry_positie_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=511;
--
-- AUTO_INCREMENT voor een tabel `entry_tags`
--
ALTER TABLE `entry_tags`
MODIFY `entry_tag_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `field_types`
--
ALTER TABLE `field_types`
MODIFY `field_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=68;
--
-- AUTO_INCREMENT voor een tabel `forms`
--
ALTER TABLE `forms`
MODIFY `form_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;
--
-- AUTO_INCREMENT voor een tabel `form_elements`
--
ALTER TABLE `form_elements`
MODIFY `form_element_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=181;
--
-- AUTO_INCREMENT voor een tabel `form_elements_options`
--
ALTER TABLE `form_elements_options`
MODIFY `form_option_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=258;
--
-- AUTO_INCREMENT voor een tabel `form_response`
--
ALTER TABLE `form_response`
MODIFY `form_response_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `instellingen`
--
ALTER TABLE `instellingen`
MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT voor een tabel `klanten`
--
ALTER TABLE `klanten`
MODIFY `klant_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `languages`
--
ALTER TABLE `languages`
MODIFY `language_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT voor een tabel `link_data`
--
ALTER TABLE `link_data`
MODIFY `link_data_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT voor een tabel `link_data_fields`
--
ALTER TABLE `link_data_fields`
MODIFY `link_data_field_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;
--
-- AUTO_INCREMENT voor een tabel `page_redirects`
--
ALTER TABLE `page_redirects`
MODIFY `redirect_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=907;
--
-- AUTO_INCREMENT voor een tabel `page_section_content`
--
ALTER TABLE `page_section_content`
MODIFY `page_section_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1434;
--
-- AUTO_INCREMENT voor een tabel `prijzen_product`
--
ALTER TABLE `prijzen_product`
MODIFY `prijs_product_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;
--
-- AUTO_INCREMENT voor een tabel `secties`
--
ALTER TABLE `secties`
MODIFY `sectie_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;
--
-- AUTO_INCREMENT voor een tabel `sectie_categories`
--
ALTER TABLE `sectie_categories`
MODIFY `sectie_category_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `sectie_templates`
--
ALTER TABLE `sectie_templates`
MODIFY `sectie_templates_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
--
-- AUTO_INCREMENT voor een tabel `stramiens`
--
ALTER TABLE `stramiens`
MODIFY `stramien_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
--
-- AUTO_INCREMENT voor een tabel `tags`
--
ALTER TABLE `tags`
MODIFY `tag_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `td_contact`
--
ALTER TABLE `td_contact`
MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT voor een tabel `td_industry`
--
ALTER TABLE `td_industry`
MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT voor een tabel `td_news`
--
ALTER TABLE `td_news`
MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=293;
--
-- AUTO_INCREMENT voor een tabel `td_page`
--
ALTER TABLE `td_page`
MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=337;
--
-- AUTO_INCREMENT voor een tabel `td_partners`
--
ALTER TABLE `td_partners`
MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=359;
--
-- AUTO_INCREMENT voor een tabel `td_product details`
--
ALTER TABLE `td_product details`
MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `td_resource`
--
ALTER TABLE `td_resource`
MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=412;
--
-- AUTO_INCREMENT voor een tabel `td_showcase`
--
ALTER TABLE `td_showcase`
MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT voor een tabel `td_trending_topics`
--
ALTER TABLE `td_trending_topics`
MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;
--
-- AUTO_INCREMENT voor een tabel `templates`
--
ALTER TABLE `templates`
MODIFY `template_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT voor een tabel `template_fields`
--
ALTER TABLE `template_fields`
MODIFY `template_field_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=98;
--
-- AUTO_INCREMENT voor een tabel `translations`
--
ALTER TABLE `translations`
MODIFY `translation_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=84;
--
-- AUTO_INCREMENT voor een tabel `unique_ids`
--
ALTER TABLE `unique_ids`
MODIFY `unique_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1462;
--
-- AUTO_INCREMENT voor een tabel `users`
--
ALTER TABLE `users`
MODIFY `user_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;
--
-- AUTO_INCREMENT voor een tabel `variabelen`
--
ALTER TABLE `variabelen`
MODIFY `variabele_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `variabele_data`
--
ALTER TABLE `variabele_data`
MODIFY `variabele_data_id` int(10) NOT NULL AUTO_INCREMENT;