-- MySQL dump 10.9 -- -- Host: localhost Database: xcart -- ------------------------------------------------------ -- Server version 4.1.20 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `xcart_categories` -- DROP TABLE IF EXISTS `xcart_categories`; CREATE TABLE `xcart_categories` ( `categoryid` int(11) NOT NULL auto_increment, `parentid` int(11) NOT NULL default '0', `categoryid_path` varchar(255) NOT NULL default '', `image_x` int(11) NOT NULL default '0', `image_y` int(11) NOT NULL default '0', `category` varchar(255) NOT NULL default '', `description` text NOT NULL, `meta_descr` varchar(255) NOT NULL default '', `avail` char(1) NOT NULL default 'Y', `views_stats` int(11) NOT NULL default '0', `order_by` int(11) NOT NULL default '0', `membership` varchar(32) NOT NULL default '', `threshold_bestsellers` int(11) NOT NULL default '1', `product_count` int(11) NOT NULL default '0', `meta_keywords` varchar(255) NOT NULL default '', PRIMARY KEY (`categoryid`), KEY `category_path` (`parentid`,`categoryid_path`), KEY `category_path2` (`categoryid`,`categoryid_path`), KEY `avail` (`avail`), KEY `membership` (`membership`), KEY `order_by` (`order_by`,`category`), KEY `am` (`avail`,`membership`), KEY `pam` (`categoryid_path`,`avail`,`membership`), KEY `ia` (`categoryid`,`avail`), KEY `iam` (`categoryid`,`avail`,`membership`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_categories` -- /*!40000 ALTER TABLE `xcart_categories` DISABLE KEYS */; LOCK TABLES `xcart_categories` WRITE; INSERT INTO `xcart_categories` VALUES (250,0,'250',0,0,'Award Trophies','\r\n \r\n \r\n \r\n \r\n \r\n \r\n
TEST
 
','','Y',207,0,'',1,4,''),(251,0,'251',0,0,'Lifesize Celebrity Cutouts','','','Y',92,0,'',1,3,''),(252,0,'252',0,0,'Film Accessories','','','Y',49,3,'',1,4,''),(253,252,'252/253',0,0,'Film Cans','','','Y',2,1,'',1,3,''),(254,0,'254',0,0,'Party Supplies','

Hollywood theme party supplies get your party started! You\'ll find everything you need for a hit party with our huge selection of movie themed decorations, centerpieces, party wear, and more! Set the perfect mood and create a dynamic atmosphere for your guests with our unique decor items and accessories. Whether you\'re planning a theme party at home or at the office, or you\'re producing a gala event, we\'ll help you party in style...Hollywood Style!
Current Feature

\"Hollywood

Current Feature
 
','','Y',32,0,'',1,1,''),(255,0,'255',60,60,'The Party Store','','','Y',10,0,'',1,1,''); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_categories` ENABLE KEYS */; -- -- Table structure for table `xcart_categories_lng` -- DROP TABLE IF EXISTS `xcart_categories_lng`; CREATE TABLE `xcart_categories_lng` ( `code` char(2) NOT NULL default '', `categoryid` int(11) NOT NULL default '0', `category` varchar(255) NOT NULL default '', `description` text NOT NULL, PRIMARY KEY (`code`,`categoryid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_categories_lng` -- /*!40000 ALTER TABLE `xcart_categories_lng` DISABLE KEYS */; LOCK TABLES `xcart_categories_lng` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_categories_lng` ENABLE KEYS */; -- -- Table structure for table `xcart_categories_subcount` -- DROP TABLE IF EXISTS `xcart_categories_subcount`; CREATE TABLE `xcart_categories_subcount` ( `categoryid` int(11) NOT NULL default '0', `subcategory_count` int(11) NOT NULL default '0', `product_count` int(11) NOT NULL default '0', `membership` varchar(32) NOT NULL default '', PRIMARY KEY (`categoryid`,`membership`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_categories_subcount` -- /*!40000 ALTER TABLE `xcart_categories_subcount` DISABLE KEYS */; LOCK TABLES `xcart_categories_subcount` WRITE; INSERT INTO `xcart_categories_subcount` VALUES (250,0,4,'Premium'),(250,0,4,'Wholesale'),(250,0,4,''),(251,0,3,'Premium'),(251,0,3,'Wholesale'),(251,0,3,''),(252,0,4,'Premium'),(252,0,4,'Wholesale'),(252,1,4,''),(253,0,3,'Premium'),(253,0,3,'Wholesale'),(253,0,3,''),(254,0,1,'Premium'),(254,0,1,'Wholesale'),(254,0,1,''),(255,0,1,'Premium'),(255,0,1,'Wholesale'),(255,0,1,''); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_categories_subcount` ENABLE KEYS */; -- -- Table structure for table `xcart_cc_gestpay_data` -- DROP TABLE IF EXISTS `xcart_cc_gestpay_data`; CREATE TABLE `xcart_cc_gestpay_data` ( `value` char(32) NOT NULL default '', `type` char(1) NOT NULL default 'C', PRIMARY KEY (`value`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_cc_gestpay_data` -- /*!40000 ALTER TABLE `xcart_cc_gestpay_data` DISABLE KEYS */; LOCK TABLES `xcart_cc_gestpay_data` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_cc_gestpay_data` ENABLE KEYS */; -- -- Table structure for table `xcart_cc_pp3_data` -- DROP TABLE IF EXISTS `xcart_cc_pp3_data`; CREATE TABLE `xcart_cc_pp3_data` ( `ref` varchar(255) NOT NULL default '', `sessionid` varchar(255) NOT NULL default '', `param1` varchar(255) NOT NULL default '', `param2` varchar(255) NOT NULL default '', `param3` varchar(255) NOT NULL default '', `param4` varchar(255) NOT NULL default '', `param5` varchar(255) NOT NULL default '', `trstat` varchar(255) NOT NULL default '', UNIQUE KEY `refk` (`ref`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_cc_pp3_data` -- /*!40000 ALTER TABLE `xcart_cc_pp3_data` DISABLE KEYS */; LOCK TABLES `xcart_cc_pp3_data` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_cc_pp3_data` ENABLE KEYS */; -- -- Table structure for table `xcart_ccprocessors` -- DROP TABLE IF EXISTS `xcart_ccprocessors`; CREATE TABLE `xcart_ccprocessors` ( `module_name` varchar(255) NOT NULL default '', `type` char(1) NOT NULL default '', `processor` varchar(255) NOT NULL default '', `template` varchar(255) NOT NULL default '', `param01` varchar(255) NOT NULL default '', `param02` varchar(255) NOT NULL default '', `param03` varchar(255) NOT NULL default '', `param04` varchar(255) NOT NULL default '', `param05` varchar(255) NOT NULL default '', `param06` varchar(255) NOT NULL default '', `param07` varchar(255) NOT NULL default '', `param08` varchar(255) NOT NULL default '', `param09` varchar(255) NOT NULL default '', `disable_ccinfo` char(1) NOT NULL default 'N', `background` char(1) NOT NULL default 'N', `testmode` char(1) NOT NULL default 'N', `is_check` char(1) NOT NULL default '', `is_refund` char(1) NOT NULL default '', `c_template` varchar(255) NOT NULL default '', `paymentid` int(11) NOT NULL default '0', `cmpi` char(1) NOT NULL default '', PRIMARY KEY (`module_name`), KEY `module_name` (`module_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_ccprocessors` -- /*!40000 ALTER TABLE `xcart_ccprocessors` DISABLE KEYS */; LOCK TABLES `xcart_ccprocessors` WRITE; INSERT INTO `xcart_ccprocessors` VALUES ('AuthorizeNet: AIM','C','cc_authorizenet.php','cc_authorizenet.tpl','7f34fba2d03993eb','7f34fba2d03993eb','','123','USD','123','A','','','N','Y','Y','','','',17,'Y'),('iTransact (ProcessUSA). XML scheme','C','cc_processusa.php','cc_processusa.tpl','123','123','123','','','','','','','N','Y','N','','','',0,''),('IntelliPay: ExpertLink','C','cc_intellipaycom.php','cc_intellipaycom.tpl','test','test_password','www.x-cart.com','','','','','','','C','Y','N','','','',0,''),('2Checkout','C','cc_2checkoutcom.php','cc_2checkoutcom.tpl','1231111','123','123','','','','','','','Y','N','N','','','',0,''),('WorldPay','C','cc_worldpay.php','cc_worldpay.tpl','','','','','','','','','','Y','N','A','','','',0,''),('LinkPoint','C','cc_linkpoint.php','cc_linkpoint.tpl','123123123123','123','','not_provided','','','','','','N','Y','A','','','',0,''),('VeriSign PayFlow Pro','C','cc_verisign.php','cc_verisign.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('PlugnPay. Remote Auth method','C','cc_plugnpaycom.php','cc_plugnpaycom.tpl','','','pay1.plugnpay.com','','','','','','','N','Y','N','','','',0,''),('PSiGate','C','cc_psigate.php','cc_psigate.tpl','','','','','','','','','','C','N','N','','','',0,''),('SkipJack','C','cc_skipjack.php','cc_skipjack.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('GestPay','C','cc_gestpay.php','cc_gestpay.tpl','','','','','','','','','','Y','N','N','','','',0,''),('VeriSign Link','C','cc_verisignl.php','cc_verisignl.tpl','','','','','','','','','','Y','N','N','','','',0,''),('SECPay','C','cc_secpay.php','cc_secpay.tpl','secpay','true','false','','','','','','','Y','N','A','','','',0,''),('Saferpay','C','cc_saferpay.php','cc_saferpay.tpl','','','','','','','','','','Y','N','N','','','',0,''),('GoChargeIt','C','cc_chargeit.php','cc_chargeit.tpl','merchant','test','','','','','','','','C','N','Y','','','',0,''),('ePDQ','C','cc_epdq.php','cc_epdq.tpl','merchantdisplayname','id0000','password','840','PreAuth','','','','','Y','N','N','','','',0,''),('eWAY.XML payment','C','cc_eway.php','cc_eway.tpl','87654321','TRUE','','','','','','','','N','Y','A','','','',0,''),('EFSnet','C','cc_efs.php','cc_efs.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('Bank of America','C','cc_bank.php','cc_bank.tpl','','','','','','','','','','N','Y','N','','','',0,''),('CyberCash','C','cc_ccash.php','cc_ccash.tpl','','','','','','','','','','N','Y','N','','','',0,''),('BluePay','C','cc_blue.php','cc_blue.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('MultiPay','C','cc_multi.php','cc_multi.tpl','','','','','','','','','','Y','N','N','','','',0,''),('ProxyPay3','C','cc_pp3.php','cc_pp3.tpl','https://ep.eurocommerce.gr/proxypay/apacs','','0840','Y','','','','','','Y','N','N','','','',0,''),('PayGateway (Paradata Systems)','C','cc_pgw.php','cc_pgw.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('USAePay','C','cc_usaepay.php','cc_usaepay.tpl','','','','','','','','','','N','Y','Y','','','',0,'Y'),('PayNet','C','cc_paynet.php','cc_paynet.tpl','','','','','','','','','','N','Y','N','','','',0,''),('PaySystems','C','cc_paysystems.php','cc_paysystems.tpl','','','','','','','','','','Y','N','N','','','',0,''),('E-Gold','P','cc_egold.php','cc_egold.tpl','','','','','','','','','','Y','N','N','','','',0,''),('E-Dinar','P','cc_edinar.php','cc_edinar.tpl','','','','','','','','','','Y','N','N','','','',0,''),('InternetSecure','C','cc_isecure.php','cc_isecure.tpl','','','','','','','','','','Y','N','A','','','',0,''),('TransFirst eLink (Server based solution)','C','cc_dpil.php','cc_dpil.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('IO*NGATE','C','cc_iongatecom.php','cc_iongatecom.tpl','','','','','','','','','','N','Y','N','','','',0,''),('Netbilling','C','cc_netbilling.php','cc_netbilling.tpl','','','','','','','','','','N','Y','N','','','',0,'Y'),('X-Cart TEST','C','cc_test.php','cc_test.tpl','','','','','','','','','','Y','N','N','','','',0,''),('CentiPaid','P','cc_centi.php','cc_centi.tpl','','','','','','','','','','Y','N','N','','','',0,''),('MerchantPartners','C','cc_gcomm.php','cc_gcomm.tpl','','','','','','','','','','N','Y','N','','','',0,''),('eSelect plus','C','cc_eselect.php','cc_eselect.tpl','','','43924','','','','','','','C','Y','Y','','','',0,''),('ECHOnline','C','cc_echo.php','cc_echo.tpl','','','','','','','','','','N','Y','N','','','',0,''),('PayGate','C','cc_paygate.php','cc_paygate.tpl','','','','','','','','','','N','Y','N','','','',0,''),('GZS:PayMaster','C','cc_gzs.php','cc_gzs.tpl','123','USD','','123','123','','','','','N','Y','N','','','',0,''),('NetRegistry e-commerce','C','cc_nrecom.php','cc_nrecom.tpl','','','','','','','','','','C','Y','N','','','',0,''),('PayBox','C','cc_paybox.php','cc_paybox.tpl','1999888','99','','','','','','','','Y','N','N','','','',0,''),('Protx VSP Form','C','cc_protx.php','cc_protx.tpl','TestVendor','testvendor','USD','Y','','','','','','Y','N','Y','','','',0,''),('Cambist','C','cc_cambist.php','cc_cambist.tpl','DEMO','DEMO Merchant','','','','','','','','N','Y','Y','','','',0,''),('DataTrans','C','cc_datatrans.php','cc_datatrans.tpl','1000011011','','','','','','','','','N','Y','N','','','',0,''),('Direct Payment Solution: PX POST','C','cc_dps.php','cc_dps.tpl','','','','','','','','','','N','Y','N','','','',0,''),('3Delta Systems','C','cc_3delta.php','cc_3delta.tpl','','','','','','','','','','Y','N','Y','','','',0,''),('Pasat Internet','C','cc_pi.php','cc_pi.tpl','','','','','','','','','','Y','N','Y','','','',0,''),('ZipZap','C','cc_zipzap.php','cc_zipzap.tpl','','','','','','','','','','C','Y','N','','','',0,''),('SurePay','C','cc_surepay.php','cc_surepay.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('eSec.Direct','C','cc_esecd.php','cc_esec.tpl','','','','','','','','','','N','Y','N','','','',0,''),('eSec.ReDirect','C','cc_esec.php','cc_esec.tpl','','','','','','','','','','N','N','A','','','',0,''),('Wells Fargo','C','cc_wells.php','cc_wells.tpl','','','','','','','','','','Y','N','N','','','',0,''),('VaultX','C','cc_vaultx.php','cc_vaultx.tpl','','','','','','','','','','N','Y','N','','','',0,''),('Scopus Tecnologia','C','cc_scopus.php','cc_scopus.tpl','','','','','','','','','','Y','N','Y','','','',0,''),('SECURETRADING','C','cc_securetrading.php','cc_securetrading.tpl','','','GBP','','','','','','','Y','N','N','','','',0,''),('RTWare: ADC Direct Response','C','cc_rtware.php','cc_rtware.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('PayZip.Net: Web2Web','C','cc_payzip.php','cc_payzip.tpl','','','','','','','','','','Y','N','Y','','','',0,''),('Protx VSP Direct','C','cc_protxdir.php','cc_protxdir.tpl','','','','','','','','','','N','Y','Y','','','',0,'Y'),('Ogone','C','cc_ogone.php','cc_ogone.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('SmartPag','C','cc_smartpag.php','cc_smartpag.tpl','123','123123123','','','','','','','','Y','N','N','','','main/register_ccsmartpag.tpl',0,''),('eProcessingNetwork. Transparent.','C','cc_eproc.php','cc_eproc.tpl','','','','','','','','','','N','Y','N','','','',0,''),('NetBanx','C','cc_netbanx.php','cc_netbanx.tpl','','','','','','','','','','Y','N','N','','','',0,''),('eWAY.Shared payment','C','cc_ewayweb.php','cc_ewayweb.tpl','87654321','TRUE','','','','','','','','Y','N','Y','','','',0,''),('World Swift','P','cc_wswift.php','cc_wswift.tpl','','','','','','','','','','Y','N','N','','','',0,''),('PaySystems Client','C','cc_psclient.php','cc_psclient.tpl','','','','','','','','','','N','Y','N','','','',0,''),('AccessPoint (MerchantManager)','C','cc_mm.php','cc_mm.tpl','','','','','','','','','','N','Y','N','','','',0,''),('Clear Commerce (PayFuse)','C','cc_fuse.php','cc_fuse.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('TrustCommerce','C','cc_trustcommerce.php','cc_trustcommerce.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('viaKlix','C','cc_viaklix.php','cc_viaklix.tpl','','','','','','','','','','N','N','Y','','','',0,''),('viaKlix 2.0','C','cc_viaklix2.php','cc_viaklix2.tpl','','','','','','','','','','N','N','Y','','','',0,''),('E-Gateway (Mantis Technologies)','C','cc_egateway.php','cc_egateway.tpl','','','','','','','','','','Y','N','N','','','',0,''),('Slim CD','C','cc_slim.php','cc_slim.tpl','1','562519011','2','testmaster','','','','','','N','Y','N','','','',0,''),('Transaction Central. XML Interface','C','cc_pri.php','cc_pri.tpl','10011','1234','','','','','','','','C','Y','N','','','',0,''),('Transaction Central. WEB Interface','C','cc_priw.php','cc_priw.tpl','10011','1234','','','','','','','','Y','N','N','','','',0,''),('Transaction Central. POST Interface','C','cc_prip.php','cc_prip.tpl','10011','1234','','','','','','','','N','Y','N','','','',0,''),('Ezic. Direct mode V3.x','C','cc_ezic.php','cc_ezic.tpl','','','','','','','','','','N','Y','N','','','',0,''),('BiBiT','C','cc_bibit.php','cc_bibit.tpl','2342342','234','','','ARS','','','','','N','Y','Y','','','',0,''),('Velocity Pay','C','cc_vp.php','cc_vp.tpl','','','','','','','','','','Y','N','N','','','',0,''),('Innovative E-Commerce','C','cc_innec.php','cc_innec.tpl','','','','','','','','','','N','Y','N','','','',0,''),('SecurePay','C','cc_securepay.php','cc_securepay.tpl','','','','','','','','','','C','Y','N','','','',0,''),('Jettis','C','cc_jettis.php','cc_jettis.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('MultiCards','C','cc_multicard.php','cc_multicard.tpl','','','','','','','','','','Y','N','N','','','',0,''),('Money Bookers','P','cc_mbookers.php','cc_mbookers.tpl','123','CZK','EN','3123','','','','','','Y','N','N','','','',0,''),('Lynk Systems','C','cc_lynksystems.php','cc_lynksystems.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('DeltaPAY','C','cc_delta.php','cc_delta.tpl','','','','','','','','','','Y','N','N','','','',0,''),('AuthorizeNet: SIM','C','cc_authorizenet_sim.php','cc_authorizenet_sim.tpl','','','','','','','','','','Y','N','N','','','',0,''),('Censeo (dialog)','C','cc_censeo_d.php','cc_censeo.tpl','','','','','','','','','','Y','N','N','','','',0,''),('Censeo (no dialog)','C','cc_censeo.php','cc_censeo.tpl','','','','','','','','','','N','N','N','','','',0,''),('CyberSource','C','cc_csrc.php','cc_csrc.tpl','','','','','','','','','','N','Y','N','','','',0,''),('PayByCheck','H','ch_paybycheck.php','ch_paybycheck.tpl','','','','','','','','','','Y','N','N','','','',0,''),('WTSbank','H','ch_wtsbank.php','ch_wtsbank.tpl','','','','','','','','','','N','N','N','','','',0,''),('AuthorizeNet.eCheck','H','ch_authorizenet.php','ch_authorizenet.tpl','7f34fba2d03993eb','7f34fba2d03993eb','Y','123','AFA','222','A','','','','N','Y','','','customer/main/ch_authorizenet.tpl',0,''),('PayPal','P','ps_paypal.php','ps_paypal.tpl','','','','','','','','','','Y','N','N','','','',0,''),('Nochex','P','ps_nochex.php','ps_nochex.tpl','','','','','','','','','','Y','N','Y','','','',0,''),('GoEmerchant','C','cc_goem.php','cc_goem.tpl','','','','','','','','','','N','Y','N','','','',0,''),('GoEmerchant XML','C','cc_goem_xml.php','cc_goem.tpl','','','','','','','','','','N','Y','N','','','',0,''),('Way2Pay','P','cc_w2p.php','cc_w2p.tpl','','','','','','','','','','Y','N','Y','','','',0,''),('ANZ eGate','C','cc_anz.php','cc_anz.tpl','','','','','','','','','','Y','N','N','','','',0,''),('NetPay','P','cc_netpay.php','cc_netpay.tpl','','','','','','','','','','Y','N','N','','','',0,''),('YourPay','C','cc_yourpay.php','cc_yourpay.tpl','','','','','','','','','','N','Y','A','','','',0,''),('Payment Express (Hosted payment page)','C','cc_dpilpx.php','cc_dpilpx.tpl','','','','','','','','','','Y','N','N','','','',0,''),('Bean Stream','C','cc_bean.php','cc_bean.tpl','','','','','','','','','','N','Y','N','','','',0,''),('FirePay','C','cc_fire.php','cc_fire.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('uSight','C','cc_usight.php','cc_usight.tpl','','','','','','','','','','N','Y','N','','','',0,''),('PlugnPay. Smart Screen method','C','cc_pnpss.php','cc_pnpss.tpl','','','','','','','','','','Y','N','N','','','',0,''),('PayWeb','C','cc_payweb.php','cc_payweb.tpl','10011013800','','','','','','','','','Y','N','N','','','',0,''),('Cardia Shop','C','cc_cardia2.php','cc_cardia2.tpl','','','','','','','','','','Y','N','N','','','',0,''),('Smart people','C','cc_people.php','cc_people.tpl','','','','','','','','','','N','Y','N','','','',0,''),('EZTP','C','cc_eztp.php','cc_eztp.tpl','','','','','','','','','','N','Y','N','','','',0,''),('iDeb','C','cc_ideb.php','cc_ideb.tpl','','','','','','','','','','N','Y','N','','','',0,''),('YellowPay','C','cc_yellow.php','cc_yellow.tpl','','','','','','','','','','Y','N','N','','','',0,''),('CyberPac (LaCaixa)','C','cc_cpac.php','cc_cpac.tpl','','','','','','','','','','Y','N','N','','','',0,''),('HSBC Secure E-Payment Service','C','cc_hsbc.php','cc_hsbc.tpl','','','','','','','','','','Y','N','Y','','','',0,''),('EasyPay','C','cc_easypay.php','cc_easypay.tpl','','','','','','','','','','Y','N','Y','','','',0,''),('Triple Deal','C','cc_triple.php','cc_triple.tpl','','','','','','','','','','Y','N','Y','','','',0,''),('Ogone (web)','C','cc_ogoneweb.php','cc_ogoneweb.tpl','','','','','','','','','','Y','N','Y','','','',0,''),('WebCraft','C','cc_webcraft.php','cc_webcraft.tpl','','','','','','','','','','N','Y','A','','','',0,''),('Trolley Gateway','C','cc_trolley.php','cc_trolley.tpl','','','','','','','','','','Y','N','N','','','',0,''),('PSW Billing','C','cc_pswbill.php','cc_pswbill.tpl','','','','','','','','','','Y','N','N','','','',0,''),('PayByCheck.XML','H','ch_pbcxml.php','ch_pbcxml.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('Caledon','C','cc_caledon.php','cc_caledon.tpl','','','','','','','','','','N','Y','N','','','',0,''),('2Checkout. Version 2','C','cc_2conew.php','cc_2conew.tpl','','','','','','','','','','Y','N','Y','','','',0,''),('DirectOne direct','C','cc_directone.php','cc_directone.tpl','','','','','','','','','','N','Y','Y','','','',0,''),('PayPal Pro','P','ps_paypal_pro.php','ps_paypal_pro.tpl','','','USD','','','','A','ExpressCheckout','DirectPayment','N','Y','Y','','','',0,''); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_ccprocessors` ENABLE KEYS */; -- -- Table structure for table `xcart_class_lng` -- DROP TABLE IF EXISTS `xcart_class_lng`; CREATE TABLE `xcart_class_lng` ( `code` char(2) NOT NULL default 'US', `classid` int(11) NOT NULL default '0', `class` varchar(128) NOT NULL default '', `classtext` varchar(255) NOT NULL default '', PRIMARY KEY (`classid`,`code`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_class_lng` -- /*!40000 ALTER TABLE `xcart_class_lng` DISABLE KEYS */; LOCK TABLES `xcart_class_lng` WRITE; INSERT INTO `xcart_class_lng` VALUES ('US',50,'Line 1:',''),('US',53,'test','test'); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_class_lng` ENABLE KEYS */; -- -- Table structure for table `xcart_class_options` -- DROP TABLE IF EXISTS `xcart_class_options`; CREATE TABLE `xcart_class_options` ( `optionid` int(11) NOT NULL auto_increment, `classid` int(11) NOT NULL default '0', `option_name` varchar(255) NOT NULL default '', `orderby` int(11) NOT NULL default '0', `avail` char(1) NOT NULL default 'Y', `price_modifier` decimal(12,2) NOT NULL default '0.00', `modifier_type` char(1) NOT NULL default '$', PRIMARY KEY (`optionid`), KEY `orderby` (`orderby`,`avail`), KEY `ia` (`classid`,`avail`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_class_options` -- /*!40000 ALTER TABLE `xcart_class_options` DISABLE KEYS */; LOCK TABLES `xcart_class_options` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_class_options` ENABLE KEYS */; -- -- Table structure for table `xcart_classes` -- DROP TABLE IF EXISTS `xcart_classes`; CREATE TABLE `xcart_classes` ( `classid` int(11) NOT NULL auto_increment, `productid` int(11) NOT NULL default '0', `class` varchar(128) NOT NULL default '', `classtext` varchar(255) NOT NULL default '', `orderby` int(11) NOT NULL default '0', `avail` char(1) NOT NULL default 'Y', `is_modifier` char(1) NOT NULL default 'Y', `maxlength` int(11) NOT NULL default '999', PRIMARY KEY (`classid`), KEY `orderby` (`orderby`,`avail`), KEY `productid` (`productid`), KEY `is_modifier` (`is_modifier`), KEY `class` (`class`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_classes` -- /*!40000 ALTER TABLE `xcart_classes` DISABLE KEYS */; LOCK TABLES `xcart_classes` WRITE; INSERT INTO `xcart_classes` VALUES (50,16149,'Line 1:','',1,'Y','T',999),(51,16149,'Line 2:','',2,'Y','T',999),(52,16149,'Line 3:','',3,'Y','T',999),(53,16143,'test','test',1,'Y','T',10),(54,16143,'test2','test2',2,'Y','T',5),(55,16150,'Line 1','',1,'Y','T',20),(56,16150,'Line 2','',2,'Y','T',30); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_classes` ENABLE KEYS */; -- -- Table structure for table `xcart_config` -- DROP TABLE IF EXISTS `xcart_config`; CREATE TABLE `xcart_config` ( `name` varchar(32) NOT NULL default '', `comment` varchar(255) NOT NULL default '', `value` text NOT NULL, `category` varchar(32) NOT NULL default '', `orderby` int(11) NOT NULL default '0', `type` enum('text','textarea','checkbox') default 'text', `defvalue` text NOT NULL, PRIMARY KEY (`name`), KEY `orderby` (`orderby`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_config` -- /*!40000 ALTER TABLE `xcart_config` DISABLE KEYS */; LOCK TABLES `xcart_config` WRITE; INSERT INTO `xcart_config` VALUES ('orders_department','Orders department e-mail address','','Company',130,'text',''),('unlimited_products','Disable inventory tracking','N','General',100,'checkbox','N'),('newsletter_limit','Newsletter limit to show','30','Appearance',10,'text','30'),('newsletter_email','Reply-To newsletter email address','','Company',150,'text',''),('support_department','Help/Support department e-mail address','','Company',140,'text',''),('users_department','Users department e-mail address','','Company',110,'text',''),('site_administrator','Site administrator e-mail address','','Company',120,'text',''),('gc_show_expired','Show expired Gift Certificates','Y','Modules',10,'checkbox','Y'),('products_per_page','Products per page','10','Appearance',20,'text','1'),('max_nav_pages','Maximum navigation pages','10','Appearance',60,'text','1'),('redirect_to_cart','Redirect customer to cart','Y','General',95,'checkbox','Y'),('download_key_ttl','Download key TTL (hours)','24','General',72,'text','24'),('enable_debug_console','Enable debugging console','N','General',90,'checkbox','N'),('minimal_order_amount','Minimum allowed order total','1','General',110,'text','10'),('intershipper_username','Intershipper username','','Shipping',10,'text',''),('intershipper_password','Intershipper password','','Shipping',20,'text',''),('weight_symbol_grams','Grams in the unit of weight defined by the weight symbol','453.6','General',231,'text','453.6'),('realtime_shipping','Real-time shipping calculation
Note: original shipping address can be set under \'Company options\' submenu on this page. Intershipper works only with US origins.','Y','Shipping',5,'checkbox','N'),('location_address','Company address','940 w. Washington blvd','Company',60,'text',''),('location_city','Company city','Los Angeles','Company',70,'text',''),('location_state','Company state','CA','Company',80,'text','CA'),('location_zipcode','Company zip/postal code','90015','Company',90,'text',''),('location_country','Company country','US','Company',100,'text','US'),('pgp_home_dir','Home path','','PGP',2,'text',''),('pgp_prog','PGP binary path','/usr/local/bin/pgp','PGP',3,'text',''),('pgp_key','PGP user id','','PGP',4,'text',''),('version','DB version','4.0.17','',0,'text',''),('upgrade_history','History of upgrades','','',0,'text',''),('pgp_public_key','PGP public key','','PGP',20,'textarea',''),('use_pgp6','Use PGP version 6','N','PGP',21,'checkbox','N'),('default_customer_language','Default customers language (2 chars country code)','US','',12,'text','US'),('default_admin_language','Default admin language (2 chars country code)','US','',11,'text','US'),('html_mail','HTML mail','Y','Email',20,'checkbox','N'),('use_PHP_mailer','Use internal PHP mailer for sending newsletters.','N','Email',10,'checkbox','N'),('disabled_languages','Disabled languages (comma separated)','','',130,'text',''),('use_intershipper','If ticked, use Intershipper calculation services, otherwise use integrated module (contact UPS, USPS, FedEX calculation services directly)','N','Shipping',7,'checkbox','N'),('enable_all_shippings','Enable all shipping methods even if a customer is not logged in','Y','Shipping',0,'checkbox','N'),('number_of_bestsellers','Number of products in bestsellers list','5','Modules',130,'text','5'),('number_of_recommends','Number of products to display in recommends list','10','Modules',160,'text','10'),('select_recommends_list_randomly','Select recommended products randomly','Y','Modules',150,'checkbox','Y'),('membership_levels','','a:4:{i:0;a:2:{s:8:\"usertype\";s:1:\"C\";s:10:\"membership\";s:7:\"Premium\";}i:1;a:2:{s:8:\"usertype\";s:1:\"C\";s:10:\"membership\";s:9:\"Wholesale\";}i:2;a:2:{s:8:\"usertype\";s:1:\"P\";s:10:\"membership\";s:13:\"Root provider\";}i:3;a:2:{s:8:\"usertype\";s:1:\"A\";s:10:\"membership\";s:17:\"Fulfillment staff\";}}','',0,'text','a:4:{i:0;a:2:{s:8:\"usertype\";s:1:\"C\";s:10:\"membership\";s:7:\"Premium\";}i:1;a:2:{s:8:\"usertype\";s:1:\"C\";s:10:\"membership\";s:9:\"Wholesale\";}i:2;a:2:{s:8:\"usertype\";s:1:\"P\";s:10:\"membership\";s:13:\"Root provider\";}i:3;a:2:{s:8:\"usertype\";s:1:\"A\";s:10:\"membership\";s:17:\"Fulfillment staff\";}}'),('customer_reviews','Allow viewing reviews','Y','Modules',160,'checkbox','Y'),('customer_voting','Allow voting','Y','Modules',170,'checkbox','Y'),('writing_reviews','Allow writing reviews (N - disallow to all, A - allow to all, R - allow to registered','A','Modules',180,'text','A'),('membership_signup','Moderated sign-up for membership','Y','General',180,'checkbox','Y'),('default_country','Default country','US','General',190,'text','US'),('currency_symbol','Primary currency symbol','$','General',200,'text','$'),('alter_currency_symbol','Alternative currency symbol (empty to disable). Note that credit card charges are performed using primary currency','','General',210,'text',''),('alter_currency_rate','Alternative currency exchange rate','0.87','General',220,'text','0'),('weight_symbol','Weight symbol','lbs','General',230,'text','lbs'),('company_name','Company name','Souvenirs of Hollywood','Company',10,'text',''),('company_website','Company website','www.x-cart.com','Company',20,'text',''),('show_cc_info','Include order details (credit card information) into admin order notification message (it is recommended to use PGP encryption with this option enabled)','Y','Email',30,'checkbox','Y'),('root_categories','If ticked, the categories list always shows root categories','Y','General',250,'checkbox','Y'),('disable_cc','Do not ask customers to enter CC information while registering','Y','General',260,'checkbox','Y'),('show_in_stock','Show quantity in stock','Y','Appearance',70,'checkbox','Y'),('max_select_quantity','Maximum number of selections in quantity selectbox','50','Appearance',80,'text','50'),('show_thumbnails','Show thumbnails in products list','Y','Appearance',90,'checkbox','Y'),('bestsellers_thumbnails','Show thumbnails in bestsellers list','Y','Modules',210,'checkbox','Y'),('bestsellers_menu','Show bestsellers list in the menu column','Y','Modules',210,'checkbox','Y'),('check_cc_number','Enable Credit Card info validation','N','General',505,'checkbox','N'),('company_phone','Company phone','213 747 9239','Company',30,'text',''),('company_phone_2','Company phone 2','','Company',40,'text',''),('company_fax','Company fax','213 747 9245','Company',50,'text',''),('card_types','','a:12:{i:0;a:3:{s:4:\"code\";s:4:\"VISA\";s:4:\"type\";s:4:\"Visa\";s:4:\"cvv2\";s:1:\"1\";}i:1;a:3:{s:4:\"code\";s:2:\"MC\";s:4:\"type\";s:10:\"MasterCard\";s:4:\"cvv2\";s:1:\"1\";}i:2;a:3:{s:4:\"code\";s:4:\"AMEX\";s:4:\"type\";s:16:\"American Express\";s:4:\"cvv2\";s:1:\"1\";}i:3;a:3:{s:4:\"code\";s:4:\"DICL\";s:4:\"type\";s:11:\"Diners Club\";s:4:\"cvv2\";s:0:\"\";}i:4;a:3:{s:4:\"code\";s:3:\"JCB\";s:4:\"type\";s:3:\"JCB\";s:4:\"cvv2\";s:0:\"\";}i:5;a:3:{s:4:\"code\";s:5:\"CARTE\";s:4:\"type\";s:13:\"Carte Blanche\";s:4:\"cvv2\";s:0:\"\";}i:6;a:3:{s:4:\"code\";s:3:\"ABC\";s:4:\"type\";s:19:\"Australian BankCard\";s:4:\"cvv2\";s:0:\"\";}i:7;a:3:{s:4:\"code\";s:4:\"DINO\";s:4:\"type\";s:14:\"Discover/Novus\";s:4:\"cvv2\";s:0:\"\";}i:8;a:3:{s:4:\"code\";s:2:\"SW\";s:4:\"type\";s:6:\"Switch\";s:4:\"cvv2\";s:0:\"\";}i:9;a:3:{s:4:\"code\";s:2:\"SO\";s:4:\"type\";s:4:\"Solo\";s:4:\"cvv2\";s:0:\"\";}i:10;a:3:{s:4:\"code\";s:3:\"ERT\";s:4:\"type\";s:7:\"enRoute\";s:4:\"cvv2\";s:0:\"\";}i:11;a:3:{s:4:\"code\";s:3:\"UKE\";s:4:\"type\";s:13:\"Visa Electron\";s:4:\"cvv2\";s:1:\"1\";}}','',0,'text','a:12:{i:0;a:3:{s:4:\"code\";s:4:\"VISA\";s:4:\"type\";s:4:\"Visa\";s:4:\"cvv2\";s:1:\"1\";}i:1;a:3:{s:4:\"code\";s:2:\"MC\";s:4:\"type\";s:10:\"MasterCard\";s:4:\"cvv2\";s:1:\"1\";}i:2;a:3:{s:4:\"code\";s:4:\"AMEX\";s:4:\"type\";s:16:\"American Express\";s:4:\"cvv2\";s:1:\"1\";}i:3;a:3:{s:4:\"code\";s:4:\"DICL\";s:4:\"type\";s:11:\"Diners Club\";s:4:\"cvv2\";s:0:\"\";}i:4;a:3:{s:4:\"code\";s:3:\"JCB\";s:4:\"type\";s:3:\"JCB\";s:4:\"cvv2\";s:0:\"\";}i:5;a:3:{s:4:\"code\";s:5:\"CARTE\";s:4:\"type\";s:13:\"Carte Blanche\";s:4:\"cvv2\";s:0:\"\";}i:6;a:3:{s:4:\"code\";s:3:\"ABC\";s:4:\"type\";s:19:\"Australian BankCard\";s:4:\"cvv2\";s:0:\"\";}i:7;a:3:{s:4:\"code\";s:4:\"DINO\";s:4:\"type\";s:14:\"Discover/Novus\";s:4:\"cvv2\";s:0:\"\";}i:8;a:3:{s:4:\"code\";s:2:\"SW\";s:4:\"type\";s:6:\"Switch\";s:4:\"cvv2\";s:0:\"\";}i:9;a:3:{s:4:\"code\";s:2:\"SO\";s:4:\"type\";s:4:\"Solo\";s:4:\"cvv2\";s:0:\"\";}i:10;a:3:{s:4:\"code\";s:3:\"ERT\";s:4:\"type\";s:7:\"enRoute\";s:4:\"cvv2\";s:0:\"\";}i:11;a:3:{s:4:\"code\";s:3:\"UKE\";s:4:\"type\";s:13:\"Visa Electron\";s:4:\"cvv2\";s:1:\"1\";}}'),('ppm_gateway_data','','WC1DYXJ0IENvcHlyaWdodCAoYykgMjAwMS0yMDA0IFJ1c2xhbiBSLiBGYXpsaWV2ICZsdDtycmZAcnJmLnJ1Jmd0Owo8YnI+PGJyPgpCeSB1c2luZyB0aGUgc29mdHdhcmUgeW91IGFncmVlIHRvIHRoZSB0ZXJtcyBvZiB0aGUgZm9sbG93aW5nIHNvZnR3YXJlIGxpY2Vuc2UgYWdyZWVtZW50OiAKPGJyPjxicj4KPGEgaHJlZj0iaHR0cDovL3d3dy54LWNhcnQuY29tL3NvZnR3YXJlX2xpY2Vuc2VfYWdyZWVtZW50Lmh0bWwiPmh0dHA6Ly93d3cueC1jYXJ0LmNvbS9zb2Z0d2FyZV9saWNlbnNlX2FncmVlbWVudC5odG1sPC9hPgo8YnI+PGJyPgpVc2luZyB0aGUgc29mdHdhcmUgd2l0aG91dCBwdXJjaGFzaW5nIGEgdmFsaWQgbGljZW5zZSBmcm9tIHRoZSBjb3B5cmlnaHQgb3duZXIgaXMgcHJvaGliaXR0ZWQgYnkgaW50ZXJuYXRpb25hbCBjb3B5cmlnaHQgbGF3LiBZb3UgY2FuIGNoZWNrIHlvdXIgbGljZW5zZSBzdGF0dXMgaGVyZTogCjxicj48YnI+CjxhIGhyZWY9Imh0dHA6Ly93d3cueC1jYXJ0LmNvbS92ZXJpZnlfbGljZW5zZS5odG1sIj5odHRwOi8vd3d3LngtY2FydC5jb20vdmVyaWZ5X2xpY2Vuc2UuaHRtbDwvYT4=','',0,'text',''),('count_products','Show number of products in categories','Y','Appearance',110,'checkbox','Y'),('default_pwd','Enable default password warning','Y','General',510,'checkbox','Y'),('min_gc_amount','Minimum amount for GC','10','Modules',10,'text','0'),('max_gc_amount','Maximum amount for GC (0 if unlimited)','0','Modules',10,'text','0'),('enablePostMailGC','Enable post Gift Certificates by mail','Y','Modules',230,'checkbox','Y'),('apply_default_country','When a customer isn\'t logged in, it is presumed that he is from a default country.','N','General',195,'checkbox','N'),('products_per_page_admin','Products per page (admin)','30','Appearance',30,'text','30'),('orders_per_page_admin','Orders per page (admin)','30','Appearance',40,'text','30'),('users_per_page_admin','Users per page (admin)','30','Appearance',50,'text','30'),('timezone_offset','Time difference between shop location and host server location (hours)','0','General',540,'text','0'),('USPS_servername','USPS server name','production.shippingapis.com','Shipping',7,'text',''),('USPS_username','USPS username','751RRFRU3051','Shipping',8,'text',''),('USPS_password','USPS password','397FM75VV605','Shipping',9,'text',''),('gc_blocking_period','Gift Certificate blockling period (to prevent multiply usage of the same Gift Certificate) (minutes)','120','Modules',240,'text','120'),('httpsmod','Preferred HTTPS module (if not found the first available module will be used)','libcurl','General',999,'text','libcurl'),('icons_location','Store category icons in the database (DB) or file system (FS)','DB','Images',10,'text','DB'),('icons_path','Path to category icons on the local server (for storing in FS)','','Images',20,'text',''),('icons_path_only','Allow to store category icons only in the directory specified here (for storing in FS)','N','Images',30,'checkbox','N'),('icons_size_limit','Category icon file size limit (bytes)','0','Images',40,'text','0'),('thumbnails_location','Store product thumbnails in the database (DB) or file system (FS)','DB','Images',50,'text','DB'),('thumbnails_path','Path to product thumbnails on the local server (for storing in FS)','','Images',60,'text',''),('thumbnails_path_only','Allow to store product thumbnails only in the directory specified here (for storing in FS)','N','Images',70,'checkbox','N'),('thumbnails_size_limit','Product thumbnail file size limit (bytes)','0','Images',80,'text','0'),('det_images_location','Store product detailed images in the database (DB) or file system (FS)','DB','Images',90,'text','DB'),('det_images_path','Path to product detailed images on the local server (for storing in FS)','','Images',100,'text',''),('det_images_path_only','Allow to store images only in the directory specified here (for storing in FS)','N','Images',110,'checkbox','N'),('det_images_size_limit','Detailed image file size limit (bytes)','0','Images',120,'text','0'),('UPS_username','UPS username','Sfiegdgekefddepddefepepdp','UPS_OnLine_Tools',40,'text',''),('UPS_password','UPS password','Shokqjqihhihkiiedee','UPS_OnLine_Tools',50,'text',''),('UPS_accesskey','UPS access key (XML)','Skdeijhjjenjseregeoeijojmkhdjdfkddd','UPS_OnLine_Tools',60,'text',''),('buynow_button_enabled','Enable \"Buy Now\" button in the product list','N','Appearance',120,'checkbox','Y'),('start_year','Year when the store started its operation','2000','Company',160,'text','2005'),('enable_init_order_notif','Enable email notifications for admin/provider about initially placed orders','Y','Email_Note',50,'checkbox','N'),('enable_init_order_notif_customer','Enable email notifications for customers about initially placed orders','Y','Email_Note',40,'checkbox','N'),('default_zipcode','Default zipcode','90028','General',191,'text',''),('default_state','Default state','CA','General',192,'text',''),('default_city','Default city','Los Angeles','General',193,'text',''),('products_per_row','Display products list in multiple columns (1-3) (leave empty to use standard format)','','Appearance',130,'text',''),('featured_only_multicolumn','Display only featured products list in multicolumn format','Y','Appearance',140,'checkbox','Y'),('interneka_id','Enter your Interneka ID','','Interneka',10,'text',''),('interneka_per_sale','Check this to enable \'per Sale, %\' payment model','Y','Interneka',20,'checkbox','Y'),('interneka_per_lead','Check this to enable \'per Lead, $\' payment model','Y','Interneka',30,'checkbox','Y'),('shop_closed','Check this to close your shop temporarily','N','General',10,'checkbox','N'),('disable_outofstock_products','Disable products which are out of stock','Y','General',150,'checkbox','N'),('thumbnail_width','The thumbnail width in the products list','70','Appearance',150,'text','70'),('perl_binary','The full path to Perl interpreter executable (e.g. WIN32: \'d:\\perl\\bin\\perl.exe\'; UNIX: \'/usr/bin/perl\' or leave this field empty)','','General',600,'text',''),('db_backup_date','The date of the last database backup','1173840589','',0,'text',''),('disable_anonymous_checkout','Disable anonymous checkout','N','General',20,'checkbox','N'),('disable_shipping','Disable shipping','N','Shipping',0,'checkbox','N'),('uk_oriented_ccinfo','Enable \'Issue Number\' and \'Valid from\' fields in the CC info form','N','General',30,'checkbox','N'),('date_format','Select the date format','%d-%m-%Y','Appearance',160,'text','%d-%m-%Y'),('time_format','Select the time format','%H:%M:%S','Appearance',170,'text',''),('active_subscriptions_processor','CC processor for subscriptions','','',151,'text',''),('CPC_merchant_id','CanadaPost merchant ID','','Shipping',70,'text',''),('CPC_test_mode','Use CanadaPost test server','N','Shipping',80,'checkbox','Y'),('products_order','Select the order of products to display within category','orderby','Appearance',95,'text','orderby'),('display_shipping_cost','Display cost for all shipping methods','Y','Appearance',180,'checkbox','Y'),('enable_tracking_statistics','Enable tracking statistics gathering','Y','General',550,'checkbox','Y'),('hide_disfunctional_payments','Hide disfunctional payment methods from customers','N','General',560,'checkbox','N'),('subscriptions_key','Secret key to avoid non-authorized usage of Subscriptions module','','Modules',250,'text',''),('show_cart_details','Display detailed cart totals information','Y','Appearance',190,'text','Y'),('allow_update_quantity_in_cart','Allow to update product quantity on the checkout pages','Y','Appearance',200,'checkbox','Y'),('replace_shipping_with_freight','Do not calculate shipping rates for products with defined shipping freight','N','Shipping',3,'checkbox','N'),('allow_auto_create_categories','Create all necessary categories during products import','Y','General',570,'checkbox','Y'),('speed_bar','','a:3:{i:0;a:5:{s:2:\"id\";s:1:\"1\";s:7:\"orderby\";s:2:\"10\";s:5:\"title\";s:4:\"Home\";s:4:\"link\";s:8:\"home.php\";s:6:\"active\";s:1:\"Y\";}i:1;a:5:{s:2:\"id\";s:1:\"3\";s:7:\"orderby\";s:2:\"20\";s:5:\"title\";s:13:\"Shopping Cart\";s:4:\"link\";s:8:\"cart.php\";s:6:\"active\";s:1:\"Y\";}i:2;a:5:{s:2:\"id\";s:1:\"6\";s:7:\"orderby\";s:2:\"30\";s:5:\"title\";s:10:\"Contact Us\";s:4:\"link\";s:38:\"help.php?section=contactus&mode=update\";s:6:\"active\";s:1:\"Y\";}}','',0,'text',''),('parse_smarty_tags','Parse Smarty tags in the content of embedded static pages','N','General',580,'checkbox','N'),('shop_closed_key','Key for access to a temporarily closed shop (e.g. http://www.example.com/xcart/home.php?shopkey=thiskey','','General',11,'text',''),('use_https_login','Tick here if you want to use HTTPS for users login and registration','N','General',590,'checkbox','N'),('print_orders_separated','Print order invoices on separated pages','N','Appearance',210,'checkbox','N'),('send_notifications_to_provider','Send e-mail notifications about placed orders to providers who uploaded the purchased products (in addition to the orders department)','Y','Email_Note',60,'checkbox','Y'),('use_secure_login_page','Use secure login form on a separate page (HTTPS)','N','General',595,'checkbox','N'),('dont_leave_https','Do not redirect customers from HTTPS to HTTP','Y','General',596,'checkbox','N'),('display_taxed_order_totals','Display cart/order totals including tax','Y','Taxes',65,'checkbox','N'),('display_cart_products_tax_rates','Display a tax rate for each product in cart/order','N','Taxes',70,'checkbox','N'),('admin_sqlerror_notify','Notify the site administrator about SQL errors at the store by e-mail','N','Email_Note',599,'checkbox','N'),('meta_descr','Common META description','X-Cart: full-featured PHP/MySQL shopping cart software & ecommerce solutions for the best ecommerce websites','SEO',10,'text',''),('meta_keywords','Common META keywords','x-cart, xcart, cart, shopping cart, php, php4, mysql, shop, e-commerce, store, web store, gift certificates, wish list, top sellers','SEO',20,'text',''),('include_meta_categories','Include categories META data to the page meta tags','Y','SEO',30,'checkbox','N'),('include_meta_products','Include products META data to the page meta tags','Y','SEO',40,'checkbox','N'),('page_title_format','Page title format','D','SEO',50,'text','A'),('page_title_limit','Maximum length of page title element (leave 0 or empty if do not apply)','30','SEO',50,'text',''),('disallowed_file_exts','Comma separated list of disallowed file extensions to upload','phtml, php3, php, pl, cgi, asp, exe, com, bat, pif','Security',10,'text',''),('allow_ips','Check if payment gateway response is coming from the IP\'s specified here (enter a comma separated list):','','Security',20,'text',''),('blowfish_enabled','Blowfish encryption method is enabled.','N','Security',30,'checkbox','N'),('crypt_method','Order emails encryption method','','Security',1,'text',''),('gpg_home_dir','Home path','','GnuPG',2,'text',''),('gpg_prog','GnuPG binary path','/usr/local/bin/gpg','GnuPG',3,'text',''),('gpg_key','GnuPG user id','','GnuPG',4,'text',''),('gpg_public_key','GnuPG public key','','GnuPG',5,'textarea',''),('extra_fields_limit','Extra fields limit (per provider)','10','General',500,'text','10'),('froogle_username','Froogle username','','Modules',200,'text',''),('froogle_password','Froogle password','','Modules',201,'text',''),('upselling_new_window','Open Product details page in a new window when customer clicks on product link in \"Related products\" list.','N','Modules',500,'checkbox','N'),('anti_fraud_license','Antifraud module subscription key','','Modules',510,'text',''),('manufacturers_limit','Manufacturers list limit','10','Modules',520,'text','10'),('manufacturers_menu','Show manufacturers list in the menu column','Y','Modules',530,'checkbox','Y'),('manufacturers_per_page','Manufacturers per page (admin)','25','Modules',540,'text','25'),('additional_fields','','','User_Profiles',10,'text',''),('fields_status','','','User_Profiles',20,'text',''),('use_js_states','Use Java Script version for state and country selector','Y','General',1040,'checkbox',''),('unallowed_request_notify','Notify the site administrator by email if unallowed request to site occurs','Y','Email_Note',40,'checkbox',''),('search_products_category','Field \'Search in category\'','Y','Search_products',1100,'checkbox','Y'),('search_products_sku','Field \'SKU\'','Y','Search_products',1110,'checkbox','Y'),('search_products_price','Field \'Price\'','Y','Search_products',1120,'checkbox','Y'),('search_products_quantity','Field \'Quantity\'','N','Search_products',1130,'checkbox','N'),('search_products_weight','Field \'Weight\'','Y','Search_products',1140,'checkbox','Y'),('anti_fraud_limit','Fraud risk factor','5','Modules',503,'text','0'),('search_products_manufacturers','Field \'Manufacturers\'','Y','Search_products',1150,'checkbox','Y'),('enabled_printable_version','Enabled printable version of categories and products pages in Customer area','Y','Appearance',500,'checkbox','Y'),('max_truncate','Maximum string length','30','Email',1300,'text','30'),('use_base64_headers','Encode mail headers using \"Base 64\"','N','Email',25,'checkbox','N'),('slist_max_transaction','Maximum transaction from one unique IP address (per day)','10','Stop_List',1310,'text','10'),('slist_failed_transaction_limit','Failed transaction limit, there is IP address placed in the Stop list','10','Stop_List',1320,'text','10'),('slist_sess_failed_trans_limit','Failed transaction limit in one session, there is IP address placed in the Stop list','10','Stop_List',1330,'text','10'),('slist_fast_order_number','Maximum number of transactions the order placing time of which does not exceed the minimum time','5','Stop_List',1340,'text','5'),('slist_fast_order_time','Minimum time of order placement ensuring that the order was placed by a person, not by a script.','30','Stop_List',1350,'text','30'),('slist_cancel_proxy_anonymous','Fail checkout process, if customer proxy is anonymous','Y','Stop_List',1360,'checkbox','Y'),('contact_us_fields','','a:15:{i:0;a:3:{s:5:\"field\";s:5:\"title\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";N;}i:1;a:3:{s:5:\"field\";s:9:\"firstname\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";s:1:\"C\";}i:2;a:3:{s:5:\"field\";s:8:\"lastname\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";s:1:\"C\";}i:3;a:3:{s:5:\"field\";s:7:\"company\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";N;}i:4;a:3:{s:5:\"field\";s:9:\"b_address\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";s:1:\"C\";}i:5;a:3:{s:5:\"field\";s:11:\"b_address_2\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";N;}i:6;a:3:{s:5:\"field\";s:6:\"b_city\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";s:1:\"C\";}i:7;a:3:{s:5:\"field\";s:8:\"b_county\";s:5:\"avail\";N;s:8:\"required\";N;}i:8;a:3:{s:5:\"field\";s:7:\"b_state\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";s:1:\"C\";}i:9;a:3:{s:5:\"field\";s:9:\"b_country\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";s:1:\"C\";}i:10;a:3:{s:5:\"field\";s:9:\"b_zipcode\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";s:1:\"C\";}i:11;a:3:{s:5:\"field\";s:5:\"phone\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";s:1:\"C\";}i:12;a:3:{s:5:\"field\";s:5:\"email\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";s:1:\"C\";}i:13;a:3:{s:5:\"field\";s:3:\"fax\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";N;}i:14;a:3:{s:5:\"field\";s:3:\"url\";s:5:\"avail\";s:1:\"C\";s:8:\"required\";N;}}','Contact_Us',0,'text',''),('eml_recurring_notification','Recurring billing notification to orders department','Y','Email_Note',1510,'checkbox','Y'),('eml_profile_deleted','\'Profile is deleted\' notification to profile owner','Y','Email_Note',1510,'checkbox','Y'),('eml_profile_deleted_admin','\'Profile is deleted\' notification to users department','Y','Email_Note',1510,'checkbox','Y'),('eml_partner_approved','\'Partner account is approved\' notification to partner','Y','Email_Note',1510,'checkbox','Y'),('eml_partner_declined','\'Partner account is declined\' notification to partner','Y','Email_Note',1510,'checkbox','Y'),('eml_lowlimit_warning','Low limit warning to orders department','Y','Email_Note',1510,'checkbox','Y'),('eml_lowlimit_warning_provider','Low limit warning to provider','Y','Email_Note',1510,'checkbox','Y'),('eml_order_p_notif_provider','\'Order is processed\' notification to provider','Y','Email_Note',1510,'checkbox','Y'),('eml_order_p_notif_customer','\'Order is processed\' notification to customer','Y','Email_Note',1510,'checkbox','Y'),('eml_order_p_notif_admin','\'Order is processed\' notification to orders department','Y','Email_Note',1510,'checkbox','Y'),('eml_order_c_notif_customer','\'Order is completed\' notification to customer','Y','Email_Note',1510,'checkbox','Y'),('eml_order_d_notif_customer','\'Order is declined\' notification to customer','Y','Email_Note',1510,'checkbox','Y'),('eml_giftcert_notif_admin','Gift certificate notification to orders department','Y','Email_Note',1510,'checkbox','Y'),('eml_giftcert_notif_purchaser','Gift certificate notification to purchaser','Y','Email_Note',1510,'checkbox','Y'),('eml_login_error','Login error notification to site administrator','Y','Email_Note',1510,'checkbox','Y'),('eml_profile_modified_admin','\'Profile is modified\' notification to users department','Y','Email_Note',1510,'checkbox','Y'),('eml_profile_modified_customer','\'Profile is modified\' notification to profile owner','Y','Email_Note',1510,'checkbox','Y'),('eml_signin_partner_notif','\'Partner profile is created\' notification to profile owner','Y','Email_Note',1510,'checkbox','Y'),('eml_signin_notif','\'Profile is created\' notification to profile owner','Y','Email_Note',1510,'checkbox','Y'),('eml_signin_notif_admin','\'Profile is created\' notification to users department','Y','Email_Note',1510,'checkbox','Y'),('eml_newsletter_subscribe','\'Client is subscribed\' notification to subscriber','Y','Email_Note',1510,'checkbox','Y'),('eml_newsletter_subscribe_admin','\'Client is subscribed\' subscribe notification to Reply-To newsletter email address','Y','Email_Note',1510,'checkbox','Y'),('eml_newsletter_unsubscr','\'Client is unsubscribed\' notification to subscriber','Y','Email_Note',1510,'checkbox','Y'),('eml_newsletter_unsubscr_admin','\'Client is unsubscribed\' notification to Reply-To newsletter email address','Y','Email_Note',1510,'checkbox','Y'),('eml_af_sk_invalid','\'Antifraud service key is invalid\' notification to orders department','Y','Email_Note',1510,'checkbox','Y'),('eml_af_sk_expire','\'Antifraud service key is expired\' notification to orders department','Y','Email_Note',1510,'checkbox','Y'),('anti_fraud_order_limit','Order total threshold (an order is considered large if the order total exceeds this amount)','500','Modules',502,'text','0'),('show_passwords_in_notifications','Include user password in e-mail notifications to the Users department','Y','Email',40,'checkbox','Y'),('use_counties','','N','General',1050,'checkbox','N'),('ARB_id','DHL/Airborne API System ID','','Shipping',90,'text',''),('ARB_password','DHL/Airborne API password','','Shipping',100,'text',''),('ARB_account','DHL/Airborne Account Number','','Shipping',120,'text',''),('ARB_testmode','Use DHL/Airborne test server','N','Shipping',130,'checkbox','Y'),('safe_distance','Antifraud safe distance (km)','350','Modules',500,'text','0'),('enable_manual_cc_cvv2','Display CVV2 input box at the last stage of checkout if Manual CC processing is used','Y','General',1200,'checkbox','Y'),('trans_class','The name of the class for the transactions from X-Cart.','Website:Retail','QuickBooks',5,'text','Website:Retail'),('acct_tax','The name of the income account you use to track taxes from X-Cart. The type of this account should be INC.','Website:Tax','QuickBooks',10,'text','Website:Tax'),('acct_product','The name of the income account you use to track sales of products from X-Cart. The type of this account should be INC.','Sales:Product','QuickBooks',15,'text','Sales:Product'),('acct_gc','The name of the income account you use to track sales of Gift Certificates from X-Cart. The type of this account should be INC.','Sales:Gift Certificate','QuickBooks',20,'text','Sales:Gift Certificate'),('acct_gc_discount','The name of the income account you use to track discounts by Gift Certificates. The type of this account should be INC.','Sales:Gift Certificate Discount','QuickBooks',25,'text','Sales:Gift Certificate Discount'),('acct_shipping','The name of the income account you use to track shipping cost. The type of this account should be INC.','Sales:Shipping','QuickBooks',30,'text','Sales:Shipping'),('acct_coupon_discount','The name of the income account you use to track discounts by Discount Coupons. The type of this account should be INC.','Sales:Coupon Discount','QuickBooks',35,'text','Sales:Coupon Discount'),('acct_discount','The name of the income account you use to track discounts. The type of this account should be INC.','Sales:Discount','QuickBooks',35,'text','Sales:Discount'),('acct_inv_asset','The name of the asset account for the inventory items','Inventory Asset','QuickBooks',40,'text','Inventory Asset'),('export_invitems','Declare order products as inventory items','Y','QuickBooks',40,'checkbox','Y'),('qb_reporderpoint','The minimum quantity of inventory items you want to keep in stock at any time','0','QuickBooks',45,'text',''),('acct_inv_cogs','The name of the COGS account for the inventory items','Cost of Goods Sold','QuickBooks',50,'text','Cost of Goods Sold'),('qb_exportpayments','Export information about processed orders','Y','QuickBooks',55,'checkbox','Y'),('egoods_manual_cc_processing','Forcedly to turn on Manual CC processing if the cart contains EGoods','N','Modules',550,'checkbox','N'),('buynow_with_options_enabled','A customer using the \"Buy now\" button to order a product with product options must be redirected to the product details','N','Appearance',1201,'checkbox','N'),('slist_P_check_enabled','Check if the current set of products in the cart coincides with the product set from an order originating from a blocked IP','Y','Stop_List',1201,'checkbox','Y'),('qb_order_prefix','Prefix for order numbers for identification of transcations in Quickbooks from X-Cart.','','QuickBooks',60,'text',''),('dynamic_save_money_enabled','The dynamic updating of the Save Money label depending on the selected product options is enabled','Y','Modules',1201,'checkbox','N'),('cmpi_enabled','Use Cardinal Centinel® for 3-D Secure Payer Authentication','N','CMPI',1201,'checkbox',''),('cmpi_currency','Current currency','USD','CMPI',1201,'text',''),('cmpi_proseccorid','Processor ID','','CMPI',1202,'text',''),('cmpi_merchantid','Merchant ID','','CMPI',1203,'text',''),('cmpi_url','Transaction URL','https://centineltest.cardinalcommerce.com:443/maps/txns.asp','CMPI',1204,'text',''),('check_zero_order','Run anti-fraud check on orders with zero \'order total\'','Y','Modules',60,'checkbox','N'),('paypal_solution','','ipn','',0,'text',''),('ARB_shipping_key','DHL/Airborne Shipping Key','','Shipping',125,'text',''),('eml_order_updated_customer','\'Order is updated\' notification to customer','Y','Email_Note',1510,'checkbox','Y'),('import_layout','','productid=0,productcode=1,product=2,distribution=3,weight=4,list_price=5,descr=6,fulldescr=7,avail=8,forsale=9,shipping_freight=10,free_shipping=11,discount_avail=12,min_amount=13,dim_x=14,dim_y=15,dim_z=16,low_avail_limit=17,free_tax=18,product_type=19,return_time=20,cutout=21,category=22,price=23,thumbnail=24,applied_taxes=25,manufacturer=26,product_options=27,extra_fields=28','',0,'text',''),('register_fields','','a:23:{i:0;a:3:{s:5:\"field\";s:5:\"title\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}i:1;a:3:{s:5:\"field\";s:9:\"firstname\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:2;a:3:{s:5:\"field\";s:8:\"lastname\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:3;a:3:{s:5:\"field\";s:7:\"company\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}i:4;a:3:{s:5:\"field\";s:3:\"ssn\";s:5:\"avail\";N;s:8:\"required\";N;}i:5;a:3:{s:5:\"field\";s:9:\"b_address\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:6;a:3:{s:5:\"field\";s:11:\"b_address_2\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}i:7;a:3:{s:5:\"field\";s:6:\"b_city\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:8;a:3:{s:5:\"field\";s:8:\"b_county\";s:5:\"avail\";N;s:8:\"required\";N;}i:9;a:3:{s:5:\"field\";s:7:\"b_state\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:10;a:3:{s:5:\"field\";s:9:\"b_country\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:11;a:3:{s:5:\"field\";s:9:\"b_zipcode\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:12;a:3:{s:5:\"field\";s:9:\"s_address\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}i:13;a:3:{s:5:\"field\";s:11:\"s_address_2\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}i:14;a:3:{s:5:\"field\";s:6:\"s_city\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}i:15;a:3:{s:5:\"field\";s:8:\"s_county\";s:5:\"avail\";N;s:8:\"required\";N;}i:16;a:3:{s:5:\"field\";s:7:\"s_state\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}i:17;a:3:{s:5:\"field\";s:9:\"s_country\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}i:18;a:3:{s:5:\"field\";s:9:\"s_zipcode\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}i:19;a:3:{s:5:\"field\";s:5:\"phone\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:20;a:3:{s:5:\"field\";s:5:\"email\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";s:3:\"ACP\";}i:21;a:3:{s:5:\"field\";s:3:\"fax\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}i:22;a:3:{s:5:\"field\";s:3:\"url\";s:5:\"avail\";s:3:\"ACP\";s:8:\"required\";N;}}','User_Profiles',0,'text',''); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_config` ENABLE KEYS */; -- -- Table structure for table `xcart_contact_field_values` -- DROP TABLE IF EXISTS `xcart_contact_field_values`; CREATE TABLE `xcart_contact_field_values` ( `fieldid` int(11) NOT NULL default '0', `login` varchar(32) NOT NULL default '', `value` text NOT NULL, PRIMARY KEY (`fieldid`,`login`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_contact_field_values` -- /*!40000 ALTER TABLE `xcart_contact_field_values` DISABLE KEYS */; LOCK TABLES `xcart_contact_field_values` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_contact_field_values` ENABLE KEYS */; -- -- Table structure for table `xcart_contact_fields` -- DROP TABLE IF EXISTS `xcart_contact_fields`; CREATE TABLE `xcart_contact_fields` ( `fieldid` int(11) NOT NULL auto_increment, `field` varchar(255) NOT NULL default '', `type` char(1) NOT NULL default 'T', `variants` text NOT NULL, `def` varchar(255) NOT NULL default '', `orderby` int(11) NOT NULL default '0', `avail` varchar(4) NOT NULL default '', `required` varchar(4) NOT NULL default '', PRIMARY KEY (`fieldid`), KEY `avail` (`avail`), KEY `required` (`required`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_contact_fields` -- /*!40000 ALTER TABLE `xcart_contact_fields` DISABLE KEYS */; LOCK TABLES `xcart_contact_fields` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_contact_fields` ENABLE KEYS */; -- -- Table structure for table `xcart_counties` -- DROP TABLE IF EXISTS `xcart_counties`; CREATE TABLE `xcart_counties` ( `countyid` int(11) NOT NULL auto_increment, `stateid` int(11) NOT NULL default '0', `county` varchar(255) NOT NULL default '', PRIMARY KEY (`countyid`), UNIQUE KEY `countyname` (`stateid`,`county`), KEY `countyid` (`stateid`,`countyid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_counties` -- /*!40000 ALTER TABLE `xcart_counties` DISABLE KEYS */; LOCK TABLES `xcart_counties` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_counties` ENABLE KEYS */; -- -- Table structure for table `xcart_countries` -- DROP TABLE IF EXISTS `xcart_countries`; CREATE TABLE `xcart_countries` ( `code` char(2) NOT NULL default '', `code_A3` char(3) NOT NULL default '', `code_N3` int(4) NOT NULL default '0', `region` char(2) NOT NULL default '', `charset` varchar(32) NOT NULL default 'iso-8859-1', `active` char(1) NOT NULL default 'Y', `fedex_zone` char(1) NOT NULL default '', `display_states` char(1) NOT NULL default 'Y', PRIMARY KEY (`code`), KEY `fedex_zone` (`fedex_zone`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_countries` -- /*!40000 ALTER TABLE `xcart_countries` DISABLE KEYS */; LOCK TABLES `xcart_countries` WRITE; INSERT INTO `xcart_countries` VALUES ('AF','AFG',4,'AS','iso-8859-1','N','O','Y'),('AL','ALB',8,'EU','iso-8859-1','N','M','Y'),('DZ','DZA',12,'AF','iso-8859-1','N','M','Y'),('AS','ASM',16,'AU','iso-8859-1','N','M','Y'),('AD','AND',20,'EU','iso-8859-1','N','H','Y'),('AO','AGO',24,'AF','iso-8859-1','N','M','Y'),('AI','AIA',660,'LA','iso-8859-1','N','I','Y'),('AQ','ATA',10,'AN','iso-8859-1','N','','Y'),('AG','ATG',28,'LA','iso-8859-1','N','I','Y'),('AR','ARG',32,'LA','iso-8859-1','N','L','Y'),('AM','ARM',51,'AS','iso-8859-1','N','M','Y'),('AW','ABW',533,'LA','iso-8859-1','N','I','Y'),('AU','AUS',36,'AU','iso-8859-1','N','J','Y'),('AT','AUT',40,'EU','iso-8859-1','N','H','Y'),('AZ','AZE',31,'AS','iso-8859-1','N','M','Y'),('BS','BHS',44,'LA','iso-8859-1','N','I','Y'),('BH','BHR',48,'AS','iso-8859-1','N','J','Y'),('BD','BGD',50,'AS','iso-8859-1','N','O','Y'),('BB','BRB',52,'LA','iso-8859-1','N','I','Y'),('BY','BLR',112,'EU','iso-8859-1','N','M','Y'),('BE','BEL',56,'EU','iso-8859-1','N','D','Y'),('BZ','BLZ',84,'LA','iso-8859-1','N','K','Y'),('BJ','BEN',204,'AF','iso-8859-1','N','M','Y'),('BM','BMU',60,'LA','iso-8859-1','N','I','Y'),('BT','BTN',64,'AS','iso-8859-1','N','O','Y'),('BO','BOL',68,'LA','iso-8859-1','N','L','Y'),('BA','BIH',70,'EU','iso-8859-1','N','M','Y'),('BW','BWA',72,'AF','iso-8859-1','N','M','Y'),('BV','BVT',74,'AN','iso-8859-1','N','','Y'),('BR','BRA',76,'LA','iso-8859-1','N','L','Y'),('IO','IOT',86,'AS','iso-8859-1','N','','Y'),('VG','VGB',92,'LA','iso-8859-1','N','I','Y'),('BN','BRN',96,'AS','iso-8859-1','N','J','Y'),('BG','BGR',100,'EU','iso-8859-1','N','M','Y'),('BF','BFA',854,'AF','iso-8859-1','N','M','Y'),('BI','BDI',108,'AF','iso-8859-1','N','M','Y'),('KH','KHM',116,'AS','iso-8859-1','N','K','Y'),('CM','CMR',120,'AF','iso-8859-1','N','M','Y'),('CA','CAN',124,'NA','iso-8859-1','Y','','Y'),('CV','CPV',132,'AF','iso-8859-1','N','M','Y'),('KY','CYM',136,'LA','iso-8859-1','N','I','Y'),('CF','CAF',140,'AF','iso-8859-1','N','M','Y'),('TD','TCD',148,'AF','iso-8859-1','N','M','Y'),('CL','CHL',152,'LA','iso-8859-1','N','L','Y'),('CN','CHN',156,'AS','iso-8859-1','N','N','Y'),('CX','CXR',162,'AU','iso-8859-1','N','','Y'),('CC','CCK',166,'AU','iso-8859-1','N','','Y'),('CO','COL',170,'LA','iso-8859-1','N','L','Y'),('KM','COM',174,'AF','iso-8859-1','N','','Y'),('CG','COG',178,'AF','iso-8859-1','N','M','Y'),('CK','COK',184,'AU','iso-8859-1','N','K','Y'),('CR','CRI',188,'LA','iso-8859-1','N','K','Y'),('CI','CIV',384,'AF','iso-8859-1','N','M','Y'),('HR','HRV',191,'EU','iso-8859-1','N','M','Y'),('CU','CUB',192,'LA','iso-8859-1','N','','Y'),('CY','CYP',196,'EU','iso-8859-1','N','J','Y'),('CZ','CZE',203,'EU','iso-8859-1','N','M','Y'),('DK','DNK',208,'EU','iso-8859-1','N','H','Y'),('DJ','DJI',262,'AF','iso-8859-1','N','M','Y'),('DM','DMA',212,'LA','iso-8859-1','N','I','Y'),('DO','DOM',214,'LA','iso-8859-1','N','I','Y'),('TP','',0,'AS','iso-8859-1','N','','Y'),('EC','ECU',218,'LA','iso-8859-1','N','L','Y'),('EG','EGY',818,'AF','iso-8859-1','N','J','Y'),('SV','SLV',222,'LA','iso-8859-1','N','K','Y'),('GQ','GNQ',226,'AF','iso-8859-1','N','M','Y'),('ER','ERI',232,'AF','iso-8859-1','N','M','Y'),('EE','EST',233,'EU','iso-8859-1','N','M','Y'),('ET','ETH',210,'AF','iso-8859-1','N','M','Y'),('FK','FLK',238,'LA','iso-8859-1','N','','Y'),('FO','FRO',234,'EU','iso-8859-1','N','H','Y'),('FJ','FJI',242,'AU','iso-8859-1','N','K','Y'),('FI','FIN',246,'EU','iso-8859-1','N','H','Y'),('FR','FRA',250,'EU','iso-8859-1','N','D','Y'),('FX','FXX',249,'EU','iso-8859-1','N','','Y'),('GF','GUF',254,'LA','iso-8859-1','N','L','Y'),('PF','PYF',258,'AU','iso-8859-1','N','M','Y'),('TF','ATF',260,'AN','iso-8859-1','N','','Y'),('GA','GAB',266,'AF','iso-8859-1','N','M','Y'),('GM','GMB',270,'AF','iso-8859-1','N','M','Y'),('GE','GEO',268,'AS','iso-8859-1','N','M','Y'),('DE','DEU',276,'EU','iso-8859-1','N','E','Y'),('GH','GHA',288,'AF','iso-8859-1','N','M','Y'),('GI','GIB',292,'EU','iso-8859-1','N','M','Y'),('GR','GRC',300,'EU','iso-8859-1','N','H','Y'),('GL','GRL',304,'NA','iso-8859-1','N','H',''),('GD','GRD',308,'LA','iso-8859-1','N','I','Y'),('GP','GLP',312,'LA','iso-8859-1','N','I','Y'),('GU','GUM',316,'AU','iso-8859-1','N','K','Y'),('GT','GTM',320,'LA','iso-8859-1','N','K','Y'),('GN','GIN',324,'AF','iso-8859-1','N','M','Y'),('GW','GNB',624,'AF','iso-8859-1','N','M','Y'),('GY','GUY',328,'LA','iso-8859-1','N','L','Y'),('HT','HTI',332,'LA','iso-8859-1','N','I','Y'),('HM','HMD',334,'AU','iso-8859-1','N','','Y'),('HN','HND',340,'LA','iso-8859-1','N','K','Y'),('HK','HKG',344,'AS','iso-8859-1','N','F','Y'),('HU','HUN',348,'EU','iso-8859-1','N','M','Y'),('IS','ISL',352,'EU','iso-8859-1','N','H','Y'),('IN','IND',356,'AS','iso-8859-1','N','O','Y'),('ID','IDN',360,'AS','iso-8859-1','N','J','Y'),('IQ','IRQ',368,'AS','iso-8859-1','N','','Y'),('IE','IRL',372,'EU','iso-8859-1','N','D','Y'),('IR','IRN',364,'AS','iso-8859-1','N','','Y'),('IL','ISR',376,'AS','iso-8859-1','N','J','Y'),('IT','ITA',380,'EU','iso-8859-1','N','E','Y'),('JM','JAM',388,'LA','iso-8859-1','N','I','Y'),('JP','JPN',392,'AS','iso-8859-1','N','G','Y'),('JO','JOR',400,'AS','iso-8859-1','N','J','Y'),('KZ','KAZ',398,'AS','iso-8859-1','N','M','Y'),('KE','KEN',404,'AF','iso-8859-1','N','M','Y'),('KI','KIR',296,'AU','iso-8859-1','N','','Y'),('KP','PRK',408,'AS','iso-8859-1','N','J','Y'),('KR','KOR',410,'AS','iso-8859-1','N','J','Y'),('KW','KWT',414,'AS','iso-8859-1','N','J','Y'),('KG','KGZ',417,'AS','iso-8859-1','N','M','Y'),('LA','LAO',418,'AS','iso-8859-1','N','K','Y'),('LV','LVA',428,'EU','iso-8859-1','N','M','Y'),('LB','LBN',422,'AS','iso-8859-1','N','J','Y'),('LS','LSO',426,'AF','iso-8859-1','N','M','Y'),('LR','LBR',430,'AF','iso-8859-1','N','M','Y'),('LY','LBY',434,'AF','iso-8859-1','N','','Y'),('LI','LIE',438,'EU','iso-8859-1','N','H','Y'),('LT','LTU',440,'EU','iso-8859-1','N','M','Y'),('LU','LUX',442,'EU','iso-8859-1','N','D','Y'),('MO','MAC',446,'AS','iso-8859-1','N','F','Y'),('MK','MKD',807,'EU','iso-8859-1','N','M','Y'),('MG','MDG',450,'AF','iso-8859-1','N','M','Y'),('MW','MWI',454,'AF','iso-8859-1','N','M','Y'),('MY','MYS',458,'AS','iso-8859-1','N','J','Y'),('MV','MDV',462,'AS','iso-8859-1','N','O','Y'),('ML','MLI',466,'AF','iso-8859-1','N','M','Y'),('MT','MLT',470,'EU','iso-8859-1','N','H','Y'),('MH','MHL',584,'AU','iso-8859-1','N','M','Y'),('MQ','MTQ',474,'LA','iso-8859-1','N','I','Y'),('MR','MRT',478,'AF','iso-8859-1','N','M','Y'),('MU','MUS',480,'AF','iso-8859-1','N','M','Y'),('YT','MYT',175,'AF','iso-8859-1','N','','Y'),('MX','MEX',484,'LA','iso-8859-1','N','C','Y'),('FM','FSM',583,'AU','iso-8859-1','N','M','Y'),('MD','MDA',498,'EU','iso-8859-1','N','M','Y'),('MC','MCO',492,'EU','iso-8859-1','N','D','Y'),('MN','MNG',496,'AS','iso-8859-1','N','M','Y'),('MS','MSR',500,'LA','iso-8859-1','N','I','Y'),('MA','MAR',504,'AF','iso-8859-1','N','M','Y'),('MZ','MOZ',508,'AF','iso-8859-1','N','M','Y'),('MM','MMR',104,'AS','iso-8859-1','N','','Y'),('NA','NAM',516,'AF','iso-8859-1','N','M','Y'),('NR','NRU',520,'AU','iso-8859-1','N','','Y'),('NP','NPL',524,'AS','iso-8859-1','N','O','Y'),('NL','NLD',528,'EU','iso-8859-1','N','D','Y'),('AN','ANT',530,'LA','iso-8859-1','N','I','Y'),('NC','NCL',540,'AU','iso-8859-1','N','K','Y'),('NZ','NZL',554,'AU','iso-8859-1','N','J','Y'),('NI','NIC',558,'LA','iso-8859-1','N','K','Y'),('NE','NER',562,'AF','iso-8859-1','N','M','Y'),('NG','NGA',566,'AF','iso-8859-1','N','M','Y'),('NU','NIU',570,'AU','iso-8859-1','N','','Y'),('NF','NFK',574,'AU','iso-8859-1','N','','Y'),('MP','MNP',580,'AU','iso-8859-1','N','','Y'),('NO','NOR',578,'EU','iso-8859-1','N','H','Y'),('OM','OMN',512,'AS','iso-8859-1','N','J','Y'),('PK','PAK',586,'AS','iso-8859-1','N','O','Y'),('PW','PLW',585,'AU','iso-8859-1','N','M','Y'),('PA','PAN',591,'LA','iso-8859-1','N','K','Y'),('PG','PNG',598,'AS','iso-8859-1','N','K','Y'),('PY','PRY',600,'LA','iso-8859-1','N','L','Y'),('PE','PER',604,'LA','iso-8859-1','N','L','Y'),('PH','PHL',608,'AS','iso-8859-1','N','J','Y'),('PN','PCN',612,'AU','iso-8859-1','N','','Y'),('PL','POL',616,'EU','iso-8859-1','N','M','Y'),('PT','PRT',620,'EU','iso-8859-1','N','H','Y'),('PR','PRI',630,'LA','iso-8859-1','N','','Y'),('QA','QAT',634,'AS','iso-8859-1','N','J','Y'),('RE','REU',638,'AF','iso-8859-1','N','M','Y'),('RO','ROU',642,'EU','iso-8859-1','N','M','Y'),('RU','RUS',643,'EU','Windows-1251','N','M','Y'),('RW','RWA',646,'AF','iso-8859-1','N','M','Y'),('LC','LCA',662,'LA','iso-8859-1','N','I','Y'),('WS','WSM',882,'AU','iso-8859-1','N','','Y'),('SM','SMR',674,'EU','iso-8859-1','N','E','Y'),('ST','STP',678,'AF','iso-8859-1','N','','Y'),('SA','SAU',682,'AS','iso-8859-1','N','M','Y'),('SN','SEN',686,'AF','iso-8859-1','N','M','Y'),('SC','SYC',690,'AF','iso-8859-1','N','M','Y'),('SL','SLE',694,'AF','iso-8859-1','N','M','Y'),('SG','SGP',702,'AS','iso-8859-1','N','F','Y'),('SK','SVK',703,'EU','iso-8859-1','N','M','Y'),('SI','SVN',705,'EU','iso-8859-1','N','M','Y'),('SB','SLB',90,'AU','iso-8859-1','N','','Y'),('SO','SOM',706,'AF','iso-8859-1','N','M','Y'),('ZA','ZAF',710,'AF','iso-8859-1','N','M','Y'),('ES','ESP',724,'EU','iso-8859-1','N','H','Y'),('LK','LKA',144,'AS','iso-8859-1','N','O','Y'),('SH','SHN',654,'AF','iso-8859-1','N','','Y'),('KN','KNA',659,'LA','iso-8859-1','N','I','Y'),('PM','SPM',666,'NA','iso-8859-1','N','',''),('VC','VCT',670,'LA','iso-8859-1','N','I','Y'),('SD','SDN',736,'AF','iso-8859-1','N','','Y'),('SR','SUR',740,'LA','iso-8859-1','N','L','Y'),('SJ','SJM',744,'EU','iso-8859-1','N','','Y'),('SZ','SWZ',748,'AF','iso-8859-1','N','M','Y'),('SE','SWE',752,'EU','iso-8859-1','N','H','Y'),('CH','CHE',756,'EU','iso-8859-1','N','H','Y'),('SY','SYR',760,'AS','iso-8859-1','N','J','Y'),('TW','TWN',158,'AS','iso-8859-1','N','F','Y'),('TJ','TJK',762,'AS','iso-8859-1','N','','Y'),('TZ','TZA',834,'AF','iso-8859-1','N','M','Y'),('TH','THA',764,'AS','iso-8859-1','N','J','Y'),('TG','TGO',768,'AF','iso-8859-1','N','M','Y'),('TK','TKL',772,'AU','iso-8859-1','N','','Y'),('TO','TON',776,'AU','iso-8859-1','N','','Y'),('TT','TTO',780,'LA','iso-8859-1','N','I','Y'),('TN','TUN',788,'AF','iso-8859-1','N','M','Y'),('TR','TUR',792,'EU','iso-8859-1','N','J','Y'),('TM','TKM',795,'AS','iso-8859-1','N','M','Y'),('TC','TCA',796,'LA','iso-8859-1','N','I','Y'),('TV','TUV',798,'AU','iso-8859-1','N','','Y'),('UG','UGA',800,'AF','iso-8859-1','N','M','Y'),('UA','UKR',804,'EU','iso-8859-1','N','M','Y'),('AE','ARE',784,'AS','iso-8859-1','N','J','Y'),('GB','GBR',826,'EU','iso-8859-1','N','D','Y'),('US','USA',840,'NA','iso-8859-1','Y','','Y'),('VI','VIR',850,'LA','iso-8859-1','N','','Y'),('UY','URY',858,'LA','iso-8859-1','N','L','Y'),('UZ','UZB',860,'AS','iso-8859-1','N','M','Y'),('VU','VUT',548,'AU','iso-8859-1','N','K','Y'),('VA','VAT',336,'EU','iso-8859-1','N','E','Y'),('VE','VEN',862,'LA','iso-8859-1','N','L','Y'),('VN','VNM',704,'AS','iso-8859-1','N','J','Y'),('WF','WLF',876,'AU','iso-8859-1','N','M','Y'),('EH','ESH',732,'AF','iso-8859-1','N','','Y'),('YE','YEM',887,'AS','iso-8859-1','N','J','Y'),('YU','YUG',891,'EU','iso-8859-1','N','','Y'),('ZR','ZAR',180,'AF','iso-8859-1','N','','Y'),('ZM','ZMB',894,'AF','iso-8859-1','N','M','Y'),('ZW','ZWE',716,'AF','iso-8859-1','N','M','Y'); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_countries` ENABLE KEYS */; -- -- Table structure for table `xcart_country_currencies` -- DROP TABLE IF EXISTS `xcart_country_currencies`; CREATE TABLE `xcart_country_currencies` ( `code` char(3) NOT NULL default '', `country_code` char(2) NOT NULL default '', PRIMARY KEY (`code`,`country_code`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_country_currencies` -- /*!40000 ALTER TABLE `xcart_country_currencies` DISABLE KEYS */; LOCK TABLES `xcart_country_currencies` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_country_currencies` ENABLE KEYS */; -- -- Table structure for table `xcart_currencies` -- DROP TABLE IF EXISTS `xcart_currencies`; CREATE TABLE `xcart_currencies` ( `code` char(3) NOT NULL default '', `code_int` int(3) NOT NULL default '0', `name` varchar(128) NOT NULL default '', `symbol` varchar(16) NOT NULL default '', UNIQUE KEY `code` (`code`), KEY `code_int` (`code_int`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_currencies` -- /*!40000 ALTER TABLE `xcart_currencies` DISABLE KEYS */; LOCK TABLES `xcart_currencies` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_currencies` ENABLE KEYS */; -- -- Table structure for table `xcart_customer_bonuses` -- DROP TABLE IF EXISTS `xcart_customer_bonuses`; CREATE TABLE `xcart_customer_bonuses` ( `login` varchar(32) NOT NULL default '', `points` int(11) NOT NULL default '0', `memberships` text NOT NULL, PRIMARY KEY (`login`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_customer_bonuses` -- /*!40000 ALTER TABLE `xcart_customer_bonuses` DISABLE KEYS */; LOCK TABLES `xcart_customer_bonuses` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_customer_bonuses` ENABLE KEYS */; -- -- Table structure for table `xcart_customers` -- DROP TABLE IF EXISTS `xcart_customers`; CREATE TABLE `xcart_customers` ( `usertype` char(1) NOT NULL default '', `membership` varchar(32) NOT NULL default '', `password` varchar(128) NOT NULL default '', `password_hint` varchar(128) NOT NULL default '', `password_hint_answer` varchar(128) NOT NULL default '', `b_address` varchar(64) NOT NULL default '', `b_city` varchar(64) NOT NULL default '', `b_county` varchar(32) NOT NULL default '', `b_state` varchar(32) NOT NULL default '', `b_country` char(2) NOT NULL default '', `b_zipcode` varchar(32) NOT NULL default '', `title` varchar(32) NOT NULL default '', `firstname` varchar(128) NOT NULL default '', `lastname` varchar(128) NOT NULL default '', `company` varchar(255) NOT NULL default '', `s_address` varchar(255) NOT NULL default '', `s_city` varchar(255) NOT NULL default '', `s_county` varchar(32) NOT NULL default '', `s_state` varchar(32) NOT NULL default '', `s_country` char(2) NOT NULL default '', `s_zipcode` varchar(32) NOT NULL default '', `email` varchar(128) NOT NULL default '', `phone` varchar(32) NOT NULL default '', `fax` varchar(32) NOT NULL default '', `url` varchar(128) NOT NULL default '', `card_name` varchar(255) NOT NULL default '', `card_type` varchar(16) NOT NULL default '', `card_number` varchar(42) NOT NULL default '', `card_expire` varchar(4) NOT NULL default '', `card_cvv2` char(3) NOT NULL default '', `last_login` int(11) NOT NULL default '0', `first_login` int(11) NOT NULL default '0', `status` char(1) NOT NULL default 'Y', `referer` varchar(255) NOT NULL default '', `pending_membership` varchar(32) NOT NULL default '', `ssn` varchar(32) NOT NULL default '', `language` char(2) NOT NULL default 'US', `cart` mediumtext NOT NULL, `change_password` char(1) NOT NULL default 'N', `parent` varchar(32) NOT NULL default '', `pending_plan_id` int(11) NOT NULL default '0', `login` varchar(255) NOT NULL default '', KEY `usertype` (`usertype`), KEY `membership` (`membership`), KEY `last_login` (`last_login`), KEY `first_login` (`first_login`), KEY `status` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_customers` -- /*!40000 ALTER TABLE `xcart_customers` DISABLE KEYS */; LOCK TABLES `xcart_customers` WRITE; INSERT INTO `xcart_customers` VALUES ('P','','Seffjfpfhfgfi','','','Address','City','','','RU','432064','Mr.','Admin','Admin','','Address','City','','','RU','432064','cwerf@rrf.ru','phone','','http://','','','','','',1176409698,1007715510,'Y','','','','US','','N','',0,'admin'),('C','','Sggefdfeoeqdsem','','','tester\n','tester','','NY','US','10001','Mr.','tester','tester','','tester\n','tester','','NY','US','10001','hd@x-cart.com','1234567890','','','','','','','',1160979951,1157519431,'Y','https://trinity.x-cart.com/~hd/cd/13357/home.php?cat=261','','','US','a:30:{s:10:\"max_cartid\";i:1;s:8:\"products\";a:1:{i:0;a:23:{s:6:\"cartid\";i:1;s:9:\"productid\";s:5:\"16146\";s:6:\"amount\";i:1;s:7:\"options\";N;s:10:\"free_price\";s:4:\"0.00\";s:12:\"distribution\";s:0:\"\";s:16:\"add_to_cart_time\";i:1160979742;s:11:\"productcode\";s:7:\"SKU2223\";s:7:\"product\";s:27:\"Austin Powers Standup * 318\";s:8:\"provider\";s:9:\"provider2\";s:12:\"product_type\";s:1:\"N\";s:6:\"cutout\";s:0:\"\";s:5:\"price\";s:5:\"27.99\";s:5:\"taxes\";a:0:{}s:15:\"product_options\";b:0;s:16:\"selected_options\";b:0;s:8:\"discount\";i:0;s:15:\"coupon_discount\";i:0;s:16:\"discounted_price\";s:5:\"27.99\";s:8:\"subtotal\";s:5:\"27.99\";s:13:\"display_price\";s:5:\"27.99\";s:24:\"display_discounted_price\";s:5:\"27.99\";s:16:\"display_subtotal\";d:27.989999999999998436805981327779591083526611328125;}}s:15:\"customer_action\";b:0;s:15:\"cutout_delivery\";a:1:{s:9:\"provider2\";b:0;}s:8:\"delivery\";b:0;s:6:\"orders\";a:1:{i:0;a:27:{s:10:\"total_cost\";s:5:\"34.21\";s:13:\"shipping_cost\";s:4:\"6.22\";s:21:\"regular_shipping_cost\";s:4:\"6.22\";s:20:\"cutout_shipping_cost\";s:4:\"0.00\";s:5:\"taxes\";N;s:8:\"tax_cost\";s:4:\"0.00\";s:8:\"discount\";s:4:\"0.00\";s:6:\"coupon\";N;s:15:\"coupon_discount\";s:4:\"0.00\";s:8:\"subtotal\";s:5:\"27.99\";s:16:\"display_subtotal\";s:5:\"27.99\";s:19:\"discounted_subtotal\";s:5:\"27.99\";s:21:\"display_shipping_cost\";s:4:\"6.22\";s:28:\"display_cutout_shipping_cost\";s:4:\"0.00\";s:29:\"display_regular_shipping_cost\";s:4:\"6.22\";s:27:\"display_discounted_subtotal\";s:5:\"27.99\";s:10:\"shippingid\";s:1:\"1\";s:17:\"cutout_shippingid\";N;s:21:\"use_shipping_cost_alt\";s:0:\"\";s:17:\"shipping_cost_alt\";i:0;s:28:\"use_cutout_shipping_cost_alt\";s:0:\"\";s:26:\"cutout_shipping_cost_alter\";i:0;s:16:\"is_regular_items\";b:1;s:15:\"is_cutout_items\";b:0;s:16:\"express_shipping\";b:0;s:8:\"products\";a:1:{i:0;a:23:{s:6:\"cartid\";i:1;s:9:\"productid\";s:5:\"16146\";s:6:\"amount\";i:1;s:7:\"options\";N;s:10:\"free_price\";s:4:\"0.00\";s:12:\"distribution\";s:0:\"\";s:16:\"add_to_cart_time\";i:1160979742;s:11:\"productcode\";s:7:\"SKU2223\";s:7:\"product\";s:27:\"Austin Powers Standup * 318\";s:8:\"provider\";s:9:\"provider2\";s:12:\"product_type\";s:1:\"N\";s:6:\"cutout\";s:0:\"\";s:5:\"price\";s:5:\"27.99\";s:5:\"taxes\";a:0:{}s:15:\"product_options\";b:0;s:16:\"selected_options\";b:0;s:8:\"discount\";i:0;s:15:\"coupon_discount\";i:0;s:16:\"discounted_price\";s:5:\"27.99\";s:8:\"subtotal\";s:5:\"27.99\";s:13:\"display_price\";s:5:\"27.99\";s:24:\"display_discounted_price\";s:5:\"27.99\";s:16:\"display_subtotal\";d:27.989999999999998436805981327779591083526611328125;}}s:8:\"provider\";s:9:\"provider2\";}}s:16:\"express_shipping\";b:0;s:10:\"total_cost\";s:5:\"34.21\";s:13:\"shipping_cost\";d:6.21999999999999975131004248396493494510650634765625;s:21:\"display_shipping_cost\";d:6.21999999999999975131004248396493494510650634765625;s:20:\"cutout_shipping_cost\";d:0;s:21:\"regular_shipping_cost\";d:6.21999999999999975131004248396493494510650634765625;s:28:\"display_cutout_shipping_cost\";d:0;s:29:\"display_regular_shipping_cost\";d:6.21999999999999975131004248396493494510650634765625;s:8:\"tax_cost\";d:0;s:8:\"discount\";d:0;s:15:\"coupon_discount\";d:0;s:8:\"subtotal\";d:27.989999999999998436805981327779591083526611328125;s:16:\"display_subtotal\";d:27.989999999999998436805981327779591083526611328125;s:19:\"discounted_subtotal\";d:27.989999999999998436805981327779591083526611328125;s:27:\"display_discounted_subtotal\";d:27.989999999999998436805981327779591083526611328125;s:5:\"taxes\";N;s:31:\"display_cart_products_tax_rates\";s:1:\"N\";s:16:\"product_tax_name\";s:0:\"\";s:17:\"giftcert_discount\";i:0;s:17:\"applied_giftcerts\";a:0:{}s:15:\"is_cutout_items\";b:0;s:16:\"is_regular_items\";b:1;s:16:\"multi_shippingid\";a:1:{s:9:\"provider2\";s:1:\"1\";}s:14:\"multi_delivery\";a:1:{s:9:\"provider2\";s:10:\"UPS Ground\";}}','','',0,'tester'),('C','','Simgogqgogsfg','','','tester\n','Lafayette','','LA','US','70503','Mr.','tester','tester','','tester\n','Lafayette','','LA','US','70503','hd@x-cart.com','1234567890','','','','','','','',1157965304,1157519566,'Y','https://trinity.x-cart.com/~hd/cd/13357/home.php?cat=261','','','US','a:31:{s:8:\"delivery\";s:22:\"UPS 3 Day Select##SM##\";s:10:\"shippingid\";s:2:\"23\";s:10:\"max_cartid\";i:2;s:8:\"products\";a:1:{i:0;a:24:{s:6:\"cartid\";i:1;s:9:\"productid\";s:5:\"16143\";s:6:\"amount\";d:1;s:7:\"options\";a:2:{i:53;s:0:\"\";i:54;s:0:\"\";}s:10:\"free_price\";s:4:\"0.00\";s:12:\"distribution\";s:0:\"\";s:16:\"add_to_cart_time\";i:1157521050;s:11:\"productcode\";s:7:\"SKU4001\";s:7:\"product\";s:38:\"\'Hollywood Studios\' Film Cans (Silver)\";s:8:\"provider\";s:9:\"provider2\";s:12:\"product_type\";s:1:\"N\";s:6:\"cutout\";s:0:\"\";s:5:\"price\";s:4:\"7.99\";s:17:\"options_surcharge\";i:0;s:5:\"taxes\";a:0:{}s:15:\"product_options\";a:2:{i:53;a:9:{s:7:\"classid\";s:2:\"53\";s:9:\"productid\";s:5:\"16143\";s:5:\"class\";s:4:\"test\";s:9:\"classtext\";s:4:\"test\";s:7:\"orderby\";s:1:\"1\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:2:\"10\";s:11:\"option_name\";s:0:\"\";}i:54;a:9:{s:7:\"classid\";s:2:\"54\";s:9:\"productid\";s:5:\"16143\";s:5:\"class\";s:5:\"test2\";s:9:\"classtext\";s:5:\"test2\";s:7:\"orderby\";s:1:\"2\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:1:\"5\";s:11:\"option_name\";s:0:\"\";}}s:16:\"selected_options\";a:5:{s:15:\"product_options\";a:2:{i:0;a:11:{s:7:\"classid\";s:2:\"53\";s:9:\"productid\";s:5:\"16143\";s:5:\"class\";s:4:\"test\";s:9:\"classtext\";s:4:\"test\";s:7:\"orderby\";s:1:\"1\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:2:\"10\";s:10:\"class_orig\";s:4:\"test\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";}i:1;a:11:{s:7:\"classid\";s:2:\"54\";s:9:\"productid\";s:5:\"16143\";s:5:\"class\";s:5:\"test2\";s:9:\"classtext\";s:5:\"test2\";s:7:\"orderby\";s:1:\"2\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:1:\"5\";s:10:\"class_orig\";s:5:\"test2\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";}}s:18:\"product_options_ex\";b:0;s:8:\"variants\";b:0;s:18:\"product_options_js\";b:0;s:14:\"is_text_option\";b:1;}s:8:\"discount\";i:0;s:15:\"coupon_discount\";i:0;s:16:\"discounted_price\";s:4:\"7.99\";s:8:\"subtotal\";s:4:\"7.99\";s:13:\"display_price\";s:4:\"7.99\";s:24:\"display_discounted_price\";s:4:\"7.99\";s:16:\"display_subtotal\";s:4:\"7.99\";}}s:15:\"customer_action\";b:0;s:16:\"multi_shippingid\";a:1:{s:9:\"provider2\";s:1:\"1\";}s:14:\"multi_delivery\";a:3:{s:9:\"provider2\";s:10:\"UPS Ground\";s:5:\"admin\";b:0;s:0:\"\";s:10:\"UPS Ground\";}s:6:\"orders\";a:1:{i:0;a:27:{s:10:\"total_cost\";s:5:\"14.01\";s:13:\"shipping_cost\";s:4:\"6.02\";s:21:\"regular_shipping_cost\";s:4:\"6.02\";s:20:\"cutout_shipping_cost\";s:4:\"0.00\";s:5:\"taxes\";N;s:8:\"tax_cost\";s:4:\"0.00\";s:8:\"discount\";s:4:\"0.00\";s:6:\"coupon\";N;s:15:\"coupon_discount\";s:4:\"0.00\";s:8:\"subtotal\";s:4:\"7.99\";s:16:\"display_subtotal\";s:4:\"7.99\";s:19:\"discounted_subtotal\";s:4:\"7.99\";s:21:\"display_shipping_cost\";s:4:\"6.02\";s:28:\"display_cutout_shipping_cost\";s:4:\"0.00\";s:29:\"display_regular_shipping_cost\";s:4:\"6.02\";s:27:\"display_discounted_subtotal\";s:4:\"7.99\";s:10:\"shippingid\";s:1:\"1\";s:17:\"cutout_shippingid\";s:1:\"0\";s:21:\"use_shipping_cost_alt\";s:0:\"\";s:17:\"shipping_cost_alt\";i:0;s:28:\"use_cutout_shipping_cost_alt\";s:0:\"\";s:26:\"cutout_shipping_cost_alter\";i:0;s:16:\"is_regular_items\";b:1;s:15:\"is_cutout_items\";b:0;s:16:\"express_shipping\";b:0;s:8:\"products\";a:1:{i:0;a:24:{s:6:\"cartid\";i:1;s:9:\"productid\";s:5:\"16143\";s:6:\"amount\";d:1;s:7:\"options\";a:2:{i:53;s:0:\"\";i:54;s:0:\"\";}s:10:\"free_price\";s:4:\"0.00\";s:12:\"distribution\";s:0:\"\";s:16:\"add_to_cart_time\";i:1157521050;s:11:\"productcode\";s:7:\"SKU4001\";s:7:\"product\";s:38:\"\'Hollywood Studios\' Film Cans (Silver)\";s:8:\"provider\";s:9:\"provider2\";s:12:\"product_type\";s:1:\"N\";s:6:\"cutout\";s:0:\"\";s:5:\"price\";s:4:\"7.99\";s:17:\"options_surcharge\";i:0;s:5:\"taxes\";a:0:{}s:15:\"product_options\";a:2:{i:53;a:9:{s:7:\"classid\";s:2:\"53\";s:9:\"productid\";s:5:\"16143\";s:5:\"class\";s:4:\"test\";s:9:\"classtext\";s:4:\"test\";s:7:\"orderby\";s:1:\"1\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:2:\"10\";s:11:\"option_name\";s:0:\"\";}i:54;a:9:{s:7:\"classid\";s:2:\"54\";s:9:\"productid\";s:5:\"16143\";s:5:\"class\";s:5:\"test2\";s:9:\"classtext\";s:5:\"test2\";s:7:\"orderby\";s:1:\"2\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:1:\"5\";s:11:\"option_name\";s:0:\"\";}}s:16:\"selected_options\";a:5:{s:15:\"product_options\";a:2:{i:0;a:11:{s:7:\"classid\";s:2:\"53\";s:9:\"productid\";s:5:\"16143\";s:5:\"class\";s:4:\"test\";s:9:\"classtext\";s:4:\"test\";s:7:\"orderby\";s:1:\"1\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:2:\"10\";s:10:\"class_orig\";s:4:\"test\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";}i:1;a:11:{s:7:\"classid\";s:2:\"54\";s:9:\"productid\";s:5:\"16143\";s:5:\"class\";s:5:\"test2\";s:9:\"classtext\";s:5:\"test2\";s:7:\"orderby\";s:1:\"2\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:1:\"5\";s:10:\"class_orig\";s:5:\"test2\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";}}s:18:\"product_options_ex\";b:0;s:8:\"variants\";b:0;s:18:\"product_options_js\";b:0;s:14:\"is_text_option\";b:1;}s:8:\"discount\";i:0;s:15:\"coupon_discount\";i:0;s:16:\"discounted_price\";s:4:\"7.99\";s:8:\"subtotal\";s:4:\"7.99\";s:13:\"display_price\";s:4:\"7.99\";s:24:\"display_discounted_price\";s:4:\"7.99\";s:16:\"display_subtotal\";s:4:\"7.99\";}}s:8:\"provider\";s:9:\"provider2\";}}s:16:\"express_shipping\";b:0;s:10:\"total_cost\";s:5:\"14.01\";s:13:\"shipping_cost\";d:6.019999999999999573674358543939888477325439453125;s:21:\"display_shipping_cost\";d:6.019999999999999573674358543939888477325439453125;s:20:\"cutout_shipping_cost\";d:0;s:21:\"regular_shipping_cost\";d:6.019999999999999573674358543939888477325439453125;s:28:\"display_cutout_shipping_cost\";d:0;s:29:\"display_regular_shipping_cost\";d:6.019999999999999573674358543939888477325439453125;s:8:\"tax_cost\";d:0;s:8:\"discount\";d:0;s:15:\"coupon_discount\";d:0;s:8:\"subtotal\";d:7.9900000000000002131628207280300557613372802734375;s:16:\"display_subtotal\";d:7.9900000000000002131628207280300557613372802734375;s:19:\"discounted_subtotal\";d:7.9900000000000002131628207280300557613372802734375;s:27:\"display_discounted_subtotal\";d:7.9900000000000002131628207280300557613372802734375;s:5:\"taxes\";N;s:31:\"display_cart_products_tax_rates\";s:1:\"N\";s:16:\"product_tax_name\";s:0:\"\";s:17:\"giftcert_discount\";i:0;s:17:\"applied_giftcerts\";a:0:{}s:15:\"is_cutout_items\";b:0;s:16:\"is_regular_items\";b:1;s:17:\"cutout_shippingid\";a:1:{s:9:\"provider2\";s:1:\"0\";}}','','',0,'hd@x-cart.com'),('P','','Sqeshskrmsererqrssmor','','','tester\n','Cleveland','','AL','US','35049','Mr.','tester','tester','','tester\n','Cleveland','','AL','US','35049','hd@cdev.ru','1234567890','','','','','','','',0,1157525561,'Y','https://trinity.x-cart.com/~hd/cd/13357/home.php?cat=261','','','US','','','',0,'provider2'),('C','','Sngpspkplplps','','','940 w. washington\n','los angeles','','CA','US','90015','Mr.','ofir','keissar','Hollywood Mega Inc','940 w. washington\n','los angeles','','CA','US','90015','webmaster@hollywoodmegastore.com','2137479239','','','','','','','',1176421282,1160678590,'Y','http://trinity.x-cart.com/~hd/cd/12529/home.php','Premium','','US','a:2:{s:8:\"delivery\";s:0:\"\";s:10:\"shippingid\";i:0;}','','',0,'webmaster@hollywoodmegastore.com'),('C','Wholesale','Shdkjkfjkkekn','','','6800 hollywood blvd\n','los angeles','','CA','US','90028','Mr.','ofir','keissar','','6800 hollywood blvd\n','los angeles','','CA','US','90028','webmaster@hollywoodmegastore.com','2137479239','','','','','','','',1170783709,1160679975,'Y','http://trinity.x-cart.com/~hd/cd/12529/home.php','Premium','','US','a:31:{s:10:\"max_cartid\";i:2;s:8:\"products\";a:2:{i:0;a:24:{s:6:\"cartid\";i:1;s:9:\"productid\";s:5:\"16149\";s:6:\"amount\";d:1;s:7:\"options\";a:3:{i:50;s:0:\"\";i:51;s:0:\"\";i:52;s:0:\"\";}s:10:\"free_price\";s:4:\"0.00\";s:12:\"distribution\";s:0:\"\";s:16:\"add_to_cart_time\";i:1170451185;s:11:\"productcode\";s:8:\"SKU16147\";s:7:\"product\";s:25:\"Customized Award Trophies\";s:8:\"provider\";s:9:\"provider2\";s:12:\"product_type\";s:1:\"N\";s:6:\"cutout\";s:0:\"\";s:5:\"price\";s:5:\"24.99\";s:17:\"options_surcharge\";i:0;s:5:\"taxes\";a:0:{}s:15:\"product_options\";a:3:{i:50;a:9:{s:7:\"classid\";s:2:\"50\";s:9:\"productid\";s:5:\"16149\";s:5:\"class\";s:7:\"Line 1:\";s:9:\"classtext\";s:0:\"\";s:7:\"orderby\";s:1:\"1\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:3:\"999\";s:11:\"option_name\";s:0:\"\";}i:51;a:9:{s:7:\"classid\";s:2:\"51\";s:9:\"productid\";s:5:\"16149\";s:5:\"class\";s:7:\"Line 2:\";s:9:\"classtext\";s:0:\"\";s:7:\"orderby\";s:1:\"2\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:3:\"999\";s:11:\"option_name\";s:0:\"\";}i:52;a:9:{s:7:\"classid\";s:2:\"52\";s:9:\"productid\";s:5:\"16149\";s:5:\"class\";s:7:\"Line 3:\";s:9:\"classtext\";s:0:\"\";s:7:\"orderby\";s:1:\"3\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:3:\"999\";s:11:\"option_name\";s:0:\"\";}}s:16:\"selected_options\";a:5:{s:15:\"product_options\";a:3:{i:0;a:11:{s:7:\"classid\";s:2:\"50\";s:9:\"productid\";s:5:\"16149\";s:5:\"class\";s:7:\"Line 1:\";s:9:\"classtext\";s:0:\"\";s:7:\"orderby\";s:1:\"1\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:3:\"999\";s:10:\"class_orig\";s:7:\"Line 1:\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";}i:1;a:11:{s:7:\"classid\";s:2:\"51\";s:9:\"productid\";s:5:\"16149\";s:5:\"class\";s:7:\"Line 2:\";s:9:\"classtext\";s:0:\"\";s:7:\"orderby\";s:1:\"2\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:3:\"999\";s:10:\"class_orig\";s:7:\"Line 2:\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";}i:2;a:11:{s:7:\"classid\";s:2:\"52\";s:9:\"productid\";s:5:\"16149\";s:5:\"class\";s:7:\"Line 3:\";s:9:\"classtext\";s:0:\"\";s:7:\"orderby\";s:1:\"3\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:3:\"999\";s:10:\"class_orig\";s:7:\"Line 3:\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";}}s:18:\"product_options_ex\";b:0;s:8:\"variants\";b:0;s:18:\"product_options_js\";s:0:\"\";s:14:\"is_text_option\";b:1;}s:8:\"discount\";i:0;s:15:\"coupon_discount\";i:0;s:16:\"discounted_price\";s:5:\"24.99\";s:8:\"subtotal\";s:5:\"24.99\";s:13:\"display_price\";s:5:\"24.99\";s:24:\"display_discounted_price\";s:5:\"24.99\";s:16:\"display_subtotal\";d:24.989999999999998436805981327779591083526611328125;}i:1;a:23:{s:6:\"cartid\";i:2;s:9:\"productid\";s:5:\"16146\";s:6:\"amount\";d:1;s:7:\"options\";N;s:10:\"free_price\";s:4:\"0.00\";s:12:\"distribution\";s:0:\"\";s:16:\"add_to_cart_time\";i:1170451214;s:11:\"productcode\";s:7:\"SKU2223\";s:7:\"product\";s:27:\"Austin Powers Standup * 318\";s:8:\"provider\";s:9:\"provider2\";s:12:\"product_type\";s:1:\"N\";s:6:\"cutout\";s:1:\"Y\";s:5:\"price\";s:5:\"27.99\";s:5:\"taxes\";a:0:{}s:15:\"product_options\";b:0;s:16:\"selected_options\";b:0;s:8:\"discount\";i:0;s:15:\"coupon_discount\";i:0;s:16:\"discounted_price\";s:5:\"27.99\";s:8:\"subtotal\";s:5:\"27.99\";s:13:\"display_price\";s:5:\"27.99\";s:24:\"display_discounted_price\";s:5:\"27.99\";s:16:\"display_subtotal\";d:27.989999999999998436805981327779591083526611328125;}}s:15:\"customer_action\";b:1;s:16:\"multi_shippingid\";a:1:{s:9:\"provider2\";s:1:\"1\";}s:14:\"multi_delivery\";a:1:{s:9:\"provider2\";s:10:\"UPS Ground\";}s:8:\"delivery\";b:0;s:6:\"orders\";a:1:{i:0;a:27:{s:10:\"total_cost\";s:5:\"79.28\";s:13:\"shipping_cost\";s:5:\"26.30\";s:21:\"regular_shipping_cost\";s:4:\"7.40\";s:20:\"cutout_shipping_cost\";s:5:\"18.90\";s:5:\"taxes\";N;s:8:\"tax_cost\";s:4:\"0.00\";s:8:\"discount\";s:4:\"0.00\";s:6:\"coupon\";N;s:15:\"coupon_discount\";s:4:\"0.00\";s:8:\"subtotal\";s:5:\"52.98\";s:16:\"display_subtotal\";s:5:\"52.98\";s:19:\"discounted_subtotal\";s:5:\"52.98\";s:21:\"display_shipping_cost\";s:5:\"26.30\";s:28:\"display_cutout_shipping_cost\";s:5:\"18.90\";s:29:\"display_regular_shipping_cost\";s:4:\"7.40\";s:27:\"display_discounted_subtotal\";s:5:\"52.98\";s:10:\"shippingid\";s:1:\"1\";s:17:\"cutout_shippingid\";s:1:\"1\";s:21:\"use_shipping_cost_alt\";s:0:\"\";s:17:\"shipping_cost_alt\";i:0;s:28:\"use_cutout_shipping_cost_alt\";s:0:\"\";s:26:\"cutout_shipping_cost_alter\";i:0;s:16:\"is_regular_items\";b:1;s:15:\"is_cutout_items\";b:1;s:16:\"express_shipping\";b:0;s:8:\"products\";a:2:{i:0;a:24:{s:6:\"cartid\";i:1;s:9:\"productid\";s:5:\"16149\";s:6:\"amount\";d:1;s:7:\"options\";a:3:{i:50;s:0:\"\";i:51;s:0:\"\";i:52;s:0:\"\";}s:10:\"free_price\";s:4:\"0.00\";s:12:\"distribution\";s:0:\"\";s:16:\"add_to_cart_time\";i:1170451185;s:11:\"productcode\";s:8:\"SKU16147\";s:7:\"product\";s:25:\"Customized Award Trophies\";s:8:\"provider\";s:9:\"provider2\";s:12:\"product_type\";s:1:\"N\";s:6:\"cutout\";s:0:\"\";s:5:\"price\";s:5:\"24.99\";s:17:\"options_surcharge\";i:0;s:5:\"taxes\";a:0:{}s:15:\"product_options\";a:3:{i:50;a:9:{s:7:\"classid\";s:2:\"50\";s:9:\"productid\";s:5:\"16149\";s:5:\"class\";s:7:\"Line 1:\";s:9:\"classtext\";s:0:\"\";s:7:\"orderby\";s:1:\"1\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:3:\"999\";s:11:\"option_name\";s:0:\"\";}i:51;a:9:{s:7:\"classid\";s:2:\"51\";s:9:\"productid\";s:5:\"16149\";s:5:\"class\";s:7:\"Line 2:\";s:9:\"classtext\";s:0:\"\";s:7:\"orderby\";s:1:\"2\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:3:\"999\";s:11:\"option_name\";s:0:\"\";}i:52;a:9:{s:7:\"classid\";s:2:\"52\";s:9:\"productid\";s:5:\"16149\";s:5:\"class\";s:7:\"Line 3:\";s:9:\"classtext\";s:0:\"\";s:7:\"orderby\";s:1:\"3\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:3:\"999\";s:11:\"option_name\";s:0:\"\";}}s:16:\"selected_options\";a:5:{s:15:\"product_options\";a:3:{i:0;a:11:{s:7:\"classid\";s:2:\"50\";s:9:\"productid\";s:5:\"16149\";s:5:\"class\";s:7:\"Line 1:\";s:9:\"classtext\";s:0:\"\";s:7:\"orderby\";s:1:\"1\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:3:\"999\";s:10:\"class_orig\";s:7:\"Line 1:\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";}i:1;a:11:{s:7:\"classid\";s:2:\"51\";s:9:\"productid\";s:5:\"16149\";s:5:\"class\";s:7:\"Line 2:\";s:9:\"classtext\";s:0:\"\";s:7:\"orderby\";s:1:\"2\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:3:\"999\";s:10:\"class_orig\";s:7:\"Line 2:\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";}i:2;a:11:{s:7:\"classid\";s:2:\"52\";s:9:\"productid\";s:5:\"16149\";s:5:\"class\";s:7:\"Line 3:\";s:9:\"classtext\";s:0:\"\";s:7:\"orderby\";s:1:\"3\";s:5:\"avail\";s:1:\"Y\";s:11:\"is_modifier\";s:1:\"T\";s:9:\"maxlength\";s:3:\"999\";s:10:\"class_orig\";s:7:\"Line 3:\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";}}s:18:\"product_options_ex\";b:0;s:8:\"variants\";b:0;s:18:\"product_options_js\";s:0:\"\";s:14:\"is_text_option\";b:1;}s:8:\"discount\";i:0;s:15:\"coupon_discount\";i:0;s:16:\"discounted_price\";s:5:\"24.99\";s:8:\"subtotal\";s:5:\"24.99\";s:13:\"display_price\";s:5:\"24.99\";s:24:\"display_discounted_price\";s:5:\"24.99\";s:16:\"display_subtotal\";d:24.989999999999998436805981327779591083526611328125;}i:1;a:23:{s:6:\"cartid\";i:2;s:9:\"productid\";s:5:\"16146\";s:6:\"amount\";d:1;s:7:\"options\";N;s:10:\"free_price\";s:4:\"0.00\";s:12:\"distribution\";s:0:\"\";s:16:\"add_to_cart_time\";i:1170451214;s:11:\"productcode\";s:7:\"SKU2223\";s:7:\"product\";s:27:\"Austin Powers Standup * 318\";s:8:\"provider\";s:9:\"provider2\";s:12:\"product_type\";s:1:\"N\";s:6:\"cutout\";s:1:\"Y\";s:5:\"price\";s:5:\"27.99\";s:5:\"taxes\";a:0:{}s:15:\"product_options\";b:0;s:16:\"selected_options\";b:0;s:8:\"discount\";i:0;s:15:\"coupon_discount\";i:0;s:16:\"discounted_price\";s:5:\"27.99\";s:8:\"subtotal\";s:5:\"27.99\";s:13:\"display_price\";s:5:\"27.99\";s:24:\"display_discounted_price\";s:5:\"27.99\";s:16:\"display_subtotal\";d:27.989999999999998436805981327779591083526611328125;}}s:8:\"provider\";s:9:\"provider2\";}}s:16:\"express_shipping\";b:0;s:10:\"total_cost\";s:5:\"79.28\";s:13:\"shipping_cost\";d:26.300000000000000710542735760100185871124267578125;s:21:\"display_shipping_cost\";d:26.300000000000000710542735760100185871124267578125;s:20:\"cutout_shipping_cost\";d:18.89999999999999857891452847979962825775146484375;s:21:\"regular_shipping_cost\";d:7.4000000000000003552713678800500929355621337890625;s:28:\"display_cutout_shipping_cost\";d:18.89999999999999857891452847979962825775146484375;s:29:\"display_regular_shipping_cost\";d:7.4000000000000003552713678800500929355621337890625;s:8:\"tax_cost\";d:0;s:8:\"discount\";d:0;s:15:\"coupon_discount\";d:0;s:8:\"subtotal\";d:52.97999999999999687361196265555918216705322265625;s:16:\"display_subtotal\";d:52.97999999999999687361196265555918216705322265625;s:19:\"discounted_subtotal\";d:52.97999999999999687361196265555918216705322265625;s:27:\"display_discounted_subtotal\";d:52.97999999999999687361196265555918216705322265625;s:5:\"taxes\";N;s:31:\"display_cart_products_tax_rates\";s:1:\"N\";s:16:\"product_tax_name\";s:0:\"\";s:17:\"giftcert_discount\";i:0;s:17:\"applied_giftcerts\";a:0:{}s:15:\"is_cutout_items\";b:1;s:16:\"is_regular_items\";b:1;s:17:\"cutout_shippingid\";a:1:{s:9:\"provider2\";s:1:\"1\";}s:15:\"cutout_delivery\";a:1:{s:9:\"provider2\";s:10:\"UPS Ground\";}}','','',0,'cdpic'); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_customers` ENABLE KEYS */; -- -- Table structure for table `xcart_delivery` -- DROP TABLE IF EXISTS `xcart_delivery`; CREATE TABLE `xcart_delivery` ( `shippingid` int(11) NOT NULL default '0', `productid` int(11) NOT NULL default '0', PRIMARY KEY (`shippingid`,`productid`), KEY `shippingid_index` (`shippingid`), KEY `productid_index` (`productid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_delivery` -- /*!40000 ALTER TABLE `xcart_delivery` DISABLE KEYS */; LOCK TABLES `xcart_delivery` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_delivery` ENABLE KEYS */; -- -- Table structure for table `xcart_discount_coupons` -- DROP TABLE IF EXISTS `xcart_discount_coupons`; CREATE TABLE `xcart_discount_coupons` ( `coupon` char(16) NOT NULL default '', `discount` decimal(12,2) NOT NULL default '0.00', `coupon_type` char(12) NOT NULL default '', `productid` int(11) NOT NULL default '0', `categoryid` int(11) NOT NULL default '0', `minimum` int(11) NOT NULL default '0', `times` int(11) NOT NULL default '0', `times_used` int(11) NOT NULL default '0', `expire` int(11) NOT NULL default '0', `status` char(1) NOT NULL default '', `provider` char(32) NOT NULL default '', `recursive` char(1) NOT NULL default 'N', PRIMARY KEY (`coupon`), KEY `provider` (`provider`), KEY `status` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_discount_coupons` -- /*!40000 ALTER TABLE `xcart_discount_coupons` DISABLE KEYS */; LOCK TABLES `xcart_discount_coupons` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_discount_coupons` ENABLE KEYS */; -- -- Table structure for table `xcart_discounts` -- DROP TABLE IF EXISTS `xcart_discounts`; CREATE TABLE `xcart_discounts` ( `discountid` int(11) NOT NULL auto_increment, `minprice` decimal(12,2) NOT NULL default '0.00', `discount` decimal(12,2) NOT NULL default '0.00', `discount_type` char(32) NOT NULL default 'absolute', `provider` char(32) NOT NULL default '', `membership` char(32) NOT NULL default '', PRIMARY KEY (`discountid`), KEY `provider` (`provider`), KEY `minprice` (`minprice`), KEY `membership` (`membership`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_discounts` -- /*!40000 ALTER TABLE `xcart_discounts` DISABLE KEYS */; LOCK TABLES `xcart_discounts` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_discounts` ENABLE KEYS */; -- -- Table structure for table `xcart_download_keys` -- DROP TABLE IF EXISTS `xcart_download_keys`; CREATE TABLE `xcart_download_keys` ( `download_key` char(100) NOT NULL default '', `expires` int(11) NOT NULL default '0', `productid` int(11) NOT NULL default '0', `itemid` int(11) NOT NULL default '0', PRIMARY KEY (`download_key`), UNIQUE KEY `itemid` (`itemid`), KEY `productid` (`productid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_download_keys` -- /*!40000 ALTER TABLE `xcart_download_keys` DISABLE KEYS */; LOCK TABLES `xcart_download_keys` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_download_keys` ENABLE KEYS */; -- -- Table structure for table `xcart_extra_field_values` -- DROP TABLE IF EXISTS `xcart_extra_field_values`; CREATE TABLE `xcart_extra_field_values` ( `productid` int(11) NOT NULL default '0', `fieldid` int(11) NOT NULL default '0', `value` char(255) NOT NULL default '', PRIMARY KEY (`productid`,`fieldid`), KEY `value` (`value`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_extra_field_values` -- /*!40000 ALTER TABLE `xcart_extra_field_values` DISABLE KEYS */; LOCK TABLES `xcart_extra_field_values` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_extra_field_values` ENABLE KEYS */; -- -- Table structure for table `xcart_extra_fields` -- DROP TABLE IF EXISTS `xcart_extra_fields`; CREATE TABLE `xcart_extra_fields` ( `fieldid` int(11) NOT NULL auto_increment, `provider` char(32) NOT NULL default '', `field` char(255) NOT NULL default '', `value` char(255) NOT NULL default '', `active` char(1) NOT NULL default 'Y', PRIMARY KEY (`fieldid`), KEY `provider` (`provider`), KEY `active` (`active`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_extra_fields` -- /*!40000 ALTER TABLE `xcart_extra_fields` DISABLE KEYS */; LOCK TABLES `xcart_extra_fields` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_extra_fields` ENABLE KEYS */; -- -- Table structure for table `xcart_featured_products` -- DROP TABLE IF EXISTS `xcart_featured_products`; CREATE TABLE `xcart_featured_products` ( `productid` int(11) NOT NULL default '0', `categoryid` int(11) NOT NULL default '0', `product_order` int(11) NOT NULL default '0', `avail` char(1) NOT NULL default 'Y', PRIMARY KEY (`productid`,`categoryid`), KEY `product_order` (`product_order`), KEY `avail` (`avail`), KEY `pacpo` (`productid`,`avail`,`categoryid`,`product_order`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_featured_products` -- /*!40000 ALTER TABLE `xcart_featured_products` DISABLE KEYS */; LOCK TABLES `xcart_featured_products` WRITE; INSERT INTO `xcart_featured_products` VALUES (10,0,4,'Y'),(63,0,7,'Y'),(70,0,3,'Y'),(76,103,1,'Y'),(77,103,2,'Y'),(78,103,3,'Y'),(134,62,3,'Y'),(16123,0,5,'Y'); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_featured_products` ENABLE KEYS */; -- -- Table structure for table `xcart_fedex_rates` -- DROP TABLE IF EXISTS `xcart_fedex_rates`; CREATE TABLE `xcart_fedex_rates` ( `r_id` int(11) NOT NULL auto_increment, `r_zone` varchar(6) NOT NULL default '', `r_weight` varchar(255) NOT NULL default '0', `r_meth_id` int(11) NOT NULL default '0', `r_rate` decimal(12,2) NOT NULL default '0.00', `r_ishundreds` int(1) NOT NULL default '0', `r_container` int(1) NOT NULL default '0', PRIMARY KEY (`r_id`), KEY `r_zone` (`r_zone`), KEY `r_meth_id` (`r_meth_id`), KEY `r_rate` (`r_rate`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_fedex_rates` -- /*!40000 ALTER TABLE `xcart_fedex_rates` DISABLE KEYS */; LOCK TABLES `xcart_fedex_rates` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_fedex_rates` ENABLE KEYS */; -- -- Table structure for table `xcart_fedex_zips` -- DROP TABLE IF EXISTS `xcart_fedex_zips`; CREATE TABLE `xcart_fedex_zips` ( `zip_id` int(11) NOT NULL auto_increment, `zip_first` varchar(5) NOT NULL default '000', `zip_last` varchar(5) NOT NULL default '', `zip_zone` varchar(6) NOT NULL default '', `zip_meth` int(11) NOT NULL default '0', PRIMARY KEY (`zip_id`), KEY `zip_first` (`zip_first`), KEY `zip_last` (`zip_last`), KEY `zip_zone` (`zip_zone`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_fedex_zips` -- /*!40000 ALTER TABLE `xcart_fedex_zips` DISABLE KEYS */; LOCK TABLES `xcart_fedex_zips` WRITE; INSERT INTO `xcart_fedex_zips` VALUES (1,'A0A','A9Z','B',0),(2,'B0A','B9Z','B',0),(3,'C0A','C9Z','B',0),(4,'E0A','E9Z','B',0),(5,'G0A','G9Z','B',0),(6,'H0A','H9Z','A',0),(7,'J0A','J2W','B',0),(8,'J2X','J3G','A',0),(9,'J3H','J3K','B',0),(10,'J3L','J3N','A',0),(11,'J3P','J3T','B',0),(12,'J3V','J4Z','A',0),(13,'J5A','J6H','B',0),(14,'J6J','J6R','A',0),(15,'J6S','J6V','B',0),(16,'J6W','J7R','A',0),(17,'J7S','J8N','B',0),(18,'J8P','J9C','A',0),(19,'J9E','J9Z','B',0),(20,'K0A','K0Z','B',0),(21,'K1A','K2R','A',0),(22,'K2S','L0H','B',0),(23,'L0J','','A',0),(24,'L0K','L0N','B',0),(25,'L0P','','A',0),(26,'L0R','L1E','B',0),(27,'L1G','L1Z','A',0),(28,'L2A','L2C','B',0),(29,'L2E','L2W','A',0),(30,'L2X','L3N','B',0),(31,'L3P','L3T','A',0),(32,'L3V','L3W','B',0),(33,'L3X','L9T','A',0),(34,'L9V','L9Z','B',0),(35,'M0A','M9Z','A',0),(36,'N0A','N1Z','B',0),(37,'N2A','N2V','A',0),(38,'N2W','N5T','B',0),(39,'N5V','N6N','A',0),(40,'N6P','N8M','B',0),(41,'N8N','N9K','A',0),(42,'N9L','P9Z','B',0),(43,'R0A','R2B','B',0),(44,'R2C','R4A','A',0),(45,'R4B','R9Z','B',0),(46,'S0A','S9Z','B',0),(47,'T0A','T1X','B',0),(48,'T1Y','T3L','A',0),(49,'T3M','T9Z','B',0),(50,'V0A','V1L','B',0),(51,'V1M','','A',0),(52,'V1N','V2V','B',0),(53,'V2W','V3E','A',0),(54,'V3G','','B',0),(55,'V3H','V4S','A',0),(56,'V4T','','B',0),(57,'V4V','V7Z','A',0),(58,'V8A','V9Z','B',0),(59,'X0A','X9Z','B',0),(60,'Y0A','Y9Z','B',0),(61,'A0A','A9Z','54',43),(62,'B0A','B9Z','54',43),(63,'C0A','C9Z','54',43),(64,'E0A','E9Z','54',43),(65,'G0A','G0A','51',43),(66,'G0B','G0L','54',43),(67,'G0M','G0S','51',43),(68,'G0T','G0W','54',43),(69,'G0X','G0Z','51',43),(70,'G1A','G2Z','51',43),(71,'G3A','G3K','51',43),(72,'G3L','G4Z','54',43),(73,'G5A','G5A','51',43),(74,'G5B','G5T','54',43),(75,'G5V','G6Z','51',43),(76,'G7A','G8S','54',43),(77,'G8T','G9Z','51',43),(78,'H0A','H0L','51',43),(79,'H0M','H0M','54',43),(80,'H0N','H9Z','51',43),(81,'J0A','J0L','51',43),(82,'J0M','J0M','54',43),(83,'J0N','J0V','51',43),(84,'J0W','J0Z','54',43),(85,'J1A','J4A','51',43),(86,'J4B','J4Z','51',43),(87,'J5A','J8N','51',43),(88,'J8P','J9C','51',43),(89,'J9E','J9E','54',43),(90,'J9G','J9J','51',43),(91,'J9K','J9Z','54',43),(92,'K0A','K0H','51',43),(93,'K0J','K0J','54',43),(94,'K0K','K0Z','51',43),(95,'K1A','K2R','51',43),(96,'K2S','K7T','51',43),(97,'K7V','K8H','54',43),(98,'K8J','L1E','51',43),(99,'L1G','L1Z','51',43),(100,'L2A','L2C','51',43),(101,'L2E','L2W','51',43),(102,'L2X','L3N','51',43),(103,'L3P','L3T','51',43),(104,'L3V','L3W','51',43),(105,'L3X','L4L','51',43),(106,'L4M','L4S','51',43),(107,'L4T','L9T','51',43),(108,'L9V','L9Z','51',43),(109,'M0A','M9Z','51',43),(110,'N0A','N1Z','51',43),(111,'N2A','N2V','51',43),(112,'N2W','N5T','51',43),(113,'N5V','N6N','51',43),(114,'N6P','N8M','51',43),(115,'N8N','N9K','51',43),(116,'N9L','N9Z','51',43),(117,'P0A','P9Z','54',43),(118,'R0A','R2B','54',43),(119,'R2C','R4A','51',43),(120,'R4B','R9Z','54',43),(121,'S0A','S4M','54',43),(122,'S4N','S4Z','51',43),(123,'S5A','S7G','54',43),(124,'S7H','S7V','51',43),(125,'S7W','S9Z','54',43),(126,'T0A','T0B','54',43),(127,'T0C','T0C','51',43),(128,'T0E','T1X','54',43),(129,'T1Y','T3L','51',43),(130,'T3M','T4Z','51',43),(131,'T5A','T6V','51',43),(132,'T6W','T7W','54',43),(133,'T7X','T8N','51',43),(134,'T8P','T8Z','54',43),(135,'T9A','T9E','51',43),(136,'T9G','T9Z','54',43),(137,'V0A','V0L','54',43),(138,'V0M','V0M','51',43),(139,'V0N','V1L','54',43),(140,'V1M','V1M','51',43),(141,'V1N','V2V','54',43),(142,'V2W','V3E','51',43),(143,'V3G','V3G','54',43),(144,'V3H','V7Z','51',43),(145,'V8A','V8K','54',43),(146,'V8L','V9E','51',43),(147,'V9G','V9Z','54',43),(148,'X0A','Y9Z','54',43); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_fedex_zips` ENABLE KEYS */; -- -- Table structure for table `xcart_giftcerts` -- DROP TABLE IF EXISTS `xcart_giftcerts`; CREATE TABLE `xcart_giftcerts` ( `gcid` varchar(16) NOT NULL default '', `orderid` int(11) NOT NULL default '0', `purchaser` varchar(64) NOT NULL default '', `recipient` varchar(64) NOT NULL default '', `send_via` char(1) NOT NULL default 'E', `recipient_email` varchar(64) NOT NULL default '', `recipient_firstname` varchar(128) NOT NULL default '', `recipient_lastname` varchar(128) NOT NULL default '', `recipient_address` varchar(64) NOT NULL default '', `recipient_city` varchar(64) NOT NULL default '', `recipient_state` varchar(32) NOT NULL default '', `recipient_zipcode` varchar(32) NOT NULL default '', `recipient_country` char(2) NOT NULL default '', `recipient_phone` varchar(32) NOT NULL default '', `message` text NOT NULL, `amount` decimal(12,2) NOT NULL default '0.00', `debit` decimal(12,2) NOT NULL default '0.00', `status` char(1) NOT NULL default 'P', `add_date` int(11) NOT NULL default '0', `block_date` int(11) NOT NULL default '0', PRIMARY KEY (`gcid`), KEY `orderid` (`orderid`), KEY `status` (`status`), KEY `add_date` (`add_date`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_giftcerts` -- /*!40000 ALTER TABLE `xcart_giftcerts` DISABLE KEYS */; LOCK TABLES `xcart_giftcerts` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_giftcerts` ENABLE KEYS */; -- -- Table structure for table `xcart_giftreg_events` -- DROP TABLE IF EXISTS `xcart_giftreg_events`; CREATE TABLE `xcart_giftreg_events` ( `event_id` int(11) NOT NULL auto_increment, `login` varchar(32) NOT NULL default '', `title` varchar(255) NOT NULL default '', `event_date` int(11) NOT NULL default '0', `description` text NOT NULL, `html_content` text NOT NULL, `sent_date` int(11) NOT NULL default '0', `status` char(1) NOT NULL default 'P', `guestbook` char(1) NOT NULL default 'N', PRIMARY KEY (`event_id`), KEY `login` (`login`), KEY `event_date` (`event_date`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_giftreg_events` -- /*!40000 ALTER TABLE `xcart_giftreg_events` DISABLE KEYS */; LOCK TABLES `xcart_giftreg_events` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_giftreg_events` ENABLE KEYS */; -- -- Table structure for table `xcart_giftreg_guestbooks` -- DROP TABLE IF EXISTS `xcart_giftreg_guestbooks`; CREATE TABLE `xcart_giftreg_guestbooks` ( `message_id` int(11) NOT NULL auto_increment, `event_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `subject` varchar(255) NOT NULL default '', `message` text NOT NULL, `post_date` int(11) NOT NULL default '0', `moderator` char(1) NOT NULL default 'N', PRIMARY KEY (`message_id`), KEY `event_id` (`event_id`,`post_date`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_giftreg_guestbooks` -- /*!40000 ALTER TABLE `xcart_giftreg_guestbooks` DISABLE KEYS */; LOCK TABLES `xcart_giftreg_guestbooks` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_giftreg_guestbooks` ENABLE KEYS */; -- -- Table structure for table `xcart_giftreg_maillist` -- DROP TABLE IF EXISTS `xcart_giftreg_maillist`; CREATE TABLE `xcart_giftreg_maillist` ( `regid` int(11) NOT NULL auto_increment, `event_id` int(11) NOT NULL default '0', `recipient_name` varchar(255) NOT NULL default '', `recipient_email` varchar(255) NOT NULL default '', `status` char(1) NOT NULL default 'P', `status_date` int(11) NOT NULL default '0', `confirmation_code` varchar(100) NOT NULL default '', PRIMARY KEY (`regid`), UNIQUE KEY `event_id` (`event_id`,`recipient_email`), UNIQUE KEY `confirmation_code` (`confirmation_code`), KEY `recipient_name` (`recipient_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_giftreg_maillist` -- /*!40000 ALTER TABLE `xcart_giftreg_maillist` DISABLE KEYS */; LOCK TABLES `xcart_giftreg_maillist` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_giftreg_maillist` ENABLE KEYS */; -- -- Table structure for table `xcart_icons` -- DROP TABLE IF EXISTS `xcart_icons`; CREATE TABLE `xcart_icons` ( `categoryid` int(11) NOT NULL default '0', `image` blob NOT NULL, `image_path` varchar(255) NOT NULL default '', `image_type` varchar(64) NOT NULL default 'image/jpeg', PRIMARY KEY (`categoryid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_icons` -- /*!40000 ALTER TABLE `xcart_icons` DISABLE KEYS */; LOCK TABLES `xcart_icons` WRITE; INSERT INTO `xcart_icons` VALUES (62,'GIF89a\0\0\0poֲ˼񽧪rȺov؟v\ZX]].0/<;HG@?PNh\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0 \'diH0)HoRC.pVpJZE%­\0 &rZ3\ra`0Le[a89\0poos\"BzV\n\Z o\Zo\n/g\r\0~\Zryf\Z\0\0 /V\0}s Qf\0\Z8Vuo\0k\Zo.sf{8p+ ,@pɜV]\0pvq. b\"I\r.lȰݛsZ0E7%DP:҄(6H\0.](Qn\ng9uQuOVT!X6LhŤ8XC! \ZI/pu\Z-\0d(t\r ͱY!l ̬c\"\04fL@3\\(\'1\r XyO]=Yg\nE!I7vH# Qd?\0;','','image/gif'),(63,'GIF89a\0\0\0poֲ˼񽧪rȺov؟v\ZX]].0/<;HG@?PNh\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0 \'diH0)HoRC.pVpJZE%­\0 &rZ3\ra`0Le[a89\0poos\"BzV\n\Z o\Zo\n/g\r\0~\Zryf\Z\0\0 /V\0}s Qf\0\Z8Vuo\0k\Zo.sf{8p+ ,@pɜV]\0pvq. b\"I\r.lȰݛsZ0E7%DP:҄(6H\0.](Qn\ng9uQuOVT!X6LhŤ8XC! \ZI/pu\Z-\0d(t\r ͱY!l ̬c\"\04fL@3\\(\'1\r XyO]=Yg\nE!I7vH# Qd?\0;','','image/gif'),(66,'GIF89a\0\0\0poֲ˼񽧪rȺov؟v\ZX]].0/<;HG@?PNh\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0 \'diH0)HoRC.pVpJZE%­\0 &rZ3\ra`0Le[a89\0poos\"BzV\n\Z o\Zo\n/g\r\0~\Zryf\Z\0\0 /V\0}s Qf\0\Z8Vuo\0k\Zo.sf{8p+ ,@pɜV]\0pvq. b\"I\r.lȰݛsZ0E7%DP:҄(6H\0.](Qn\ng9uQuOVT!X6LhŤ8XC! \ZI/pu\Z-\0d(t\r ͱY!l ̬c\"\04fL@3\\(\'1\r XyO]=Yg\nE!I7vH# Qd?\0;','','image/gif'),(67,'GIF89a\0\0\0poֲ˼񽧪rȺov؟v\ZX]].0/<;HG@?PNh\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0 \'diH0)HoRC.pVpJZE%­\0 &rZ3\ra`0Le[a89\0poos\"BzV\n\Z o\Zo\n/g\r\0~\Zryf\Z\0\0 /V\0}s Qf\0\Z8Vuo\0k\Zo.sf{8p+ ,@pɜV]\0pvq. b\"I\r.lȰݛsZ0E7%DP:҄(6H\0.](Qn\ng9uQuOVT!X6LhŤ8XC! \ZI/pu\Z-\0d(t\r ͱY!l ̬c\"\04fL@3\\(\'1\r XyO]=Yg\nE!I7vH# Qd?\0;','','image/gif'),(68,'GIF89a\0\0\0poֲ˼񽧪rȺov؟v\ZX]].0/<;HG@?PNh\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0 \'diH0)HoRC.pVpJZE%­\0 &rZ3\ra`0Le[a89\0poos\"BzV\n\Z o\Zo\n/g\r\0~\Zryf\Z\0\0 /V\0}s Qf\0\Z8Vuo\0k\Zo.sf{8p+ ,@pɜV]\0pvq. b\"I\r.lȰݛsZ0E7%DP:҄(6H\0.](Qn\ng9uQuOVT!X6LhŤ8XC! \ZI/pu\Z-\0d(t\r ͱY!l ̬c\"\04fL@3\\(\'1\r XyO]=Yg\nE!I7vH# Qd?\0;','','image/gif'),(70,'GIF89a\0\0\0poֲ˼񽧪rȺov؟v\ZX]].0/<;HG@?PNh\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0 \'diH0)HoRC.pVpJZE%­\0 &rZ3\ra`0Le[a89\0poos\"BzV\n\Z o\Zo\n/g\r\0~\Zryf\Z\0\0 /V\0}s Qf\0\Z8Vuo\0k\Zo.sf{8p+ ,@pɜV]\0pvq. b\"I\r.lȰݛsZ0E7%DP:҄(6H\0.](Qn\ng9uQuOVT!X6LhŤ8XC! \ZI/pu\Z-\0d(t\r ͱY!l ̬c\"\04fL@3\\(\'1\r XyO]=Yg\nE!I7vH# Qd?\0;','','image/gif'),(73,'GIF89a\0\0\0poֲ˼񽧪rȺov؟v\ZX]].0/<;HG@?PNh\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0 \'diH0)HoRC.pVpJZE%­\0 &rZ3\ra`0Le[a89\0poos\"BzV\n\Z o\Zo\n/g\r\0~\Zryf\Z\0\0 /V\0}s Qf\0\Z8Vuo\0k\Zo.sf{8p+ ,@pɜV]\0pvq. b\"I\r.lȰݛsZ0E7%DP:҄(6H\0.](Qn\ng9uQuOVT!X6LhŤ8XC! \ZI/pu\Z-\0d(t\r ͱY!l ̬c\"\04fL@3\\(\'1\r XyO]=Yg\nE!I7vH# Qd?\0;','','image/gif'),(75,'GIF89a\0\0\0:DNpNd<^衦2ڱ[_Y1sumXh\0\0\0!\0\0\0,\0\0\0\0\0\0\0\'c4mbp,jFqb,WҙTOy0Xϳy\")AJ^,@P0^RL `eJ$?PR\Z\Zz \r$HR|\0 X~#oRf\Z\0z\ZU L*Q\0\ZU\r/O\0\0\0\Z x\r5\0i:AC\nx-|aJ Ud$^wg_$*>o`ˍR\0;','','image/gif'),(104,'GIF89a\0\0\0X4/8ynKl|Pngúvfp p{0e\\mIDWVQdh\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0 \'#QTd,s@U%\nb1l*\"Xh4c!$hb$3\\SCJ*r<Ct1wbvU#6|^:9\"\0*\rrbbx Sbot *}s:`\0+\'\ZɉЄsT)ǵq(=  ؜]Rh\0Ԅa^ F:N\\%3-B 70`G ]ȁ!I4@\0r6#ƒ67X%\0\r d \03 j\"\Z肴 1WLC n0V9h,5@\r`-(Q&6!KH\08Z\0,MA=0\0uC\0(Pw \rW,\r$Mƕ,+D X*q5Pv5T\\R2Ldt!\0\0;','','image/gif'),(105,'GIF89a\0\0\01N}ழ.^[+ɮ.kwYg_Ze |aJ Ud$^wg_$*>o`ˍR\0;','','image/gif'),(106,'GIF89a\0\0\0X4/8ynKl|Pngúvfp p{0e\\mIDWVQdh\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0 \'#QTd,s@U%\nb1l*\"Xh4c!$hb$3\\SCJ*r<Ct1wbvU#6|^:9\"\0*\rrbbx Sbot *}s:`\0+\'\ZɉЄsT)ǵq(=  ؜]Rh\0Ԅa^ F:N\\%3-B 70`G ]ȁ!I4@\0r6#ƒ67X%\0\r d \03 j\"\Z肴 1WLC n0V9h,5@\r`-(Q&6!KH\08Z\0,MA=0\0uC\0(Pw \rW,\r$Mƕ,+D X*q5Pv5T\\R2Ldt!\0\0;','','image/gif'),(108,'GIF89a\0 \0 \0Lj:98pu嶸4rW{|zggg\0f\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!\0\0 \0,\0\0\0\0\0 \0\0@pH,\ZǍ&87P(!D \0(Z% \0 B.F!l$\\tv Xz\0y \rr e\ZMZ\0\0Hzzy E \ZJ\Z\Z{D z\Zyٚ D\n \n\nC\Z:$ dB\0 e-YwnGcO}\0\"\ny@D&v0 \"B<a \r&P& (!$9` a֢O7\00j#\nC.hh3Iœda41jU(؟O& [&yzTYB+V5ohbL\0t;:h1 sݳxCx@ۭyWbK8K3FM󁂃PPQ\\^`\"\"$X99:////mnp EFEh\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0`\'diH=R!m[%=T\n/ EKۈ0.L&%wD&Epn$Y \r$b9L\"*Ƒ\Z]_Q$Exz\Z0$zJ; \nj\ZEA\"w+I|\0lzN\"0I\0\0+051\r| \0\0\rc/\r \n0DpႹ\0/9N {Yp@-qVo\0i愌  h&Ã\"VMڴ X0\0\\;\ZD JPb@\'D% >>`ކY.aɅ\0D+Zh7[I΍\r]#a \nY.e P!= BbQLk& hTX\Z@DqWGq栘s+AćH9||Ϡs\"\0;','','image/gif'),(131,'GIF89a\0\0\0nJ{}>WbK8K3FM󁂃PPQ\\^`\"\"$X99:////mnp EFEh\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0`\'diH=R!m[%=T\n/ EKۈ0.L&%wD&Epn$Y \r$b9L\"*Ƒ\Z]_Q$Exz\Z0$zJ; \nj\ZEA\"w+I|\0lzN\"0I\0\0+051\r| \0\0\rc/\r \n0DpႹ\0/9N {Yp@-qVo\0i愌  h&Ã\"VMڴ X0\0\\;\ZD JPb@\'D% >>`ކY.aɅ\0D+Zh7[I΍\r]#a \nY.e P!= BbQLk& hTX\Z@DqWGq栘s+AćH9||Ϡs\"\0;','','image/gif'),(3,'GIF89a\0\0\0o_PgV08)vanJ0/ ˰є^ꑺTde0}(KJhʯ B=g\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0 \'Da֦Z5p,j*FqT\r\naB8rhP\'4bjn\Z/sÂFk:A]HBP\0c~T#I\0s\Zs\Z\0-)$*s)h~r 5*/)4)\0\Za\0P* pu *\n_* \0\nC^{ؙ å\"g-@-7o&H@4n @ (aVt\"9 \0 ` a\0\0lNhBPeD%Hs`8N\nABЫX \0\0 $K}\0+z6b=6M z1,i  *5\0k139LÁCGpFlpA;\0;','','image/gif'),(4,'GIF89a\0\0\0nJ{}>WbK8K3FM󁂃PPQ\\^`\"\"$X99:////mnp EFEh\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0`\'diH=R!m[%=T\n/ EKۈ0.L&%wD&Epn$Y \r$b9L\"*Ƒ\Z]_Q$Exz\Z0$zJ; \nj\ZEA\"w+I|\0lzN\"0I\0\0+051\r| \0\0\rc/\r \n0DpႹ\0/9N {Yp@-qVo\0i愌  h&Ã\"VMڴ X0\0\\;\ZD JPb@\'D% >>`ކY.aɅ\0D+Zh7[I΍\r]#a \nY.e P!= BbQLk& hTX\Z@DqWGq栘s+AćH9||Ϡs\"\0;','','image/gif'),(23,'GIF89a\0\0\0o_PgV08)vanJ0/ ˰є^ꑺTde0}(KJhʯ B=g\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0 \'Da֦Z5p,j*FqT\r\naB8rhP\'4bjn\Z/sÂFk:A]HBP\0c~T#I\0s\Zs\Z\0-)$*s)h~r 5*/)4)\0\Za\0P* pu *\n_* \0\nC^{ؙ å\"g-@-7o&H@4n @ (aVt\"9 \0 ` a\0\0lNhBPeD%Hs`8N\nABЫX \0\0 $K}\0+z6b=6M z1,i  *5\0k139LÁCGpFlpA;\0;','','image/gif'),(24,'GIF89a\0\0\0o_PgV08)vanJ0/ ˰є^ꑺTde0}(KJhʯ B=g\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0 \'Da֦Z5p,j*FqT\r\naB8rhP\'4bjn\Z/sÂFk:A]HBP\0c~T#I\0s\Zs\Z\0-)$*s)h~r 5*/)4)\0\Za\0P* pu *\n_* \0\nC^{ؙ å\"g-@-7o&H@4n @ (aVt\"9 \0 ` a\0\0lNhBPeD%Hs`8N\nABЫX \0\0 $K}\0+z6b=6M z1,i  *5\0k139LÁCGpFlpA;\0;','','image/gif'),(25,'GIF89a\0\0\0:DNpNd<^衦2ڱ[_Y1sumXh\0\0\0!\0\0\0,\0\0\0\0\0\0\0\'c4mbp,jFqb,WҙTOy0Xϳy\")AJ^,@P0^RL `eJ$?PR\Z\Zz \r$HR|\0 X~#oRf\Z\0z\ZU L*Q\0\ZU\r/O\0\0\0\Z x\r5\0i:AC\nx-~:zQH )\\Æ 2\\hpf8Xϡ@FyCEsndȳgE%lqR%>UZԀPٲ:V}YxȂxu߭\" JX/Z!+e=sLِQX}\0J=f|2OAQ&g~\'[MIE9rPrlOD\0;','','image/gif'),(21,'GIF89a\0\0\0nJ{}>WbK8K3FM󁂃PPQ\\^`\"\"$X99:////mnp EFEh\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0`\'diH=R!m[%=T\n/ EKۈ0.L&%wD&Epn$Y \r$b9L\"*Ƒ\Z]_Q$Exz\Z0$zJ; \nj\ZEA\"w+I|\0lzN\"0I\0\0+051\r| \0\0\rc/\r \n0DpႹ\0/9N {Yp@-qVo\0i愌  h&Ã\"VMڴ X0\0\\;\ZD JPb@\'D% >>`ކY.aɅ\0D+Zh7[I΍\r]#a \nY.e P!= BbQLk& hTX\Z@DqWGq栘s+AćH9||Ϡs\"\0;','','image/gif'),(22,'GIF89a\0\0\0nJ{}>WbK8K3FM󁂃PPQ\\^`\"\"$X99:////mnp EFEh\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0,\0\0\0\0\0\0\0`\'diH=R!m[%=T\n/ EKۈ0.L&%wD&Epn$Y \r$b9L\"*Ƒ\Z]_Q$Exz\Z0$zJ; \nj\ZEA\"w+I|\0lzN\"0I\0\0+051\r| \0\0\rc/\r \n0DpႹ\0/9N {Yp@-qVo\0i愌  h&Ã\"VMڴ X0\0\\;\ZD JPb@\'D% >>`ކY.aɅ\0D+Zh7[I΍\r]#a \nY.e P!= BbQLk& hTX\Z@DqWGq栘s+AćH9||Ϡs\"\0;','','image/gif'),(243,'GIF89a<\09\0?\0Lm*UӬĵӔGWw$솛錍hINT.#KpkoxUdw>pj*a}w}v[=x37>=?A).4@EL\0\n+̉%^a.꩖5dA\rľ:+)\0*!X Hx \n*Pt\rǹ\0¥ T;fo2h5`\r,L0MGj+\nF,lw\0O Z\0-V^\'?~~1Χ\Z\"/J#W뿴4t!ȖN\0K/,Cی\'Y╚9b8a\\mg/\'u\Z١g\nrZfn;CZ&`H&[>=L#\'Esks!O\\S] `old9nf7W702JI8=+:V0V7` NE99?h\0#xVlp?oXVn6͒zI+(.x;z{ۚHoHr\0@{6AxD6i (5\"-Y5X2Y$ž[kKw2]F1GK əHTcqX.}ߊk\0,n[|a5٣+d!AΜP7#9\0Yi\Z1\0wo6&r?,Qa67\\\0\'zd}+l/m8gU0ea2z(\n(\n(\n(\n(\n(\n(\n(\n(\n(\n(\n(\n(\n(s7k)ͶcnCDPϿ\'uV16l\r)QȌE %R?0\0b{Kk HIc\'rid\0\0VXB1`88_Ju26 s<P7\'ٜlz{W,c);dsDV{#>v ڥEq#6FXsp;t(<<7\\JHB7A\n\'?\0M@.Б\0jmdgr1=83,Ny$gw}96sÿj\04*#TTk \r~j)gC5T~0K mD \'a֐Ds\"d\\.8\'N) \0={x𶔀sL\Z<4[?ցpcJ =UkH@e݃wB) j(a\01y:Gzt0s$ }3^&MG6:\\l+[ߡ\\I*~\0Zy;@$>z\'ƚ/hA@mz{G_.hj:MֳGT%ܜw/bEo=qwMQI\n\0yZ[\'\'I[M؆$vң7徦\0U/ܬi9\'ۚexZoxP:\0Gp&Wm.28\0~nĖqnYw\0{pdb=:V一\"|*Q$m8Y7J=DxR\rv)Qp;N.J;Jt*UM-ʽK̃dWi 1X0-$g,S-8\'\'=?Nԍkݹ`>9f+\0$)R$H.pҦfVf݃HQ׌f%\0ufݴj`V{nf98\0Z4bddG_ҙ T1Al9|8R9R\r^mq\r 5 ea@(\0(\0(\0(\0(\0(\0(\0(\0(\0(\0*coV7-bhCѕj\0\rxSWE}yq5 Xg;+ߍ\0\rbgŮقֲxDZkmRKK ;U&NF껺N};֖`.r;1ǿXͼaʼ\0]DŽ.!KՐ+\\dp?3Y՟$nv0Zwl5vo^Ty; GjD×+/l\nԶ,s2pW\0YJ ㏓n20}kόϰMK*kk;~.G$\Zt!HY:SqҐGYDcn tIcy.r8JrQWgJEN=MçYDY~G_c{fy\\dzTO$n%+,sV ?,@0h܌7y>\rB)p[a6KOܵ̀HsTQeCO.y@t⺟QHzt8g*ᘯv\\̯#Bc| rGBy%K8\0iI^qnGst^vD8jf>DJ71Q2q\0[,6Ј#pJe\\[Sv]+OWF^68$Vg J2#s8*8W )BxzFz\\C#}Dߨ`>l8P.z{\0\0\0~~>b Y;\081$rnvU\Z:dlG%T_t~V᧝ 0\0slu `E<9v^zV.SԡԭGڦe3mU GC?Sz\0٤5-䗁hL\Z\"ݭ\\\"T^9 s҈OrB|j>pp~`m4iÓ$:m-VG\"EV-[u:$tIXvWx V\r\r>ǚ.}>lm_G譝W j.pB`q[-Y-R3@(\\ڊ?a 3(\0(\0(\0(\0(\0(\0(\0|_\':4tZF;_9x%x+Cen0x`>2Lg\nXxq\0v?hY#ji~x?%`qE}Ii.垵H^r 2pUb\"փxc2i~\"#;2\0\ZBM*N\0h)<|0yU.–873q럗־4V\nwq\0E\0Ⳝ9;0xׄniv +}p\\;k[H9UKF<˞{t\ZWKtm}.Kmq%$vU82\'&ECג,No/gz?kB7ʍv1Q$*)hԒps\0=̲mo\\i-u.:5?v|g`\0Ry8u * POAϨI*gF(|\0*d`c۟\0뮈+GSSh+E3$v1?YSjeǀ6>vֲ{P`\'qgj,.;OȹE\'Z[\'1˃H*sZb !U\\ sZEwP\"Xs#\0NI\'ܚHۣܵWdc-a… z u>1K؁@࿌% }gO\\\r+* G\0ƗpbE\r%dq¾ \\g|9Ӡޝkwq\0s1A}ύZ^4ufr#MKgy=GS_@  -Q@Q@Q@Q@ <EbxQ<3=ZDcm01\0|Axox#,񞀎ǿ.pc|5[~^fLB+.aow2pU-I$5\0?xOTHogK-Ð:F0AEm U1 E vf@ѣGRwcވ\'E}m\\O>p,ܱfAl#pC  H}ے+ԞGI3O+Gbzx5V}c4n4mW}Ö-zyoޓó-k 2RS~#ڶh-F\0\nnP.{odC6%nKYNv\"vDO&&چ]O\0&? 뺅k-v)Y9ĚFfM A2 TsOppyFvdhpvnᡌ.\0AI|<\n@px[fC,Tr1d\"I$ٸKrާ[7N-Τiw POu2iX tM \0^r$ge!@^qsU\ZI`[]i>w\n֢\0S\'.y\'r1C^|\rхyxPØ2X@\0\0?s^0uGEv?3w{tESߞyB?\nl5֭fXbHYiIz*\"YKt;3T)$bԲ]O;?SR#1Fk%\r Oe%kO(=QM٫&4b\'fV=:?qBK, =:~|:xZX͌nz\Zy6ŵ֫MїN۬| \0H۰E01d=yF!Qa܁$`2})҈nT\0e y!Yr[\'x8\"{`e8\Zl#}ϑJ۷.f\rb#;pN8`c?sH_Nnc1EN9n늷ҍ)M+kx̱~?gVn;pHInprXzx z[{78vܘp+Ԯ=`\"$ukL;%=Õ@A>cOG_!֌gYG4SmrX_6][.Xz־%r^¤H8\0JwǨa]NygpͶ\\zDdïBUY`3#Tm\rO?};M,>.C8vc\0^^[̪~\n3C6qKm*<\\28V\rU{}=*\n+SlnFa8G׃]H(\0(\0(\09뺦\\Kqk]Fwuc_h\0fQ ]b <CO\'/oqs>XiNqnjzdS۵ ArП\\V9ʒsGo\n\\V*R5iD-햃W\\y=\Z薩ְi\"M}lm7T`Yg:$6}N.\nW/\'\0ßC [\ZV 8\"\0f9[^|t:֗aaIi.wh2tL[p?^  U-n1G4 \0pӦʹxo^l.u>u\0 uw>d™ݙ~^s$$ftYi&D0q\\z\0Z+w2\'ρWb7峑ʨ}fh8#\0GQʅc;RXR@M$SUבtz !UsϦ Ks\"7O΁̖<E@\" 1zLJ 7fٮ-Lɱ\0_Qjp8m=yVT}z֦FTRP20Fx\0?ΣݎhPJL(%$!nNFFeoB+YH9\rpFOa4Ŗ=,Dvg:gګS\\-Deb\n$s=+\'3K:p~t,}}\n۸$-1UKqxdHRc8\'Ļ,GT6\0ց+Yb)䜐08E\"\0K g a]YHicȿ2?XVSgTq>b)P0Аpz\nEIYѯ:>%DXJ&O?\nin!{I> fa^o^ϧp{מV7Jbb!a\\}~^*pz]!OF\Z+4wOQm\0 <Mp\'㲿XP-iV6#\rvX~\Z]+DZ/_E˿&mGμcӮ+*LQE\n(\n( \'3\06rOl #K{q+dϓI_\n N0Jֿ<+WdC<{v\0Bd:}ōB@Gqi5lv[GC+Ͻ`!GDYJ8*R[Q8/g5xWg1n٠\r9?O^mkZ% RĊC\0|Hsq]tL\ZlpT\\uܮ0f.e.uZ-z)$\rNL)xnoz_5 G8l1(awv rL8s<U%\0GF$sNz~5\0~yDʒH2T@5.Y%W*1kxRIbG762@G\\Д~F\0.3\nfn\"5Ыqj~T\0\Z:\"\'1SS\"gw]\n1];fbGxT в+p^3r+мu4ZPUy6Q}5Yѕ09{A\0/EZF6 G>[_[x޹n?F vI\\\n\"2D;ܫ/|$Ma#` _9e#U1](,e# {;seUdGZ!Qc`/sިDɯ\0 \0!\"Ӵl}u~H8vU%Q@Q@Q@><;TF!!tk>4յWEȾdjN qp+??KM\0^RuW\Z7Νyx{i FqdgSBgj:Y>+`˵on.nQ\nlI!a\Z\0usTj7+97S,+ӵg:cnu)4)ԝ)sAٟL1PTR[Ȕ^?*!V9 s_ 6 njW-C(88?\'aw)d)`n\"Ui9vVvCOeU74[5-;eq4+ !vD= }rzc|p*O\'#?i 6}fљaB12c-̸oӏc6{?Ÿ< \\97])\'8uwPD]\0_M5nE:r}/gy4@c\\OJxBmCðk6EΘI|c-{5\0kWzWJQʍ;Xueҵ[+Q{k9Zޤ2=Zq}{\0?)zqZIl6`){KYzf68UrOD=ƽ-n0p\\\'0^$+׭!x>JkMn4\\\\r6,Dz`;nUbS4qBx ڲ^\0`FNt~AַF=q3a]nnge#3ǯQnm.1qU3\\O,cC})uqhĄD\0UGkִ #2aƝD\'!pzV\"s}Rh^i,mSҪH}+%!]!\05[,rbE>dG$}w Pt墈nxOT69>Ҵ( LP1<=*a@\Z2jJۅ2r\ZJʊ٥VJ{u\r.z{H.JbeٽE֣\ZN\r҅~8óq׺\n^]Jk֏53.\ZW!GoSn{_lռVX`[7\r?vm\0\0\0H(C\n(\n(\n(8\Zoon,k¾9y\0jsG, ~ߕ|(|۹G؊&Vo\\}#\0קy\0\Z=:\0ҙ#mJd:ކe2`{w1\0\0H*p\0<@=8~\n Yd/nP䃎5|t~2^ɳKf\'~Y?-}I:>{A\\\rx\"!\\ۏÀyxܹYoVI*yK;l6vbLg\0rg̯#[ &;M9Skv ˵Z;z_u=$\0֛v#)e8+\0gMpjO|\"|&H|V=ͭ-z1_0|G4bki\'>F5U˧rszO]gt\r}s#[Fkv@OTPdN@={z\09ܻ?Q~ʛ\Z-;[ 3毷/\\OjYn$i$!-~т\0Y_060Q$qP2=_d 9_;J.t!&e\'+=9㰻ALuA4nh\\&e0 JqKٱ3M6qrO\\x\0\"n` $wda={VC$ O]Ҭ-gȒz79i9FSTթ+`\r?_Lgր-׏?{ϋ_=+Ym-mJ(EPEPEP~֦/C4pB\n8|+ʐ\'1Oƾe ? } k*&F̎~a^P!,OCN`ғr<GCCv\"p2ȩ#ζ\0g\09<<Zpb==}]-Q*shՖx39umk%iAl={j(5ͼ\\d\ZֆU<\0¬Z]K\n⧌mmk`Pn-@19$\08?\n)gG_/?+~60|G~\0_ޞ}mgE)^56E=mtH\':0dWƞ @Np-WF=p=+h=Qv.k^՚GC3_(Դm;$NuC\n&G^vUʼn6[I\'Ff\'J #rWځn>+%+3fI$V`m`88=6B-8g8^vI\0<\0ukoX-:VeΑ$O#x?YW0Ju\rojرѣm?J;cu~H8v\0^\"Gu<|*Ufm~\0Hڨ`($sdc_2EE\0t\0@SV9d&3mF,=8#tِsϦ(/3\0g8\n_p`URr3\0U*@yhi-SY%}WV\"rsȧp1|ۈ|c-&1? Vgm5W29p(+\0ً3ݳbVR:ՙ)n Nk-yPuG=?IJ(QE\0QE\0QE?\'dtvkG\0_=tfUu*2B+^xÏ{Tuk\rUn# 1MıTcӶi0?j\0lYҙr}*`\0[\0J#΀o}unu<⢸fh}J\\50=@<>\01\0\0>n&|\"kP wA;|0y=K\"}?W|<~ΐ(±Pq{+b:LPlj?A1rHUO*7s׿ӊ7aY$0\0cVTA\"f S\reVNG&Dc7?\0w;ftEYH@ 0<[<~֨-Q; \0[<\'}_ԍ,=3uOO©lR< H\0u\'ۚȒ@I$\'2@\"0#zR\\s zr>QV.cy$u9\'Va+\'вZ] #\0nϭG#\'3)Qjvn\'$\0&lll[\'#GOsL\05ģv:\n?S@&&f==?k:[ \'ru/$\n:s.O*#>OOtniMYNv)VܶҹqОT:A_ɨ\0z%|}2*qQDT`E\'_.[hE ~&S4J\n7\0_\Za=oŤc)U5x{w<=Ǫhgdc܌b(c\\3hZ6ϛ%\01p c+]JR0A^K|\0M%\0{I\'ְͶ,\0c {.ɾԴ=fQIE6 V\0$Tk\0FpA<zz׳koC1Q(DP\n`SPxT1ͯ7\r91U+bWPG-JûNRSOYVlI8W`\0ǖzֲZ`abǣ(5yOނ.M2lwڡ@6O #W\n:\\=:9/on}\rEp>>Y< I&\'9C@zحW\"D\0:d^% douP[W9>\'ῂ>2\r5>69%@<{ezhWE 0DWJd\0K`|\"eETK=@)wS3\0_x Xx[V\n$[8WBa&jv6-\'9)B+P[#y\0=Z@Fb9\'\0C Gl~^\"ޟsGʯ \\nc8\'>-)U>ZqQ{&yɭ/6iV9gH#2}$9\0W͚^!w[=10=\0OH皿E(\0(\0(\0(\0(\0(\0(\0(\0(\0(\0(\0(\0(\0(\0(\0|UxkE0:0qV5okiXKc$OZPY>*}+[Scr9\"4?x{P )\"pLt!xPk5]6Wv X}*{;z.m ,K2 \'uTQ@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@','','image/pjpeg',0,0,0,'','Y',0,''),(12,16126,'\0JFIF\0\0H\0H\0\0\0C\0\n\n\n \n \Z%\Z# , #&\')*)-0-(0%()(\0C\n\n\n\n(\Z\Z((((((((((((((((((((((((((((((((((((((((((((((((((\0\0\0\"\0\0\0\0\0\0\0\0\0\0\0\0 \n \0\0\0\0}\0!1AQa\"q2#BR$3br \n\Z%&\'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz\0\0\0\0\0\0\0\0 \n \0\0\0w\0!1AQaq\"2B #3Rbr\n$4%\Z&\'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz\0 \0\0?\0(((((*no&ɨ-CZ@\Z<@\0#QDڧ*!\0M.TUFVz;J+Ϟmho\"iE. /=O oȠgAOS2<;iC/ 4s2XZot\0o,l:c*GҶ9WtNsTJC袊dQ@Q@Q@Q@Q@Q@Q@Q@T {WAkC%Ēm!G8)%t麎M_TS:~\nm2xfRfymCԸ?v{rA}W~$ok:ĬdY㑾OD\nӑ\\mæ֣ߦkS̭9?JڮN ߧ;JiXnH4x^\nt_H?PP;RHI-\0g?JYQYd5ilR2cZ<\\ύ|-`.GDj_\rd|Z,P\0hSԡ&+Χh7%ʙpu {9?pg<| j&$\'G_լ4-:kj;+HA-,>§wMyl^3qO:ֱoLLLp};GoÏ.n;g#Gk7qV<1 M iŠs÷`qsM]_3xoZKz z46|o>td̥cZTK[~43Ci\nlRC_:G#܏J\'^ t4dJ08Gđӽw @xq.I 8Mo5 -of BձYMNt֗*]:wgA4OE|]X qټ%Y]k-G8^)z>P̶@f-z_I.?]2( XrF?*SwgRIRý\04}>X-|` Uu^MMwX-D}tjεAYﲰy\'2rk-R5&B9[әq*95s#uw~G=#JU֍7ڤGK\"}EP+2G#>}+S:LL>w J <(^3 ۈt\"Gђ~VnS=GZ1v>FU}?w\rXou[Lba?j\0 |afnOqv0\0dO[C|9WSs1$;UG<ͭGnn>zZ2pKig^u-\'<[H\09o\ntysĖ2\'r?@j_x(أi`O+-M-yyDyrg#85;^竁XLLi./O4v궺\r+3\0\0LWW Cvvq0_nG qwxRKȈȼ?\\ }Jڪk>\"}\n?@\0H77.\0d6ttqf[z_i\0하`]B?2+{}1e:2)#yǍN`g}Z5B\'R:L5v<\'~$imltac$\0(sx5\0R]]Gn enWeǠ׆juy)ܒ>2To~?ҬbS>+Їݼksq&=VcnxF|(mOW&_gA:$s\\ыgqT{_#4\n\rZ1K^\"BFqC5^ 7? KACި|SGUTUUU@@\n5crlU\0(U\0(\08C6ANQ1>^c1u\\j6Y!XVSھ0x \Z.â]1RceSܼu\ZgW; 5ދ\\(\\2 ?N m}Z\Z.uk3P1\'LרxB/}R+uͳnxq+[a_[܌m)ٔGcMP;m{\'\'\nI?k9(tw9=q} 9GzMuj0WҽJxlm&bK@<4Qsc5X@TEUN\0tsEL+)FuW_c/^4ERm`y6cdo#=qӵI/o C:pbӬWY۝Ǡ^Bԯ[ٳʹrp>y9|Mͨ_%Ĉ!tQsJ3SWgJ[)7k<\nQ=@}>I_-bK S!%zz/i~|(W\Z;[S@LTNL7v\0Rs+ԓo̭< 2Ty-ṷh+YLrun[]ӿ\'EO80kXYchg>kDyo> _Y>7 1H\'>9!VYه5־MTL2rCJc[ICxHzSМuSu9 X\'9oּV_lӯk=v-$R:=W:#z+pҥQ:uw>um[MIo:Fא,I\"v,圙~մ\'̮yU:RqaEUQ@Q@I5^BOUmEV,ג|3y-3X4,TĆ^ƪ-+]:qIiF[zsׯ_SW?u?e\0Xykg㳺cuHI!?6TYt=);0eq_z@y?7OVU\0i\'Yё_iӛBej9&H}_zx|)L\'Z\0Q1a1=;S4_t֖V:/Isuc->mhVT\0 tfnuBh FTۇ5/|-2JNCkATkk\Z\'E_~n-ay\\TrsY=zM&D1H>}ėVOY eԜ\'?!ns\0ZV%v98⛁3ǿ\0#GFHѹ@ G?[v$ \rpz{TȤSK#bDy8RNC}\rs-Zֺ*Yć?L⺋D2+\n[IIs`H>\0Φ-yGt-ͳ\0HYA\\]ֽ#7NYJ:f]]Pf<}$nvT:Vh6[\"<\0=A򰨝Ez=AEtAEPP]Eeg=.\0T|\\~g\0aNP~&˧y-<.XY٦LP U\0wk\Z.Puġ#Q>׀jڭo-^2G͒z~ ڋÖ́qbW=lsS\nn\0:wGttVYKŹ08##ڰg\\Me4IU]4e$cta W[i~[.>*dGb]Ԗ\ZWs=́\\H3\'|0mB}/vwJ%g{N [ùP3ƽvxhXn-&ѴPobm9iN3coX_wyAh]m=Xԁ=νw6FVD E qᦙF}B/0x$6ϨݚtY\0Z}j_dܫ~7Qn֏+LqQiKeCc?&Ĉ*(\'\0z5Rdd0\0\"|[i(1p)ؚH4\no 6\\E,I\07ed\\-PKlMO$\'\0AF]>M*[b-=/qӮu1XqئS\0U[~(MwQQ,A֦M-o%!ԾĴǰ8\riG|9xjH&op>x\"tdxc hZz!{IqJpOU|S-#BltɥTV{{KxGV$X[ !18^}a٭]xS&s!b\"#ǹ\\O>=ʗ-[q:~#k(JY[䐦;rIkoZ-Ke᷺h,$C#Δć8ns֞ ݤKP\0^Ozpʎ\nXm(U7E4V;MғM Cs޽6M4Kk;mżx4Ϯc4Hzav泺bTm!Y\"u°ؠx j%\"KBn }ߵuMB\r\' Էrұfd9Q@U>~u纎E9sFq=%՛һiBnIAر>#JԤWl~EEӆIP}O~±=}hb#]}|>GmGO*<}2_EWDsEѪQEYx-s~^\n]\\EJ+!}\" ZA빦ToHR?D\Z-/P&]cUcp25~\ZAO\0AB+_m(@3k菅3iza@oZPG^MYQKI@j^Q3P#2ÿ8=aMb..| ig* !+[indX xU\0\ZwD9m[QxvUǫji5]2\"z˝KƜ+%}iKfuߺ=??{J,̈F\\^\"_O2dIB:WP;^sgmuQ0]*o]3Vm\"ͨI !bs\0}~f}ʔ\Z]W/NZ,ItHP}~_ҽO< o=̻{-W0?Pko֚60 [Xm~\"*>vW^bvO\0<3[7>O1zϲ_}ŨvIGSʑЏN^[yȤXuN\0CNb06@#\0\\1Y!V+y\'-~>=U&v<z)br}xx>ZDrxUfl;Բ7ǵQǯ>)\"9$Q7=;Y@*Ɏ-[$;+`Cjz\0Wk T)+--_p*HWxlЖf>bq}&ZksCTxK˟j2i\nC\'79|O.ʋ\"-c{}WLS7r(@=+|?W=vm#\\\03޽h5şXš躾xM#\r1}1Gf#tL&ׇ_fH0}Z>kg|w&.q}m㉚٥Z3:K{y쮤iiE@ g @Vt3z*]~Z\0ׯS?xӍGvqQpUnyJ:\0Z/%~^ichA۵Cu/ &Bs\\^.F:fOi!crzm{SF>)7~5\rⱩj-6K=B?\\thz\r+(W\Zغ&I@8?߂GY_Y\r>Xmc \0w1z)/ }=8e3>8H\\-sש[CÚ-Jn%6%c[l|;Jj19n\\Y%Οu3`F%NQ}e_ViL{^_xE_:C/?C>ƞ\Zb18O+l|=)]:vyO:oσMx=Ɵse}Eum#C4l9WS?1^4x^,I%F,n+==j[5/ja;p+qQuy!{{nޖ^5\'2W4m$ͽIui43\0c\nd+~1Ubŏy\Z\0-׏Q~A$E)HPO \"pd6w͕gOVo|~9sUd oODj;ug\rP=yOrYן~Edj6 4H)Tᑻ*j盜dj;MMZkF\\47<(J#T-$\0_?\Z Q;fs|\0{|#lC\Z[\0 i\Z.UMrcQF-x9\'Z&ʥOԌ^ǭ|.Lo&;l^)\0֞dH`|emmnxKö]-^Ӗ/o˟2;} A-6۷_;:(8NBݗm-^Y0ᶹg3=E}^Cc]R[R]f9$?Z+z)_GIDaxO/K=ԣ\"ξ1&KL s^kJR΅KWִ`m\\ٱ%\nF\n\0޽YNOjO {\0Ⲅy5gN\"$i  Gī?|9|>dcCiʜvG]?h\0YlVӵDHx\\ҵZӧ(;3A={]WX;?y):>jw62E2EbHiz16?4h}N)/!DUX<nnA)0E@J[}Hh~*x hYj7\\}(?+oydNK`@ \0d y\"G<5}xKA-X%嘜CeOJ,7c\\Ȟ>ڳ:өm%GHuOhf]F.@1^gԌY%@޺E.bcPh|;\0Q%\r\';#_I?JU ?Yټw2Ym `\rӧOs9F-u^rgiK\rE\Z@1N?ϧ_\"\0]in=$ɪ~0ÚP+R?\rV8In\0\'2^=Q\0|\0K\0}~G|_sg7@۱>сEύ3wNUđprrZ~j%z֋ Ș8`9 2FsY\\2uJq-w\0C[\\ma,f.L`.#(?ռ#/A,zW0#9S>mc[Om\r%#\0Nr@?(nG]}V]\ruLf88Eve#zuZ6ՙɊBM|O`yh圈cLc?2+FD\"=CStEY0Xުu-n{k=4wG\0E[\\#II?)gۆ@)simi֐X\'с|i%2iQaf\rI9w|^Uk&iQR8=¨ҵ6.nQZ!T.˝[ZU/bvIȘ`r3Er\'L#N#s;Gwe1WQMy?]h{zXq\0-b 1QKC %/u>BC#xrV-l3hׇ;͎x\"\0\n|W\rY-3Ds) ?,tOı=\Zݿq~ys`#<?i gMZ8 4 # RgO+1Jg6\0}youվxGW_&yipFOjf^akWo^\'zƽN_^k\Zm\n50GuAϿ==T|p+ڼ?{_NKY-\'v񐳲fp;\0~nN?\0V_r\0IiHF\rІ83Eyώt}-_|C./skz\"Gw\\Z%͓rpO׽QQd$羝 ԠxE\\a:SG?xm5.WMOiɧ9<|qky5!QԿp%O֟{]8?\0x^)m&zE7A諌(0w:䢵տ7O|y5}/^ZKO r}cƾ,I(ۼCk#Ǡo =_$ͧ_C?aVhN\Z9S[{8Ǐ,myTOژҭuiݞ -Ű#+}ӴӴȟ^\\sP\0\nzpF0\rw\r&k eդ lמ.cJ9+o?5gCA[$D]U[rGo\0ƅe%΢~˰7@,8!ѥʈTʈz 0z=kfԾkR2G`7(PzQaé?HXu9׀wPVM;O a=F\'vz\'~$^ԭ厝\"JKAnR} ǽj_R<^5HaFeeb=\n9\'5Z\r1\nb,M!ė 5\'.sL,blmLOVoZg5( :FeJ8zTMoM\'{Vq\0ZJ阮hcSSK%`W%=q>/i햋!Ҭӟ%O8\nq3+\0qj 4-?hӬXT*8p+˾ىc\0kJ{\\QETG z;Vr\0Y^kChWW]gIi\"t \09\0u5=`<̈=V2ʫ$R)VSсT\'sfύ/;_Mb,|k1Iʒ{׳~+mWrB#yj흇NW;~ j#O]{):Gk~ %>Nt=UYo!4M`z+c*XQuߵo Mm.$=\\\0 ~\r_i76ڥԂHcrYʶr7\\H΋$NVbH|P.c8pmse\n*cI.g[jvVR\\6\rO|/ʺU\'?=-+\\Ŀ_ Ay!leG.O\\ ԎMx汩YڇaH9fcoe\Z|ڳt[Jo=}+W-/VG \'bqӚrvG\0|_\'Y銬j|,?Hy1&ZNܝ*JSExP)%Rf-j ?;.m\0gq`yJRCzcMIcsdT)nT^9s-BdE\'-no^\ZG: ^Scԟcq_|0*^F1w\\YBJ+\0;TrZE5σ)|?sq!gls[ס/~SOsua!o\nQ$a?qppzwMkwNlQćv1Zk:敒sIprѻ?_qxKU^Γ[bS`C]\rڐn5K$*\0 k96㹴XmI< $4gU28p3W&;WͿS^oZB{\0G7c+HF[j94n\" &DnGI1p1+O~7;kv;}@\Z5ODs[]IԜ\nU$ދf$\ZUvY51[n?5ǞUB xl`씥H!GdPO׿5~FM8fHj?D)[s>z49|Eơx,Q E5l9K(dQ@1{PolIimo$5^_q|3xCFr?\nߡ݂cV?5kJNb&(=2~SRfcwM3EOJej4>%un3YYKENO#Uؓ\03?5[lI !<ҹ{w;UI0y⡲ N 8\rR$[#Zr\08NG׏bOH%xXO?Q)Ws{tvmnm&$Q3Ïȓ\0[ݺw\Z :4/Om-L} \nE\'E_?\ZL\rJ?zL+r7W|tцvw\\R916A\ZINlmOISܫ[Gލy.Y^D\"(xc\'u\0Wq~WqQ\0(Sn+\\rzTy\n9ӹCQjᝳ8\\on}\ry拦6Ȑ;kq7gWvpXYAiiPF;\00)A]δܞ(@(\0(\0OO$J}BYJ0S ̽YxHүmrz{Etu3E\0s3cBLߞCxeq\Z7J4\\k̤cϳdbI 4Z>}.LUHm!pXc.ܶ=.~ΞkiU*pvJ+gec$q# 2q# ~y!\Z #p75|?Ok&!`\\[G90NwZ\r\\uZEٵԵK{͹fyz%F1=\ZSz7FbL\0X_@sY\Zon\rS[ψ:s<7V r䜔}H6G׭R]ͫj۬YB>`e9\r:QkMJ\rwIV]%\0{|2\0yTOjݝȻiY,\'h +AӮ.HS\\/lzbo>ϨCi\"XvNTKіbP5 1/.\n~\0WDgh=Bl3+,ʭ8 b\'~ ]\ZZ:mDEH<>ԶOH1^*\0_בakpqܱ}?yJmWCnmNf\00?<,AU\n}k>-4 en $s\\}>)ɜӒ5|?}>\Zi:{Ԓ{GEVm݅QLAEPEPEPT+b|÷\0ZQFN2\Z>8 EFBr2GZ ^2.W[ҕ1IS>i~\'ҤD~5\0&;_!8$ᭉt[dgS~9jl\0mE[^9:µF:c`{•>=7gťv^%ۭbe8t{`^7[xXiH,>Wx\ZA𚽝ĉ.dm:Y\08#MEe%&LϙerݬPy5:i[hmdc9@}k.u4>&E&GɁgIH4{ۿ_{5V#pv/sҷS4M\\\0VF h%\'p i?LWmञÚg(l.?y~xǸi\\OܩV+8N 7=e%${~VI3i6P7BRe=봢ғ\n(!EPEPEPEPEPEPuBڟYӭRT#0Ar:\Z~\"|;֠ݮZ1%:F;?ľ^EK!VQ>Rv,V8Ě7q\'o:>IǾGydž5H.H Hv1uh:ô^M\0I\Z s\')7iuz6r,rV}XrjlJotϊR4k|?LqX{f\0kGẺ\'Zm+Q8>y\\|%vCkc|1Z|Zk\"u+*g#ֳwt|3\"Gؙ4SN$hv9mdl7II\\|Zy[Ec_\0\"x/t=?J-rlj V{5\ZEڜĊ=gUn.\01?J%cK:yzfAoڹ:riJ:Vy4<4PnHFT~á5Ɯ4\0\r>ɏ&n=u W7đ[Mie}#\Z_,JZ\'2?*9 <-NΘMq=%H<]o5| \0{\\hj0F\0ne*A VPFD\n\0=EQQE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0b\n(((((((((','','image/pjpeg',0,0,0,'','Y',0,''),(13,16128,'\0JFIF\0\0\0d\0d\0\0\0Ducky\0\0\0\0\0<\0\0 XICC_PROFILE\0\0\0 HLino\0\0mntrRGB XYZ \0\0 \0\01\0\0acspMSFT\0\0\0\0IEC sRGB\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0-HP \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0cprt\0\0P\0\0\03desc\0\0\0\0\0lwtpt\0\0\0\0\0bkpt\0\0\0\0\0rXYZ\0\0\0\0\0gXYZ\0\0,\0\0\0bXYZ\0\0@\0\0\0dmnd\0\0T\0\0\0pdmdd\0\0\0\0\0vued\0\0L\0\0\0view\0\0\0\0\0$lumi\0\0\0\0\0meas\0\0 \0\0\0$tech\0\00\0\0\0 rTRC\0\0<\0\0 gTRC\0\0<\0\0 bTRC\0\0<\0\0 text\0\0\0\0Copyright (c) 1998 Hewlett-Packard Company\0\0desc\0\0\0\0\0\0\0sRGB IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0sRGB IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0XYZ \0\0\0\0\0\0Q\0\0\0\0XYZ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0XYZ \0\0\0\0\0\0o\0\08\0\0XYZ \0\0\0\0\0\0b\0\0\0\0XYZ \0\0\0\0\0\0$\0\0\0\0desc\0\0\0\0\0\0\0IEC http://www.iec.ch\0\0\0\0\0\0\0\0\0\0\0IEC http://www.iec.ch\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0desc\0\0\0\0\0\0\0.IEC 61966-2.1 Default RGB colour space - sRGB\0\0\0\0\0\0\0\0\0\0\0.IEC 61966-2.1 Default RGB colour space - sRGB\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0desc\0\0\0\0\0\0\0,Reference Viewing Condition in IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0,Reference Viewing Condition in IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0view\0\0\0\0\0\0_.\0\0\0 \0\\\0\0\0XYZ \0\0\0\0\0L V\0P\0\0\0Wmeas\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0sig \0\0\0\0CRT curv\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0#\0(\0-\02\07\0;\0@\0E\0J\0O\0T\0Y\0^\0c\0h\0m\0r\0w\0|\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r%+28>ELRY`gnu| &/8AKT]gqz\0 !-8COZfr~ -;HUcq~\r+:IXgw\'7HYj{+=Oat 2FZn  % : O d y \n\n\'\n=\nT\nj\n\n\n\n\n\n \" 9 Q i  * C \\ u \r\r\r&\r@\rZ\rt\r\r\r\r\r.Id %A^z &Ca~1Om&Ed#Cc\'Ij4Vx&IlAe@e Ek\Z\Z*\ZQ\Zw\Z\Z\Z;c*R{Gp@j>i  A l !!H!u!!!\"\'\"U\"\"\"#\n#8#f###$$M$|$$% %8%h%%%&\'&W&&&\'\'I\'z\'\'(\r(?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223\r3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<\' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF\"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNO\0OIOOP\'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\\VVWDWWX/X}XY\ZYiYZZVZZ[E[[\\5\\\\]\']x]^\Z^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G\nk͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4\nuL$h՛BdҞ@iءG&vVǥ8\ZnRĩ7u\\ЭD-\0u`ֲK³8%yhYѹJº;.!\nzpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\\dlvۀ܊ݖޢ)߯6DScs\r2F[p(@Xr4Pm8Ww)Km\0Adobe\0d\0\0\0\0\0   \n\n \n\n    \r \r\Z\Z\0rr\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!1AQa\"q2BR#br3႒c$5CS6sD\0\0\0\0\0\0\01!A2Qa\"q\0 \0\0?\0\0@ \0@ \0@ \0@ \0@ \0@ \0@ \0@ \0j;ݾ.lٱoa ]5ڱwpXWi\0/o qB?Ա\'[}}nvwAET6,}mI|?O~=!{Tx}=ʼnq o?)TOy<3\rn_إyYvozbEWJ)\0\0,1 \ZO翓WMCv`uj\05t)T}@A*,>J9KD8Yc}&ѭv9 xp?5\rhW[׮ى *\0@ \0@ \0@ \nܾF1Bi\0vӯֱvyWwmp7\r]z^^M XiW.Kǎ(2 6\01O\Z9G%vOuIn\0[+!6A]PIk֐lMhn/_L\rAȋC]ҁ7!! hOUQm\'*-qs3}Cq|>izWvV6c䵘#Oґ2xGG2&M-(S\np~?1?><0ލW~1ׯl=Axސ@ \0@ \0@  hit hԸY--Qφxc^fy44F\0SDm{1F\ZVlՋ}\0pdgc2W<:_o\\7EOܮ gW#3-ƛF\Zhj\ZVm|$ꕥ\\O\'\"d`H!ȜkZPk-(Bʸ;wn$5\0yTE6lkAJ~ɛ+ :R\".?6m|i9M(\0FYTBɊ_Q`ѣSC@%oЛD\rm?ac!\"0I*9,w<8bZ:xk\n3\n]|\\1£ܹ3$1[rG{\'<϶3o?=Z\\A\0@ \0@ \0Y\0Vkje\ZNR4uTE?+QP0ҴuӦ9rsݶVQz&8o,leȗsl \0~_$q4Fr]U0y]bc&uqf+1P폩7g^,N9p::Nc\n6?5ch/ҟb&Mm-(:ȲA<_։FZ*#ɘR4# !FF*/E N 5ϲ!ЗHOs ,9 q+\r\Zm&O\"ѹhmڵl+h*\Z>26Җ~˭lt:~ւ~:*Ť4R4ܮ>y*H¿VYg{!(<3Zn•c{l3,GH\\uZѾ{~s%{%e\0\r[ˏgUo]n7&a)7Z;uK9uJYh \0@ \0{X\ZItHK[g~aPy`4 uNf\\k<$^ˤWf[Ǝ3,m%榀\0\n#T 윃9ākY~V;-VHܩ#%~Zea{De\r\0\0=*+LdQz0D#leQ0,5P:yg9c=%qm֝\'1Akj51><Z\r\0,\'C[[S\\H>ǹԠӿZ ءx񏏊\"džq\0Dc>!/:R*{t6I%h-3LO<5Z2\"\0pQ xMZE;Cms(&qu\\v9k\r{UQ?4\"$kZ:nU\'NзvSŷH븮V.\"p*4#۩&fQYoRրֆQ}`f!oJkx<]s۫Z챱~qYn[v}\\6{;gKVãAKr.N\0@ \0@ S[Ӕ:6\\FۗOWv9Z!C~)DsK@VRpI)d-UohL.ftulzc/Ŋ2k\nύ uHL/mu-*g8 r iB<{,}sy>,E|`\0&c@ `;hVSc(3\ra6 ,w?U1e%Y/).R?dGH6VrDu׶37,Y4:9pA^[0P\0@ y8JEvP }s;\\F~gHA???jpɞSn/-jl<!&i\\mk) dDljas2dɐ-S_T:nǭv\ZC,h%b(hDX/%Ʈ۠C+s񈬬\n$Y^m !ͱ XtNBTn\'GTQ\Z(hk`94Sࠒ+I(%њ\Zj5+i#}]>#L%)n~`m>ŽOвm6ïDDc2L+@Ԣ.ቐD7UPYSYG\n-H Ǎѣ\0=G$J+jGEn\Z]) si\0?)=j\0Lv(iy\\-PMl$c7ҀE4OAi6|>W\Z@|\re/ZuAHe\Z2ajw\\\0@ yHN?!v>˭<3OOUw-+!v+gjII+^Z@Eј6DFU GkTl} ; <g* ПRTદaٱY!/-ZJw3+}Aeh6D8ZIi;_t֡C 4Raxf\0Z?֔\\T\nPl R(?XD:a>$<RB1cL/\r+MC`?DE\\|QRN)j$,\Z`HR W!vFTb=71,c?3\Zt[\\֤y\'^WUR0O܊։ by? 푐A,kߪ_/KJ\Z5v.Gڪ&~aI!2,&;)a+>D#f8K%x~OV6 a\0@ \0t27Gcp\r()m,eۣjК\n;0Ok\'^ߩ]Y6 EmLMIs^ik\"VLj 0\Z*cfL|cpZ|}\ZE[ZEdft2q5TPh./Rܜi8(cVHԯ?;i{S\"|;%]\\j6F*kF.5DLQҶ@\"cI*!\0[\reG+|(ʟckCZX^Zʼn?whl<|]|FqM9p-HԊ\0(+Aqބ gWV5$YY&uqcئˑ6w`=C{/\04^\0sSa`-GBl~Z\0pwʽZp.m\0@ 7>q£WyRG[J~娕\\@$J\\Ѡ=UE#o=j Lָ?p\\>L2¦#fÛdn(bɖde &CQB*`dj׏Nfar~Y&t?kZ \0mqcR@\r*ko[EK=Zj/sB3Vi~ַiuB,w?QBp\Z\"&60Cu% ,+QWW;|Fݹ\"\r +\Z/k`DŽjO~D\"g[.[#@aAFcIjG\ro@ф_*g*EplPKRȹυƔhPFu\0XG\0x;~Uӆsl \0@ 1<^׾qUW3SwiFjiɭ$\"x.!HX(.U\\!\ZWgA\ZԒ*J͋*,29p%?!M*2|\r%\ZoMun\'1>vpDYKO~0V\"|;&FlY\'trm4cnVHEDJqV~Gcnԓ[ 5HDJl`\nJ6Du\0tO?(Sm$_ AW \nG<#=i)$ku02;IV\Z\0Q4E]\\\0rZc gKHcjڻZtY}\Z*-i |K\r[h4jYy U \Z[nV7N}{\0+^4A\0@ \0A-\0Rqw/|Ž\nb|o>RmpVtTHHA&}L,.שD*lLkR?DSI$,g3<\\\n,Yd,km2A\"BF radQPz#(N\n۱?\nAsG[ŖmH\"6\0oۺ4\0hN8PwN1(P`yH(ZJ\" 坺mMM>_oܼ*iL\0@ .x#˟5~\\numORWsG@EIU z\Z؃P\Z[\\ڶBx`\rh{H\04*A4uTUFDY3PB\n7E+ ^^SvತC$Sƻk8S\\|6O\0mE^5ֲEn6KuX+2yHm[W]:\";;գ{9-hi$\rIEþ3͛3Y \'O9OwU\"寎Q$bAZ kwy\"(ORFբQ7UH()5%xdjoޢ\rKT VP(\r\n=|Ǫ#A~ȋrHT&cODX/x5^4A\0@ \0A/\"J\0ֽU|p#BVQ7Pl4\0Кò dqu:%nhg\rhqqLH I #<ѦB@28P£02\\v\"Ŗ/2~\\ٌmq9йm%sKfYrlzu!S\'-}ʙ?0F6?WD}-9v3e8dnm`avwrYc3&!_wOuF9fp*r&}B&,qܰ pGR:)W\nM?3,KRES{\r-{.yX`0ɋ`ЉVqScE⌑\'M0#84HU->Cn*tyu(6@Cba.uLo⠛wu\rHh;0 \r\nDI.hLfK\"p\"P?WN\Z͠@ \0@ [vGTx7]#Tp6\r괄>B)h4Ki&kܠ&S]ǪG<:ɍA(> -~ M5U dBe‚\0\r\\#8[uu[cӧd⼯7\n j\\4fJ4>cX~HӯkeiyzR x2gHG!sjBƃ7>$e%1B{p$5$7kfyIQ@\0JCqI)/sc И1Ԝǩ N h&J#loh؍xSanc[Ng\\Vu鷹نqph\0]={v;ܩU^MH \r6A@l!<4JƎi@D]a3h.4U\0J&FZlMⲬ)U#Ѿ}Kdw|8k&\0@ \0Ov׻_yv1JVRޫb=kuEpƌ#˙k ~\ZH$tTX>cP:~Pp |nMhkNU\0L*ţCw03Ǿ I ⦎NVc#[ ]$ޭ=S\rj &\r3SD+⦉=K\Z0AQ:%h4(30Gl紏6VT:YU+9-Ûɑ-6NRfV2Fe\\k:Fςd;?T{%oB RYTq.X }^\\{,m0nK_@\Z]Tjz-1E҈Á\nomY uMU\Z4]dasc*;,zOg㷴=]|5a\0@ \0A伙RWOyZ$;ޗ+sS?-Z0W=S \'A:Q\rcX\\]2xyj|@B4m:j:&P)UJ羶-5\nwph~D^;(UMP{zA,ڪG !ѐJ-Tj)2dcV&Dg1&\"r-{;餍Xk\\@R)08~kw+GFWq\Z~d3`o7Eϡ%屋U)[ЪH5rOԊEsPE @\ZjB cAJh<دkڪLb\r\0b2\n8n:)Li$zeLJ\"=+mA$V!|G9\\NOy7펚i>/c޾0yƅkkЩa]3O ?{\Z\0l.V%cW;dGp;uOR:4tRܗ;$tqt$I=JBK)$xhCQQ_EU& \\A\re{YBloD;%ԻlOE>+@8`.h:ŒX\n ѥP^|R7T6P\rkz~mtV\n#||FƜd\0Uy?byGMm \0@ <ݟUN44^y{9esA\0уQDH@錑NzQ=.\n %H ݠPC+Qs@esZPȈk oaV4D*qCE$đv3Z,b X,V w8\ZN:l$C;@v\ZXmrp׿~E,p=i?QZښ:zn5{;3p#\0a_/C6mNGKx#YF|YvѠh\0*K*+cN028Tt5ă;e1 QbUJotDOik6֚ \0i5\0\"e2(ZQ B[߲T\0o]kEԀ-Eb#d+i#.nӹdw+\n48#K|\0@ \0A牯\'O/wWhjA(>I\"kzC&&BhMյtJ*)sw4kV%嵆QZ͒X\0\ZU$Q;QPIrqL}lCPwwa+R3p&q.A/.vHi6ogcCS -PO2S6Rqx i@ eI5;@%\"دhkh0q^8`zhK!e4HWrJFdk?4 \n< GSQh+SZ\nYyۧTadDGA[5wA61%OA`LZK$ԡAr\rz_y֚֒JN!kM:UD,LoT\rdb}i^*L5C]8ybuG;@ \0AY{nyޝwnil>ٹz,fkn%{\'/fr_ԠvY%ΘܛYkb\'&\Z/B,!G\\4y@n\Z+t>K@-JN湡+Ua֗F[j7B:1\n:\"PE=D71.#A*y\"[T\Z,*KM@we!@NE`ǐ܌H,=&nSG<T6&;ߋK1bW\"V\0k۲\rҸڷUTc8X\\\0$qdLx8Qۿbƌ22h&P;FY؞d袔(FM,BY9Q\" R\\\nYT\ZjJ)0?q.\'N  @@)_.mGQZߢF>\"\'(~WzzzB@ \0&<7w)FV34F_C_lyf>Gݎ_\0l&㇦yϗuYQPik!M\\6jJu*[% Rk#Jx\Z (@@xҕg\nmhm[*&6Gh U|r␹(!Q_P;ںWeF%Ml%wtjVw?#ɟa,kikAVA6Q>9Ұ\0\rz2o3\03iA6qV4W>*\"V7TMjS@mi; (GB&,VU:j0!m4Elnvf@\"ERz\"ȅxZ\\U2FƱi^!%EBI=VBTX/x l@Qό\0.^۝կ\r\Z@ \0A!B1`a}Ajyq/Ӊ{8g)y?V+`ř$e\'(twJ^SyLw\\FH,<{jEEZ*ٌIn#Dp툀hiJ rF\r֊P\04f6\ZϖVLBfC\ZڔP*\r^5A&_TF0PK=V9\ZUc s2<)]bm{cZUUX^t~VAn;JZ|,lY#]͍  B5mZ;F1LXnd ։OmdG\'E2%EݤSAuZcn*+kJRꠒ]h3Xj w!_܋\"2O:ELkj\04PY6 U*oTg\"Fvmo)۸xDN P2OrD \0A77z +Dk^@=Wo)ٕ|mq-~tx[*5 *E i2g#uF.8Вk@4ȆKO@Z[\\ȭ;dFCZ+b ^5z,\ZH5&ƚYq@75֪P4ڴ4*&k\\({HfN~Z?t c!FWc5GJ<1`ShTӻǵy.?Vw8ВB(i1:7O.yk!(;!=R\Zi{ PO+R\"4Wh`Tr=2C*h.]$m )_(>6Q Lf\0M5cԪX6\0ݣ#ۡ=zQ6pꊫ-|6淿PZ{\"c?}|笤\0@ >ft^L5p.$/\'ԗޚ~MZ\nDDJ@e<ҫYfCv׃S\Z*duGzwQH{(+T*I4T09~ob:PT8(~]]W/(\Zc@6׶mEOj]{ 1\"\Z\0Dqd#sʶ¿7A7C,$rꬰRH0(/38+Fjȷ(ƌ3OǺbVF[PQfU#\"mTD \rz-aY\\uE\\{(ұΖahF?\ZӲ 4\nW `u۴ RS >+bmu\0)c\\:R\r~Ʌ?#z_+2)䤔msڝVr93qbI ,k\0@ !\0~+Ɏ4|NgKA+p33;A3\'F ́G#Hx(ZGe.R[@\"\"K5wV%CpVգT84\0ӭ:k{ reZJhFݠXJX\nU@8>L a\r׵J(Yu\Z|ɉs tH% \\)ցUCAbWIW|ٙTۺ.Q‘6S].MN.:& E`Ȑ굆Y(9\rҥ)x89Jw+!BhGE0NCqqlt.?ESi\'֤@){zIdMB=ˇ9Ǒu4uW>⵭z\0@ \\Ԣ\'.CbwZfv水mc(EF ZFKǚZ\Z+Ip@u]?e =VLviY!v0.%J Wi\"hNT\r;dXK5XB}VEp֡m8XZTp>QDBC]AD UiJJ8֝Ζ*[JP㢔anN y&7UTM_iSGݱ\ZqaVxݑ@qm\Z s \01ZmTwkI\n,*w5mjtO0/5\0 !cE cik\\E=n-ͮo4}ViM\rQfq4UTD-uM?gڈ{MMRY kmޤp6.-|qZCm$\044L&9>PV;o^{\0@ gɞ7y!Ch`u<^6\\Wq\'tn\n̎BӾl\"`)ԒZ\0e3ds^ݤY3tmx~ Ӕ MYX ?hB2U\'ּsp-i+oo\"_$/uPEI^\\F9y Xƽ \"xkC_̀0SC@iB7KS\\,Hqu* /4n~@ kZ\nI=7\rR<RX7 CKAJUU1p8\0nG\"o6e|_^DLaɲ(chȑ=JGj;[qQ[$r@䱞`F4QU/k V(}^_B: \\iJRI!..ɦ:Aީ$TIe,\\OSA ]ZԞ\"6iU7#MEkT4꺭\Z\"mtDT9DunVC>t9ӳ \\~5ׯ \0@ T{\r|,\" _Oצf;\'>g L\rlץ(ybC9VW rcO _9W]Q`%y BP $mYJE7sx\Zן ?Ry}1s~Y\"xL᦮i]s\"ĎkjŇ#SxD7b$I\rs;:m-Mٺˎݹ\0;P~ծYk\r**SIC@/C i4*쬈lܓXA\0oQTw5. 7w\\:f[ײȸqM+S쯷杁ӿ| \rnhI4ǻVEVK^CE|jmMkuC-@8\0 tYHw(@ulnR27ҚV=hu\0 V= .$դڈznIBl:2\Z₳3py.\ZR}&\0NA2@SSU1%f*Q9E 5}Dõ\Zئu>EǺ\0˷_/z^7`@ \0Ak̬m7y{_isʹM4иHq08iA]\\>1ecMT\npg5n+wP6/rۣ?5WH-0ȁ\" ҆z?\" `0\ZQbpkUƤvÖ?sg cVy\ZCY\Zt\0b* [fT8l?J ~-n * !奮ht|\0<؀1}䩅G\\ծ\"tӗ@ \0@ {49DE5- ֽ=.ȯ vDǏwU\'א\0H蠍6bT3d/!.jLSE.qTÜv2flĒb\Za^kSV\rJ#MX\ZY|%\Z8~*ܪjaץPLԥrU7!mc\09x\ZiAtj>Z9|$Yy{-\r\Z\nv\n:ɇ9>9PXJo^oփRD$@ nV8=?X5\ZPMp2o1-\0PJe} TrlOUrFjx1EFskL1l{F #q\Z-\rqq qng=J;H44o&Yn.<Dp9JKD͢Ed,̤oҫ>}M\0Xiʹw|]t\0@ )>.&<9p>),,,O!q)#0ęQ5mGz_kW3ߟZ\Z@;hzq\r/y`ʇ28%x%,>EsD|15du{C҅Q0q#աX7!\\u4ҊTѻԏ!,FS(/v<_AT>\\\0:\"\Z\0osc)dl\r=JLJ|ϗ\'@*4jH< \\|sRhL:kر3Q-64=5\"m j֏%yj͍&cK:H] \0!Q:VM;t@3hwy#ӭ&TV\Z-.M~D­m_U8\0 zjY.GeGCZhFE:^Ɗ[R8紛:<0\niJDp <\\\\nMM)QQ2w1nAMIějKolŔǿ/u^7P@ \0AOyVNg~1툽)3p2nG2k}Íl2JQj1T\\VƴU#=ˌ FQx\nGcCo?,e=$%䞵Ҭct},N8hio͠E\0U&Hq4ay7;OK,q}G^z*s!\" 䳛`:\0|\nyrR]S[4*Ad!k}*nCr-\\@ #I\Z\r\0E-Σ~cKDzt\Z\0:gs\\‚\0g4֚iK\0m(:(C5\0t+v4\n*7sk5}w{W\0o^GP@ \0A͏MucW^\0LvpnS. mYͧX6‘xg!$G?>۬T^S521s;OS4L‘9AU1٘>!\rwmtes01[,mԂ+N4Y8\rc.\r7Vq`? o=Yr\0@k@8.lNՠ:Sc[4:Yh GbFbWHq7:yԞMQaC),wU\"ݧƁ՜Ō#|v+ZsꈖmAt ?=XޛCHqp\'\'9L-3kc)Mpg.3IsHv1׿eGAwVXv@ԍ44.\'&l\Z޵QMM5\n=ӠqZV\01\0hNꃁq.rK)}rY{EÝAWP4\ZtVAe cA>/\0bG+@ \0@ K\'`u*ϷKoB:`ɉ5)R +qHiVgcW$qkz,o$mov*8x/:(̢ٚr8cawM\' uR/1pflmycv\nm2K\\|yNn&3i5so]M|U%Hllsd9\\n3$GC^x|eA&\\tKxi\'c\Z;6*L_&SZX7T9%\0#u][KD-O2!ː\n\0L ]MUB0 #\'i$aK\"\\ /6S  AXSp4@g2RAU /@.:SE܆mM\0\Z}A22H&ނ,_]l}\njc0}+=yy\0@ Gf1nfW9ydIūWbƉ@Aku\"!m\0bYI&涷do)yXc$Ufֻ;OY /a$I!Br;Oj?ިxn{bt \nq` K+~ᗝ\\pXw92;*nJ-t-`\\дCz#n\r{\Zk_TPhv*)LL,ItBa[A?E%p547\'$4sUQ7)o\rQ\nk;qp&r 2\ruk@/KR39uj~;qҴ{/S: uvTH\0j{;\\nAvI^WRE@c~:_\rи@fg_ڼvz\0@  Y\0\'>e;>\0pMsATDY+ x`ZPqs\0iOUC8-kݤ{\ZֵXCbIF&nI`$P55+_pp.\0$ Hn ålW`8I){ˉ6qDlk|\0:|$;GH\ZCZsۺv(ZiEf(Li`MO%j0™!lG!Ϩ^0\0\Z\\3>kIshKH\Z;MTm\\+겖2 [\\7Xյ@^Y]F/ۢfFZ:׭U)M*\nx*\rO@jK ʍzTQ@gƕDR}v+j7D/׍z\"ǭꁙ4+z\'8y p\0/\'rD\\\0@ ?9D\"] Esh-5཮;\'Rl:F8jwr^s%QYaAs\"Ɗ55+3W,-H\'AʙL&C\0$5Ss#oeLꏈxNpܮ-\0@ W)~8~G\0ڷfW]=Ƿ͕o`BuIS?5Izm5bw)wOpi:oU}~ P\r&Ե-\"T\\d4ZA0-E(;-e0yt)f~@{K^jdAg8ZUp]3`q52D MעO>[ec>ZFo\n F]{|8ՠ;NKKjBN{iTI::hA`J-ik&mhu\Z\nUv>\'RUB؞ڑRtpjig7\Z|B;\":]mp╬%$KQyKؚ^\nTnPG\"RB? IE3& _rRJҼ[}=t/cJy^ѧ\rZ@ \0@ <L߰sy 0+^9lTL[ 1@jڃ&NL2p۱ŧ2=,,& ʲv]\\&Ko3CPL!?`vaUENv+jt@,*k@ݐɩ>?>\\np@&K262X $BOœv|înP]SYiERP3$=b|P4eON;9\ZiNȀfCQOCײ)՗k3i>ZF\0\r*n= (4\Zk IsKwIF@>\0q.~!|m^9eB\0@ \0A<\0v~ENjɽq;> WdՍ>f\0O\'Ꮼ|!\0O蟅7_(lZ@?̧q5\0o?+\0%iz,\02G}n}ŭh4?̟QO?O̟R\0Os{C*X\Z&l~8{%\r{eK\n$6.A\0etg<Ā2\'Mo\0\nfN2C \'Fc/_j ԧHkli6tF>>+^4\\n^腛ߪu0}\rrHC{0aO5>߱T\Z \0NS|b{&CVnn[7fP?k 4϶wD2Г4!CvSI L\ZrH\0\'S1pP~U\0bOaW9A7L3,Ǘb.u\0/%k\'s6_)&+a9kXoBu+gl.im{\0@ \0@ \0@ \0@ \0@ \0@ \0@ \0@ \0@ \0@ \0@ \0@ \0@ ','','image/pjpeg',0,0,23988,'','Y',0,''),(14,16127,'\0JFIF\0\0\0d\0d\0\0\0Ducky\0\0\0\0\02\0\0\0Adobe\0d\0\0\0\0\0  \n\n\r\r\r\r \r\r \Z\Z#\"\"\"#\'\'\'\'\'\'\'\'\'\'  \n  \r \r\r\r\r\Z\Z\Z\Z!! !!\'\'\'\'\'\'\'\'\'\'\0rr\"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!1AQaq\"2RrBb#3$C4sD%U\0\0\0\0\0\0\0\0\0\0!1AQ2\0 \0\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0#rQs%9z2pq_Jnөs9EF͗/\riKsycKL[ޜR\riJ{\0\0v~\riܜpqK:q&Nl[2_Ez> ^\nmn^z]K\\\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0n/omܛdsa)d9Syࣂ\\y7T0Y#M7[,Y `tN\\^Q. Yױ%(\'LjCxiy%,Y<:?*l]Jԩ\r/ԋõixZ)+v*\'n^.NTѝnJTl\rWuV/E.嫾ӄe⬭Yguhoy+{zI~~:`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0IUUx$jnPY.}.IuypG\nI\'[]\\0`qJ_Q*$aTFt+qҜ2+h[Lye 5⎦W+jY@/J@Gһ\08=fΙ{q=WQؒ5\')tvԍΐ%S]jrW4Vdj2?.QY\0˸WwN[VgOeՓKOoaލ>a׽uz.wni[dЍJdT_˪6MsQJ6IN;ӧ?nct]_݋w>lBF*5>%UGonn1cXxu_|9T7\"29\rU 8J;Sf:P8Ē\'\0+T-X<$bi\'R8e(wvf\\IҨJʪϑ)N59غ1U\\9VUщ\0\0\0\0\0\0\0\0\0\0\0\0F/5dnc0UT\r:DNvc9WR2I6}+ɈL\0]GYz׊8]RdxE֧Fj\"qfR\\twEW8)۪OmgÞͿKwQZrrc9N/dH[fRc RpΚ׿AmgZBqT}ݬ?3ke/ReSWU#mbt{LZ6V%Sqy\0{;][vZ_/רZ6mlMmj8PJXV$2\0,>V\r||\rKi&f\\V JYJy8ʭ#wmibWWZOJ`FWE8bZVr6ʛ\\:\0\0\0\0\0\0\0\0\0\0\0\0hI~1w\n2RmL^UK N`\ZF!sLͩF&Lli&9ZU:S\\n\\twt<V%FuHە\Z:{k؃E6eP :D6U,lpxтLT fwNܕ;]@A9؏P*\n,jݚZ5QX,@۽nN5Ȱ`~t\Zef&iJ\nQQdEʕ UӶԓ\\bE(EQf_+kPMW`GpMHs[^qd֖2ѤJvo(b\'X7dΎ.)eS($L[a4UNN\\^sr\\@2UK{izYZ,%\ZV\nELcrF- ,Qwb/RM˯߂aQ<˞Xb]5v&tbf0ôf[bS/ʉ:F˸iOY;r+HV9\\mQ+uкM\ZnME:]/;súXcV3\0\0\0\0\0\0\0\0\0\0\0Nt˵3|ӳr8\r+2Squ6\r{0mcV \'v +$MMN%8澢3UO ճ^Z\'C90xķgR\"؝q7KM,~1rJ\n)qU\"o7]t\n-*5NUViė\\vS函$UȝNqn%VNUM\n6j,do@tR`+D,RPoܺO@YP8 IНyKve|<5&]*ȩd\"$`\njFԍy7z*//^P􌯯֏\0\0\0\0\0\0\0\0\0\0\0s$9w\n(\rJ*\\(P΀0GSLhaV l[$YLfZP֙I,OU(3Z$&2.,}6n4| #Ru8lTWaUYεF׽8\Zb/oyݱ*0:3\"QuG\rXLFr 5(Zr\"򨇩mp O:bH\0%B,xD$P+E f\0α\0YxC=\02:\0\0\0\0\0\0\0\0\0\0~]\ZK> \nD\r&t\'Ha$B5#\'N6#\n䀛 @̑Vqu2X4Vl2Ч\'1l)sCUar=̲쪥/J\\ͫ3Ѯ8Z v,]y4l&lF^ic\r$ѮW15RLܓ\'\ZceuUu\0\"T\'@&g\nD\'uE9E\ZW.<\n.uOCgX\0\0\0\0\0\0\0\0\0\0Tm}?Gun̴Jwd$~J~HҭgzRu#+7֗EJ\0qy3:!m?ޖǮXo!/^Lȹ6,dӰ%[40-rUx S\'TK\"T[\0$474m7NS7\'#n%9JyԴ 5}w .OAՓƝMr5t3$;WdmFRˆZJFoI\0RyiFs\'~즲,*ʝ>nlou;yĔr)aw2`YR.ir^9de*<#/ :]+gX_X\0\0\0\0\0\0\0\0\0\0Vz)`^m\'9EO&n\\k jOV~;w%j\\dVw{ir\rVѵbkKurb6\"nJh`r,7UWnl\03wovMv\ZWvtij=BIFV_oy%_5r<~of囮ԹV?ʐ|@Twq-/]{z\Zaoz\07|KxK}{\n`mY떦sKpLu[85- 3XNTuJ{?BP_kZ5eFw]rr_A\\ZIÝ\'*3MƲʜ)%:\'cnt^4|c*:Qk˪K#Hݷp6cvN|ei5qG&EݒXp\'by݃9seʥ wT_7VE%pxIplnqT|rOS{SkRw{ULX, 6\rM0:{?i8׿*; \0\0\0\0\0\0\0\0\0\0\0\0jqXpq.Ogع+w(܃q(h^sW$\0VaϹ:_k}jxa{?ON\0h0U};p4忘emW}\0ۿ+%YYt>\0O7\0\0Z[~fYm\ZK$Z+Lv\\޸\'o\0ږh;¿/ߚq}8W~>\0FPpNK%r3=4\0@\0:Tq\0Q?_\\tN0Tpg\\\\l\'\0xxsԿd|r,S_{@\0)L+7]J5d\0O~{U\r;]d{\0\'.{J?,u/ٗK\0I@?c̻׌G/[;ok=\0Oqi%_գO\\\0tpnkʝh6t@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','','image/pjpeg',0,0,8354,'','Y',0,''),(15,16129,'\0JFIF\0\0\0d\0d\0\0\0Ducky\0\0\0\0\0>\0\0 XICC_PROFILE\0\0\0 HLino\0\0mntrRGB XYZ \0\0 \0\01\0\0acspMSFT\0\0\0\0IEC sRGB\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0-HP \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0cprt\0\0P\0\0\03desc\0\0\0\0\0lwtpt\0\0\0\0\0bkpt\0\0\0\0\0rXYZ\0\0\0\0\0gXYZ\0\0,\0\0\0bXYZ\0\0@\0\0\0dmnd\0\0T\0\0\0pdmdd\0\0\0\0\0vued\0\0L\0\0\0view\0\0\0\0\0$lumi\0\0\0\0\0meas\0\0 \0\0\0$tech\0\00\0\0\0 rTRC\0\0<\0\0 gTRC\0\0<\0\0 bTRC\0\0<\0\0 text\0\0\0\0Copyright (c) 1998 Hewlett-Packard Company\0\0desc\0\0\0\0\0\0\0sRGB IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0sRGB IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0XYZ \0\0\0\0\0\0Q\0\0\0\0XYZ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0XYZ \0\0\0\0\0\0o\0\08\0\0XYZ \0\0\0\0\0\0b\0\0\0\0XYZ \0\0\0\0\0\0$\0\0\0\0desc\0\0\0\0\0\0\0IEC http://www.iec.ch\0\0\0\0\0\0\0\0\0\0\0IEC http://www.iec.ch\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0desc\0\0\0\0\0\0\0.IEC 61966-2.1 Default RGB colour space - sRGB\0\0\0\0\0\0\0\0\0\0\0.IEC 61966-2.1 Default RGB colour space - sRGB\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0desc\0\0\0\0\0\0\0,Reference Viewing Condition in IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0,Reference Viewing Condition in IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0view\0\0\0\0\0\0_.\0\0\0 \0\\\0\0\0XYZ \0\0\0\0\0L V\0P\0\0\0Wmeas\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0sig \0\0\0\0CRT curv\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0#\0(\0-\02\07\0;\0@\0E\0J\0O\0T\0Y\0^\0c\0h\0m\0r\0w\0|\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r%+28>ELRY`gnu| &/8AKT]gqz\0 !-8COZfr~ -;HUcq~\r+:IXgw\'7HYj{+=Oat 2FZn  % : O d y \n\n\'\n=\nT\nj\n\n\n\n\n\n \" 9 Q i  * C \\ u \r\r\r&\r@\rZ\rt\r\r\r\r\r.Id %A^z &Ca~1Om&Ed#Cc\'Ij4Vx&IlAe@e Ek\Z\Z*\ZQ\Zw\Z\Z\Z;c*R{Gp@j>i  A l !!H!u!!!\"\'\"U\"\"\"#\n#8#f###$$M$|$$% %8%h%%%&\'&W&&&\'\'I\'z\'\'(\r(?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223\r3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<\' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF\"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNO\0OIOOP\'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\\VVWDWWX/X}XY\ZYiYZZVZZ[E[[\\5\\\\]\']x]^\Z^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G\nk͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4\nuL$h՛BdҞ@iءG&vVǥ8\ZnRĩ7u\\ЭD-\0u`ֲK³8%yhYѹJº;.!\nzpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\\dlvۀ܊ݖޢ)߯6DScs\r2F[p(@Xr4Pm8Ww)Km\0Adobe\0d\0\0\0\0\0  \n\n \n   \r\r \Z\Z \0rr\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0  \0\0\0!1AQaq\"2BR#br3$CcDt%Ss4TdU&6\'7\0\0\0\0\01!AaQq\0 \0\0?\0J_kTY\ni3DX)s^|ۯ0ѮF$j^nlHQr!}+>neS[iOx4}* W%}p~+uK1\Z Lbqo6>.?8խg:k|دڨi\"2 Ȗo|)Zv4^p~ga@k?֒={G\0ܐҁS\0无ɿ;7U~N?:\0{\'~dkQ<#>}vۭnv, j$9a)v7iv\0lh+nь\"PxXXyn e.1uߨY3`Jܸ{͓=NL\0WLF[ݲ pJn D)̕VH#kZMq+5\"ep꥾ol~k\0vP{_\\V3C#Jݛ>Cogk΋bYzu?Fod|@}y#W//qe֬ /smF\ZӸF\'!U\0<Ӭcy~k/\"{֊ڌ?\\զ<-cdOUNv 06i%nU\0|5) \ZUe5$F#MV*QH1rݙYU]Q\09U(aojf!u{jm#U97ׄ%rD\06Ld ZF,!ʹ\0O|<抺\"u\"7\"TO?Efk枍ns(ތ$8J\'W$wvR1jjlyj[\ny:ZuMMldr`~o!H\ZNdfHc`HbXMZZtUQqZs\0A.$c+-\"\nV7DBTK%ɷcgU,4 !!.=ز<^1w#2GQ\n 1tlQaK47ʭTՓ(p{1ڞzwpw3;ɈokD9)#gVǭv7tWN6lceVe !pvX\00>vSc˛ 1\01(%b?W˟zWZ`Uxkm2֤/*. G?bN`?bXޯI,? `ћ Mzux8i9Cę\\q~R\"UF50%NLګae@\0}&|m, $cG:[̞yʢQRѨ>=EnZmKc\0ƘJ>]nDnLW碽R>>wXoY@{{;1?as摻~pçHyb5ZőFb<3*/ȁa {>UʝŲrA\'?܋;Vg|0xyزx`;%}qm;m+zH\0WYÏg!z!_fwQNNإf_.2>txou}?{gQJϤt6$7\"X\06GY_+cӽC{ţĀRԧk>zV6{l-B*K\nzu}l^fGf\'U4폁H\0J:Hǵk{Syu!~_;wa Um$~jJI,%ٷNCj%]p;$ATTqzF| ` !؍O{\r\rbVry;Xa[I\0@TS 4#;XŲbO4[dY\\\n3LK n}R#\\W>\0sz#T8GH-5(͊(̞6)F%m brU5<-J3]Su.+x~Uc?9lk[MT}\0;kN~>uz\r;9]gT1B6@zs1eT|y[>wY-{+< c;.&;܏1H̹̜IǟtYq $jGq2,29\Zkx*Mrsゖ!;Q@Ű(/lȝCڸv:d\\شH̤c$YBVYYn\' ,}O|WZ%(6` e-RKNP\Zc#\Z|#Am̌!t G;L\rm7\n( j}bڢk5׬֌Q d+.ng;uX a\0&dmC8*ʩ(bor6wT<8Lw)U#u>ĖR嚥39*Lev.2N,*]4 C FTy-wk\"rk*;py{Qqwt\'n\rk̎@}KEGcVWF/\'cJ2`Z @C=HUxbwZY:Nbr\"8{\'-^8\ZI;Z4]#ɗ.ۭhj#n3S9v\0~^(6- eY3iI\ZI[V!$?5%BާTbI\0 {,TOBd|3&$w1$6a\'F/o>2Zs歴pY\ZitgEbt8H/tx42Jcxw\0\0e-i#Gf,\0tR!.\0_}\'yIsWW8֘\00FÈTO>H.OdcH̀%HN\\]iFr`ciᮕI...Y;FHLHv j.cb\ZPLVb;ZqYYZ 6.hX*6l\Z ̪Ķ,IX}Eʭ56ܬ9ng !)p\\18%avb` ;P`̑څJ1.44F{6g\0 \"xlބmmvo_/2D/}dr^w@@@@@@@@@@@@A{G-镁G`dOd}K×zk7TT_DJAQ+26D/ڪ\"4U(\nT|@`\\,vVS0F+}Yt~ \0LA>A*))i.;mTgDeS,CraHp܊L!aVmlUD`i^ *^/\0m\0 x𮝴=OÇ~]i3-DEGŕIe?ڶ#Td\Z9蕰.ذwMLYF ƧV(ޥ4  rHH_lVbZc)ŎE`J\'PHˊfDlF{xeΧoQ\0\' HmOpǹ*bOJ MĬ-aY! \Z!H~!?kIJb9Mclȹ\"FȒOԡx{0=68h+;!x޴G4m0^˯dF8-,kL>\n3XJҰڎ\'H0rȨ\0X kñ1< -0,APѺ>thjhH C5+187W 勀rW1 9ffUтSV@H%N~Z֞19>+[(2 xr;Mvc3@Zb3sgDcXD]C\ZN9p Z([XZTRd_ <2``͚\Zu H,*&]\Zn ᚬ_-ʾ0\Z{nQﮜ߻kaCaT\rߨ~a% ?ݴ?^8^_2咪֑s(HḊ}kM.Afޱc#ÓqQ.6 \0d%d@bU;]S-F\n iN:wDcH(GSۚdeckq\'VXF6J⑤7b&Êki|ۋqW[B3 <[\ndF\"9u3mq`NCb[82ZsO\'Q _@e(Z]LN#\\qRk€3fW\00SY\0\0AFo$(^g)i11\nR\0 \rFr\0an ՋvA!_Tr#tYkikLG\0JiO}?.-qMdv@Z?T+RjWq7wo7[feT ZG^y,Fs*%vTVEH813W^b6#$F\'eDy}g_q%\"p$4,ۋ纯XJ&p`q\\vtҪ7Y 01ȩW[[q) Mz36ZcI-L63UR#ص\"j6t$tY;m,u8 Df\\,uf>өOغ9kdF\'^slcUE)H:e\0eghV픯nk,+H\0]WKqKn\"#&ȸZ؞Z;\\bjص3xD,^N&ryJDHI+:mN(/EH=RŁ8+=bPw]\'8{GPba=잫x&b؈5D+[o#|HBp1 oLAw?U-sìGe$\n*LK8{b;MX# ;Rwjђ}|<\0o.[3}.ٷD{j[+ mݦ͹ADȲEMU3 0S J-F3Oڌ>:wvUª\ZgX<4cb\"#>Bb\"9\"mK@CQ0<=%SY:L0 \0Q\0\"қ=as+1\0U_*%S\rDG$S Y0]\Z@ekd5JɌy\"5K,Dpgn& Fd\0w&%ݦBaŲuq\' ١9W˩mh+ _\0 mz>UقElFlg10b´i\0r=5E rLMDRc\'6m<(҉+f\\h av16j>|SR »vڢ ʖ,ae5ĸ@L-;iלvo+J&ml\'oź8^L>ۮޮMS?UBGL\\3\ncۋ dHG5y]SauXH2*X*1S6t qDբquD9%c\"9 b)T|7eZx|JEp\"AjVNk:zgT?xN2q {l\ru2GVD(QzFbcWW|d 1N3l[F\' N6՚qeh˒DbȾ] ,UY\Z|!5bd0.b|.}j=/|ȏ\0aWףԖWJDC?4T0J2!#Z%d{%B7Z,\Z%ÑQ7\0Zc#YfUAǏc,qAp\0:@~Y*\n,؆DUQ`{,! %\n3מ8-A<4;ϏAp 3b $  tV_؂qPj+2rq څI 4Ts8N!GH_}H܅xe*>Ŧa,QⲪ1FWEʱu>IA2&H3h9_#ϾZ#Rz{p|ؼ7|Gͽ&\06~q+cRUY`?Z9PEDAA$fi۶i [8U1LaIZ\\A\0ܴѓ8 n ]W-%qA|1\0ڢ)qe)かrtkKuFWW\\LA%XvDtDp+xF#i\"2C;\00ᓻr>[;*6ՀB^H\nOz*2%QQ1 ( eǗ$fc\'\0E`rAoA\"Ô7Y{n:掜|Vv95%F0\'D*r\"&?EJ\Z\"g_$s8[ ! ܑc;-;*,ϵjO[\0!%Zh|FBϛY#I8pʳlBHw\0Q+&e ph؋eqZ!)sDsQb6P%-#r%D^K>k!{Qua,X\'$a=[cc~MlJ.aיeHVZnn\0:~s+\"NJ* ݨ3H@`Y)@xH3Im\0fNx-ĝ|JI2&Rվ$>-jj<5j,HMbRcM0*ͳoScGAl`UԎ%bDUTdU\\Qܣ;Xf`,e8#_)i4T`$$͂Q$cc+5\'Ѝm8D^gb-俺+˟\'%qA䊮C䢱NA r5~\"X؉/#,\"X\'Eo7\'s[F!Q\"蚔+2+vАڴφӑZD-ʌ͕ 5|/F\0HY lmgT 8D\"XgҰJ\n,\0_\n :ځ*k#$xHG\"`L#X41!j]! # O/NJ=y:ow\0ĺ_{fk˟ͫ(EFQb8ek:\nM^$pQ)\ZqkwR~;\06#Y~8)uFP^-(۫ $LkF:#\0K\n*rÀHBpǘ20 9nRb8Xc3bf*NJהf2D(UY\'PGGDA؅̋%AuZHK~tOJU/\n*y^\0 t|?~l+F!QeM\\Hg8D&>i0s+2e[]::}7cU,Ӊ+ /\n D`\0/3>f3[u5悽1UD4\\PD1>T\'DAuM緞)&#֤UXܑVRv8 F;91䨉E1U16\'4U{{}7s\'hӮqyfk][,NGH*6VJ]~)Z8s8\0. N1&Ry\n2D2/\Z1-Z 5Q!q=Q2%(M\"&b=\"% y*H,(\'\"H*!GocdžbVj\0%!΢>IOw_.g3N,Te*,U96G 050rPq_zvthּa2XqdjLDr7WP[NY1Do\"̬gFN2 Z$gFUQ B:&G>Ho/M\ZNå/+# YEކ% G+jvE\"D\rދ¨agUH0\0#>(H 23JE H{HTinb&lx7*V#1\"=ݪ5.5M@vq$1w8\0!2\0/3(:Fo8ytSC4ăD!߇b%X!3uW+l:aR<\0E|ŷ#0.\\W!pV2Am@Am*ynEꯆŸ)WD\03`1s\"ZCq#\"ʨf1+y+QeQ2|RE 1 eI J1#D\0ArE,}b\0/jQ G>jĢPu=8_I~dN 4ZΪ.`yݒ@@@@@@@@@@@A^u 6].=]ZP4=FTg~F5ZfQd\n7\'B)GY ~8\"~C勥X w\">q|C̓ER8f \"f]rJ ::WD\'ESF!aJOPh$>?^`>?]9gH⽎*6̎D|[b~,@E]CC\0`\n^ 5[YLDI̒GJ،Y.V0b%0\0B5UȘ]\Zq\0bpdI؍fei9:2l7v: e+McU$Lp\'9B1!,橘Ⴂ382J[RdVG%VeUPj?6畵I+l~wMz->yxE{b\' 5`OQ  3UNr >^\ZYUH‚j Qy7rZ؍1b!\"xHĴ$@-,})]5(;I82J̘2Ў* 8uQB\nr7\rQ*) ˾B1%Ebc$UlĨydfʌ!R.\\a}]T?B6x(?p^gu>Gea6s3-u;p$r9AKNC\0t%_QٺG\n( ]$Š7bВ2\0QY1.։c3RII\ZxjMVJ\" Çw>\"pDcTDZx\\&8DEpE` ͲYJa*G>\0r\0Pqeَީ#W6ե!V λde `p1#^4e(E#0\\j#> `bp]1wNAiEQBkc^Yi Exj)+|-HF$3AcϚ&0@=а~>HF慩fb8Y>U[Q\0.F<b.KNd֌(.B,G$]$at9c%]謌LQ2f#ڻg\0=\nR?AvN֐sj *pK4Hb6ɐcQGA $pQ艖l;\0w!*!>wMT|2(ol, =yZC]Qp:3{vT0{69)1ڈa0FG PaPc4&3Tp}\0~C~x?=&7T!\\^F$d_q޾#_C귥P>[ɔYut\rg]Le;\rLqq8æ\')|ŅcD[`9*x؀2|\0q}hY BA9?wة$\n* \0\Z+\n\'8yd\"]AP$F\"t;:PCP\0R w\\U2>/N߈ZI U,ꨅ`@($ʌj2kygQ\"EV\\~\01YM rEh3 N,t?6HR%ق$(Dw#Cĥ\" &8j1&1c=d EepDdZ+r?AcnSdf\0bX\" ꟙ}靛;M_$Mg}93^H`K.]-;.1p#އ?3vycp~n/&VFBb\Z\\%V\'a6Q)>4=\rc&L$pؐM,{$2=7ņ(ז!< JQ6%^&FhNqLb2dXĬvXY}>}_O.WP[JXr],w^\\iu<ҷ=yV≻J\'1A>zE Ǣa\0X髵1M-~\\#tbG,\07wwU*mvϵ=gTLw\'{S\Z|i/=NOH\0gԺ?T~ژ(IZ=gDI\0Wޘ_(To(ƒ{LQ:\'/3hW\'7~7|l ES\'y>i\0_џI|u)5 )?WÔOz>{\0)xzL?X H)}uү[9x^W&UJﰙ40 ϪV}GRzK1]=ɕ}ܴo\'_~]=_8vПOI˗;f?HNvR~]fr?um}U<_Z3յ;T\'։ :^woiOѮQ~J{]R-޳߻c{WWtu᳷gl,??сS\\W=P5\"qkI&yԿXQݙܑ?&V_m֟zzla\r=C`3铓6})z(ym*kҝ9#7Smk','','image/pjpeg',0,0,18170,'','Y',0,''),(16,16130,'\0JFIF\0\0\0d\0d\0\0\0Ducky\0\0\0\0\0I\0\0 XICC_PROFILE\0\0\0 HLino\0\0mntrRGB XYZ \0\0 \0\01\0\0acspMSFT\0\0\0\0IEC sRGB\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0-HP \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0cprt\0\0P\0\0\03desc\0\0\0\0\0lwtpt\0\0\0\0\0bkpt\0\0\0\0\0rXYZ\0\0\0\0\0gXYZ\0\0,\0\0\0bXYZ\0\0@\0\0\0dmnd\0\0T\0\0\0pdmdd\0\0\0\0\0vued\0\0L\0\0\0view\0\0\0\0\0$lumi\0\0\0\0\0meas\0\0 \0\0\0$tech\0\00\0\0\0 rTRC\0\0<\0\0 gTRC\0\0<\0\0 bTRC\0\0<\0\0 text\0\0\0\0Copyright (c) 1998 Hewlett-Packard Company\0\0desc\0\0\0\0\0\0\0sRGB IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0sRGB IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0XYZ \0\0\0\0\0\0Q\0\0\0\0XYZ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0XYZ \0\0\0\0\0\0o\0\08\0\0XYZ \0\0\0\0\0\0b\0\0\0\0XYZ \0\0\0\0\0\0$\0\0\0\0desc\0\0\0\0\0\0\0IEC http://www.iec.ch\0\0\0\0\0\0\0\0\0\0\0IEC http://www.iec.ch\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0desc\0\0\0\0\0\0\0.IEC 61966-2.1 Default RGB colour space - sRGB\0\0\0\0\0\0\0\0\0\0\0.IEC 61966-2.1 Default RGB colour space - sRGB\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0desc\0\0\0\0\0\0\0,Reference Viewing Condition in IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0,Reference Viewing Condition in IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0view\0\0\0\0\0\0_.\0\0\0 \0\\\0\0\0XYZ \0\0\0\0\0L V\0P\0\0\0Wmeas\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0sig \0\0\0\0CRT curv\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0#\0(\0-\02\07\0;\0@\0E\0J\0O\0T\0Y\0^\0c\0h\0m\0r\0w\0|\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r%+28>ELRY`gnu| &/8AKT]gqz\0 !-8COZfr~ -;HUcq~\r+:IXgw\'7HYj{+=Oat 2FZn  % : O d y \n\n\'\n=\nT\nj\n\n\n\n\n\n \" 9 Q i  * C \\ u \r\r\r&\r@\rZ\rt\r\r\r\r\r.Id %A^z &Ca~1Om&Ed#Cc\'Ij4Vx&IlAe@e Ek\Z\Z*\ZQ\Zw\Z\Z\Z;c*R{Gp@j>i  A l !!H!u!!!\"\'\"U\"\"\"#\n#8#f###$$M$|$$% %8%h%%%&\'&W&&&\'\'I\'z\'\'(\r(?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223\r3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<\' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF\"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNO\0OIOOP\'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\\VVWDWWX/X}XY\ZYiYZZVZZ[E[[\\5\\\\]\']x]^\Z^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G\nk͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4\nuL$h՛BdҞ@iءG&vVǥ8\ZnRĩ7u\\ЭD-\0u`ֲK³8%yhYѹJº;.!\nzpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\\dlvۀ܊ݖޢ)߯6DScs\r2F[p(@Xr4Pm8Ww)Km\0Adobe\0d\0\0\0\0\0  \n \n \r \r\r\0rr\0\0\0\0\0\0\0\0\0\0\0\0\0 \n \0\0\0\0\0\0\0\0\0 \n \0s\0!1AQa\"q2B#R3b$r%C4Scs5D\'6Tdt& \nEFVU(\Zeufv7GWgw8HXhx)9IYiy*:JZjz\0m\0!1AQa\"q2#BRbr3$4CS%cs5DT \n&6E\Z\'dtU7()󄔤euFVfvGWgw8HXhx9IYiy*:JZjz\0 \0\0?\0*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]P4wq3H \0*\0$|uNET5}3T-:xl/Y!`$n*ueQ‡b]v*UZ\nZN7KmLF6q{v,&i?;?\"up5+-^jޕii̥?1h\Z͊T>H̀AAјPUثWb]v*UثWb]v*UثWb]v*UثWb]o=uV:6\0kVs$oa|W<28.Aj\02/.w-Bxi>4ޟsZ7JzysO]g/-ڹ-2 ^mS1婙o%αs]~\0Dz}CےP-9s.LqF=ܥyjf5$\'`xM\0%L:qT5H$6WK-KU/V_늢Dl efV!E;ޘi1Dw4@\0q\0)Q$rA\0{-??༵.cE]XdoJ\n1yx@t\0ź>1l.8Ĥ)2EyrM7&hpm j,,\"R~Yru,(w<_G۟[Zԯuٯ$)=(H@ʉ\'`\0r@M!piTOa(Fy $W\'bP9\0#_)H \">s0ON$Tb;ɲw\r6Zվp@>$ȱ#.a7W?OҲmKiJBʖKRٗ\r_Yɞ~ot[kO춐1S021!aƔLy&.]v*UثWb]v*UثWb]v*U\0˾Jx5?0))y|Զ?\0I=Eᘙ;Gy>Nǟ|MMJWrJӖThP3R26\\91㼔v\'\"yŸdUqs_^_\ZTUKP(nۊ+bv5ZZ⫀OW\"\'mUhM=+\\U7}eu_.ڊST8\"f%1Q}I \09aAb}1AHΦ\Zfn-U\'&fhVXe@ee;؃\"UثWb]v*UثWb]v*UتO>ygW돪i@r` 33l7fcdg1e dh>K\0mgA噘}zt;J#SkL7GsxxVE_sB$@LUz FV0?Uw=bFR^TZ{]U25U9 qUy2.ت#^]=C\"\r}U Y}x!Ӛ5\n*k1TMz?i)LUJT&jWCGo,ԝ\nDI HU{^`o[ 9lΘ#*B@1Ux.4*(Vk_br@Bn>k\0f\0\0.\"<~K*i܎whvÜcɣ6-7>j\\\Zqk5 $F fw‡b]v*UثWb]v*Uت˛{{i.\'uG4UU,OO?;_8\ZtEM=:\ZO\"5ӎOxϓËy&T*|GPڃ{.^ت!mW1Nb\"Fu\'zP\ZmከfAU)lUN* T\0TuT\Zc*7(zЎJ~l6#WIqA\nmS b\\j-@ 7A*sV;VBև\\=GNZpWr:b\n ӹ*\n*j{⨅\0lwLUҴ;h_=**B1bxV61@A޾Qע}g DӨJ¦`IWWD\Z;Fŏ-n\0u=m1erc0,-kv*UثWb]v*V\Zv=miiM<>4-_&h|;Ťڝ\ZAsW)vX7Z$JֹKbܔ]7P֔.ĞbPZqU!Ӷ*uanĊ\0* 8G~ت:ՖW5TWk_ri*mڧ\\Ukj:\niU\njG:Ɍ*Vn8pON*qت!ܑ.k@;נU#V44*j)\\UR\r+JZUR&b©#犰o2I#]LE=_㊣EHJXT7qT\"s򝟘u>7F)،bBí M&ثWb]v*UGgFo!{Q63#۶k9iP-\'þsDXH=qU;%=϶*؅=T-~Zv 1T74PV9$F8ic懥* bw5bV\0LUj*λتr\"\\Zrv?*צ*crO#]UxR۾*۸@i]b4ANX ۧOQGsۊ5{ZSUFanx⪑ϸݽWo^7}8W JQ{ _C1TF^D1Z\0 UO@M@w|U9(7+P<1UQñ?&u4zw|:eSHZ:?h{-Ŕ5&\Zڶq\Zoq GFXa֐A‡b]v*U\0+-\\q>VVͱj8Oxf.7ܝ>+6y>*.NnMw$k$1bbPۦ*p\0*r;vRPmR7W77zڻ\nW9lv\'aOF\n)N8z㊬`WScSAa\n}⭀jH{br@vV+ b&DlxqUCCVӦ*,F*fTZũU_UOQ\0UH\">}*\n UV`6T^@~b=Ձkk86]0F=1Tn۠S =;b*~+h\nOzb STR7q+rSֿDM-ߒxA,2|+أ7~ ~M9q7:^Zl\Zwe{\ZoV]N?B)튢4ڼCq}8+$`(늢*䋓\Z.]Z޸Dtኮ\0m1W?ߞR~_7]OFC>$Wl0s?K p8EcUث\0GDhvV3b{Sϝ?\\*PO[3Wr?wW2H3Z\0:*TѷM? UR9VvU@,UpiJPRRXP3~ካ#/w;b$GC@-8.(I>#T?ZAኡЭjkUS#E+_TRUS-qUQiT-ޢZozA\\U\r473>Ja>x*O7⨴E~ݎ*ӆت#EXz\0$݊Iy\r݊zŹUwGׁ(ù WH VInz\rU}+JJbܪ*zxwQXGUS[BC}Uт}iK}U)z⨱\nr=qUev;|Up]+r41W*xb#J5MN?JPn[[#K,UA\'Ri\'_潷45yAtkfY+J\Z%6eJFn3\'bVOB̋,2I#pYXPb\0?\0\re$ֿ.-U^Rɣ\0tM}?12A.V=IIot?1:>i6Y&^<=\Z.` R T*8\"$c⫚\' E_bfƕ{-&e{WUiILfToMXVUz*\r\0Weֻxfid׵qTuM8cR@R\'\nN赩S$\"T*ݍG):\0LUF*\n#7:(*z/ӊڎ,\Z3lUeIO&^ZV0Pl5?`MzV5 =U(+b`m\n\\8NG]V*\0U⁈&*uJlUj;i\0WT41VkZ׶*|G{Mm#[aLU# o㊪qqV;ҽ1U?RIm7|UB=yCBOSeڸ:X㊻_<Qkk4Mq-7gl\"̍GbUثWb]Qo;[1NYZH0~} lf.,_%~+c=.\\Z|wս\\6cTujGa9hI؀FتW{f\'WSXP`1Uv\\YzU/lUiqWBz~IW*w1U˄j*,AҧKUH_ UАbZlՊ.HqVXbkQU ܽ&>Ҟ8\"G<ۑ UVyP7qUB2^\08\08_ibSGmkqu2Ngї8Û(C~XGv#@rORIܜF\"\")lXPUثWb]v*Uث>?i-ƺ7xVZ l(($^Crcc|Ei˽}3IZ\\os\Z:qwl\Z.|&$,0Iu9^UH\' аUf\Z** ;Uk1\"hLUTPG_b: UuHQ+qU41:qB~Ik1Ue؊⭄V\0U>Sˡ*#fg`@elU1 (\"\n*C5ܓLUg}qUR 1W\0v\'I\0/5&ghz|o*yw\Z4$h{2ó\r.Q\\hI(\0!\0+-t򖘖&}.&[$<c9&y Wb]v*UثWb]v*UثV\'`I_vjE֣u-~ridlaɍL[j7;bFa-=b\"SO\\Uov ⫥eUgq5ԉ`ئ<ߗڕ\n~U\'RlUjH*]UXlU䦄bJԐݱW\05O7p.k_3t|ˉ[sUثWb]v*UثWb]v*UثV3vֿdM\niwtbarOmr~#4 hƿLUKRȨ$uTj;6 Wb]v*UثWb]v*UثWbX?Bbx&Z~9?X~mh^mKC\"j@+R GĊmeH@qV编\Z91UW.lUw4M߮*?MTBz6÷\\U{\n\nlU@9lUs;xIB=*0U qUI[.Dh1VDaC:kUUWY\"c*.HUlwt劯 zu^\0>\0/4{>fN5?Cl:b]v*UثWb]v*UثWb]soSv> v2I8MkJmbP}b=K\Z; U@->U*Bh\0~*ҡ}ޝ}TLE.u-S;\rD2ZSnARIUtV⪲8M:CA>Xk?F*#I}VSክ*Uܸ\\ ⨅2ԌUNWN\Z8̤S_Cj{\09/v? HY~\r:msWb]v*UثWb]v*UثWb^\0?\0?z=[8͏]Y9\ZoCJPV&w;_UZRqTaP$bS$cGlUoTsF*Zj*wvQ jcAVzP{b #ab)1Wr\'o労x*)Jt\0bBS1UPUW*z UR+FzWY%XԨbK\09䧖Y˰Xj~m]kWb]v*UثWb]v*UثWb_<n?(tMk6H\0}!//N{kx0\\LzGSNgj@t\'T,Aژ\'8TZ,hA#*P\")z\'@j:*\0dխ*{OTO*6?يP̲! ָjbF&Mw*CvT*\0~+^z⮉ߥqUu+R}UQGTА@S3R),l4bqm?!UU$`>ت=+YV`T)B)qVU7w*],|+ <Pc?NspꝊv*UثWb]v*UثWb]v*c~i{M+ʖ7s}Ѩ\rg0y7(HcJ0ܥuC\nؚ\"s\ZPۜUekqbzbzւ$\\BM;tW?/m[45؏ U 𪝀>@ pjlF*Y9qsR;RQ\ZlثLTvW)h;QhhwLU/ϰV2P\\*iW|Uc16Z *~WGGHvC gȿOrꝊv*UثWb]v*UثWb]v*~iw\0;m-`k97KȾWVOrѩm|UbҹPyت ǎ*cSqWsڸqA=}bՉڴWq^sQzD]v[`)Ӯ*PKm]J85W]+⫝0;W|URc*FCۭ*4ZtiZW(5ZRgo㊵lqVG7/*[Y\0O/ӌ:b]v*UثWb]v*UثWb]2\0?*V\0W;K\\=rP7R8pyl<@\0\0׭kTi(\r(:LTA>UP0\'Ƙ8*1WuQ|1Uh\"WpOlUPWoն*8VF:S|UUT\Z޸:\"+r*ZBv;TlPoኻlUާCR=Vс5}W=YO3i\0 I~ջv*UثWb]v*UثWb]v*U?^_:Dɤ~W?Ktbxb k/AT,WaLN qUGNBo[ESoYyisEÊ\"w=\0ߎ*oo׊犫m1U;A=銻BglE: Um)P1U~\\1Ut^Akww!֞ثLVz~8hWbğ|UB_~OZԶi<dK6ثWb]v*UثWb]v*UثWb?rE5}/$/B-$$oCWW#+\0qV PPUT;w[xU4C^UP\0\ZxbYVwvW*r튫DV Uo*)\0רT㜩 qUȬjGz\0:\n%*>t]Ȁ|}UG\ZR8V鷆*qU@jP zm5i\\?fނȪMZbץ\\U}J:bBEi\nm׶*Ȩzh(*xU޼k\0{⪑OfqUU+^*WTq \'P@洭=PA*3JVQl7\'劬;UF$8ޤܟ*F^QZqT9G*b`v튡Ǘ_ U\\=\0؏|U^.4ۦت\nF241U!=}PbU \ZuD,cR/|U^~*p\'[Q(6qU\0\nYܴO\0A~fֻv*UثWb]v*UثWb]v*U\09r%\0f3Bf?]<ᔚ[aaȷZw*Fj?1UM 1UYJhAE-*T`LUQLU zSb(Pӭkn=\"PWk=jڧ*C$r\0jW_!F*+AQQIR+V^\'z,\Z=mM+ֻh)S\\UY=JOn\":\03Cz Umé bU#zb\\Z3чPqT\\n*F*Ib)G|U^1U)-m58[+qژYre/GڛLUSK՞j6d6pEX~UwzU!#vTS]qU3\0ITp~ 犩1TL\nU[ڄ^\0>\\\0So^d~O͓v*UثWb]v*UثWb]v*UQ ,ITjwSH=R3Jyq#\ZE\n{W=Ũ WB\Z3ӱqTYcl***\"O33G@NTIC8_b@F*qiZ|U4*A޸A_\ZbK&pK-N|U!tz5xb-5 \'m⬃Mաi(銢KYi^#ȍۦ*F2#absE?PU+^J*t*w5mdCn\0nEi~t d 2t[F}\'^UثWb]v*UثWb]v*UتSDiG/ՑYG~M>v-R+4\Z,bJ mT<Z@Txb0\0#.ZHUN7&rkZ|TR*L׵)-Ǯ*O5Ac]XN׿HW\rbnjG]mQN8:|f[:E<|l7;bEb4aw5]^*Ls*1H#*\"Fhuv\'XZPTU׾*܌)NTH%n.%Wl0PLjP=@Y7G枯=mcGҦe c~$&8Lc8\n~WV\Z\05*SU z\0}hsmXW!F$;v*UثWb]v*UثWb]b\0&|o?d2}%??/%]duawhʅB^\r Ajت7VMG.تӀe1V(GEUv4@qUVE({D1T?84QpI\rÈP94NZbާhx[+kZV9q {S[=Tb|\Z2\Z#W3%%%U\'Z*:Um,4zSRpVA!5?*-nLUkr\"w6byJ$M)nEwۧъr?*՚*#\0Lʼn} YGLi:^v*UثWb]v*UثWb]K0f\0CgKMZKIHIRA\0`Io}\0k\0Qc?Մ<\03$d_էi\\M\0\Zq~Vі\0_1\0y#^7a;\0,E|fܾ\08/xW?;Ɵz 7Ig\0X|w/>\0`k\rO\0B\0g\"ɚQ|w/>\'H,#\05cC|i\Z_\'iDl?ScC|iI\08s\08?G|;Ɵz\0/v~q;ǟ{i\08Y\08S6f2ܟ.?rUpq:y7L5][>;Ɵz_QӏVq!܏\Z}\08\08W^OL|w/>\0pq\n([V5ґp<;3Ͻ?ڵ;֫{QG:HAɌ_,9?}n hF;ٍQIz;h ?O漐W\06:2 &\r~Nɞhw%\0>Ԇd4ʀ\\~N]C\0ϵ\0=#ZêW,+Jo Iy\'QK?󑐃ä]\Zo_F?+4f\'\0xLݿmP2_FIY |\0>|[-*M69.f2\'!XP^X~\\w~D|M;GBs\0f$ЈJFFbUثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]','','image/pjpeg',0,0,22150,'','Y',0,''),(17,16131,'\0JFIF\0\0\0d\0d\0\0\0Ducky\0\0\0\0\0<\0\0 XICC_PROFILE\0\0\0 HLino\0\0mntrRGB XYZ \0\0 \0\01\0\0acspMSFT\0\0\0\0IEC sRGB\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0-HP \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0cprt\0\0P\0\0\03desc\0\0\0\0\0lwtpt\0\0\0\0\0bkpt\0\0\0\0\0rXYZ\0\0\0\0\0gXYZ\0\0,\0\0\0bXYZ\0\0@\0\0\0dmnd\0\0T\0\0\0pdmdd\0\0\0\0\0vued\0\0L\0\0\0view\0\0\0\0\0$lumi\0\0\0\0\0meas\0\0 \0\0\0$tech\0\00\0\0\0 rTRC\0\0<\0\0 gTRC\0\0<\0\0 bTRC\0\0<\0\0 text\0\0\0\0Copyright (c) 1998 Hewlett-Packard Company\0\0desc\0\0\0\0\0\0\0sRGB IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0sRGB IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0XYZ \0\0\0\0\0\0Q\0\0\0\0XYZ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0XYZ \0\0\0\0\0\0o\0\08\0\0XYZ \0\0\0\0\0\0b\0\0\0\0XYZ \0\0\0\0\0\0$\0\0\0\0desc\0\0\0\0\0\0\0IEC http://www.iec.ch\0\0\0\0\0\0\0\0\0\0\0IEC http://www.iec.ch\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0desc\0\0\0\0\0\0\0.IEC 61966-2.1 Default RGB colour space - sRGB\0\0\0\0\0\0\0\0\0\0\0.IEC 61966-2.1 Default RGB colour space - sRGB\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0desc\0\0\0\0\0\0\0,Reference Viewing Condition in IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0,Reference Viewing Condition in IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0view\0\0\0\0\0\0_.\0\0\0 \0\\\0\0\0XYZ \0\0\0\0\0L V\0P\0\0\0Wmeas\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0sig \0\0\0\0CRT curv\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0#\0(\0-\02\07\0;\0@\0E\0J\0O\0T\0Y\0^\0c\0h\0m\0r\0w\0|\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r%+28>ELRY`gnu| &/8AKT]gqz\0 !-8COZfr~ -;HUcq~\r+:IXgw\'7HYj{+=Oat 2FZn  % : O d y \n\n\'\n=\nT\nj\n\n\n\n\n\n \" 9 Q i  * C \\ u \r\r\r&\r@\rZ\rt\r\r\r\r\r.Id %A^z &Ca~1Om&Ed#Cc\'Ij4Vx&IlAe@e Ek\Z\Z*\ZQ\Zw\Z\Z\Z;c*R{Gp@j>i  A l !!H!u!!!\"\'\"U\"\"\"#\n#8#f###$$M$|$$% %8%h%%%&\'&W&&&\'\'I\'z\'\'(\r(?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223\r3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<\' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF\"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNO\0OIOOP\'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\\VVWDWWX/X}XY\ZYiYZZVZZ[E[[\\5\\\\]\']x]^\Z^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G\nk͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4\nuL$h՛BdҞ@iءG&vVǥ8\ZnRĩ7u\\ЭD-\0u`ֲK³8%yhYѹJº;.!\nzpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\\dlvۀ܊ݖޢ)߯6DScs\r2F[p(@Xr4Pm8Ww)Km\0Adobe\0d\0\0\0\0\0   \n\n \n\n    \r \r\Z\Z\0rr\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!1AQaq\"2BR#br3$4%C5\0\0\0\0\0\0\0\0\0\0\0\0!1AQa\0 \0\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0gs rT^Tpa\\;س?Segw^ zf;\0\0\0bKP<7Xce_֜qG&l-&i=ئq^(\r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\rwahM\0>JG]x k~x<]I{)$Uj$^uNIQ(Nl;IùnOa=g9tV$g\\?_&j9v+:-JeZ/6Gf,]9燩D@+5@3c5~~yI~=ʯ]\r@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ˎ *t.Mk$7Yʽ\0(-O`-\0NrWpuk^zXa%9].g\'$U$kFK@??}w/X兾aȝ^uz~ ?.\0}ùÓ]w}UWL(ܞ_?dG>,ˉBj)N4d16Ow쑎iRXޓy-x \"PUe%$_+\'2*gGݾs\nn\r Q%]\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0es\\^_$~0q`(@(Qi \0%% F/ iJ%|:\0} lHm+\Z~;BWU,qr{b@.Iws ahk&7ܟrӆEUfyY>__P:)y]=t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\n$ \'@<et@\0\0\0\0\0\0\0\0\0\0\0\0\0Pแ<X/k@HVV:_@X#\0)+\'\0OH> y K;Z 0Íh I ^ <@@f۽\089Ep8-P_NOo^2|9ǒ\"X,\0\0\0\0\0\0\0\0\0\0\0\0>xToDQ7l {ys*Nڠ,z.EN@.\0\\kqJa쀅huZ}R\06Zff>4pncˢ~70n6l/\\O.q>%z)`h\0\0\0\0\0\0\0\0\0\01n5Ey/8\nau|\"w/x*Y\\&P\Z\n O@gI 0J r&@!.`^)iJ]\0l;)G9* YTOj.i㒜f6~JG/R\0\0\0\0\0\0qyUrպ\0\099.fn4\Z@)\Z`\Z}u\Zp\0&ڀ(7D,V*^ 6dpSxKu2W;\"}:ς}q͠;wm@ Zvjt)-_\r\0f2n=˳r\0\0\0\0\0\0qNJ.(ݺE\n/w~`znY\0naNP0\\@h@_O\0Fn03/(gd+WEe h`N5V-\02T:Oh5n dp|\0)-#*ۋ\'u}}U]\0pZI]?\'$&ھ`{v\\j #30\"mm0|@ ֮MU\04*|*b@1IT iҠsmpYJ߂Ϙ4u\\@<=j#7]j\0s\Zon*04p-˓g.nc_\0\0{5I.}\0ͧ^mh\0OObʀ膀q}u@2JW jp%T &PL 2ʜ@uwhhKV,iNI9ut=t(AY*^\"Y6^MS矵di 9X⚜\05n9\ZutrF`S\"udn|\0jJP;vԝ`;:,/>OVK \0N\0\0Gٖ77,lW@4޴rGÀ;%H@=\0놀pohq\\ .D%{@mXg\0&N{YF5w]}v5bZ怦s9biZ˚-ZJ@d£ƕ-4@{h9nsKT e7WF*Y%\0\0\0\0˿O4T\r?OGP)$<>\07̓}zT`tv4_\09xO (_Wp:-8Ud\0*`1@m\0m\n&ӨgiEv&*c\Zl1J:J.h\\ԡ@0Ǒr@N\n;Wr:6;p\ZT 2¨,j_J.NoAN)dž \0Qe4\\#ӫmbJ\004\0\0\0\0\0\01Y<8U)i\'>p`z0e׀^ˆ8\0XQ$gn\ZMu\0\ZE\r@%P+p4e\rRLxGL n\"\ZW 啀䇚39%T`ZT>OP#ndduxߒ@x,k:={JJ 2btZIaa.r`rN];\0 b$6X{u>ik#R\0\0\0\0\0\0\0˵5oľ DSIiюJwRq͓rce@4?l ]@;b\0:XgytW`k :W\ZRnEPg6@4:>\r\"lR?GmK~\0y۸K\0!*p{X\'I6JӘ:_\Zo<8^Ro1l͖I)\\@;\0\0\0\0\0\0\0\0e*٠<[lgxI\\=lK\\y)*=\0\'rUcQRKW vW`kL YW\n*@_\ZMXp:*hYXq@,~dޕv:Հ:?XNrU{,<lS)|\nm_@v}?kחZ~;\0\0\0\0\0\0\0\0\0\0y[23K@hXڥXLrOZ);0Tlv)OQ+Mh:r~\0ctL)յ\r@TK1Ҥi\'$Կ\07WrK?rxۀکvVTmҀ`m\\8CowSt\\`<2d9s4dMwZ]I1u-q8%_^R\0\0\0\0\0\0\0\0\0\0\0\0\08ڞ%{s$p8\"FY6W06ÅKl=̮)VKR\rH\r\0ψƜ@[(7Zɻ}\0*N$@ U)IT q_nFo\08RIQh\0\0\0\0\0\0\0\0\0\0\0\0\0\0Ե傫J˽q\\\00nw@銳]#P82K0@ iKV\ZGNH`pn%: &h\Z_ t\0\'p=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0_Nջ4 &;w#H \'Tƕ@Š*$>V6U`mK+J+GP%Q@EϠ`^҃Γnu|j@腐 a}z\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\nu*vU/4;1f( IUJo\r\\\r8X+@ Wx.;\n\Zh T ~3G\0a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0.6#撎&7zٶTI덢YDn\Z㎀lP#@:p\'`g t$ X`\"\0u\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\09gN@aHҠymO\rTq; qƳL\\t%+kp\r@P\'HnY@@uY\\i\n\r@[dI\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0roN;H-$[\0c^o\0%DsUT@mJ*Vߴ@Z}kjE*W @%$e\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0T;:*]ʳm;SIh@,`om\0Et%Q1 ɻ ۠/x0%k4`\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ɞMBysu1 *\0T\0$F_Gp#\0t\0@H;D#TTl/EǛczVe yu\nuJx)`6^\0`\Z\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\07__ko1]\0I\\jn@YP Rh\0 $:m4@ ,@xU]Q@\\ @H/\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0}_@7EN@s7Y,RY4@I9\'7&Îm4JK\0JP( +(ub@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0}Ova$GZ]!&|tWR,~Wd[ K1\Z /.@j\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0<ߨ*^ EbP3bՀj X\0ێhBɁ,\nX/u*`FV~\0zxJ\n@K\0\\\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0?+ 2j5PLnyro6*Iug\Z=`,\nW #hYVou\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0?v븒Qk@%eXP!ˈ}l}ҫ@%\n6ͺ\"P:ujV\n\0L )$uY?Z\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0f/i7>֟>JV9Y!Dd`zX1ƚ05~ T`@\0&pog_9⛒÷VZD\n= 67SOw\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0;wu&UH l\0zyWrlqZMO>v@z]ӍƨV+kp!izlPm4@wRҚ\\/n߀p\Z&^)WPxΠU\0 @O\"YUZG\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0>ʍ_F|C\'$]\0C\' \' w=EՁI\'sz`tZ^!`)T<kTЗ@+,8$} ÑW|y;-~ygx`z;,k)7k:\'?pS0\"\0+\Zjs@S$+N]\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','','image/pjpeg',0,0,10410,'','Y',0,''),(18,16132,'\0JFIF\0\0\0d\0d\0\0\0Ducky\0\0\0\0\0<\0\0 XICC_PROFILE\0\0\0 HLino\0\0mntrRGB XYZ \0\0 \0\01\0\0acspMSFT\0\0\0\0IEC sRGB\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0-HP \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0cprt\0\0P\0\0\03desc\0\0\0\0\0lwtpt\0\0\0\0\0bkpt\0\0\0\0\0rXYZ\0\0\0\0\0gXYZ\0\0,\0\0\0bXYZ\0\0@\0\0\0dmnd\0\0T\0\0\0pdmdd\0\0\0\0\0vued\0\0L\0\0\0view\0\0\0\0\0$lumi\0\0\0\0\0meas\0\0 \0\0\0$tech\0\00\0\0\0 rTRC\0\0<\0\0 gTRC\0\0<\0\0 bTRC\0\0<\0\0 text\0\0\0\0Copyright (c) 1998 Hewlett-Packard Company\0\0desc\0\0\0\0\0\0\0sRGB IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0sRGB IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0XYZ \0\0\0\0\0\0Q\0\0\0\0XYZ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0XYZ \0\0\0\0\0\0o\0\08\0\0XYZ \0\0\0\0\0\0b\0\0\0\0XYZ \0\0\0\0\0\0$\0\0\0\0desc\0\0\0\0\0\0\0IEC http://www.iec.ch\0\0\0\0\0\0\0\0\0\0\0IEC http://www.iec.ch\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0desc\0\0\0\0\0\0\0.IEC 61966-2.1 Default RGB colour space - sRGB\0\0\0\0\0\0\0\0\0\0\0.IEC 61966-2.1 Default RGB colour space - sRGB\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0desc\0\0\0\0\0\0\0,Reference Viewing Condition in IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0,Reference Viewing Condition in IEC61966-2.1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0view\0\0\0\0\0\0_.\0\0\0 \0\\\0\0\0XYZ \0\0\0\0\0L V\0P\0\0\0Wmeas\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0sig \0\0\0\0CRT curv\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0\0\0#\0(\0-\02\07\0;\0@\0E\0J\0O\0T\0Y\0^\0c\0h\0m\0r\0w\0|\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r%+28>ELRY`gnu| &/8AKT]gqz\0 !-8COZfr~ -;HUcq~\r+:IXgw\'7HYj{+=Oat 2FZn  % : O d y \n\n\'\n=\nT\nj\n\n\n\n\n\n \" 9 Q i  * C \\ u \r\r\r&\r@\rZ\rt\r\r\r\r\r.Id %A^z &Ca~1Om&Ed#Cc\'Ij4Vx&IlAe@e Ek\Z\Z*\ZQ\Zw\Z\Z\Z;c*R{Gp@j>i  A l !!H!u!!!\"\'\"U\"\"\"#\n#8#f###$$M$|$$% %8%h%%%&\'&W&&&\'\'I\'z\'\'(\r(?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223\r3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<\' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF\"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNO\0OIOOP\'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\\VVWDWWX/X}XY\ZYiYZZVZZ[E[[\\5\\\\]\']x]^\Z^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G\nk͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4\nuL$h՛BdҞ@iءG&vVǥ8\ZnRĩ7u\\ЭD-\0u`ֲK³8%yhYѹJº;.!\nzpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\\dlvۀ܊ݖޢ)߯6DScs\r2F[p(@Xr4Pm8Ww)Km\0Adobe\0d\0\0\0\0\0   \n\n \n\n    \r \r\Z\Z\0rr\0\0\0\0\0\0\0\0\0\0\0\0\0 \n \0\0\0\0\0\0\0\0\0 \n \0s\0!1AQa\"q2B#R3b$r%C4Scs5D\'6Tdt& \nEFVU(\Zeufv7GWgw8HXhx)9IYiy*:JZjz\0m\0!1AQa\"q2#BRbr3$4CS%cs5DT \n&6E\Z\'dtU7()󄔤euFVfvGWgw8HXhx9IYiy*:JZjz\0 \0\0?\0N*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWbV$q<U\0$U>st{}z6iA>g݇2`\'L0-r7W 6b9􋟷< HjiwrS:\"WzXwg0Sy)r)E`KWb]v*UثW~e~niS--8)a%r`[\01\',kwjd{р,!фrc\06\rRԑCFH Hn8ȥثWb]v*UثWb]v*UثWb]v*UثWb^A+/U[i-xx s\"EYh]yv4yHu;$NxD<(AdIVHeQQMkI\ZB(\'¢+8_\0_1B趛(+I0K0\"D>Ԏ+D_)\"c,rUԂ#*l]v*UثT6imj1۠K+|O$\09Yt\0)\'#(6㋽Y;-ԓ^5̭5Ibǹ\'I˚R~SHUIghVH\nx^_OjF#\0֟\Zm~t~e[\0 FÉqd&^cSn)6͝=9y>O`dKJ)w k qs$HǽrcW\0rY^ҭ-pޣF d(H5/ο{S!o!ǑɌq5Mbs.}-ֲH\r ,PsMqĤQji=ĕma!\0-%Lw%WU dz\0 BIbuw?1Bq?.\\̶Z,܀K Mn-=V#beA@3r@| v*UثWb]v*UثWb]v*UثWb]v*U翞:_k5N.P\0eNYFϙ\nݹp?#d3ǪKS@\r(|1*;%1\\IuB@u\0ȦvNUJ|p^db]T ƀ4\0?n-nn9+T1U˳ 8Clm14o<-۬zE\n3+׀rWo(su/%ĬfIV ZVPˋ\'u.ח u!HRzqkm|.A*ṈLX5 a\0eC \'dAGR&Gy&lBJ(l6\0:aC\0\Zt%ޯȟc߼\02jm7;v*UثWb]v*UثWb]v*UثWb]v*U)ufE}kI~%D1kn]4MϧgStU+vC\\%-T]20ARW88\0(~I*I…Έˍ\rV\n[Kf2KҽYJM~׷\'ՇQyxwOs}VN<@]\n!m\'!)Kr\"H=\0d0đzW\"[E$2]3)6g[7b]v*UثWb]v*UثWb]v*UثWb]\"b/I{<\0fypUD1~#dK \ZHo2F`*H\'췇ȲL Zۮ,4\n)P{J#;\01U LE>\'|PE\nSF)Skcu8-iM#\nKZGNzPf6׊½1Vw51W[q\'ti\\ė2GcKWb]v*UثWb]v*UثWb]v*UثWbP. $\'T\' y|WzO!s8|\\--tlS44ݐTUx|(o­COL\nrdu^*C3}Y9)\\רOՊ[H!C(w?y\nl\nS*I*ܣW\\U7ȹ>05ef,&AWb]v*UثWb]v*UثWb]v*UثWbXn!kwf~rYz \Zqƍ,+2z̗q_:`&\08BP\nUTR}UN*lQVuF Ub{b­\\\n{Uqm}[+x.,SZ1-F7ٻv*UثWb]v*UثWb]v*UثWb]v*U_\Z\\v`4Wo2{jv|uW%b -!\"vצX j~ ^Qҽ07ۦ8Ua\\\n-*N*jN**E[b5J{⫁U|UMh*NTAT=p\rAg=ť~+;W+טن=[*lv*UثWb]v*UثWb]v*UثWb]v*Uث\0mmn8A}W#1UMC*V\n߶{7>zޔO,Q] BcoSlۈnv*UثWb]v*UثWb]v*UثWb]v*Ut܅D@⯏<孝kMbw15Qmߦ\0\no*{Uzb=k\"WAZ튬s5늪\Z\0VlUh|R\rc8~P14zZZ\0|\0fFb(\Z/sv*UثWb]v*UثWb]v*UثWb]v*U\0^j ma~7ڭmPcfʃ}M\nuo2K@jj`t`*jW+ۦ6\r*{UMj{⫁3loV\Z׊ʽ1KU\'\\7mviUk\\Pv>*^p8M68D_/?~TU=CRAa r⫆…:|UScX)p%WtUp V*)1V`LBK?<#{)]M֘}NXl.uv*UثWb]v*UثWb]v*UثWb^]鿠,_/X~ui.TC#w?F^KP *z&*5W\"PUTT^UukJ\rUJ|b\r׾*Ng1V]?V*v8b$SM#U MZ^n%Cң\r\Zr}i};:jҺZVZoSNb\\6AWb]v*UثWb]v*UثWb]v*˱ct*#]ⅼea(.\"yO%r|wS:=ZYՙ`;{ٓɣIoim<2(RB\0tĨBoJUP; Up[qBޣSV+`TU48q]l}8C|%ZOoWFmn-[KI掻\0T\Z}M?>p7\Zt.V2PK>#0Y\"2KdUثWb]v*UثWb]v*UثWb NuiOwFx#V\n+J Ōn6Ii\ZJH_^Sի|KeUԘs R!@\\*îPtG\ZvT r,(ZB\rp*]SJWX\0~)h \n\nqCWmkzK`CL7)Yd,QRbþBcꚎ{];Xt`{Pi/rO1үؑ[a*xF\\\"v*UثWb]v*UثWb]v*UثFֲ_F5l~K,\'jPllUFO%QF\n>l*? Ȕ<\0J7rLZ{⭌Uǯ**Ӂ\\Uh;MV鿶*qUb4bT`K`F^(7Z A.8l GSrLWTH>ث?o4W4Y74 r1}]v*UثWb]v*UثWb]|9yO38\ry$:JIm%X2 l*$)\rZ.RjӅ\ndp&61V늸{⭾;b{bjwqKF(poZbV*\nJJ$tm1^{/7}k4\0f)ɷ7YCsWb]v*UثWb]v*UثWb$\0I7_yͬ_IZ.eb~nsoثWb]v*UثWb]v*UثTz^[$[I9(s gȾ1O\\.(Bd[*֝UF\ZX-B\0Q[ⅭutWqVUM}+tV8zӧlU#Rb{b\0*تS:b}% 8DDĠ*}Ӭ?\\/&xvb]v*UثWb]v*UثWbR>Ky/[zҖs\nЌ?0_Jj̢߫l [jM:⪫+\n*^8uk(_ \n6j i8USlUamW\nS,OlUf^olUpmS†犬Jeھta\0i??gov*UثWb]v*UثWb]v*UhK_\0.?,>ST\ZxfIqJT\0WH~P%эLj\n튷튺S\nRՉHQP*\r>gT]­}Br.þ(V_8B\\+qU.P努FlUb؜USU*C*&v8Po.SQLUd^\08\0)~?^NMvb]v*UثWb]v*UثWb^q _z09vmYy>Z9qjS|UrWzb⭷߮!ZR~C\n\r6Zb7=1Vn(kHUj)ኯ\0x⮮}㊺VmӊªS⪛aBP-_*ԢqW0ucbtey96cS1۝v*UثWb]v*UثWb]ygD|nx˰-Y_2K.jXïlUR?TiAcZׁWU튴j1V*t]TZUI^Uڽo Uvbxb\0g\nf?U;⪣…\'zKBيdUktey96cK1۝v*UثWb]v*UثWb]y䄔򾚟vO g/է/G2ֵ:ԊUQ~*uoCCJnq)/է/G_㖵V8cmBmQ(\\|*\0lUR:\\Ӆ SP qHtg/_6>\\:i\rH  Qi<0P\nl*&\0,\n)^64^\08GT6#N\'&xvb]v*UثWb]v*UثWb^#\092\0\Z;¨-9z>}~k[h|U[«Sj8U† \nVԝTB])Rj0*>uއ\nP\\\0k^:xU9F@\rrL(\\:o>ت1U@k_qwԇJ:^NL}-]v*UثWb]v*UثWb]/riВ@fFE/065ƾ۞nV\0{\no~^‡5<1KLP6[}*M†N*\'J B(; _ok\nVV(\\`HB jFP$4TUkbS\0j$yv6\rJ^NL}3]v*UثWb]v*UثWb]riBO20-y!ws\\ \nL(CGNUj7V(\n@ij%5*U`ݟ \0Nf3{Wb]v*UثWb]v*UثWb\0?\0\0.daZrxC떵4\\JB\0?U(0x1U~UCu\0oXSPφ)TADP \nU\r3o%%zN*v*)\'p%2@A_&Z;\n[v銮c㊽7qG\\d\0N;{Wb]v*UثWb]v*UثWb\0o%3dbӗŗ햵!l*\0\0|~x\nz{⪔PVS}%\r!\r+*ۀz{aAE\0i\r7MT+ӯrp%jp%p\0}8P늪taT%ې^OM\0.I d0*[&«$4m\0;Ͻ5dYÛov*UثWb]v*UثWb]v*U\0uO/LfFM9yd ֤o*Iz`J1…P() ڠ;\ZtRc@|<0*S%l\0QpIPoZ%R)W{w\n\\ƃ\nVNDu\nSmIbxaWTC=+^\08iʱ$ K8s}E]v*UثWb]v*UثWb]rX`\0%̌<2xKXK$Y)نf$\nS%M$u)|UO[P\0gP~3(z6u\rI1*-E`|(\\E\r1UE|db*Lşo FکU>*m-JbL(SfPS79)ڸ/)1?ߖslO9fb]v*UثWb]v*UثWb^\09)z&qy4e)=wpI^T(䐶4;+bs}U/m}\na(t!FCjAY\"co\nzU\0¨{|B\\i)\"䐭0a\rNWî؃S+b*^6½^ \0$wyUثWb]v*UثWb]v*Uث;?.K-KGDИ$,X5-B2S\0Qiw-|b \\h1h E]o*g`0m\0x\0~B+ rOS݁+iyFFJ}8&VC_)NL A&8P\0‡*LU/Ҹ\nZM늦)BCXbsOn-_4ѿSې@ș\0^3@>+od\0߆@f1=;ʿ^P򳴺=t%+֜}\\K` ثWb]v*UثWb]v*UثWbPjQ 8n=Vh08A!\0_!|M&{FW6u2y\08iAB7>\0Ue!kXִg=>ɺVd`C`Ɂ\'q\ZUW1W*3l|Fc<=p%5@9 cO~VG ۹ȲV\n|\0nث@oSZxbsgQ%;|HC4>}\r71\0\',\0aeoaӭ-\r>܈?e^X7xIi$O˯K_[eTr 0\0A ثWb]v*UثWb]v*UثWb]v*UثUAedpOmX~?}ythL\r\'e) 0/ƭ!:nq쓢Jxrc7x`q1]GqqK+%c\0ߙPDF8Q˷DVG\"-:\0C%a Yמ|_C~ՔѬ.X$wL\0\0\ZVOnȧUtMj@}->C,2.)U\r!5Fi>#2ʁa2> ,I\0j<[R-lI\\(OY\08+rP#XP\n98?/|:vofA$w@̖b\02\0t ثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]','','image/pjpeg',0,0,15143,'','Y',0,''); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_images` ENABLE KEYS */; -- -- Table structure for table `xcart_languages` -- DROP TABLE IF EXISTS `xcart_languages`; CREATE TABLE `xcart_languages` ( `code` char(2) NOT NULL default '', `descr` varchar(128) NOT NULL default '', `name` varchar(128) NOT NULL default '', `value` text NOT NULL, `topic` varchar(24) NOT NULL default '', PRIMARY KEY (`code`,`name`), KEY `code` (`code`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_languages` -- /*!40000 ALTER TABLE `xcart_languages` DISABLE KEYS */; LOCK TABLES `xcart_languages` WRITE; INSERT INTO `xcart_languages` VALUES ('US','Copy selected file to...','copy_selected_file_to_','Copy selected file to...','Labels'),('US','Andorra','country_AD','Andorra','Countries'),('US','United Arab Emirates','country_AE','United Arab Emirates','Countries'),('US','Afghanistan','country_AF','Afghanistan','Countries'),('US','Antigua and Barbuda','country_AG','Antigua and Barbuda','Countries'),('US','Anguilla','country_AI','Anguilla','Countries'),('US','Albania','country_AL','Albania','Countries'),('US','Armenia','country_AM','Armenia','Countries'),('US','Netherlands Antilles','country_AN','Netherlands Antilles','Countries'),('US','Angola','country_AO','Angola','Countries'),('US','Antarctica','country_AQ','Antarctica','Countries'),('US','Argentina','country_AR','Argentina','Countries'),('US','American Samoa','country_AS','American Samoa','Countries'),('US','Austria','country_AT','Austria','Countries'),('US','Australia','country_AU','Australia','Countries'),('US','Aruba','country_AW','Aruba','Countries'),('US','Azerbaijan','country_AZ','Azerbaijan','Countries'),('US','Bosnia and Herzegowina','country_BA','Bosnia and Herzegowina','Countries'),('US','Barbados','country_BB','Barbados','Countries'),('US','Bangladesh','country_BD','Bangladesh','Countries'),('US','Belgium','country_BE','Belgium','Countries'),('US','Burkina Faso','country_BF','Burkina Faso','Countries'),('US','Bulgaria','country_BG','Bulgaria','Countries'),('US','Bahrain','country_BH','Bahrain','Countries'),('US','Burundi','country_BI','Burundi','Countries'),('US','Benin','country_BJ','Benin','Countries'),('US','Bermuda','country_BM','Bermuda','Countries'),('US','Brunei Darussalam','country_BN','Brunei Darussalam','Countries'),('US','Bolivia','country_BO','Bolivia','Countries'),('US','Brazil','country_BR','Brazil','Countries'),('US','Bahamas','country_BS','Bahamas','Countries'),('US','Bhutan','country_BT','Bhutan','Countries'),('US','Bouvet Island','country_BV','Bouvet Island','Countries'),('US','Botswana','country_BW','Botswana','Countries'),('US','Belarus','country_BY','Belarus','Countries'),('US','Belize','country_BZ','Belize','Countries'),('US','Canada','country_CA','Canada','Countries'),('US','Cocos (Keeling) Islands','country_CC','Cocos (Keeling) Islands','Countries'),('US','Central African Republic','country_CF','Central African Republic','Countries'),('US','Congo','country_CG','Congo','Countries'),('US','Switzerland','country_CH','Switzerland','Countries'),('US','Cote D\'ivoire','country_CI','Cote D\'ivoire','Countries'),('US','Cook Islands','country_CK','Cook Islands','Countries'),('US','Chile','country_CL','Chile','Countries'),('US','Cameroon','country_CM','Cameroon','Countries'),('US','China','country_CN','China','Countries'),('US','Colombia','country_CO','Colombia','Countries'),('US','Costa Rica','country_CR','Costa Rica','Countries'),('US','Cuba','country_CU','Cuba','Countries'),('US','Cape Verde','country_CV','Cape Verde','Countries'),('US','Christmas Island','country_CX','Christmas Island','Countries'),('US','Cyprus','country_CY','Cyprus','Countries'),('US','Czech Republic','country_CZ','Czech Republic','Countries'),('US','Germany','country_DE','Germany','Countries'),('US','Djibouti','country_DJ','Djibouti','Countries'),('US','Denmark','country_DK','Denmark','Countries'),('US','Dominica','country_DM','Dominica','Countries'),('US','Dominican Republic','country_DO','Dominican Republic','Countries'),('US','Algeria','country_DZ','Algeria','Countries'),('US','Ecuador','country_EC','Ecuador','Countries'),('US','Estonia','country_EE','Estonia','Countries'),('US','Egypt','country_EG','Egypt','Countries'),('US','Western Sahara','country_EH','Western Sahara','Countries'),('US','Eritrea','country_ER','Eritrea','Countries'),('US','Spain','country_ES','Spain','Countries'),('US','Ethiopia','country_ET','Ethiopia','Countries'),('US','Finland','country_FI','Finland','Countries'),('US','Fiji','country_FJ','Fiji','Countries'),('US','Falkland Islands (Malvinas)','country_FK','Falkland Islands (Malvinas)','Countries'),('US','Micronesia','country_FM','Micronesia','Countries'),('US','Faroe Islands','country_FO','Faroe Islands','Countries'),('US','France','country_FR','France','Countries'),('US','France, Metropolitan','country_FX','France, Metropolitan','Countries'),('US','Gabon','country_GA','Gabon','Countries'),('US','United Kingdom (Great Britain)','country_GB','United Kingdom (Great Britain)','Countries'),('US','Grenada','country_GD','Grenada','Countries'),('US','Georgia','country_GE','Georgia','Countries'),('US','French Guiana','country_GF','French Guiana','Countries'),('US','Ghana','country_GH','Ghana','Countries'),('US','Gibraltar','country_GI','Gibraltar','Countries'),('US','Greenland','country_GL','Greenland','Countries'),('US','Gambia','country_GM','Gambia','Countries'),('US','Guinea','country_GN','Guinea','Countries'),('US','Guadeloupe','country_GP','Guadeloupe','Countries'),('US','Equatorial Guinea','country_GQ','Equatorial Guinea','Countries'),('US','Greece','country_GR','Greece','Countries'),('US','Guatemala','country_GT','Guatemala','Countries'),('US','Guam','country_GU','Guam','Countries'),('US','Guinea-Bissau','country_GW','Guinea-Bissau','Countries'),('US','Guyana','country_GY','Guyana','Countries'),('US','Hong Kong','country_HK','Hong Kong','Countries'),('US','Heard and McDonald Islands','country_HM','Heard and McDonald Islands','Countries'),('US','Honduras','country_HN','Honduras','Countries'),('US','Croatia','country_HR','Croatia','Countries'),('US','Haiti','country_HT','Haiti','Countries'),('US','Hungary','country_HU','Hungary','Countries'),('US','Indonesia','country_ID','Indonesia','Countries'),('US','Ireland','country_IE','Ireland','Countries'),('US','Israel','country_IL','Israel','Countries'),('US','India','country_IN','India','Countries'),('US','British Indian Ocean Territory','country_IO','British Indian Ocean Territory','Countries'),('US','Iraq','country_IQ','Iraq','Countries'),('US','Islamic Republic of Iran','country_IR','Islamic Republic of Iran','Countries'),('US','Iceland','country_IS','Iceland','Countries'),('US','Italy','country_IT','Italy','Countries'),('US','Jamaica','country_JM','Jamaica','Countries'),('US','Jordan','country_JO','Jordan','Countries'),('US','Japan','country_JP','Japan','Countries'),('US','Kenya','country_KE','Kenya','Countries'),('US','Kyrgyzstan','country_KG','Kyrgyzstan','Countries'),('US','Cambodia','country_KH','Cambodia','Countries'),('US','Kiribati','country_KI','Kiribati','Countries'),('US','Comoros','country_KM','Comoros','Countries'),('US','St. Kitts and Nevis','country_KN','St. Kitts and Nevis','Countries'),('US','Korea','country_KP','Korea','Countries'),('US','Korea, Republic of','country_KR','Korea, Republic of','Countries'),('US','Kuwait','country_KW','Kuwait','Countries'),('US','Cayman Islands','country_KY','Cayman Islands','Countries'),('US','Kazakhstan','country_KZ','Kazakhstan','Countries'),('US','Laos','country_LA','Laos','Countries'),('US','Lebanon','country_LB','Lebanon','Countries'),('US','Saint Lucia','country_LC','Saint Lucia','Countries'),('US','Liechtenstein','country_LI','Liechtenstein','Countries'),('US','Sri Lanka','country_LK','Sri Lanka','Countries'),('US','Liberia','country_LR','Liberia','Countries'),('US','Lesotho','country_LS','Lesotho','Countries'),('US','Lithuania','country_LT','Lithuania','Countries'),('US','Luxembourg','country_LU','Luxembourg','Countries'),('US','Latvia','country_LV','Latvia','Countries'),('US','Libyan Arab Jamahiriya','country_LY','Libyan Arab Jamahiriya','Countries'),('US','Morocco','country_MA','Morocco','Countries'),('US','Monaco','country_MC','Monaco','Countries'),('US','Moldova, Republic of','country_MD','Moldova, Republic of','Countries'),('US','Madagascar','country_MG','Madagascar','Countries'),('US','Marshall Islands','country_MH','Marshall Islands','Countries'),('US','Macedonia','country_MK','Macedonia','Countries'),('US','Mali','country_ML','Mali','Countries'),('US','Myanmar','country_MM','Myanmar','Countries'),('US','Mongolia','country_MN','Mongolia','Countries'),('US','Macau','country_MO','Macau','Countries'),('US','Northern Mariana Islands','country_MP','Northern Mariana Islands','Countries'),('US','Martinique','country_MQ','Martinique','Countries'),('US','Mauritania','country_MR','Mauritania','Countries'),('US','Montserrat','country_MS','Montserrat','Countries'),('US','Malta','country_MT','Malta','Countries'),('US','Mauritius','country_MU','Mauritius','Countries'),('US','Maldives','country_MV','Maldives','Countries'),('US','Malawi','country_MW','Malawi','Countries'),('US','Mexico','country_MX','Mexico','Countries'),('US','Malaysia','country_MY','Malaysia','Countries'),('US','Mozambique','country_MZ','Mozambique','Countries'),('US','Namibia','country_NA','Namibia','Countries'),('US','New Caledonia','country_NC','New Caledonia','Countries'),('US','Niger','country_NE','Niger','Countries'),('US','Norfolk Island','country_NF','Norfolk Island','Countries'),('US','Nigeria','country_NG','Nigeria','Countries'),('US','Nicaragua','country_NI','Nicaragua','Countries'),('US','Netherlands','country_NL','Netherlands','Countries'),('US','Norway','country_NO','Norway','Countries'),('US','Nepal','country_NP','Nepal','Countries'),('US','Nauru','country_NR','Nauru','Countries'),('US','Niue','country_NU','Niue','Countries'),('US','New Zealand','country_NZ','New Zealand','Countries'),('US','Oman','country_OM','Oman','Countries'),('US','Panama','country_PA','Panama','Countries'),('US','Peru','country_PE','Peru','Countries'),('US','French Polynesia','country_PF','French Polynesia','Countries'),('US','Papua New Guinea','country_PG','Papua New Guinea','Countries'),('US','Philippines','country_PH','Philippines','Countries'),('US','Pakistan','country_PK','Pakistan','Countries'),('US','Poland','country_PL','Poland','Countries'),('US','St. Pierre and Miquelon','country_PM','St. Pierre and Miquelon','Countries'),('US','Pitcairn','country_PN','Pitcairn','Countries'),('US','Puerto Rico','country_PR','Puerto Rico','Countries'),('US','Portugal','country_PT','Portugal','Countries'),('US','Palau','country_PW','Palau','Countries'),('US','Paraguay','country_PY','Paraguay','Countries'),('US','Qatar','country_QA','Qatar','Countries'),('US','Reunion','country_RE','Reunion','Countries'),('US','Romania','country_RO','Romania','Countries'),('US','Russian Federation','country_RU','Russian Federation','Countries'),('US','Rwanda','country_RW','Rwanda','Countries'),('US','Saudi Arabia','country_SA','Saudi Arabia','Countries'),('US','Solomon Islands','country_SB','Solomon Islands','Countries'),('US','Seychelles','country_SC','Seychelles','Countries'),('US','Sudan','country_SD','Sudan','Countries'),('US','Sweden','country_SE','Sweden','Countries'),('US','Singapore','country_SG','Singapore','Countries'),('US','St. Helena','country_SH','St. Helena','Countries'),('US','Slovenia','country_SI','Slovenia','Countries'),('US','Svalbard and Jan Mayen Islands','country_SJ','Svalbard and Jan Mayen Islands','Countries'),('US','Slovakia','country_SK','Slovakia','Countries'),('US','Sierra Leone','country_SL','Sierra Leone','Countries'),('US','San Marino','country_SM','San Marino','Countries'),('US','Senegal','country_SN','Senegal','Countries'),('US','Somalia','country_SO','Somalia','Countries'),('US','Suriname','country_SR','Suriname','Countries'),('US','Sao Tome and Principe','country_ST','Sao Tome and Principe','Countries'),('US','El Salvador','country_SV','El Salvador','Countries'),('US','Syrian Arab Republic','country_SY','Syrian Arab Republic','Countries'),('US','Swaziland','country_SZ','Swaziland','Countries'),('US','Turks and Caicos Islands','country_TC','Turks and Caicos Islands','Countries'),('US','Chad','country_TD','Chad','Countries'),('US','French Southern Territories','country_TF','French Southern Territories','Countries'),('US','Togo','country_TG','Togo','Countries'),('US','Thailand','country_TH','Thailand','Countries'),('US','Tajikistan','country_TJ','Tajikistan','Countries'),('US','Tokelau','country_TK','Tokelau','Countries'),('US','Turkmenistan','country_TM','Turkmenistan','Countries'),('US','Tunisia','country_TN','Tunisia','Countries'),('US','Tonga','country_TO','Tonga','Countries'),('US','East Timor','country_TP','East Timor','Countries'),('US','Turkey','country_TR','Turkey','Countries'),('US','Trinidad and Tobago','country_TT','Trinidad and Tobago','Countries'),('US','Tuvalu','country_TV','Tuvalu','Countries'),('US','Taiwan','country_TW','Taiwan','Countries'),('US','Tanzania, United Republic of','country_TZ','Tanzania, United Republic of','Countries'),('US','Ukraine','country_UA','Ukraine','Countries'),('US','Uganda','country_UG','Uganda','Countries'),('US','United States','country_US','United States','Countries'),('US','Uruguay','country_UY','Uruguay','Countries'),('US','Uzbekistan','country_UZ','Uzbekistan','Countries'),('US','Vatican City State','country_VA','Vatican City State','Countries'),('US','St. Vincent and the Grenadines','country_VC','St. Vincent and the Grenadines','Countries'),('US','Venezuela','country_VE','Venezuela','Countries'),('US','British Virgin Islands','country_VG','British Virgin Islands','Countries'),('US','United States Virgin Islands','country_VI','United States Virgin Islands','Countries'),('US','Vietnam','country_VN','Vietnam','Countries'),('US','Vanuatu','country_VU','Vanuatu','Countries'),('US','Wallis And Futuna Islands','country_WF','Wallis And Futuna Islands','Countries'),('US','Samoa','country_WS','Samoa','Countries'),('US','Yemen','country_YE','Yemen','Countries'),('US','Mayotte','country_YT','Mayotte','Countries'),('US','Yugoslavia','country_YU','Yugoslavia','Countries'),('US','South Africa','country_ZA','South Africa','Countries'),('US','Zambia','country_ZM','Zambia','Countries'),('US','Zaire','country_ZR','Zaire','Countries'),('US','Zimbabwe','country_ZW','Zimbabwe','Countries'),('US','If CC Info is entered into payment gateway site','disable_ccinfo_msg','After submitting your order you will be redirected to CC gateway secure site, where you will be prompted to enter the neccessary CC info. When you finish your transaction, please press Finish (Continue) button to return back to the shop.','Text'),('US','If Check info is entered into payment method site','disable_chinfo_msg','After submitting your order you will be redirected to the processing gateway secure site, where you will be prompted to enter the neccessary info to check your order. When you finish your transaction, please press Finish (Continue) button to return back to the shop and complete the order.','Text'),('US','User filled in Contact Us form!','eml_contact_us_subj','User filled in Contact Us form!','E-Mail'),('US','Customers need help!','eml_customers_need_help','Customers need help!','E-Mail'),('US','You have ordered Electronically dis','eml_egoods','You have ordered Electronically distributed products from our site.\r\nThis message contains URLs from which they can be downloaded:','E-Mail'),('US','Download E-products','eml_egoods_download','Download E-products','E-Mail'),('US','Note: for security reasons these URLs are valid within the next hours','eml_egoods_download_note','Note: for security reasons these URLs are valid within the next hours','E-Mail'),('US','Gift Certificate for You','eml_gc_4u','Gift Certificate for You','E-Mail'),('US','To redeem GC','eml_gc_body','In order to redeem this gift certificate please follow these steps:\r\n\r\n1) Go to our site\r\n2) Add to cart any products.\r\n3) Follow to \'CHECKOUT\' section.\r\n4) Enter your personal details.\r\n5) Select \'Gift Certificate\' as payment method.\r\n6) Enter your Gift Certificate ID and click the \'Submit\' button.','E-Mail'),('US','The copy of message is below','eml_gc_copy_sent','Below is the copy of message which was sent to','E-Mail'),('US','sent you a Gift Certificate for','eml_gc_header','sent you a Gift Certificate for','E-Mail'),('US','The Gift certificate was successfully sent to','eml_gc_notification','The Gift certificate was successfully sent to','E-Mail'),('US','has been deleted','eml_has_been_deleted','has been deleted','E-Mail'),('US','has recommended this product to you','eml_has_recommended','has recommended this product to you','E-Mail'),('US','initial notification','eml_initial_notification','initial notification','E-Mail'),('US','Initiated order (customer)','eml_init_order_customer','Your order has been initiated. You need to finish transaction before the order is placed for processing.','E-Mail'),('US','Administrator\'s login failure:','eml_login_error','Administrator\'s login failure:','E-Mail'),('US','WARNING!!! WARNING!!! WARNING!!!','eml_login_error_subj','WARNING!!! WARNING!!! WARNING!!!','E-Mail'),('US','Mail header: part 1','eml_mail_header_part1','You have received this notification from','E-Mail'),('US','Mail header: part 2','eml_mail_header_part2','because you are a registered user or you or some other registered user requested some information for you from our store.','E-Mail'),('US','New member has been registered','eml_new_member_has_been_registered','New member has been registered','E-Mail'),('US','notification','eml_notification','notification','E-Mail'),('US','Your order has been completed successfully.','eml_order_complete','Your order has been completed successfully.','E-Mail'),('US','We are sorry to inform you that your order was declined.','eml_order_declined','We are sorry to inform you that your order was declined.','E-Mail'),('US','Your order invoice has been updated','eml_order_has_been_updated','Your order invoice has been updated. Please review the order data below.','E-Mail'),('US','Your order has been processed successfully.','eml_order_processed','Your order has been processed successfully.','E-Mail'),('US','You have requested your lost account information','eml_password_recovery_msg','You have requested your lost account information','E-Mail'),('US','Please click this link to see product detailed information','eml_please_click_link','Please click this link to see product detailed information','E-Mail'),('US','Profile is deleted','eml_profile_deleted','Profile is deleted','E-Mail'),('US','Profile is modified','eml_profile_modified','Profile is modified','E-Mail'),('US','has been declined','eml_sbj_order_declined','has been declined','E-Mail'),('US','Thank you for using','eml_signature','Thank you for using\r\nX-Cart shopping system','E-Mail'),('US','Sign in notification','eml_signin_notification','Sign in notification','E-Mail'),('US','You are subscribed','eml_subscribed','You are subscribed to our Newsletter!\r\n\r\nIf you wish to unsubscribe please visit URL:','E-Mail'),('US','newsletter subscription','eml_subscribe_subj','newsletter subscription','E-Mail'),('US','Thank you for your order made with our shopping system.','eml_thankyou_for_order','Thank you for your order made with our shopping system.\r\nYou are welcome to come back !','E-Mail'),('US','This is an order','eml_this_is_order','This is an order','E-Mail'),('US','The following member has been unsubscribed','eml_unsubscribe_admin_msg','The following member has been unsubscribed from newsletter','E-Mail'),('US','newsletter unsubscription','eml_unsubscribe_subj','newsletter unsubscription','E-Mail'),('US','has been updated','eml_updated','has been updated','E-Mail'),('US','Your profile is at','eml_your_profile_at','Your profile is at','E-Mail'),('US','You have been registered','eml_you_have_been_registered','You have been registered','E-Mail'),('US','Access denied !','err_access_denied','Access denied !','Errors'),('US','You are not allowed to access that resource!','err_access_denied_msg','You are not allowed to access that resource!','Errors'),('US','Bad coupon code','err_bad_coupon_code','Bad coupon code','Errors'),('US','You have entered incorrect coupon','err_bad_coupon_code_msg','You have entered an incorrect coupon code !
\r\nThis coupon does not exist, has been disabled or has expired.
\r\n
\r\nPlease contact administrator and report the error(s).\r\n','Errors'),('US','Bad coupon provider message','err_bad_coupon_provider_msg','You have entered an incorrect coupon code !
\r\nThis coupon isnt valid for goods purchased from this provider
\r\n
\r\nPlease contact the administrator and report the error(s).\r\n','Errors'),('US','Incorrect county for billing address (the county does not belong to the specified state).','err_billing_county','Incorrect county for billing address (the county does not belong to the specified state).','Errors'),('US','Incorrect state for billing address (the state does not belong to the specified country).','err_billing_state','Incorrect state for billing address (the state does not belong to the specified country).','Errors'),('US','Cannot open file !','err_cannot_open_file','Cannot open file !','Errors'),('US','Cannot open uploaded file','err_cannot_open_file_msg','Cannot open uploaded file!\r\n

\r\nPlease contact administrator and report the error(s).

','Errors'),('US','Checkout is not allowed','err_checkout_not_allowed','Checkout is not allowed','Errors'),('US','In order to perform checkout your order subtotal must exceed the minimum defined value','err_checkout_not_allowed_msg','In order to perform checkout your order subtotal must exceed the minimum defined value

','Errors'),('US','Choose a category first !','err_choose_category','Choose a category first !','Errors'),('US','Choose a directory first','err_choose_directory_first','Choose a directory first','Errors'),('US','Choose a file first !','err_choose_file_first','Choose a file first !','Errors'),('US','Choose a product first !','err_choose_product','Choose a product first !','Errors'),('US','CMPI declined your order.','err_cmpi_declined_order','Order processing error !
\r\nPlease review your data and try again.\r\n

','Errors'),('US','Data is corrupted or Merchant key is wrong!','err_data_corrupted','Data is corrupted or Merchant key is wrong!','Errors'),('US','Data format for field N is invalid','err_data_format_is_invalid','Data format for field \"{{field}}\" is invalid ({{data}})','Errors'),('US','Data supplied for field N is invalid','err_data_supplied_is_invalid','Data supplied for field \"{{field}}\" is invalid ({{data}})','Errors'),('US','Delivery options conflict','err_delivery_options_conflict','Delivery options conflict','Errors'),('US','Delivery options conflict message','err_delivery_options_conflict_msg','Cannot add product to shopping cart.
\r\nYou are trying to add products with different delivery options.\r\n

\r\nEach session you can add products with same delivery options.
\r\nIf you want this product to be shipped with selected method, first checkout your current shopping cart.','Errors'),('US','File reference supplied for field N cannot be opened','err_file_reference_cannot_be_opened','File reference supplied for field \"{{field}}\" cannot be opened ({{data}})','Errors'),('US','Please fill in all the required fields','err_filling_form','Please fill in all the required fields.','Labels'),('US','GC processing error','err_gc_error','Order processing error !
\r\nThis error may occur by several reasons:
\r\n
    \r\n
  • Gift certificate doesn\'t exist.
  • \r\n
  • Gift certificate is expired.
  • \r\n
  • Gift certificate is not activated.
  • \r\n
  • Gift certificate is disabled.
  • \r\n
\r\n

','Errors'),('US','GC doesn\'t have not enough amount','err_gc_not_enough','Order processing error !
\r\n
  • Gift certificate doesn\'t have enough money.
  • \r\n

    ','Errors'),('US','The entered Gift certificate is not found.','err_gc_not_found','The entered Gift certificate is not found.','Errors'),('US','The entered Gift Certificate has already been applied.','err_gc_used','The entered Gift Certificate has already been applied. Please enter another one or click \"Change payment method\" button.','Errors'),('US','Import error','err_import','Import error','Errors'),('US','Import error message','err_import_msg','Import error occured.
    \r\nYou have specified incorrect file format or the file doesn\'t match.\r\n

    \r\nPlease contact administrator and report the error(s).

    ','Errors'),('US','Invalid login or password','err_invalid_login','Invalid login or password','Errors'),('US','Merchant key is wrong or empty!','err_mpassword_wrong','Merchant key is wrong or empty!','Errors'),('US','No shipping','err_no_shipping','No shipping','Errors'),('US','No shipping message','err_no_shipping_msg','

    There are no shipping methods available

    \r\nYou cannot proceed! Please contact your administrator.\r\n

    \r\nThis may be a problem caused by an invalid mailing address. If this is the case, click on modify profile and fix any address problems in both shipping and billing addresses. Then click on \"Checkout\" to proceed.\r\n

    ','Errors'),('US','The requested page does not exist or you are not allowed to access it!','err_page_not_found_msg','The requested page does not exist or you are not allowed to access it!','Errors'),('US','Payment processor is not available','err_payment_cc_not_available','Order processing error !
    \r\nPayment processing gateway is not available. Please try again later.\r\n

    \r\nPlease contact administrator and report the error(s).
    ','Errors'),('US','Payment processor is not found','err_payment_cc_not_found','Order processing error !
    \r\nPayment processing script is not available.\r\n

    \r\nPlease contact administrator and report the error(s).
    ','Errors'),('US','Payment processor declined your order.','err_payment_declined_order','Order processing error !
    \r\nPayment processor declined your order.
    \r\nPlease review your data and try again.\r\n

    ','Errors'),('US','Payment processor error','err_payment_processor','Payment processor error','Errors'),('US','Order processing error','err_payment_processor_msg','Order processing error !
    \r\nPayment processor can not process your order. Data is invalid.\r\n

    \r\nPlease contact administrator and report the error(s).
    ','Errors'),('US','Payment decline: reason','err_payment_reason','Reason','Text'),('US','Permission denied','err_permission_denied','Permission denied','Errors'),('US','Denied permission message','err_permission_denied_msg','

    Permission denied !

    \r\nYou are not allowed to do that!
    \r\nAdministrator Safe mode is enabled.','Errors'),('US','Unavailable product','err_product_disabled','Unavailable product','Errors'),('US','This product is unavailable or temporary disabled.','err_product_disabled_msg','This product is unavailable or temporary disabled.','Errors'),('US','Product is out of stock','err_product_in_cart_expired','Product is out of stock','Errors'),('US','Sorry, one of the products you have in cart is out of stock.','err_product_in_cart_expired_msg','Sorry, one of the products you have in cart is out of stock.','Errors'),('US','The protocol must be HTTPS!','err_protocol_must_https','The protocol must be HTTPS!','Errors'),('US','Error of recognition the first row of CSV-file','err_recognition_first_row','Error of recognition the first row of CSV-file (should be the columns names)','Errors'),('US','Reference supplied for field N is missing','err_reference_supplied_is_missing','Reference supplied for field \"{{field}}\" is missing ({{data}})','Errors'),('US','The request method must be POST!','err_request_must_post','The request method must be POST!','Errors'),('US','Incorrect county for shipping address (the county does not belong to the specified state).','err_shipping_county','Incorrect county for shipping address (the county does not belong to the specified state).','Errors'),('US','Incorrect state for shipping address (the state does not belong to the specified country).','err_shipping_state','Incorrect state for shipping address (the state does not belong to the specified country).','Errors'),('US','Subscription error','err_subscribe','Subscription error','Errors'),('US','Already subscribed','err_subscribed_already','
    You have already subscribed to the newsletter
    ','Errors'),('US','Subscription email is invalid','err_subscribe_email_invalid','You have specified an incorrect e-mail address','Errors'),('US','You have entered a wrong e-mail address','err_wrong_email','You have entered a wrong e-mail address','Errors'),('US','Merchant key is wrong!','err_wrong_merchant_password','Merchant key is wrong!','Errors'),('US','Please enter Merchant key again!','err_wrong_merchant_password_msg','Please enter Merchant key again!','Errors'),('US','Language of Andorra','language_AD','Catalan','Languages'),('US','Language of United Arab Emirates','language_AE','','Languages'),('US','Language of Afghanistan','language_AF','Dari, Pushtu','Languages'),('US','Language of Antigua and Barbuda','language_AG','','Languages'),('US','Language of Anguilla','language_AI','','Languages'),('US','Language of Albania','language_AL','Albanian','Languages'),('US','Language of Armenia','language_AM','Armenian','Languages'),('US','Language of Netherlands Antilles','language_AN','','Languages'),('US','Language of Angola','language_AO','Portuguese','Languages'),('US','Language of Antarctica','language_AQ','','Languages'),('US','Language of Argentina','language_AR','Spanish','Languages'),('US','Language of American Samoa','language_AS','','Languages'),('US','Language of Austria','language_AT','','Languages'),('US','Language of Australia','language_AU','','Languages'),('US','Language of Aruba','language_AW','','Languages'),('US','Language of Azerbaijan','language_AZ','','Languages'),('US','Language of Bosnia and Herzegowina','language_BA','Bosnian','Languages'),('US','Language of Barbados','language_BB','','Languages'),('US','Language of Bangladesh','language_BD','Bengali','Languages'),('US','Language of Belgium','language_BE','','Languages'),('US','Language of Burkina Faso','language_BF','','Languages'),('US','Language of Bulgaria','language_BG','Bulgarian','Languages'),('US','Language of Bahrain','language_BH','','Languages'),('US','Language of Burundi','language_BI','','Languages'),('US','Language of Benin','language_BJ','','Languages'),('US','Language of Bermuda','language_BM','','Languages'),('US','Language of Brunei Darussalam','language_BN','','Languages'),('US','Language of Bolivia','language_BO','','Languages'),('US','Language of Brazil','language_BR','','Languages'),('US','Language of Bahamas','language_BS','','Languages'),('US','Language of Bhutan','language_BT','','Languages'),('US','Language of Bouvet Island','language_BV','','Languages'),('US','Language of Botswana','language_BW','','Languages'),('US','Language of Belarus','language_BY','Belarussian','Languages'),('US','Language of Belize','language_BZ','','Languages'),('US','Language of Canada','language_CA','','Languages'),('US','Language of Cocos (Keeling) Islands','language_CC','','Languages'),('US','Language of Central African Republic','language_CF','','Languages'),('US','Language of Congo','language_CG','','Languages'),('US','Language of Switzerland','language_CH','','Languages'),('US','Language of Cote D\'ivoire','language_CI','','Languages'),('US','Language of Cook Islands','language_CK','','Languages'),('US','Language of Chile','language_CL','','Languages'),('US','Language of Cameroon','language_CM','','Languages'),('US','Language of China','language_CN','Chinese','Languages'),('US','Language of Colombia','language_CO','','Languages'),('US','Language of Costa Rica','language_CR','','Languages'),('US','Language of Cuba','language_CU','','Languages'),('US','Language of Cape Verde','language_CV','','Languages'),('US','Language of Christmas Island','language_CX','','Languages'),('US','Language of Cyprus','language_CY','Greek','Languages'),('US','Language of Czech Republic','language_CZ','Czech','Languages'),('US','Language of Germany','language_DE','German','Languages'),('US','Language of Djibouti','language_DJ','','Languages'),('US','Language of Denmark','language_DK','Danish','Languages'),('US','Language of Dominica','language_DM','','Languages'),('US','Language of Dominican Republic','language_DO','','Languages'),('US','Language of Algeria','language_DZ','Arabic','Languages'),('US','Language of Ecuador','language_EC','','Languages'),('US','Language of Estonia','language_EE','Estonian','Languages'),('US','Language of Egypt','language_EG','','Languages'),('US','Language of Western Sahara','language_EH','','Languages'),('US','Language of Eritrea','language_ER','','Languages'),('US','Language of Spain','language_ES','','Languages'),('US','Language of Ethiopia','language_ET','Amharic','Languages'),('US','Language of Finland','language_FI','Finnish','Languages'),('US','Language of Fiji','language_FJ','','Languages'),('US','Language of Falkland Islands (Malvinas)','language_FK','','Languages'),('US','Language of Micronesia','language_FM','','Languages'),('US','Language of Faroe Islands','language_FO','','Languages'),('US','Language of France','language_FR','French','Languages'),('US','Language of France, Metropolitan','language_FX','','Languages'),('US','Language of Gabon','language_GA','','Languages'),('US','Language of United Kingdom (Great Britain)','language_GB','','Languages'),('US','Language of Grenada','language_GD','','Languages'),('US','Language of Georgia','language_GE','','Languages'),('US','Language of French Guiana','language_GF','','Languages'),('US','Language of Ghana','language_GH','','Languages'),('US','Language of Gibraltar','language_GI','','Languages'),('US','Language of Greenland','language_GL','','Languages'),('US','Language of Gambia','language_GM','','Languages'),('US','Language of Guinea','language_GN','','Languages'),('US','Language of Guadeloupe','language_GP','','Languages'),('US','Language of Equatorial Guinea','language_GQ','','Languages'),('US','Language of Greece','language_GR','','Languages'),('US','Language of Guatemala','language_GT','','Languages'),('US','Language of Guam','language_GU','','Languages'),('US','Language of Guinea-Bissau','language_GW','','Languages'),('US','Language of Guyana','language_GY','','Languages'),('US','Language of Hong Kong','language_HK','Mandarin','Languages'),('US','Language of Heard and McDonald Islands','language_HM','','Languages'),('US','Language of Honduras','language_HN','','Languages'),('US','Language of Croatia','language_HR','Croatian','Languages'),('US','Language of Haiti','language_HT','Creole','Languages'),('US','Language of Hungary','language_HU','Hungarian','Languages'),('US','Language of Indonesia','language_ID','Indonesian','Languages'),('US','Language of Ireland','language_IE','Irish','Languages'),('US','Language of Israel','language_IL','Hebrew','Languages'),('US','Language of India','language_IN','','Languages'),('US','Language of British Indian Ocean Territory','language_IO','','Languages'),('US','Language of Iraq','language_IQ','','Languages'),('US','Language of Islamic Republic of Iran','language_IR','','Languages'),('US','Language of Iceland','language_IS','Icelandic','Languages'),('US','Language of Italy','language_IT','Italian','Languages'),('US','Language of Jamaica','language_JM','','Languages'),('US','Language of Jordan','language_JO','','Languages'),('US','Language of Japan','language_JP','Japanese','Languages'),('US','Language of Kenya','language_KE','Kiswahili','Languages'),('US','Language of Kyrgyzstan','language_KG','','Languages'),('US','Language of Cambodia','language_KH','','Languages'),('US','Language of Kiribati','language_KI','','Languages'),('US','Language of Comoros','language_KM','','Languages'),('US','Language of St. Kitts and Nevis','language_KN','','Languages'),('US','Language of Korea','language_KP','Korean','Languages'),('US','Language of Korea, Republic of','language_KR','','Languages'),('US','Language of Kuwait','language_KW','','Languages'),('US','Language of Cayman Islands','language_KY','','Languages'),('US','Language of Kazakhstan','language_KZ','Kazakh','Languages'),('US','Language of Laos','language_LA','','Languages'),('US','Language of Lebanon','language_LB','','Languages'),('US','Language of Saint Lucia','language_LC','','Languages'),('US','Language of Liechtenstein','language_LI','','Languages'),('US','Language of Sri Lanka','language_LK','Sinhala','Languages'),('US','Language of Liberia','language_LR','','Languages'),('US','Language of Lesotho','language_LS','Sesotho','Languages'),('US','Language of Lithuania','language_LT','Lithuanian','Languages'),('US','Language of Luxembourg','language_LU','','Languages'),('US','Language of Latvia','language_LV','Latvian','Languages'),('US','Language of Libyan Arab Jamahiriya','language_LY','','Languages'),('US','Language of Morocco','language_MA','','Languages'),('US','Language of Monaco','language_MC','','Languages'),('US','Language of Moldova, Republic of','language_MD','','Languages'),('US','Language of Madagascar','language_MG','Malagasy','Languages'),('US','Language of Marshall Islands','language_MH','','Languages'),('US','Language of Macedonia','language_MK','Macedonian','Languages'),('US','Language of Mali','language_ML','','Languages'),('US','Language of Myanmar','language_MM','Burmese','Languages'),('US','Language of Mongolia','language_MN','','Languages'),('US','Language of Macau','language_MO','','Languages'),('US','Language of Northern Mariana Islands','language_MP','','Languages'),('US','Language of Martinique','language_MQ','','Languages'),('US','Language of Mauritania','language_MR','','Languages'),('US','Language of Montserrat','language_MS','','Languages'),('US','Language of Malta','language_MT','Maltese','Languages'),('US','Language of Mauritius','language_MU','','Languages'),('US','Language of Maldives','language_MV','','Languages'),('US','Language of Malawi','language_MW','','Languages'),('US','Language of Mexico','language_MX','','Languages'),('US','Language of Malaysia','language_MY','Malay','Languages'),('US','Language of Mozambique','language_MZ','','Languages'),('US','Language of Namibia','language_NA','','Languages'),('US','Language of New Caledonia','language_NC','','Languages'),('US','Language of Niger','language_NE','','Languages'),('US','Language of Norfolk Island','language_NF','','Languages'),('US','Language of Nigeria','language_NG','','Languages'),('US','Language of Nicaragua','language_NI','','Languages'),('US','Language of Netherlands','language_NL','Dutch','Languages'),('US','Language of Norway','language_NO','Norwegian','Languages'),('US','Language of Nepal','language_NP','Nepali','Languages'),('US','Language of Nauru','language_NR','','Languages'),('US','Language of Niue','language_NU','','Languages'),('US','Language of New Zealand','language_NZ','','Languages'),('US','Language of Oman','language_OM','','Languages'),('US','Language of Panama','language_PA','','Languages'),('US','Language of Peru','language_PE','','Languages'),('US','Language of French Polynesia','language_PF','','Languages'),('US','Language of Papua New Guinea','language_PG','Pidgin','Languages'),('US','Language of Philippines','language_PH','Filipino','Languages'),('US','Language of Pakistan','language_PK','Urdu','Languages'),('US','Language of Poland','language_PL','Polish','Languages'),('US','Language of St. Pierre and Miquelon','language_PM','','Languages'),('US','Language of Pitcairn','language_PN','','Languages'),('US','Language of Puerto Rico','language_PR','','Languages'),('US','Language of Portugal','language_PT','Portuguese','Languages'),('US','Language of Palau','language_PW','','Languages'),('US','Language of Paraguay','language_PY','','Languages'),('US','Language of Qatar','language_QA','','Languages'),('US','Language of Reunion','language_RE','','Languages'),('US','Language of Romania','language_RO','Romanian','Languages'),('US','Language of Russian Federation','language_RU','Russian','Languages'),('US','Language of Rwanda','language_RW','','Languages'),('US','Language of Saudi Arabia','language_SA','','Languages'),('US','Language of Solomon Islands','language_SB','','Languages'),('US','Language of Seychelles','language_SC','','Languages'),('US','Language of Sudan','language_SD','','Languages'),('US','Language of Sweden','language_SE','Swedish','Languages'),('US','Language of Singapore','language_SG','','Languages'),('US','Language of St. Helena','language_SH','','Languages'),('US','Language of Slovenia','language_SI','Slovene','Languages'),('US','Language of Svalbard and Jan Mayen Islands','language_SJ','','Languages'),('US','Language of Slovakia','language_SK','Slovak','Languages'),('US','Language of Sierra Leone','language_SL','','Languages'),('US','Language of San Marino','language_SM','','Languages'),('US','Language of Senegal','language_SN','','Languages'),('US','Language of Somalia','language_SO','Somali','Languages'),('US','Language of Suriname','language_SR','','Languages'),('US','Language of Sao Tome and Principe','language_ST','','Languages'),('US','Language of El Salvador','language_SV','','Languages'),('US','Language of Syrian Arab Republic','language_SY','','Languages'),('US','Language of Swaziland','language_SZ','','Languages'),('US','Language of Turks and Caicos Islands','language_TC','','Languages'),('US','Language of Chad','language_TD','','Languages'),('US','Language of French Southern Territories','language_TF','','Languages'),('US','Language of Togo','language_TG','','Languages'),('US','Language of Thailand','language_TH','Thai','Languages'),('US','Language of Tajikistan','language_TJ','','Languages'),('US','Language of Tokelau','language_TK','','Languages'),('US','Language of Turkmenistan','language_TM','','Languages'),('US','Language of Tunisia','language_TN','','Languages'),('US','Language of Tonga','language_TO','Tongan','Languages'),('US','Language of East Timor','language_TP','','Languages'),('US','Language of Turkey','language_TR','Turkish','Languages'),('US','Language of Trinidad and Tobago','language_TT','','Languages'),('US','Language of Tuvalu','language_TV','Tuvaluan','Languages'),('US','Language of Taiwan','language_TW','','Languages'),('US','Language of Tanzania, United Republic of','language_TZ','','Languages'),('US','Language of Ukraine','language_UA','Ukrainian','Languages'),('US','Language of Uganda','language_UG','','Languages'),('US','Language of United States','language_US','English','Languages'),('US','Language of Uruguay','language_UY','','Languages'),('US','Language of Uzbekistan','language_UZ','','Languages'),('US','Language of Vatican City State','language_VA','','Languages'),('US','Language of St. Vincent and the Grenadines','language_VC','','Languages'),('US','Language of Venezuela','language_VE','','Languages'),('US','Language of British Virgin Islands','language_VG','','Languages'),('US','Language of United States Virgin Islands','language_VI','','Languages'),('US','Language of Viet Nam','language_VN','Vietnamese','Languages'),('US','Language of Vanuatu','language_VU','','Languages'),('US','Language of Wallis And Futuna Islands','language_WF','','Languages'),('US','Language of Samoa','language_WS','','Languages'),('US','Language of Yemen','language_YE','','Languages'),('US','Language of Mayotte','language_YT','','Languages'),('US','Language of Yugoslavia','language_YU','','Languages'),('US','Language of South Africa','language_ZA','Afrikaans','Languages'),('US','Language of Zambia','language_ZM','','Languages'),('US','Language of Zaire','language_ZR','','Languages'),('US','Language of Zimbabwe','language_ZW','','Languages'),('US','About our site','lbl_about_our_site','About our site','Labels'),('US','Absolute','lbl_absolute','Absolute','Labels'),('US','Account information','lbl_account_information','Account information','Labels'),('US','Action','lbl_action','Action','Labels'),('US','Activate All','lbl_activate_all','Activate All','Labels'),('US','Active','lbl_active','Active','Labels'),('US','Add','lbl_add','Add','Labels'),('US','Added','lbl_added','Added','Labels'),('US','Added by administrator','lbl_added_by_admin','Added by administrator','Labels'),('US','Additional categories','lbl_additional_categories','Additional categories','Labels'),('US','Additional category','lbl_additional_category','Additional category','Labels'),('US','Additional fields','lbl_additional_fields','Additional fields','Labels'),('US','Additional information','lbl_additional_information','Additional information','Labels'),('US','Additional options','lbl_additional_options','Additional options','Labels'),('US','Address','lbl_address','Address','Labels'),('US','Addresses','lbl_addresses','Addresses','Labels'),('US','Address (line 2)','lbl_address_2','Address (line 2)','Labels'),('US','Address mask examples','lbl_address_mask_examples','Address mask examples','Text'),('US','Simple HTML link to add 1 product to cart','lbl_add_1_product_link','Simple HTML link to add 1 product to cart','Labels'),('US','Add Category','lbl_add_category','Add Category','Labels'),('US','Add credit card type','lbl_add_cc_type','Add credit card type','Labels'),('US','Add coupon','lbl_add_coupon','Add coupon','Labels'),('US','Add exception','lbl_add_exception','Add exception','Labels'),('US','Add extra field','lbl_add_extra_field','Add extra field','Labels'),('US','Add IP address','lbl_add_ip_address','Add IP address','Labels'),('US','Add Link','lbl_add_link','Add Link','Labels'),('US','Add Manufacturer','lbl_add_manufacturer','Add Manufacturer','Labels'),('US','Add merchant key','lbl_add_mpassword','Add merchant key','Labels'),('US','Add merchant key: Warning','lbl_add_mpassword_warn','If you forgot Merchant password, order details will be lost, because to decrypt this field you need to enter correct Merchant password.','Labels'),('US','Add new','lbl_add_new','Add new','Labels'),('US','Add News list','lbl_add_news_list','Add News list','Labels'),('US','Add new...','lbl_add_new_','Add new...','Labels'),('US','Add new county','lbl_add_new_county','Add new county','Labels'),('US','Add new discount','lbl_add_new_discount','Add new discount','Labels'),('US','Add new entry','lbl_add_new_entry','Add new entry','Labels'),('US','Add new field','lbl_add_new_field','Add new field','Labels'),('US','Add/Update language','lbl_add_new_language','Add/Update language','Labels'),('US','Add new link','lbl_add_new_link','Add new link','Labels'),('US','Add news list','lbl_add_new_list','Add news list','Labels'),('US','Add new price','lbl_add_new_price','Add new price','Labels'),('US','Add new product','lbl_add_new_product','Add new product','Labels'),('US','Add new review','lbl_add_new_review','Add new review','Labels'),('US','Add new state','lbl_add_new_state','Add new state','Labels'),('US','Add new tax','lbl_add_new_tax','Add new tax','Labels'),('US','Add new VAT rate','lbl_add_new_vat_rate','Add new VAT rate','Labels'),('US','Add option value','lbl_add_option_value','Add option value','Labels'),('US','Add product','lbl_add_product','Add product','Labels'),('US','Add product option','lbl_add_product_option','Add product option','Labels'),('US','Add review','lbl_add_review','Add review','Labels'),('US','Add shipping charge values','lbl_add_shipping_charge_values','Add shipping charge values','Labels'),('US','Add shipping markup values','lbl_add_shipping_markup_values','Add shipping markup values','Labels'),('US','Add shipping method','lbl_add_shipping_method','Add shipping method','Labels'),('US','Add state','lbl_add_state','Add state','Labels'),('US','Add tax rate','lbl_add_tax_rate','Add tax rate','Labels'),('US','Add to cart','lbl_add_to_cart','Add to cart','Labels'),('US','Add to the subscription','lbl_add_to_maillist','Add to the subscription','Labels'),('US','Add to selected','lbl_add_to_selected','Add to selected','Labels'),('US','Add to wish list','lbl_add_to_wl','Add to wish list','Labels'),('US','Add/Update','lbl_add_update','Add/Update','Labels'),('US','Add/Update exceptions','lbl_add_update_exceptions','Add/Update exceptions','Labels'),('US','Add/Update language','lbl_add_update_language','Add/Update language','Labels'),('US','Add/Update option','lbl_add_update_option','Add/Update option','Labels'),('US','Add/Update options','lbl_add_update_options','Add/Update options','Labels'),('US','Add your review here','lbl_add_your_review','Add your review here','Labels'),('US','Administration','lbl_administration','Administration','Labels'),('US','Administrator','lbl_administrator','Administrator','Labels'),('US','Admin membership levels','lbl_admin_membership_levels','Admin membership levels','Labels'),('US','administrator(s)','lbl_admin_s','administrator(s)','Labels'),('US','','lbl_adm_add_product','Add Product','Labels'),('US','','lbl_adm_product_management','Product Management','Labels'),('US','Advanced Order Management','lbl_advanced_order_management','Advanced Order Management','Labels'),('US','Advanced HTML link with selectable quantity and product options support','lbl_advanced_product_link','Advanced HTML link with selectable quantity and product options support','Labels'),('US','Search by price','lbl_advanced_search','Advanced search','Labels'),('US','Advanced search options','lbl_advanced_search_options','Advanced search options','Labels'),('US','Advanced tracking statistics','lbl_adv_tracking_statistics','Advanced tracking statistics','Labels'),('US','Africa','lbl_af','Africa','Labels'),('US','Affiliates','lbl_affiliates','Affiliates','Labels'),('US','AFTER-PATCH was applied successfully.','lbl_after_patch_was_applied_successfuly','AFTER-PATCH was applied successfully.','Labels'),('US','AFTER-PATCH WAS NOT APPLIED.','lbl_after_patch_was_no_applied','AFTER-PATCH WAS NOT APPLIED.','Labels'),('US','Measure distance','lbl_af_deasure_distance','Measure distance','Labels'),('US','Lookup address','lbl_af_lookup_address','Lookup address','Labels'),('US','All','lbl_all','All','Labels'),('US','All addresses','lbl_all_addresses','All addresses','Labels'),('US','All dates','lbl_all_dates','All dates','Labels'),('US','All methods','lbl_all_methods','All methods','Labels'),('US','All regions','lbl_all_regions','All regions','Labels'),('US','All zones','lbl_all_zones','All zones','Labels'),('US','Alternative text','lbl_alternative_text','Alternative text','Labels'),('US','Amount','lbl_amount','Amount','Labels'),('US','Antarctica','lbl_an','Antarctica','Labels'),('US','and','lbl_and','and','Labels'),('US','Relay URL','lbl_anet_relay_url','Relay URL','Labels'),('US','Valid Referrer URL','lbl_anet_valid_referrer_url','Valid Referrer URL','Labels'),('US','anonymous','lbl_anonymous','anonymous','Labels'),('US','Anonymous customer','lbl_anonymous_customer','Anonymous customer','Labels'),('US','anonymous customer(s)','lbl_anonymous_customer_s','anonymous customer(s)','Labels'),('US','Antifraud service','lbl_antifraud_service','Antifraud service','Labels'),('US','Antifraud additional fields','lbl_anti_fraud_additional_fields','Antifraud additional fields','Labels'),('US','Fraud risk factor','lbl_anti_fraud_coef','Fraud risk factor','Text'),('US','Antifraud checking result','lbl_anti_fraud_module_data','Antifraud checking result','Labels'),('US','Total requests','lbl_anti_fraud_request_total','Total requests','Text'),('US','Used requests','lbl_anti_fraud_request_used','Used requests','Text'),('US','Antifraud service key expired','lbl_anti_fraud_sk_expire','Antifraud service key expired','Labels'),('US','Antifraud service key is invalid','lbl_anti_fraud_sk_invalid','Antifraud service key is invalid','Labels'),('US','Applied Gift Certificates','lbl_applied_giftcerts','Applied Gift Certificates','Labels'),('US','Apply','lbl_apply','Apply','Labels'),('US','Applying AFTER-PATCH ...','lbl_applying_after_patch','Applying AFTER-PATCH ...','Labels'),('US','Applying patch','lbl_applying_patch','Applying patch','Labels'),('US','Applying PRE-PATCH ...','lbl_applying_pre_patch','Applying PRE-PATCH ...','Labels'),('US','Apply changes','lbl_apply_changes','Apply changes','Labels'),('US','Apply Filter','lbl_apply_filter','Apply Filter','Labels'),('US','Apply global discounts','lbl_apply_global_discounts','Apply global discounts','Labels'),('US','Apply GST/HST','lbl_apply_gst','Apply GST/HST','Labels'),('US','Apply GST/PST taxes','lbl_apply_gst_pst_taxes','Apply GST/PST taxes','Labels'),('US','Apply individual taxes','lbl_apply_individual_taxes','Apply individual taxes','Labels'),('US','Apply on shipping','lbl_apply_on_shipping','Apply to shipping','Labels'),('US','Apply patch','lbl_apply_patch','Apply patch','Labels'),('US','Apply PST','lbl_apply_pst','Apply PST','Labels'),('US','Apply SQL patch','lbl_apply_sql_patch','Apply SQL patch','Labels'),('US','Apply taxes','lbl_apply_taxes','Apply taxes','Labels'),('US','Apply VAT rates','lbl_apply_vat_rates','Apply VAT rates','Labels'),('US','Approved','lbl_approved','Approved','Labels'),('US','DHL/Airborne account','lbl_arb_account','DHL/Airborne account','Labels'),('US','Additional protection type','lbl_arb_ap_type','Additional protection type','Labels'),('US','Additional protection value in $','lbl_arb_ap_value','Additional protection value in $','Labels'),('US','COD payment','lbl_arb_codpmt','COD payment','Labels'),('US','COD value in $','lbl_arb_codval','COD value in $','Labels'),('US','Hazardous Materials','lbl_arb_haz','Hazardous Materials','Labels'),('US','Allow customers to provide their own airborne account at checkout','lbl_arb_opt_own_account','Allow customers to provide their own DHL/Airborne account at checkout','Labels'),('US','Packaging type','lbl_arb_pkgtype','Packaging type','Labels'),('US','Package height (inches)','lbl_arb_pkg_height','Package height (inches)','Labels'),('US','Package length (inches)','lbl_arb_pkg_len','Package length (inches)','Labels'),('US','Package width (inches)','lbl_arb_pkg_width','Package width (inches)','Labels'),('US','Ship in a specified number of days','lbl_arb_shipdays','Ship in a specified number of days','Labels'),('US','as','lbl_as','as','Labels'),('US','Asia','lbl_asia','Asia','Labels'),('US','Timezone offset in hours','lbl_asim_timezone_offset_in_hours','Timezone offset in hours (difference between the time zone of the server and GMT)','Labels'),('US','Value according to server settings','lbl_asim_value_according_server','Value according to server settings','Labels'),('US','Assigned','lbl_assigned','Assigned','Labels'),('US','Assigned users','lbl_assigned_users','Assigned users','Labels'),('US','at','lbl_at','at','Labels'),('US','Australia and Oceania','lbl_au','Australia and Oceania','Labels'),('US','Authentication','lbl_authentication','Authentication','Labels'),('US','Author','lbl_author','Author','Labels'),('US','Availability','lbl_availability','Availability','Labels'),('US','Available for sale','lbl_avail_for_sale','Available for sale','Labels'),('US','Average time','lbl_average_time','Average time','Labels'),('US','Backordered','lbl_backordered','Backordered','Labels'),('US','Backup database','lbl_backup_database','Backup database','Labels'),('US','Become our partner !','lbl_become_our_partner','Become our partner !','Labels'),('US','Bestsellers','lbl_bestsellers','Bestsellers','Labels'),('US','Bidirectional link','lbl_bidirectional_link','Bidirectional link','Labels'),('US','Billing','lbl_billing','Billing','Labels'),('US','Billing Address','lbl_billing_address','Billing Address','Labels'),('US','Blocked','lbl_blocked','Blocked','Labels'),('US','Block IP address','lbl_block_ip_address','Block IP address','Labels'),('US','Bookmark','lbl_bookmark','Bookmark','Labels'),('US','Bookmarks','lbl_bookmarks','Bookmarks','Labels'),('US','Both','lbl_both','Both','Labels'),('US','Browser','lbl_browser','Browser','Labels'),('US','Visitors enviroment statistics','lbl_browser_settings','Visitors enviroment statistics','Labels'),('US','Browse...','lbl_browse_','Browse...','Labels'),('US','Browse files','lbl_browse_files','Browse files','Labels'),('US','Browse templates','lbl_browse_templates','Browse templates','Labels'),('US','','lbl_bundled','Bundled','Labels'),('US','Buttons','lbl_buttons','Buttons','Labels'),('US','Buy Now','lbl_buy_now','Buy Now','Labels'),('US','byte(s)','lbl_byte','byte(s)','Labels'),('US','Calendar','lbl_calendar','Calendar','Labels'),('US','Canadian Taxes','lbl_canadian_taxes','Canadian Taxes','Labels'),('US','Canadian Taxes (GST/PST)','lbl_canadian_taxes_gst_pst','Canadian Taxes (GST/PST)','Labels'),('US','Cancel','lbl_cancel','Cancel','Labels'),('US','You cannot buy less than X items of this product','lbl_cannot_buy_less_X','You cannot buy less than {{quantity}} items of {{product}}.','Labels'),('US','Cannot save file: N','lbl_cannot_save_file_N','Cannot save file: {{file}}','Labels'),('US','Card code','lbl_card_code','Card code','Labels'),('US','Card type','lbl_card_type','Card type','Labels'),('US','Carrier','lbl_carrier','Carrier','Labels'),('US','Cart content','lbl_cart_content','Cart content','Labels'),('US','Cart is empty','lbl_cart_is_empty','Cart is empty','Labels'),('US','Total','lbl_cart_total','Total','Labels'),('US','Style of catalog filenames','lbl_catalog_filenames_style','Style of catalog filenames','Labels'),('US','Catalog path','lbl_catalog_path','Catalog path','Labels'),('US','Categories','lbl_categories','Categories','Labels'),('US','Categories and products','lbl_categories_and_products','Categories and products','Labels'),('US','Categories Management','lbl_categories_management','Categories Management','Labels'),('US','Categories only','lbl_categories_only','Categories only','Labels'),('US','Category','lbl_category','Category','Labels'),('US','Category icons','lbl_category_icons','Category icons','Labels'),('US','Current category location:','lbl_category_location','Current category location:','Labels'),('US','Category location','lbl_category_location_title','Category location','Labels'),('US','Category name','lbl_category_name','Category name','Labels'),('US','Category products','lbl_category_products','Category products','Labels'),('US','Category views','lbl_category_views','Category views','Labels'),('US','2Checkout.com account number','lbl_cc_2checkoutcom_account','2Checkout.com account number','Labels'),('US','Secret word','lbl_cc_2checkoutcom_secret','Secret word','Labels'),('US','MerchantID','lbl_cc_3delta_merchantid','MerchantID','Labels'),('US','Account type','lbl_cc_account_type','Account type','Labels'),('US','CC/ACH processing','lbl_cc_ach_processing','CC/ACH processing','Labels'),('US','CC/ACH processing settings','lbl_cc_ach_processing_settings','CC/ACH processing settings','Labels'),('US','Access code','lbl_cc_anz_accesscode','Access code','Labels'),('US','','lbl_cc_anz_merchantid','MerchantID','Labels'),('US','','lbl_cc_anz_server','Secure host & port','Labels'),('US','Secure Hash Secret 1','lbl_cc_anz_shash1','Secure Hash Secret 1','Labels'),('US','ShopID','lbl_cc_asiadeb_shopid','ShopID','Labels'),('US','Login','lbl_cc_authorizenet_login','Login','Labels'),('US','If you choose LIVE mode in the selectbox above, please make sure LIVE mode is set up in your merchant account settings.','lbl_cc_authorizenet_test_note','If you choose LIVE mode in the selectbox above, please make sure LIVE mode is set up in your merchant account settings.','Labels'),('US','Transaction key','lbl_cc_authorizenet_trans_key','Transaction key','Labels'),('US','','lbl_cc_bean_merchantid','merchant_id','Labels'),('US','Merchant ID','lbl_cc_bibit_merchantid','Merchant ID','Labels'),('US','XML password','lbl_cc_bibit_xml_pass','XML password','Labels'),('US','Merchant','lbl_cc_bluepay_merchant','Merchant','Labels'),('US','Secret key','lbl_cc_bluepay_skey','Secret key','Labels'),('US','CVV Indicator','lbl_cc_boa_cvv','CVV Indicator','Labels'),('US','NOT PRESENT','lbl_cc_boa_cvv_notpresent','NOT PRESENT','Labels'),('US','PRESENT','lbl_cc_boa_cvv_present','PRESENT','Labels'),('US','UNREADABLE','lbl_cc_boa_cvv_unreadable','UNREADABLE','Labels'),('US','Encryption Key','lbl_cc_boa_key','Encryption Key','Labels'),('US','Store ID','lbl_cc_boa_storeid','Store ID','Labels'),('US','','lbl_cc_c2_isOnHold','isOnHold','Labels'),('US','','lbl_cc_c2_skipFirstPage','skipFirstPage','Labels'),('US','','lbl_cc_c2_skipLastPage','skipLastPage','Labels'),('US','','lbl_cc_c2_store','store','Labels'),('US','','lbl_cc_c2_token','merchantToken','Labels'),('US','','lbl_cc_c2_useThirdPartySecurity','useThirdPartySecurity','Labels'),('US','Operator ID','lbl_cc_caledon_oper','Operator ID','Labels'),('US','Terminal ID','lbl_cc_caledon_term','Terminal ID','Labels'),('US','Cambist merchant ID','lbl_cc_cambist_merchantid','Cambist merchant ID','Labels'),('US','Name displayed on payment page','lbl_cc_cambist_name','Name displayed on payment page','Labels'),('US','','lbl_cc_cardia_text','

  • merchantToken: A unique identifier identifying the merchant. The ID is given to you by Cardia.
  • store: The name of the store that should be shown to the customer when entering their card details.
  • skipFirstPage: When this is set to true, the first page in the Cardia payment dialog will not be shown to the customer. When it is set to false, the first page is shown to the user. The first page gives the customer the possibility to choose available payment methods (either credit card or Telenor MobilHandel). If the merchant only have one payment method available, it is advised to set this parameter to true and reduce the numbers of steps needed to finalise the payment session.
  • skipLastPage: When this is set to true, the last page in the Cardia payment dialog will not be shown to the customer. When it is set to false, the last page is shown to the user. The last page gives the customer a confirmation saying if the payment was approved or not. If this parameter is set to false, the user must get the appropriate confirmation message at the first page when he is returned to the merchant\'s site.
  • isOnHold: When this is set to true the payment is authorised but NOT charged to the customer before a confirmation that the card should be charged is given by the merchant. When this parameter is set to false, the payment is both authorised AND charged the customer at the same time. In Norway it is advised that the customer should not be charged for any goods before the goods are shipped to the customer. When performing an authorisation only (true), the customer will notice that the amount will disappear from the available funds on his card account (but not from his balance). Depending on the bank the funds will automatically return to the available funds after a period of 3-30 days if a confirmation from the merchant is not given within due time. The merchant have 19 days from the authorisation is given to confirm that the funds should be charged to the cardholders account. If this period is exceeded, a new authorisation must be initiated (the payment process must be done once more).
  • useThirdPartySecurity: Set this parameter to true if the transaction should go through Verified by Visa - VbV (Visa cards) or Secure Code - SC (MasterCard). If set to false, the transaction is not routed through VbV or SC','Labels'),('US','Company Name','lbl_cc_censeo_company','Company Name','Labels'),('US','Uses in the connection URL:https://www.censeo.se/dialog/company_name','lbl_cc_censeo_company_note','Uses in the connection URL:
    https://www.censeo.se/dialog/company_name
    ','Labels'),('US','Uses in the connection URL:https://www.censeo.se/nodialog/company_name','lbl_cc_censeo_nodialog_company_note','Uses in the connection URL:
    https://www.censeo.se/nodialog/company_name
    ','Labels'),('US','Project identity','lbl_cc_censeo_project','Project identity','Labels'),('US','you can leave it empty to have std value','lbl_cc_censeo_project_note','you can leave it empty to have std value','Labels'),('US','Secret word','lbl_cc_censeo_secret','Secret word','Labels'),('US','Language','lbl_cc_centi_language','Language','Labels'),('US','CentiPaid Login','lbl_cc_centi_login','CentiPaid Login','Labels'),('US','Merchants ACCOUNT-PATH&NAME','lbl_cc_chargeit_account','Merchants ACCOUNT-PATH&NAME','Labels'),('US','','lbl_cc_cpac_digits_only','Digits only','Labels'),('US','','lbl_cc_cpac_java','JavaMachine path','Labels'),('US','','lbl_cc_cpac_language','Language','Labels'),('US','','lbl_cc_cpac_path','Path to tpv.cnf','Labels'),('US','Full ICS path','lbl_cc_csrc_icspath','Full ICS path','Labels'),('US','Merchant ID','lbl_cc_csrc_merchantid','Merchant ID','Labels'),('US','Server:Port','lbl_cc_csrc_server','Server:Port','Labels'),('US','Currency','lbl_cc_currency','Currency','Labels'),('US','CVV2','lbl_cc_cvv2','CVV2','Labels'),('US','Java binary','lbl_cc_datatrans_java','Java binary','Labels'),('US','like as /usr/local/java/bin/java','lbl_cc_datatrans_java_note','like as /usr/local/java/bin/java','Labels'),('US','MerchantID','lbl_cc_datatrans_merchantid','MerchantID','Labels'),('US','Server One.IP','lbl_cc_datatrans_server1','Server One.IP','Labels'),('US','Server Two.IP','lbl_cc_datatrans_server2','Server Two.IP','Labels'),('US','Merchant Code','lbl_cc_delta_merchant','Merchant Code','Labels'),('US','Account name','lbl_cc_directone_account_name','Account name','Labels'),('US','Account password','lbl_cc_directone_account_password','Account password','Labels'),('US','','lbl_cc_dpilpx_acc','AccountNum','Labels'),('US','','lbl_cc_dpilpx_password','Password','Labels'),('US','ePay AccountNum','lbl_cc_dpil_account','ePay AccountNum','Labels'),('US','Password','lbl_cc_dpil_password','Password','Labels'),('US','Web Password','lbl_cc_dps_password','Web Password','Labels'),('US','Web Username','lbl_cc_dps_username','Web Username','Labels'),('US','','lbl_cc_easypay_mid','MID','Labels'),('US','Merchant ECHO-ID','lbl_cc_echo_merchantid','Merchant ECHO-ID','Labels'),('US','look like 123>4567890','lbl_cc_echo_merchantid_note','look like 123>4567890','Labels'),('US','Merchant PIN','lbl_cc_echo_merchantpin','Merchant PIN','Labels'),('US','Payer Account','lbl_cc_edinar_account','Payer Account','Labels'),('US','StoreID','lbl_cc_efs_storeid','StoreID','Labels'),('US','StoreKey','lbl_cc_efs_storekey','StoreKey','Labels'),('US','Merchant ID','lbl_cc_egateway_merchantid','Merchant ID','Labels'),('US','Store ID','lbl_cc_egateway_storeid','Store ID','Labels'),('US','Payer Account','lbl_cc_egold_account','Payer Account','Labels'),('US','Payer Name','lbl_cc_egold_name','Payer Name','Labels'),('US','Charge Type','lbl_cc_epdq_chargetype','Charge Type','Labels'),('US','Client Id','lbl_cc_epdq_clientid','Client Id','Labels'),('US','Store\'s logo URL','lbl_cc_epdq_logo','Store\'s logo URL','Labels'),('US','Your logo will need to meet the following dimensions, WIDTH=500 HEIGHT=100. Failure to do this will \'stretch\' your logo. The gr','lbl_cc_epdq_logo_note','Your logo will need to meet the following dimensions, WIDTH=500 HEIGHT=100. Failure to do this will \'stretch\' your logo. The graphical file must reside on a secure server (with an https:// URL).','Labels'),('US','Merchant display name','lbl_cc_epdq_merchant_name','Merchant display name','Labels'),('US','Pass-phrase','lbl_cc_epdq_passphrase','Pass-phrase','Labels'),('US','ePNAccount','lbl_cc_eproc_account','ePNAccount','Labels'),('US','CVV Indicator','lbl_cc_eproc_cvv','CVV Indicator','Labels'),('US','CVV2 is present','lbl_cc_eproc_cvv_1','CVV2 is present','Labels'),('US','Card\'s CVV2 is illegible','lbl_cc_eproc_cvv_2','Card\'s CVV2 is illegible','Labels'),('US','Card has no CVV2 imprint','lbl_cc_eproc_cvv_9','Card has no CVV2 imprint','Labels'),('US','EPS_MERCHANT','lbl_cc_esec_merchant','EPS_MERCHANT','Labels'),('US','DirectPost Token','lbl_cc_eselect_apitoken','DirectPost Token','Labels'),('US','DirectPost ID','lbl_cc_eselect_storeid','DirectPost ID','Labels'),('US','ewayCustomerID','lbl_cc_eway_customerid','ewayCustomerID','Labels'),('US','Expiration date (MMYY)','lbl_cc_expiration','Expiration date (MMYY)','Labels'),('US','Account ID','lbl_cc_ezic_accountid','Account ID','Labels'),('US','Site ID','lbl_cc_ezic_siteid','Site ID','Labels'),('US','','lbl_cc_eztp_pass','Password','Labels'),('US','','lbl_cc_eztp_user','Username','Labels'),('US','','lbl_cc_false','false','Labels'),('US','','lbl_cc_fire_acc','Account Number','Labels'),('US','','lbl_cc_fire_merchantid','MerchantID','Labels'),('US','','lbl_cc_fire_password','Merchant Password','Labels'),('US','Client ID','lbl_cc_fuse_clientid','Client ID','Labels'),('US','Live server','lbl_cc_fuse_liveserver','Live server','Labels'),('US','Example: xmlic.payfuse.com','lbl_cc_fuse_liveserver_note','Example: xmlic.payfuse.com','Labels'),('US','Name','lbl_cc_fuse_name','Name','Labels'),('US','Password','lbl_cc_fuse_password','Password','Labels'),('US','Test server','lbl_cc_fuse_testserver','Test server','Labels'),('US','Example: xmlic.clearcommerce.com','lbl_cc_fuse_testserver_note','Example: xmlic.clearcommerce.com','Labels'),('US','Company Name','lbl_cc_gcomm_company','Company Name','Labels'),('US','Merchant ID','lbl_cc_gcomm_merchantid','Merchant ID','Labels'),('US','Delete all before import','lbl_cc_gestpay_delete_all','Delete all before import','Labels'),('US','Import','lbl_cc_gestpay_import','Import','Labels'),('US','Import passwords','lbl_cc_gestpay_importpasswords','Import passwords','Labels'),('US','Merchant ID','lbl_cc_gestpay_merchantid','Merchant ID','Labels'),('US','Passwords','lbl_cc_gestpay_passwords','Passwords','Labels'),('US','RIC file','lbl_cc_gestpay_ricfile','RIC file','Labels'),('US','Passwords left: ric/ris','lbl_cc_gestpay_ricris','Passwords left: ric/ris','Labels'),('US','RIS file','lbl_cc_gestpay_risfile','RIS file','Labels'),('US','Terminal ID','lbl_cc_gestpay_terminalid','Terminal ID','Labels'),('US','','lbl_cc_goem_merchantid','MerchantID','Labels'),('US','','lbl_cc_goem_password','Password','Labels'),('US','MerchantID','lbl_cc_gzs_merchantid','MerchantID','Labels'),('US','Site access password','lbl_cc_gzs_password','Site access password','Labels'),('US','','lbl_cc_hsbc_id','Store Id','Labels'),('US','','lbl_cc_hsbc_key','CPI Hash Key','Labels'),('US','','lbl_cc_ideb_client','Full path with client name','Labels'),('US','','lbl_cc_ideb_ini','Full path with client ini file','Labels'),('US','','lbl_cc_ideb_prj','Project_id','Labels'),('US','Password','lbl_cc_innec_password','Password','Labels'),('US','Username','lbl_cc_innec_username','Username','Labels'),('US','Login','lbl_cc_intellipaycom_login','Login','Labels'),('US','Password','lbl_cc_intellipaycom_password','Password','Labels'),('US','Reject order, if AVS mismatch','lbl_cc_intellipaycom_reject','Reject order, if AVS check fails','Labels'),('US','No, I don\'t want to reject','lbl_cc_intellipaycom_reject_no','No, I don\'t want to reject','Labels'),('US','Yes, I want to reject','lbl_cc_intellipaycom_reject_yes','Yes, I want to reject','Labels'),('US','Login','lbl_cc_iongatecom_login','Login','Labels'),('US','Merchant Account','lbl_cc_isecure_merchant','Merchant Account','Labels'),('US','Issue No.','lbl_cc_issueno','Issue No.','Labels'),('US','Merchant ID','lbl_cc_jettis_merchantid','Merchant ID','Labels'),('US','ProductID','lbl_cc_jettis_productid','ProductID','Labels'),('US','Leave empty if it is not present','lbl_cc_leave_empty','(if not present, leave blank)','Labels'),('US','Certificate with full path','lbl_cc_linkpoint_certpath','Certificate with full path','Labels'),('US','CVM Indicator','lbl_cc_linkpoint_cvm','CVM Indicator','Labels'),('US','Cannot read CVM on the card','lbl_cc_linkpoint_cvm_illegible','Cannot read CVM on the card','Labels'),('US','No CVM on the back of the card','lbl_cc_linkpoint_cvm_not_present','No CVM on the back of the card','Labels'),('US','No CVM check requested','lbl_cc_linkpoint_cvm_not_provided','No CVM check requested','Labels'),('US','CVM value is requested','lbl_cc_linkpoint_cvm_provided','CVM value is requested','Labels'),('US','Secure host & port','lbl_cc_linkpoint_hostport','Secure host & port','Labels'),('US','Usually, staging.linkpt.net or secure.linkpt.net. Port 1129 or 1139','lbl_cc_linkpoint_hostport_note','Usually, staging.linkpt.net or secure.linkpt.net. Port 1129 or 1139','Labels'),('US','Store name','lbl_cc_linkpoint_storename','Store name','Labels'),('US','Merchant account ID','lbl_cc_lynksystems_merchantid','Merchant account ID','Labels'),('US','Store ID','lbl_cc_lynksystems_storeid','Store ID','Labels'),('US','Terminal ID','lbl_cc_lynksystems_terminalid','Terminal ID','Labels'),('US','Language','lbl_cc_mbookers_language','Language','Labels'),('US','pay_to_email','lbl_cc_mbookers_pay_to_email','pay_to_email','Labels'),('US','MD5 hash value','lbl_cc_md5_hash_value','MD5 hash value','Labels'),('US','Merchant ID','lbl_cc_mm_merchantid','Merchant ID','Labels'),('US','Language','lbl_cc_multicard_language','Language','Labels'),('US','Merchant number','lbl_cc_multicard_merchantid','Merchant number','Labels'),('US','Page ID','lbl_cc_multicard_pageid','Page ID','Labels'),('US','Allow action(s)','lbl_cc_multi_actions','Allow action(s)','Labels'),('US','V = Visa
    E = Euro
    T = Teletik
    O = Overboeking
    I = Incasso
    C = Acceptgiro
    R = Rabodirect
    for example,','lbl_cc_multi_actions_note','V = Visa
    E = Euro
    T = Teletik
    O = Overboeking
    I = Incasso
    C = Acceptgiro
    R = Rabodirect
    for example, TEV','Labels'),('US','Administration ID','lbl_cc_multi_administrationid','Administration ID','Labels'),('US','Seller ID','lbl_cc_multi_sellerid','Seller ID','Labels'),('US','Name on card','lbl_cc_name_explanation','Cardholder\'s name','Labels'),('US','Action URL','lbl_cc_netbanx_actionurl','Action URL','Labels'),('US','for example, https://www.netbanx.com/cgi-bin/payment2/merchant','lbl_cc_netbanx_actionurl_note','for example, https://www.netbanx.com/cgi-bin/payment2/merchant','Labels'),('US','MerchantID','lbl_cc_netbanx_merchantid','MerchantID','Labels'),('US','Account','lbl_cc_netbilling_account','Account','Labels'),('US','Site tag','lbl_cc_netbilling_sitetag','Site tag','Labels'),('US','','lbl_cc_netpay_acc','PAYEE account','Labels'),('US','','lbl_cc_netpay_answer','Security answer','Labels'),('US','','lbl_cc_netpay_name','PAYEE name','Labels'),('US','','lbl_cc_nochex_id','NOCHEX account','Labels'),('US','','lbl_cc_nochex_logo','Company logo for NOCHEX checkout page','Labels'),('US','MerchantID','lbl_cc_nrecom_merchantid','MerchantID','Labels'),('US','External access password','lbl_cc_nrecom_password','External access password','Labels'),('US','Credit card number (no spaces or dashes)','lbl_cc_number_explanation','Credit card number (no spaces or dashes)','Labels'),('US','Password','lbl_cc_ogone_password','Password','Labels'),('US','PSPID','lbl_cc_ogone_pspid','PSPID','Labels'),('US','SHA-1 Signature','lbl_cc_ogone_sha1sig','SHA-1 Signature','Labels'),('US','','lbl_cc_ogw_id','PSPID','Labels'),('US','','lbl_cc_ogw_sig','SHA-1 Signature','Labels'),('US','Order prefix','lbl_cc_order_prefix','Order prefix','Labels'),('US','Language','lbl_cc_paybox_language','Language','Labels'),('US','Rank (\'machine\') number','lbl_cc_paybox_rank','Rank (\'machine\') number','Labels'),('US','Site number (EPT)','lbl_cc_paybox_sitenum','Site number (EPT)','Labels'),('US','MerchantID','lbl_cc_paybycheck_mid','MerchantID','Labels'),('US','16-digit Blowfish password','lbl_cc_paygate_blowfishpass','16-digit Blowfish password','Labels'),('US','MerchantID','lbl_cc_paygate_merchantid','MerchantID','Labels'),('US','PayNet path','lbl_cc_paynet_cert_path','PayNet certificate & private key (full path with filename)','Labels'),('US','PayID','lbl_cc_paynet_payid','PayID','Labels'),('US','Account','lbl_cc_paypal_acc','Account','Labels'),('US','Payment for','lbl_cc_paypal_for','Payment for','Labels'),('US','Company ID','lbl_cc_paysystems_companyid','Company ID','Labels'),('US','','lbl_cc_payweb_id','PayGateID','Labels'),('US','Merchant Account ID','lbl_cc_payzip_merchantid','Merchant Account ID','Labels'),('US','Account Password','lbl_cc_payzip_password','Account Password','Labels'),('US','Account token','lbl_cc_pgw_account','Account token','Labels'),('US','Store code (Clave de comercio)','lbl_cc_pi_storecode','Store code (Clave de comercio)','Labels'),('US','AVS Level','lbl_cc_plugnpaycom_avs','AVS Level','Labels'),('US','Anything Goes. No transaction is rejected based on AVS.','lbl_cc_plugnpaycom_avs_0','Anything Goes. No transaction is rejected based on AVS.','Labels'),('US','Requires a match of Zip Code or Street Address,
    but will allow cardswhere the address information is not available. (Only \'N','lbl_cc_plugnpaycom_avs_1','Requires a match of Zip Code or Street Address,
    but will allow cardswhere the address information is not available. (Only \'N\' responses willbe voided)','Labels'),('US','Requires match of Zip Code or Street Address. All other transactionsvoided; including those where the address information is','lbl_cc_plugnpaycom_avs_3','Requires match of Zip Code or Street Address.
    All other transactionsvoided; including those where the address information is not available','Labels'),('US','Requires match of Street Address or a exact match. All othertransactions voided; including those where the address informati','lbl_cc_plugnpaycom_avs_4','Requires match of Street Address or a exact match.
    All othertransactions voided; including those where the address information isnot available.','Labels'),('US','Requires exact match of Zip Code and Street Address. All othertransactions voided; including those where the address inform','lbl_cc_plugnpaycom_avs_5','Requires exact match of Zip Code and Street Address.
    All othertransactions voided; including those where the address information isnot available.','Labels'),('US','Requires exact match of Zip Code and Street Address,
    but will allowscards where the address information is not available.','lbl_cc_plugnpaycom_avs_6','Requires exact match of Zip Code and Street Address,
    but will allowscards where the address information is not available.','Labels'),('US','Processor host','lbl_cc_plugnpaycom_host','Processor host','Labels'),('US','Usually it is pay1.plugnpay.com','lbl_cc_plugnpaycom_host_note','Usually it is pay1.plugnpay.com','Labels'),('US','Publisher name','lbl_cc_plugnpaycom_publisher','Publisher name','Labels'),('US','Merchant Id','lbl_cc_pp3_merchantid','Merchant Id','Labels'),('US','ProxyPay3 server URL','lbl_cc_pp3_serverurl','ProxyPay3 server URL','Labels'),('US','Ex.: https://www.mypayserv.com/proxypay/apacs','lbl_cc_pp3_serverurl_note','Ex.: https://www.mypayserv.com/proxypay/apacs','Labels'),('US','','lbl_cc_ppl_key','Encryption Key','Labels'),('US','','lbl_cc_ppl_mode','Encryption Mode','Labels'),('US','','lbl_cc_ppl_user','Username','Labels'),('US','MerchantID','lbl_cc_prip_merchantid','MerchantID','Labels'),('US','Security Key','lbl_cc_prip_seckey','Security Key','Labels'),('US','MerchantID','lbl_cc_priw_merchantid','MerchantID','Labels'),('US','Security Key','lbl_cc_priw_seckey','Security Key','Labels'),('US','MerchantID','lbl_cc_pri_merchantid','MerchantID','Labels'),('US','Security Key','lbl_cc_pri_seckey','Security Key','Labels'),('US','Home page URL','lbl_cc_processusa_homepageurl','Home page URL','Labels'),('US','Password','lbl_cc_processusa_password','Password','Labels'),('US','VendorID / GatewayID','lbl_cc_processusa_vendorid','VendorID / GatewayID','Labels'),('US','it mustn\'t be empty in test mode','lbl_cc_protxdir_ordpref_note','must not be empty in test mode','Labels'),('US','VendorName','lbl_cc_protxdir_vendorname','VendorName','Labels'),('US','it mustn\'t be empty','lbl_cc_protx_ordpref_note','it mustn\'t be empty','Labels'),('US','Encryption password','lbl_cc_protx_password','Encryption password','Labels'),('US','VendorName','lbl_cc_protx_vendorname','VendorName','Labels'),('US','Full path with binary filename','lbl_cc_psclient_binarypath','Full path with binary filename','Labels'),('US','For example,/my/home/dir/psclient','lbl_cc_psclient_binarypath_note','For example,/my/home/dir/psclient','Labels'),('US','Merchant ID','lbl_cc_psigate_merchantid','Merchant ID','Labels'),('US','','lbl_cc_psw_id','AccountID','Labels'),('US','','lbl_cc_psw_pc','Product Code','Labels'),('US','Login','lbl_cc_rtware_login','Login','Labels'),('US','Transaction key','lbl_cc_rtware_transkey','Transaction key','Labels'),('US','Account ID','lbl_cc_saferpay_accountid','Account ID','Labels'),('US','Path to Saferpay config (optional)','lbl_cc_saferpay_binpath','Path to Saferpay config (optional)','Labels'),('US','for example, /home/sites/site70/saferpay/out/','lbl_cc_saferpay_binpath_note','for example, /home/sites/site70/saferpay/out/','Labels'),('US','Path to Saferpay config (optional)','lbl_cc_saferpay_cfgpath','Path to Saferpay config (optional)','Labels'),('US','for example, /home/sites/site70/saferpay/out/','lbl_cc_saferpay_cfgpath_note','for example, /home/sites/site70/saferpay/out/','Labels'),('US','Language','lbl_cc_saferpay_language','Language','Labels'),('US','Merchant ID','lbl_cc_scopus_merchantid','Merchant ID','Labels'),('US','Request the CVV2 check digit','lbl_cc_secpay_cvv2','Request the CVV2 check digit','Labels'),('US','Merchant','lbl_cc_secpay_merchantid','Merchant','Labels'),('US','Merchant ID','lbl_cc_securepay_merchantid','Merchant ID','Labels'),('US','Login','lbl_cc_securetrading_login','Login','Labels'),('US','Settings','lbl_cc_settings','Settings','Labels'),('US','HTML Serial Number','lbl_cc_skipjack_hsnum','HTML Serial Number','Labels'),('US','Client ID','lbl_cc_slim_clientid','Client ID','Labels'),('US','Password','lbl_cc_slim_password','Password','Labels'),('US','Price ID','lbl_cc_slim_priceid','Price ID','Labels'),('US','Site ID','lbl_cc_slim_siteid','Site ID','Labels'),('US','Merchant ID','lbl_cc_surepay_merchantid','Merchant ID','Labels'),('US','Password','lbl_cc_surepay_password','Password','Labels'),('US','','lbl_cc_td_day','The period(days) in which the payment should be received','Labels'),('US','','lbl_cc_td_id','The identification of the merchant','Labels'),('US','','lbl_cc_td_language','Language','Labels'),('US','','lbl_cc_td_pm','The profile of payment methods','Labels'),('US','live','lbl_cc_testlive_live','live','Labels'),('US','Test/Live mode','lbl_cc_testlive_mode','Test/Live mode','Labels'),('US','test','lbl_cc_testlive_test','test','Labels'),('US','test:approved','lbl_cc_testlive_test_a','test:approved','Labels'),('US','test:declined','lbl_cc_testlive_test_d','test:declined','Labels'),('US','MerchantID','lbl_cc_test_merchantid','MerchantID','Labels'),('US','','lbl_cc_trol_id','SID','Labels'),('US','','lbl_cc_trol_pass','Pass phrase','Labels'),('US','','lbl_cc_true','true','Labels'),('US','AVS','lbl_cc_trustcommerce_avs','AVS','Labels'),('US','Customer ID','lbl_cc_trustcommerce_customerid','Customer ID','Labels'),('US','Operator','lbl_cc_trustcommerce_operator','Operator','Labels'),('US','Password','lbl_cc_trustcommerce_password','Password','Labels'),('US','Credit card type','lbl_cc_type','Credit card type','Labels'),('US','Key','lbl_cc_usaepay_key','Key','Labels'),('US','','lbl_cc_us_username','GWUsername','Labels'),('US','Valid from (MMYY)','lbl_cc_validfrom','Valid from (MMYY)','Labels'),('US','VaultX executable','lbl_cc_vaultx_binary','VaultX executable','Labels'),('US','Certificate password','lbl_cc_vaultx_certpass','Certificate password','Labels'),('US','Client certificate','lbl_cc_vaultx_clientcert','Client certificate','Labels'),('US','Client ID','lbl_cc_vaultx_clientid','Client ID','Labels'),('US','Gateways','lbl_cc_vaultx_gateways','Gateways','Labels'),('US','Gateways port','lbl_cc_vaultx_gatewaysport','Gateways port','Labels'),('US','Login','lbl_cc_verisignl_login','Login','Labels'),('US','Partner','lbl_cc_verisignl_partner','Partner','Labels'),('US','Merchant account password','lbl_cc_verisign_merchantpass','Merchant account password','Labels'),('US','Merchant account username','lbl_cc_verisign_merchantuser','Merchant account username','Labels'),('US','Partner','lbl_cc_verisign_partner','Partner','Labels'),('US','Vendor','lbl_cc_verisign_vendor','Vendor','Labels'),('US','AVS','lbl_cc_viaklix2_avs','AVS','Labels'),('US','CVV2','lbl_cc_viaklix2_cvv2','CVV2','Labels'),('US','viaKlix ID','lbl_cc_viaklix2_id','viaKlix ID','Labels'),('US','User ID','lbl_cc_viaklix2_userid','User ID','Labels'),('US','User PIN','lbl_cc_viaklix2_userpin','User PIN','Labels'),('US','AVS--','lbl_cc_viaklix_avs','AVS--','Labels'),('US','CVV2','lbl_cc_viaklix_cvv2','CVV2','Labels'),('US','viaKlix ID','lbl_cc_viaklix_id','viaKlix ID','Labels'),('US','Merchant pin','lbl_cc_viaklix_pin','Merchant pin','Labels'),('US','URL to Your Own Payment Form','lbl_cc_vp_formurl','URL to Your Own Payment Form','Labels'),('US','Merchant ID','lbl_cc_vp_merchantid','Merchant ID','Labels'),('US','Merchant Password','lbl_cc_vp_merchantpass','Merchant Password','Labels'),('US','','lbl_cc_w2p_merchantid','MerchantID','Labels'),('US','','lbl_cc_wcraft_note','NOTE: Different levels of error indicator','Labels'),('US','','lbl_cc_wcraft_pass','Password','Labels'),('US','','lbl_cc_wcraft_user','Username','Labels'),('US','','lbl_cc_wcraft_ver','Version','Labels'),('US','Store ID','lbl_cc_wells_storeid','Store ID','Labels'),('US','Instance ID','lbl_cc_worldpay_instanceid','Instance ID','Labels'),('US','Shop ID','lbl_cc_wswift_shopid','Shop ID','Labels'),('US','OPS ID','lbl_cc_zipzap_opsid','OPS ID','Labels'),('US','Change','lbl_change','Change','Labels'),('US','Change directory','lbl_change_directory','Change directory','Labels'),('US','Change icon','lbl_change_icon','Change icon','Labels'),('US','Change image','lbl_change_image','Change image','Labels'),('US','Change merchant key','lbl_change_mpassword','Change merchant key','Labels'),('US','Change payment method','lbl_change_payment_method','Change payment method','Labels'),('US','Charge','lbl_charge','Charge','Labels'),('US','Charset','lbl_charset','Charset','Labels'),('US','Check','lbl_check','Check','Labels'),('US','Checkout','lbl_checkout','Checkout','Labels'),('US','Checkout: Step 1 (Registration Form)','lbl_checkout_step1_registration_form','Checkout: Step 1 (Registration Form)','Labels'),('US','Checkout: Step 2 (Payment method selection)','lbl_checkout_step2_payment_method','Checkout: Step 2 (Payment method selection)','Labels'),('US','Checkout: Step 3 (Confirmation and Submit)','lbl_checkout_step3_confirmation','Checkout: Step 3 (Confirmation and Submit)','Labels'),('US','Checkout with PayPal','lbl_checkout_with_paypal_express','Checkout with PayPal','Labels'),('US','Check all','lbl_check_all','Check all','Labels'),('US','click here to check environment','lbl_check_environment_link','click here to check environment','Labels'),('US','Check-processor info','lbl_check_information','Check information','Text'),('US','Check order in Antifraud service','lbl_check_order_in_anti_fraud','Check order in Antifraud service','Labels'),('US','Check processor','lbl_check_processor','Check processor','Labels'),('US','Choose a file','lbl_choose_file','Choose a file','Labels'),('US','Choose language','lbl_choose_language','Choose a language','Labels'),('US','Choose pay dates from the calendar below','lbl_choose_pay_dates_from_calendar','Choose pay dates from the calendar below','Text'),('US','Choose a product','lbl_choose_product','Choose a product','Labels'),('US','Change password','lbl_chpass','Change password','Labels'),('US','Login','lbl_ch_authorizenet_login','Login','Labels'),('US','Transaction key','lbl_ch_authorizenet_transkey','Transaction key','Labels'),('US','Check-processor.Checking Account Number','lbl_ch_bank_account','Checking account number','Text'),('US','Bank name','lbl_ch_bank_name','Bank name','Labels'),('US','Check-processor.Bank Routing Number','lbl_ch_bank_routing','Bank routing number','Text'),('US','Business','lbl_ch_business','Business','Labels'),('US','Date of birth in driving license','lbl_ch_driver_license_dob','Date of birth in driving license','Labels'),('US','Drivering license number','lbl_ch_driver_license_num','Drivers license number','Labels'),('US','Drivering license state','lbl_ch_driver_license_state','Drivers license state','Labels'),('US','Individual','lbl_ch_individual','Individual','Labels'),('US','Check-processor.Signature','lbl_ch_name','Customer\'s signature','Text'),('US','Check-processor.Check Number or Fraction Number','lbl_ch_number','Fraction number','Text'),('US','Organization type','lbl_ch_org_type','Organization type','Labels'),('US','PayByCheck Account ID','lbl_ch_paybycheck_accountid','PayByCheck Account ID','Labels'),('US','Password','lbl_ch_paybycheck_password','Password','Labels'),('US','ProcessorID','lbl_ch_paybycheck_procid','ProcessorID','Labels'),('US','Settings','lbl_ch_settings','Settings','Labels'),('US','Action','lbl_ch_wtsbank_action','Action','Labels'),('US','Your WTS parent ID','lbl_ch_wtsbank_parentid','Your WTS parent ID','Labels'),('US','Your WTS sub ID','lbl_ch_wtsbank_subid','Your WTS sub ID','Labels'),('US','Cities','lbl_cities','Cities','Labels'),('US','City','lbl_city','City','Labels'),('US','City mask examples','lbl_city_mask_examples','City mask examples','Text'),('US','Classification','lbl_classification','Classification','Labels'),('US','Clear','lbl_clear','Clear','Labels'),('US','Clear all referrals statistics','lbl_clear_all_referrals_statistics','Clear all referrals statistics','Labels'),('US','Clear all search statistics','lbl_clear_all_search_statistics','Clear all search statistics','Labels'),('US','Clear all store statistics','lbl_clear_all_store_statistics','Clear all store statistics','Labels'),('US','Clear all tracking statistics','lbl_clear_all_tracking_statistics','Clear all tracking statistics','Labels'),('US','Clear all visitors enviroment statistics','lbl_clear_all_visitors_enviroment_statistics','Clear all visitors enviroment statistics','Labels'),('US','Clear cart','lbl_clear_cart','Clear cart','Labels'),('US','Clear templates cache','lbl_clear_templates_cache','Clear templates cache','Labels'),('US','click here for details','lbl_click_here_for_details','click here for details','Labels'),('US','Click here for help','lbl_click_here_for_help','Click here for help','Labels'),('US','click here to apply','lbl_click_here_to_apply','click here to apply','Labels'),('US','click here to backup','lbl_click_here_to_backup','click here to backup','Labels'),('US','click here to change','lbl_click_here_to_change','click here to change','Labels'),('US','click here to check','lbl_click_here_to_check','click here to check','Labels'),('US','click here to define','lbl_click_here_to_define','click here to define','Labels'),('US','Click to close','lbl_click_to_close','Click to close','Labels'),('US','Click to open','lbl_click_to_open','Click to open','Labels'),('US','Click here to modify VAT rates','lbl_clicl_here_to_modify_vat','Click here to modify VAT rates','Labels'),('US','Clone','lbl_clone','Clone','Labels'),('US','Clone product','lbl_clone_product','Clone product','Labels'),('US','Close','lbl_close','Close','Labels'),('US','Close match','lbl_close_match','Close match','Labels'),('US','Close Webmaster mode','lbl_close_webmaster_mode','Close Webmaster mode','Labels'),('US','Close window','lbl_close_window','Close window','Labels'),('US','Activate Now','lbl_cmpi_activate_now','Activate Now','Labels'),('US','Check CC data via CardinalCommerce server','lbl_cmpi_admin_button','Check CC data via CardinalCommerce server','Labels'),('US','CAVV','lbl_cmpi_cavv','CAVV','Labels'),('US','To ensure the security of your transactions, we\'re proud to partner with these programs:','lbl_cmpi_customer_note','To ensure the security of your transactions, we\'re proud to partner with these programs:','Labels'),('US','E-Commerce indicator (ECI flag)','lbl_cmpi_eci','E-Commerce indicator (ECI flag)','Labels'),('US','CMPI Error','lbl_cmpi_error','CMPI Error','Labels'),('US','Inner error','lbl_cmpi_inner_error','Inner error','Labels'),('US','JCB J/Secure','lbl_cmpi_jcbjs','JCB J/Secure','Labels'),('US','Master Card SecureCode','lbl_cmpi_mcsc','Master Card SecureCode','Labels'),('US','CMPI Result','lbl_cmpi_result','CMPI Result','Labels'),('US','Signature check result status','lbl_cmpi_signature_verification','Signature check result status','Labels'),('US','Status code','lbl_cmpi_status_code','Status code','Labels'),('US','Transaction indentifier','lbl_cmpi_tid','Transaction indentifier','Labels'),('US','Verified by Visa','lbl_cmpi_vbv','Verified by Visa','Labels'),('US','Code','lbl_code','Code','Labels'),('US','Column order','lbl_column_order','Column order','Labels'),('US','Comma','lbl_comma','Comma','Labels'),('US','Community forums','lbl_community_forums','Community forums','Labels'),('US','Company','lbl_company','Company','Labels'),('US','Company name','lbl_company_name','Company name','Labels'),('US','Company type','lbl_company_type','Company type','Labels'),('US','Compile templates','lbl_compile_templates','Compile templates','Labels'),('US','Compiling N','lbl_compiling_n','Compiling {{file}}','Labels'),('US','Complete','lbl_complete','Complete','Labels'),('US','completed','lbl_completed_small','completed','Labels'),('US','Complete order','lbl_complete_order','Complete order','Labels'),('US','Component','lbl_component','Component','Labels'),('US','Configure','lbl_configure','Configure','Labels'),('US','Config file','lbl_config_file','Config file','Labels'),('US','Confirmation','lbl_confirmation','Confirmation','Labels'),('US','Confirmed','lbl_confirmed','Confirmed','Labels'),('US','Confirm merchant key','lbl_confirm_merchant_password','Confirm merchant key','Labels'),('US','Confirm Password','lbl_confirm_password','Confirm Password','Labels'),('US','Contact Information','lbl_contact_information','Contact Information','Labels'),('US','Contact Name','lbl_contact_name','Contact Name','Labels'),('US','Contact us','lbl_contact_us','Contact us','Labels'),('US','Content Management','lbl_content_management','Content Management','Labels'),('US','Continue','lbl_continue','Continue','Labels'),('US','Continue converting pages to HTML (N pages converted)','lbl_continue_converting_pages_to_html','Continue converting pages to HTML ({{count}} pages converted)','Labels'),('US','Continue import','lbl_continue_import','Continue import','Labels'),('US','Continue shopping','lbl_continue_shopping','Continue shopping','Labels'),('US','Converting pages to HTML','lbl_converting_pages_to_html','Converting pages to HTML','Labels'),('US','Convert embedded static pages','lbl_convert_embedded_static_pages','Convert embedded static pages','Labels'),('US','Cookie','lbl_cookie','Cookie','Labels'),('US','Copy','lbl_copy','Copy','Labels'),('US','Copyright','lbl_copyright','Copyright','Labels'),('US','Copy file name','lbl_copy_file_name','Copy file name','Labels'),('US','Cost of one day','lbl_cost_of_one_day','Cost of one day','Labels'),('US','Counties','lbl_counties','Counties','Labels'),('US','Counties Management','lbl_counties_management','Counties Management','Labels'),('US','Countries','lbl_countries','Countries','Labels'),('US','Countries Management','lbl_countries_management','Countries Management','Labels'),('US','Countries Taxes','lbl_countries_taxes','Countries Taxes','Labels'),('US','Country','lbl_country','Country','Labels'),('US','The selected country doesn\'t require \'state\' field','lbl_country_doesnt_require_state','The selected country doesn\'t require \'state\' field','Labels'),('US','County','lbl_county','County','Labels'),('US','Coupon','lbl_coupon','Coupon','Labels'),('US','Coupons','lbl_coupons','Coupons','Labels'),('US','Active','lbl_coupon_active','Active','Labels'),('US','Add new coupon','lbl_coupon_add_new','Add new coupon','Labels'),('US','Already exists','lbl_coupon_already_exists','Already exists','Labels'),('US','category','lbl_coupon_apply_category','category','Labels'),('US','with subcategories','lbl_coupon_apply_category_rec','with subcategories','Labels'),('US','order subtotal','lbl_coupon_apply_order_subtotal','order subtotal','Labels'),('US','one product','lbl_coupon_apply_product','one product','Labels'),('US','Apply to','lbl_coupon_apply_to','Apply to','Labels'),('US','Coupon code','lbl_coupon_code','Coupon code','Labels'),('US','This coupon applies on orders which contain product #{{productid}}','lbl_coupon_contains_product','This coupon applies to orders which contain product #{{productid}}','Labels'),('US','This coupon applies on orders which contain product(s) from category #{{categoryid}}','lbl_coupon_contains_products_cat','This coupon applies on orders which contain product(s) from category #{{categoryid}}','Labels'),('US','This coupon applies on orders which contain product(s) from category #{{categoryid}} and its subcategories','lbl_coupon_contains_products_cat_rec','This coupon applies to orders which contain product(s) from category #{{categoryid}} and its subcategories','Labels'),('US','Disabled','lbl_coupon_disabled','Disabled','Labels'),('US','Disc.','lbl_coupon_disc','Disc.','Labels'),('US','Expires','lbl_coupon_expires','Expires','Labels'),('US','Free ship.','lbl_coupon_freeship','Free ship.','Labels'),('US','Free shipping','lbl_coupon_freeshiping','Free shipping','Labels'),('US','This coupon applies on orders greater than {{amount}}','lbl_coupon_greater_than','This coupon applies to orders greater than {{amount}}','Labels'),('US','Min.','lbl_coupon_min','Min.','Labels'),('US','Coupon saving','lbl_coupon_saving','Coupon saving','Labels'),('US','Times','lbl_coupon_times','Times','Labels'),('US','Times to use','lbl_coupon_times_to_use','Times to use','Labels'),('US','Coupon type','lbl_coupon_type','Coupon type','Labels'),('US','off','lbl_coupon_type_absolute','off','Labels'),('US','% off','lbl_coupon_type_percent','% off','Labels'),('US','Used','lbl_coupon_used','Used','Labels'),('US','Package insured value in CA $','lbl_cpc_package_insured_value','Package insured value in CA $','Labels'),('US','Create','lbl_create','Create','Labels'),('US','Created','lbl_created','Created','Labels'),('US','Create Administrator Profile','lbl_create_admin_profile','Create administrator profile','Labels'),('US','Create Customer Profile','lbl_create_customer_profile','Create customer profile','Labels'),('US','Create new directory','lbl_create_new_directory','Create new directory','Labels'),('US','Create new file','lbl_create_new_file','Create new file','Labels'),('US','Create page','lbl_create_page','Create page','Labels'),('US','Create Profile','lbl_create_profile','Create Profile','Labels'),('US','Create Provider Profile','lbl_create_provider_profile','Create provider profile','Labels'),('US','Credit card information','lbl_credit_card_information','Credit card information','Labels'),('US','Credit Card processor','lbl_credit_card_processor','Credit Card processor','Labels'),('US','Credit Card type','lbl_credit_card_type','Credit Card type','Labels'),('US','Credit card types','lbl_credit_card_types','Credit card types','Labels'),('US','CSS file','lbl_css_file','CSS file','Labels'),('US','CSV delimiter','lbl_csv_delimiter','CSV delimiter','Labels'),('US','CSV file','lbl_csv_file','CSV file','Labels'),('US','CSV file for upload','lbl_csv_file_for_upload','CSV file for upload','Labels'),('US','CSV file for upload','lbl_csv_file_upload','CSV file for upload','Labels'),('US','Current category','lbl_current_category','Current category','Labels'),('US','Current language','lbl_current_language','Current language','Labels'),('US','Current page','lbl_current_page','Current page','Labels'),('US','Current version','lbl_current_version','Current version','Labels'),('US','Customer','lbl_customer','Customer','Labels'),('US','Product rating','lbl_customers_rating','Product rating','Labels'),('US','Customer\'s information','lbl_customer_info','Customer info','Labels'),('US','Customer login','lbl_customer_login','Customer login','Labels'),('US','Customer membership levels','lbl_customer_membership_levels','Customer membership levels','Labels'),('US','Customer notes','lbl_customer_notes','Customer notes','Labels'),('US','Customer registration type','lbl_customer_registration_type','Customer registration type','Labels'),('US','Customer Reviews','lbl_customer_reviews','Customer Reviews','Labels'),('US','Voting','lbl_customer_voting','Voting','Labels'),('US','Database','lbl_database','Database','Labels'),('US','Database Backup/Restore','lbl_database_backup_restore','Database Backup/Restore','Labels'),('US','Date','lbl_date','Date','Labels'),('US','Date from','lbl_date_from','Date from','Labels'),('US','Date of import','lbl_date_of_import','Date of import','Labels'),('US','Date period','lbl_date_period','Date period','Labels'),('US','Date setting','lbl_date_setting','Date setting','Labels'),('US','Date through','lbl_date_through','Date through','Labels'),('US','days','lbl_days','days','Labels'),('US','Days remain up to end of period','lbl_days_remain','Days remain up to end of period','Labels'),('US','Days same period','lbl_days_same_period','Days same period','Labels'),('US','Cost of one day by subscription plan','lbl_day_cost_by_subscr_plan','Cost of one day by subscription plan','Labels'),('US','Database backup in process. Please wait...','lbl_db_backup_in_progress','Database backup in process. Please wait...','Labels'),('US','DB Backup/Restore','lbl_db_backup_restore','DB Backup/Restore','Labels'),('US','Database has been restored successfully!','lbl_db_restored_successfully','Database has been restored successfully!','Labels'),('US','Deactivate All','lbl_deactivate_all','Deactivate All','Labels'),('US','Dear','lbl_dear','Dear','Labels'),('US','Declined','lbl_declined','Declined','Labels'),('US','Decline order','lbl_decline_order','Decline order','Labels'),('US','Default','lbl_default','Default','Labels'),('US','Default admin language','lbl_default_admin_language','Default admin language','Labels'),('US','Default customer language','lbl_default_customer_language','Default customer language','Labels'),('US','Default languages','lbl_default_languages','Default languages','Labels'),('US','Default value','lbl_default_value','Default value','Labels'),('US','Defined shipping methods','lbl_defined_shipping_methods','Defined shipping methods','Labels'),('US','Delete','lbl_delete','Delete','Labels'),('US','Deleted from the cart','lbl_deleted_from_cart','Deleted from the cart','Labels'),('US','Delete all','lbl_delete_all','Delete all','Labels'),('US','Delete All Orders','lbl_delete_all_orders','Delete All Orders','Labels'),('US','Delete category','lbl_delete_category','Delete category','Labels'),('US','Delete for selected dates','lbl_delete_for_selected_dates','Delete for selected dates','Labels'),('US','Delete from selected','lbl_delete_from_selected','Delete from selected','Labels'),('US','Delete icon','lbl_delete_icon','Delete icon','Labels'),('US','Delete image','lbl_delete_image','Delete image','Labels'),('US','Delete item','lbl_delete_item','Delete item','Labels'),('US','Delete Orders','lbl_delete_orders','Delete Orders','Labels'),('US','Delete product','lbl_delete_product','Delete product','Labels'),('US','Delete products','lbl_delete_products','Delete products','Labels'),('US','Delete profile','lbl_delete_profile','Delete profile','Labels'),('US','Delete selected','lbl_delete_selected','Delete selected','Labels'),('US','Delete users','lbl_delete_users','Delete users','Labels'),('US','Deleting all old products...','lbl_deleting_all_old_products','Deleting all old products...','Labels'),('US','Deleting old catalog...','lbl_deleting_old_catalog','Deleting old catalog...','Labels'),('US','Delivery method','lbl_delivery','Delivery method','Labels'),('US','Payment request page','lbl_delptapay_request_page','Payment request page','Labels'),('US','Department','lbl_department','Department','Labels'),('US','Description','lbl_description','Description','Labels'),('US','Destination','lbl_destination','Destination','Labels'),('US','Destination address','lbl_destination_address','Destination address','Labels'),('US','Destination zones','lbl_destination_zones','Destination zones','Labels'),('US','Detailed images','lbl_detailed_images','Detailed images','Labels'),('US','Detailed product images','lbl_detailed_product_images','Detailed product images','Labels'),('US','Details','lbl_details','Details','Labels'),('US','Detailed description','lbl_det_description','Detailed description','Labels'),('US','Dimensional unit code','lbl_dimensional_unit','Dimensional unit code','Labels'),('US','Directories','lbl_directories','Directories','Labels'),('US','X-Cart directories which must have write permissions','lbl_directories_must_have_write_permissions','X-Cart directories which must have write permissions','Labels'),('US','Directory','lbl_directory','Directory','Labels'),('US','Disable','lbl_disable','Disable','Labels'),('US','Disabled','lbl_disabled','Disabled','Labels'),('US','Disable All','lbl_disable_all','Disable All','Labels'),('US','Discount','lbl_discount','Discount','Labels'),('US','Discounted','lbl_discounted','Discounted','Labels'),('US','Discounted price','lbl_discounted_price','Discounted price','Labels'),('US','Discounted subtotal','lbl_discounted_subtotal','Discounted subtotal','Labels'),('US','Discounts','lbl_discounts','Discounts','Labels'),('US','Discount coupon','lbl_discount_coupon','Discount coupon','Labels'),('US','Discount coupon applied','lbl_discount_coupon_applied','Discount coupon applied','Labels'),('US','Discount type','lbl_discount_type','Discount type','Labels'),('US','disfunctional','lbl_disfunctional','disfunctional','Labels'),('US','Displaying','lbl_displaying','Displaying','Labels'),('US','Display also (on the products list, product details and cart pages)','lbl_display_also','Also display (on the products list, product details and cart pages)','Labels'),('US','Display product price including tax','lbl_display_including_tax','Display product price including tax','Labels'),('US','Display labels','lbl_display_labels','Display labels','Labels'),('US','Tax cost','lbl_display_tax_cost','Calculated tax cost','Labels'),('US','Do not display nothing','lbl_display_tax_none','Nothing','Labels'),('US','Rate value','lbl_display_tax_rate','Rate value','Labels'),('US','Rate value and tax cost','lbl_display_tax_rate_and_cost','Rate value and tax cost','Labels'),('US','Domestic U.S.P.S.','lbl_domestic_usps','Domestic U.S.P.S.','Labels'),('US','Done','lbl_done','Done','Labels'),('US','Download','lbl_download','Download','Labels'),('US','You have nothing to download.','lbl_download_errmsg','You have nothing to download.','Labels'),('US','Download Keys','lbl_download_keys','Download Keys','Labels'),('US','Download link','lbl_download_link','Download link','Labels'),('US','Expires','lbl_download_link_expires','Expires','Labels'),('US','To download this product please click the link below, then press \'Save as\' button.','lbl_download_msg','To download this product please click the link below, then press \'Save as\' button.','Labels'),('US','Download URL','lbl_download_url','Download URL','Labels'),('US','Do not backup product thumbnails and detailed images','lbl_do_not_backup_product_thumbnails_and_detailed_images','Do not backup product thumbnails and detailed images','Labels'),('US','Drop all products before import','lbl_drop_all_products_before_import','Drop all products before import','Labels'),('US','Drop old catalog before generating new one','lbl_drop_old_catalog','Drop the old catalog before generating the new one','Labels'),('US','Dumping table N...','lbl_dumping_table_n','Dumping table {{table}}...','Labels'),('US','During date period','lbl_during_date_period','During the period','Labels'),('US','Edit Credit Card Types','lbl_edit_cc_types','Edit Credit Card Types','Labels'),('US','Edit charges for','lbl_edit_charges_for','Edit charges for','Labels'),('US','Edit file','lbl_edit_file','Edit file','Labels'),('US','Edit language','lbl_edit_language','Edit language','Labels'),('US','Edit languages','lbl_edit_languages','Edit languages','Labels'),('US','Edit language entries','lbl_edit_language_entries','Edit language entries','Labels'),('US','Edit markups for','lbl_edit_markups_for','Edit markups for','Labels'),('US','Edit Membership Levels','lbl_edit_membership_levels','Edit Membership Levels','Labels'),('US','Edit options','lbl_edit_options','Edit options','Labels'),('US','Edit page','lbl_edit_page','Edit page','Labels'),('US','Edit purchase discounts','lbl_edit_purchase_discounts','Edit purchase discounts','Labels'),('US','Edit ratings','lbl_edit_ratings','Edit ratings','Labels'),('US','Edit reviews','lbl_edit_reviews','Edit reviews','Labels'),('US','Edit tax rate','lbl_edit_tax_rate','Edit tax rate','Labels'),('US','Edit templates','lbl_edit_templates','Edit templates','Labels'),('US','E-Mail','lbl_email','E-Mail','Labels'),('US','E-mail Address','lbl_email_address','E-mail Address','Labels'),('US','Embedded','lbl_embedded','Embedded','Labels'),('US','Embedded level','lbl_embedded_level','Embedded level','Labels'),('US','Enable','lbl_enable','Enable','Labels'),('US','Enabled','lbl_enabled','Enabled','Labels'),('US','Enable All','lbl_enable_all','Enable All','Labels'),('US','Encrypted data','lbl_encrypted_data','Encrypted data','Labels'),('US','Enter county name','lbl_enter_county_name','Enter county name','Labels'),('US','Enter merchant key','lbl_enter_merchant_password','Enter merchant key','Labels'),('US','Enter','lbl_enter_mpassword','Enter','Labels'),('US','Enter your price !','lbl_enter_your_price','Enter your price !','Labels'),('US','Entirely or partially paid by Gift Certificate','lbl_entirely_or_partially_payed_by_gc','Entirely or partially paid by Gift Certificate','Labels'),('US','Environment components info','lbl_environment_components_info','Environment components info','Labels'),('US','Environment info','lbl_environment_info','Environment info','Labels'),('US','Error','lbl_error','Error','Labels'),('US','Errors that occured during test','lbl_errors_that_occured_during_test','Errors that occured during test','Labels'),('US','Error ID','lbl_error_id','Error ID','Text'),('US','Error messages','lbl_error_messages','Error messages','Labels'),('US','Error occured while calculating shipping','lbl_err_shipping_calc','Realtime shipping rate calculation service returned the following error:','Labels'),('US','ESD distribution','lbl_esd_distribution','ESD distribution','Labels'),('US','Europe','lbl_eu','Europe','Labels'),('US','Exact match','lbl_exact_match','Exact match','Labels'),('US','Excellent!','lbl_excellent','Excellent!','Labels'),('US','Exceptions','lbl_exceptions','Exceptions','Labels'); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_languages` ENABLE KEYS */; -- -- Table structure for table `xcart_languages_alt` -- DROP TABLE IF EXISTS `xcart_languages_alt`; CREATE TABLE `xcart_languages_alt` ( `code` char(2) NOT NULL default '', `name` varchar(128) NOT NULL default '', `value` text NOT NULL, PRIMARY KEY (`code`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_languages_alt` -- /*!40000 ALTER TABLE `xcart_languages_alt` DISABLE KEYS */; LOCK TABLES `xcart_languages_alt` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_languages_alt` ENABLE KEYS */; -- -- Table structure for table `xcart_login_history` -- DROP TABLE IF EXISTS `xcart_login_history`; CREATE TABLE `xcart_login_history` ( `login` char(32) NOT NULL default '', `date_time` int(11) NOT NULL default '0', `usertype` char(1) NOT NULL default '', `action` char(32) NOT NULL default '', `status` char(32) NOT NULL default '', `ip` char(32) NOT NULL default '', PRIMARY KEY (`login`,`date_time`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_login_history` -- /*!40000 ALTER TABLE `xcart_login_history` DISABLE KEYS */; LOCK TABLES `xcart_login_history` WRITE; INSERT INTO `xcart_login_history` VALUES ('master',1176209470,'A','login','failure','192.168.12.77'),('admin',1176209475,'A','login','success','192.168.12.77'),('admin',1176286514,'A','login','success','217.107.11.110'),('admin',1176313429,'A','login','success','71.153.3.10'),('admin',1176328097,'A','login','success','71.153.3.10'),('root',1176328538,'P','login','success','71.153.3.10'),('root',1176328579,'A','login','failure','71.153.3.10'),('admin',1176328605,'A','login','success','71.153.3.10'),('root',1176329879,'P','login','success','71.153.3.10'),('admin',1176330306,'A','login','success','71.153.3.10'),('admin',1176336500,'A','login','success','71.153.3.10'),('tester',1176388091,'C','login','success','83.234.124.243'),('tester',1176388092,'C','login','success','83.234.124.243'),('admin',1176398338,'A','login','success','71.153.3.10'),('admin',1176405086,'A','login','success','71.153.3.10'),('admin',1176409690,'A','login','failure','71.153.3.10'),('admin',1176409698,'P','login','success','71.153.3.10'),('',1176409745,'P','logout','success','71.153.3.10'),('admin',1176409756,'A','login','failure','71.153.3.10'),('root',1176410002,'A','login','failure','71.153.3.10'),('admin',1176410007,'A','login','failure','71.153.3.10'),('admin',1176410029,'A','login','failure','71.153.3.10'),('admin',1176410898,'A','login','failure','71.153.3.10'),('admin',1176421204,'A','login','failure','71.153.3.10'),('admin',1176421213,'A','login','failure','71.153.3.10'),('webmaster@hollywoodmegastore.com',1176421282,'C','login','success','71.153.3.10'),('PROVIDER',1176421313,'A','login','failure','71.153.3.10'),('partner',1176421342,'B','login','failure','71.153.3.10'),('admin',1176421436,'B','login','failure','71.153.3.10'),('admin',1176422982,'A','login','failure','71.153.3.10'),('admin',1176423384,'A','login','failure','71.153.3.10'); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_login_history` ENABLE KEYS */; -- -- Table structure for table `xcart_manufacturers` -- DROP TABLE IF EXISTS `xcart_manufacturers`; CREATE TABLE `xcart_manufacturers` ( `manufacturerid` int(11) NOT NULL auto_increment, `manufacturer` varchar(255) NOT NULL default '', `url` varchar(255) NOT NULL default '', `image` mediumblob NOT NULL, `image_type` varchar(32) NOT NULL default 'image/jpeg', `descr` text NOT NULL, `orderby` int(11) NOT NULL default '0', `provider` varchar(32) NOT NULL default '', `avail` char(1) NOT NULL default 'Y', PRIMARY KEY (`manufacturerid`), KEY `manufacturer` (`manufacturer`), KEY `orderby` (`orderby`), KEY `provider` (`provider`), KEY `avail` (`avail`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_manufacturers` -- /*!40000 ALTER TABLE `xcart_manufacturers` DISABLE KEYS */; LOCK TABLES `xcart_manufacturers` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_manufacturers` ENABLE KEYS */; -- -- Table structure for table `xcart_modules` -- DROP TABLE IF EXISTS `xcart_modules`; CREATE TABLE `xcart_modules` ( `moduleid` int(11) NOT NULL auto_increment, `module_name` varchar(255) NOT NULL default '', `module_descr` varchar(255) NOT NULL default '', `active` char(1) NOT NULL default 'Y', PRIMARY KEY (`moduleid`), KEY `module_name` (`module_name`), KEY `active` (`active`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_modules` -- /*!40000 ALTER TABLE `xcart_modules` DISABLE KEYS */; LOCK TABLES `xcart_modules` WRITE; INSERT INTO `xcart_modules` VALUES (1,'Wishlist','This module enables Wishlist feature.','Y'),(4,'Detailed_Product_Images','Enable to allow creation of detailed images for products.','Y'),(8,'Wholesale_Trading','Enable this if you want to have advanced pricing (wholesale)','Y'),(20,'Discount_Coupons','Enable this if you wish to activate discount coupons feature.','Y'),(23,'Simple_Mode','If you enable this module your store will revert into GOLD operational mode. This means that providers will have administrators rights.','N'),(39,'Extra_Fields','This module allows the adding of additional non-standard fields to the products table.','Y'),(29,'Order_Tracking','This allows to track order shipment from UPS, USPS and FedEx postal services','Y'),(31,'Gift_Certificates','Activate this if you want your customers to be able purchasing Gift Certificates.','Y'),(32,'Product_Options','Activate this module if you want to have product options.','Y'),(38,'Egoods','Activate this module if you wish to sell Electronically distributed products.','N'),(36,'Greet_Visitor','This module greets customer by his name when he returns to the site','N'),(35,'Upselling_Products','This module support creating list of related products which are recommended to customer when he buys something','Y'),(37,'Advanced_Statistics','This section enables Advanced Statistics gathering.','Y'),(42,'Subscriptions','This module enables subscription feature for products.','N'),(43,'Bestsellers','This module enables bestsellers list','Y'),(44,'Recommended_Products','This module enables recommended products list (auto-generated)','Y'),(45,'Customer_Reviews','Allows voting and writing reviews on products','Y'),(46,'QuickBooks','This module enables to export orders in QuickBooks format.','N'),(47,'Interneka','This module enables the support for Interneka affiliates software.','N'),(48,'UPS_OnLine_Tools','This module enables the access to UPS OnLine® Tools.','N'),(49,'News_Management','This module allows to create and manage news lists','Y'),(50,'Froogle','This module allows to export products in Froogle compatible format','Y'),(51,'Anti_Fraud','This module allows to validate a customer\'s address during checkout and place a note into the order details','N'),(56,'Manufacturers','This module allows to classify products by manufacturers','Y'),(57,'Users_online','This module enables the users online tracking','N'),(58,'Stop_List','This module allows you to protect shop from external attack with stolen credit card numbers.','N'),(59,'XAffiliate','This module enables the affiliate programs with your store','Y'),(60,'Fancy_Categories','This module enables several alternative styles of categories menu (JavaScript, Explorer-like, decorated menus)','Y'),(61,'Gift_Registry','This module allows to manage event lists and inform friends about wished products. Require Wishlist module turned on.','Y'),(62,'Special_Offers','This module enables create the special offers for your store','N'),(63,'Product_Configurator','This module allows you to create and sell composite products or systems that can be assembled from various components.','Y'),(64,'RMA','','Y'); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_modules` ENABLE KEYS */; -- -- Table structure for table `xcart_newsletter` -- DROP TABLE IF EXISTS `xcart_newsletter`; CREATE TABLE `xcart_newsletter` ( `newsid` int(11) NOT NULL auto_increment, `subject` varchar(128) NOT NULL default '', `body` text NOT NULL, `send_date` int(11) NOT NULL default '0', `email1` varchar(128) NOT NULL default '', `email2` varchar(128) NOT NULL default '', `email3` varchar(128) NOT NULL default '', `status` char(1) NOT NULL default 'N', `listid` int(11) NOT NULL default '0', `show_as_news` char(1) NOT NULL default 'N', `allow_html` char(1) NOT NULL default 'N', PRIMARY KEY (`newsid`), KEY `status` (`status`), KEY `send_date` (`send_date`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_newsletter` -- /*!40000 ALTER TABLE `xcart_newsletter` DISABLE KEYS */; LOCK TABLES `xcart_newsletter` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_newsletter` ENABLE KEYS */; -- -- Table structure for table `xcart_newslist_subscription` -- DROP TABLE IF EXISTS `xcart_newslist_subscription`; CREATE TABLE `xcart_newslist_subscription` ( `listid` int(11) NOT NULL default '0', `email` char(128) NOT NULL default '', `since_date` int(11) NOT NULL default '0', PRIMARY KEY (`listid`,`email`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_newslist_subscription` -- /*!40000 ALTER TABLE `xcart_newslist_subscription` DISABLE KEYS */; LOCK TABLES `xcart_newslist_subscription` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_newslist_subscription` ENABLE KEYS */; -- -- Table structure for table `xcart_newslists` -- DROP TABLE IF EXISTS `xcart_newslists`; CREATE TABLE `xcart_newslists` ( `listid` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `descr` text NOT NULL, `show_as_news` char(1) NOT NULL default 'N', `avail` char(1) NOT NULL default 'N', `subscribe` char(1) NOT NULL default 'N', PRIMARY KEY (`listid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_newslists` -- /*!40000 ALTER TABLE `xcart_newslists` DISABLE KEYS */; LOCK TABLES `xcart_newslists` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_newslists` ENABLE KEYS */; -- -- Table structure for table `xcart_offer_bonus_params` -- DROP TABLE IF EXISTS `xcart_offer_bonus_params`; CREATE TABLE `xcart_offer_bonus_params` ( `paramid` int(11) NOT NULL auto_increment, `bonusid` int(11) NOT NULL default '0', `param_type` char(1) NOT NULL default '', `param_id` int(11) NOT NULL default '0', `param_arg` char(1) NOT NULL default '', `param_qnty` int(11) NOT NULL default '0', PRIMARY KEY (`paramid`), KEY `bonus_id_type` (`bonusid`,`param_type`), KEY `bonusid` (`bonusid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_offer_bonus_params` -- /*!40000 ALTER TABLE `xcart_offer_bonus_params` DISABLE KEYS */; LOCK TABLES `xcart_offer_bonus_params` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_offer_bonus_params` ENABLE KEYS */; -- -- Table structure for table `xcart_offer_bonuses` -- DROP TABLE IF EXISTS `xcart_offer_bonuses`; CREATE TABLE `xcart_offer_bonuses` ( `bonusid` int(11) NOT NULL auto_increment, `offerid` int(11) NOT NULL default '0', `bonus_type` char(1) NOT NULL default '', `amount_type` char(1) NOT NULL default '', `amount_min` decimal(12,2) NOT NULL default '0.00', `amount_max` decimal(12,2) NOT NULL default '0.00', `bonus_data` text, `provider` varchar(32) NOT NULL default '', `avail` char(1) NOT NULL default 'N', PRIMARY KEY (`bonusid`), UNIQUE KEY `b_type` (`offerid`,`bonus_type`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_offer_bonuses` -- /*!40000 ALTER TABLE `xcart_offer_bonuses` DISABLE KEYS */; LOCK TABLES `xcart_offer_bonuses` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_offer_bonuses` ENABLE KEYS */; -- -- Table structure for table `xcart_offer_condition_params` -- DROP TABLE IF EXISTS `xcart_offer_condition_params`; CREATE TABLE `xcart_offer_condition_params` ( `paramid` int(11) NOT NULL auto_increment, `conditionid` int(11) NOT NULL default '0', `param_type` char(1) NOT NULL default '', `param_id` int(11) NOT NULL default '0', `param_arg` char(1) NOT NULL default '', `param_qnty` int(11) NOT NULL default '0', PRIMARY KEY (`paramid`), KEY `args1` (`param_type`,`param_id`,`param_arg`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_offer_condition_params` -- /*!40000 ALTER TABLE `xcart_offer_condition_params` DISABLE KEYS */; LOCK TABLES `xcart_offer_condition_params` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_offer_condition_params` ENABLE KEYS */; -- -- Table structure for table `xcart_offer_conditions` -- DROP TABLE IF EXISTS `xcart_offer_conditions`; CREATE TABLE `xcart_offer_conditions` ( `conditionid` int(11) NOT NULL auto_increment, `offerid` int(11) NOT NULL default '0', `condition_type` char(1) NOT NULL default '', `amount_type` char(1) NOT NULL default '', `amount_min` decimal(12,2) NOT NULL default '0.00', `amount_max` decimal(12,2) NOT NULL default '0.00', `condition_data` text, `provider` varchar(32) NOT NULL default '', `avail` char(1) NOT NULL default 'N', PRIMARY KEY (`conditionid`), UNIQUE KEY `c_type` (`offerid`,`condition_type`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_offer_conditions` -- /*!40000 ALTER TABLE `xcart_offer_conditions` DISABLE KEYS */; LOCK TABLES `xcart_offer_conditions` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_offer_conditions` ENABLE KEYS */; -- -- Table structure for table `xcart_offers` -- DROP TABLE IF EXISTS `xcart_offers`; CREATE TABLE `xcart_offers` ( `offerid` int(11) NOT NULL auto_increment, `offer_name` varchar(255) NOT NULL default '', `offer_start` int(11) NOT NULL default '0', `offer_end` int(11) NOT NULL default '0', `offer_avail` char(1) NOT NULL default 'N', `provider` varchar(32) NOT NULL default '', `modified_time` int(11) NOT NULL default '0', `show_short_promo` char(1) NOT NULL default 'Y', PRIMARY KEY (`offerid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_offers` -- /*!40000 ALTER TABLE `xcart_offers` DISABLE KEYS */; LOCK TABLES `xcart_offers` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_offers` ENABLE KEYS */; -- -- Table structure for table `xcart_offers_lng` -- DROP TABLE IF EXISTS `xcart_offers_lng`; CREATE TABLE `xcart_offers_lng` ( `offerid` int(11) NOT NULL default '0', `code` char(2) NOT NULL default '', `promo_short` text, `promo_short_img` mediumblob NOT NULL, `promo_short_img_type` varchar(255) NOT NULL default '', `promo_long` text, PRIMARY KEY (`offerid`,`code`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_offers_lng` -- /*!40000 ALTER TABLE `xcart_offers_lng` DISABLE KEYS */; LOCK TABLES `xcart_offers_lng` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_offers_lng` ENABLE KEYS */; -- -- Table structure for table `xcart_old_passwords` -- DROP TABLE IF EXISTS `xcart_old_passwords`; CREATE TABLE `xcart_old_passwords` ( `login` varchar(32) NOT NULL default '', `password` varchar(32) NOT NULL default '', PRIMARY KEY (`login`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_old_passwords` -- /*!40000 ALTER TABLE `xcart_old_passwords` DISABLE KEYS */; LOCK TABLES `xcart_old_passwords` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_old_passwords` ENABLE KEYS */; -- -- Table structure for table `xcart_order_details` -- DROP TABLE IF EXISTS `xcart_order_details`; CREATE TABLE `xcart_order_details` ( `orderid` int(11) NOT NULL default '0', `productid` int(11) NOT NULL default '0', `price` decimal(12,2) NOT NULL default '0.00', `amount` int(11) NOT NULL default '0', `provider` varchar(32) NOT NULL default '', `product_options` text NOT NULL, `extra_data` text NOT NULL, `itemid` int(11) NOT NULL auto_increment, `productcode` varchar(32) NOT NULL default '', `cutout` char(1) NOT NULL default '', PRIMARY KEY (`itemid`), KEY `orderid` (`orderid`), KEY `productid` (`productid`), KEY `provider` (`provider`), KEY `productcode` (`productcode`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_order_details` -- /*!40000 ALTER TABLE `xcart_order_details` DISABLE KEYS */; LOCK TABLES `xcart_order_details` WRITE; INSERT INTO `xcart_order_details` VALUES (1,76,'13.99',1,'provider','','a:3:{s:15:\"product_options\";N;s:5:\"taxes\";a:0:{}s:7:\"display\";a:3:{s:5:\"price\";s:5:\"13.99\";s:16:\"discounted_price\";s:5:\"13.99\";s:8:\"subtotal\";s:5:\"13.99\";}}',1,'SKU76',''),(1,67,'32.50',1,'provider','Cover: Hard','a:3:{s:15:\"product_options\";a:1:{i:3;s:2:\"11\";}s:5:\"taxes\";a:0:{}s:7:\"display\";a:3:{s:5:\"price\";s:5:\"32.50\";s:16:\"discounted_price\";s:5:\"32.50\";s:8:\"subtotal\";s:5:\"32.50\";}}',2,'SKU67',''),(2,138,'659.00',1,'provider','','a:3:{s:15:\"product_options\";N;s:5:\"taxes\";a:0:{}s:7:\"display\";a:3:{s:5:\"price\";s:6:\"659.00\";s:16:\"discounted_price\";s:6:\"659.00\";s:8:\"subtotal\";s:6:\"659.00\";}}',3,'SKU138',''),(3,70,'39.50',1,'provider','Cover: Soft','a:3:{s:15:\"product_options\";a:1:{i:6;s:2:\"16\";}s:5:\"taxes\";a:0:{}s:7:\"display\";a:3:{s:5:\"price\";s:5:\"39.50\";s:16:\"discounted_price\";s:5:\"39.50\";s:8:\"subtotal\";s:5:\"39.50\";}}',4,'SKU70',''); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_order_details` ENABLE KEYS */; -- -- Table structure for table `xcart_order_extras` -- DROP TABLE IF EXISTS `xcart_order_extras`; CREATE TABLE `xcart_order_extras` ( `orderid` int(11) NOT NULL default '0', `khash` varchar(64) NOT NULL default '', `value` text NOT NULL, PRIMARY KEY (`orderid`,`khash`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_order_extras` -- /*!40000 ALTER TABLE `xcart_order_extras` DISABLE KEYS */; LOCK TABLES `xcart_order_extras` WRITE; INSERT INTO `xcart_order_extras` VALUES (1,'ip','192.168.12.20'),(1,'add_to_cart_time','554'),(2,'ip','192.168.12.20'),(2,'add_to_cart_time','26'),(3,'ip','192.168.12.20'),(3,'add_to_cart_time','17'); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_order_extras` ENABLE KEYS */; -- -- Table structure for table `xcart_order_providers` -- DROP TABLE IF EXISTS `xcart_order_providers`; CREATE TABLE `xcart_order_providers` ( `orderid` int(11) NOT NULL default '0', `provider` varchar(32) NOT NULL default '', `total` decimal(12,2) NOT NULL default '0.00', `giftcert_discount` decimal(12,2) NOT NULL default '0.00', `giftcert_ids` text NOT NULL, `subtotal` decimal(12,2) NOT NULL default '0.00', `discount` decimal(12,2) NOT NULL default '0.00', `coupon` varchar(32) NOT NULL default '', `coupon_discount` decimal(12,2) NOT NULL default '0.00', `shippingid` int(11) NOT NULL default '0', `tracking` varchar(64) NOT NULL default '', `shipping_cost` decimal(12,2) NOT NULL default '0.00', `tax` decimal(12,2) NOT NULL default '0.00', `taxes_applied` text NOT NULL, `date` int(11) NOT NULL default '0', `status` char(1) NOT NULL default 'Q', `payment_method` varchar(64) NOT NULL default '', `extra` text NOT NULL, `cutout_shippingid` int(11) NOT NULL default '0', `cutout_tracking` varchar(64) NOT NULL default '', `cutout_shipping_cost` decimal(12,2) NOT NULL default '0.00', `cutout_status` char(1) NOT NULL default 'Q', `regular_shipping_cost` decimal(12,2) NOT NULL default '0.00', `packageid` int(11) default '0', PRIMARY KEY (`orderid`,`provider`), KEY `orderid` (`orderid`), KEY `order_date` (`date`), KEY `provider` (`provider`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_order_providers` -- /*!40000 ALTER TABLE `xcart_order_providers` DISABLE KEYS */; LOCK TABLES `xcart_order_providers` WRITE; INSERT INTO `xcart_order_providers` VALUES (1,'provider','46.49','0.00','','46.49','0.00','','0.00',0,'','0.00','0.00','N;',1176210246,'Q','Phone Ordering','a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:7:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";s:5:\"46.49\";s:25:\"taxed_discounted_subtotal\";s:5:\"46.49\";s:14:\"taxed_shipping\";s:4:\"0.00\";s:21:\"taxed_cutout_shipping\";s:4:\"0.00\";s:22:\"taxed_regular_shipping\";s:4:\"0.00\";}}',0,'','0.00','Q','0.00',1),(2,'provider','659.00','0.00','','659.00','0.00','','0.00',0,'','0.00','0.00','N;',1176210463,'Q','Phone Ordering','a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:7:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";s:6:\"659.00\";s:25:\"taxed_discounted_subtotal\";s:6:\"659.00\";s:14:\"taxed_shipping\";s:4:\"0.00\";s:21:\"taxed_cutout_shipping\";s:4:\"0.00\";s:22:\"taxed_regular_shipping\";s:4:\"0.00\";}}',0,'','0.00','Q','0.00',2),(3,'provider','39.50','0.00','','39.50','0.00','','0.00',0,'','0.00','0.00','N;',1176210600,'Q','Phone Ordering','a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:7:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";s:5:\"39.50\";s:25:\"taxed_discounted_subtotal\";s:5:\"39.50\";s:14:\"taxed_shipping\";s:4:\"0.00\";s:21:\"taxed_cutout_shipping\";s:4:\"0.00\";s:22:\"taxed_regular_shipping\";s:4:\"0.00\";}}',0,'','0.00','Q','0.00',3); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_order_providers` ENABLE KEYS */; -- -- Table structure for table `xcart_orders` -- DROP TABLE IF EXISTS `xcart_orders`; CREATE TABLE `xcart_orders` ( `orderid` int(11) NOT NULL auto_increment, `login` varchar(32) NOT NULL default '', `membership` varchar(32) NOT NULL default '', `total` decimal(12,2) NOT NULL default '0.00', `giftcert_discount` decimal(12,2) NOT NULL default '0.00', `giftcert_ids` text NOT NULL, `subtotal` decimal(12,2) NOT NULL default '0.00', `discount` decimal(12,2) NOT NULL default '0.00', `coupon` varchar(32) NOT NULL default '', `coupon_discount` decimal(12,2) NOT NULL default '0.00', `shippingid` int(11) NOT NULL default '0', `tracking` varchar(64) NOT NULL default '', `shipping_cost` decimal(12,2) NOT NULL default '0.00', `tax` decimal(12,2) NOT NULL default '0.00', `taxes_applied` text NOT NULL, `date` int(11) NOT NULL default '0', `status` char(1) NOT NULL default 'Q', `payment_method` varchar(64) NOT NULL default '', `flag` char(1) NOT NULL default 'N', `notes` text NOT NULL, `details` text NOT NULL, `customer` varchar(32) NOT NULL default '', `title` varchar(32) NOT NULL default '', `firstname` varchar(32) NOT NULL default '', `lastname` varchar(32) NOT NULL default '', `company` varchar(255) NOT NULL default '', `b_title` varchar(32) NOT NULL default '', `b_firstname` varchar(128) NOT NULL default '', `b_lastname` varchar(128) NOT NULL default '', `b_address` varchar(64) NOT NULL default '', `b_city` varchar(64) NOT NULL default '', `b_county` varchar(32) NOT NULL default '', `b_state` varchar(32) NOT NULL default '', `b_country` char(2) NOT NULL default '', `b_zipcode` varchar(32) NOT NULL default '', `s_title` varchar(32) NOT NULL default '', `s_firstname` varchar(128) NOT NULL default '', `s_lastname` varchar(128) NOT NULL default '', `s_address` varchar(64) NOT NULL default '', `s_city` varchar(64) NOT NULL default '', `s_county` varchar(32) NOT NULL default '', `s_state` varchar(32) NOT NULL default '', `s_country` char(2) NOT NULL default '', `s_zipcode` varchar(32) NOT NULL default '', `phone` varchar(32) NOT NULL default '', `fax` varchar(32) NOT NULL default '', `url` varchar(32) NOT NULL default '', `email` varchar(128) NOT NULL default '', `language` char(2) NOT NULL default 'US', `clickid` int(11) NOT NULL default '0', `extra` text NOT NULL, `shipdate` varchar(255) NOT NULL default '', PRIMARY KEY (`orderid`), KEY `order_date` (`date`), KEY `s_state` (`s_state`), KEY `b_state` (`b_state`), KEY `s_country` (`s_country`), KEY `b_country` (`b_country`), KEY `login` (`login`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_orders` -- /*!40000 ALTER TABLE `xcart_orders` DISABLE KEYS */; LOCK TABLES `xcart_orders` WRITE; INSERT INTO `xcart_orders` VALUES (1,'tester','','46.49','0.00','','46.49','0.00','','0.00',0,'','0.00','0.00','N;',1176210246,'Q','Phone Ordering','N','','','','Mr.','tester','tester','','Mr.','tester','tester','tester\n','New York','','NY','US','10001','Mr.','tester','tester','tester\n','New York','','NY','US','10001','1234567890','','','hd@cdev.ru','US',1,'a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:7:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";d:46.49000000000000198951966012828052043914794921875;s:25:\"taxed_discounted_subtotal\";d:46.49000000000000198951966012828052043914794921875;s:14:\"taxed_shipping\";d:0;s:21:\"taxed_cutout_shipping\";d:0;s:22:\"taxed_regular_shipping\";d:0;}}',''),(2,'tester','','659.00','0.00','','659.00','0.00','','0.00',0,'','0.00','0.00','N;',1176210463,'Q','Phone Ordering','N','','','','Mr.','tester','tester','','Mr.','tester','tester','tester\n','New York','','NY','US','10001','Mr.','tester','tester','tester\n','New York','','NY','US','10001','1234567890','','','hd@cdev.ru','US',1,'a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:7:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";d:659;s:25:\"taxed_discounted_subtotal\";d:659;s:14:\"taxed_shipping\";d:0;s:21:\"taxed_cutout_shipping\";d:0;s:22:\"taxed_regular_shipping\";d:0;}}',''),(3,'tester','','39.50','0.00','','39.50','0.00','','0.00',0,'','0.00','0.00','N;',1176210600,'Q','Phone Ordering','N','','','','Mr.','tester','tester','','Mr.','tester','tester','tester\n','New York','','NY','US','10001','Mr.','tester','tester','tester\n','New York','','NY','US','10001','1234567890','','','hd@cdev.ru','US',1,'a:2:{s:17:\"additional_fields\";b:0;s:8:\"tax_info\";a:7:{s:26:\"display_taxed_order_totals\";s:1:\"N\";s:31:\"display_cart_products_tax_rates\";b:0;s:14:\"taxed_subtotal\";d:39.5;s:25:\"taxed_discounted_subtotal\";d:39.5;s:14:\"taxed_shipping\";d:0;s:21:\"taxed_cutout_shipping\";d:0;s:22:\"taxed_regular_shipping\";d:0;}}',''); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_orders` ENABLE KEYS */; -- -- Table structure for table `xcart_pages` -- DROP TABLE IF EXISTS `xcart_pages`; CREATE TABLE `xcart_pages` ( `pageid` int(11) NOT NULL auto_increment, `filename` varchar(255) NOT NULL default '', `title` varchar(255) NOT NULL default '', `level` char(1) NOT NULL default 'E', `orderby` int(11) NOT NULL default '0', `active` char(1) NOT NULL default 'Y', `language` char(2) NOT NULL default '', PRIMARY KEY (`pageid`), KEY `orderby` (`level`,`orderby`,`title`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_pages` -- /*!40000 ALTER TABLE `xcart_pages` DISABLE KEYS */; LOCK TABLES `xcart_pages` WRITE; INSERT INTO `xcart_pages` VALUES (1,'page_001.html','test static page','E',10,'Y','US'); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_pages` ENABLE KEYS */; -- -- Table structure for table `xcart_partner_adv_campaigns` -- DROP TABLE IF EXISTS `xcart_partner_adv_campaigns`; CREATE TABLE `xcart_partner_adv_campaigns` ( `campaignid` int(11) NOT NULL auto_increment, `campaign` varchar(128) NOT NULL default '', `per_visit` decimal(12,2) NOT NULL default '0.00', `per_period` decimal(12,2) NOT NULL default '0.00', `start_period` int(11) NOT NULL default '0', `end_period` int(11) NOT NULL default '0', `type` char(1) NOT NULL default '', `data` varchar(255) NOT NULL default '', PRIMARY KEY (`campaignid`), KEY `type` (`type`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_partner_adv_campaigns` -- /*!40000 ALTER TABLE `xcart_partner_adv_campaigns` DISABLE KEYS */; LOCK TABLES `xcart_partner_adv_campaigns` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_partner_adv_campaigns` ENABLE KEYS */; -- -- Table structure for table `xcart_partner_adv_clicks` -- DROP TABLE IF EXISTS `xcart_partner_adv_clicks`; CREATE TABLE `xcart_partner_adv_clicks` ( `campaignid` int(11) NOT NULL default '0', `add_date` int(11) NOT NULL default '0', PRIMARY KEY (`campaignid`,`add_date`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_partner_adv_clicks` -- /*!40000 ALTER TABLE `xcart_partner_adv_clicks` DISABLE KEYS */; LOCK TABLES `xcart_partner_adv_clicks` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_partner_adv_clicks` ENABLE KEYS */; -- -- Table structure for table `xcart_partner_adv_orders` -- DROP TABLE IF EXISTS `xcart_partner_adv_orders`; CREATE TABLE `xcart_partner_adv_orders` ( `campaignid` int(11) NOT NULL default '0', `orderid` int(11) NOT NULL default '0', PRIMARY KEY (`campaignid`,`orderid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_partner_adv_orders` -- /*!40000 ALTER TABLE `xcart_partner_adv_orders` DISABLE KEYS */; LOCK TABLES `xcart_partner_adv_orders` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_partner_adv_orders` ENABLE KEYS */; -- -- Table structure for table `xcart_partner_banners` -- DROP TABLE IF EXISTS `xcart_partner_banners`; CREATE TABLE `xcart_partner_banners` ( `bannerid` int(11) NOT NULL auto_increment, `banner` varchar(128) NOT NULL default '', `body` mediumblob NOT NULL, `avail` char(1) NOT NULL default 'Y', `is_image` char(1) NOT NULL default 'Y', `is_name` char(1) NOT NULL default 'Y', `is_descr` char(1) NOT NULL default 'Y', `is_add` char(1) NOT NULL default 'Y', `banner_type` char(1) NOT NULL default 'T', `open_blank` char(1) NOT NULL default 'Y', `legend` text NOT NULL, `alt` text NOT NULL, `image_type` varchar(32) NOT NULL default 'image/jpeg', `direction` char(1) NOT NULL default 'D', `banner_x` int(11) NOT NULL default '0', `banner_y` int(11) NOT NULL default '0', PRIMARY KEY (`bannerid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_partner_banners` -- /*!40000 ALTER TABLE `xcart_partner_banners` DISABLE KEYS */; LOCK TABLES `xcart_partner_banners` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_partner_banners` ENABLE KEYS */; -- -- Table structure for table `xcart_partner_banners_elements` -- DROP TABLE IF EXISTS `xcart_partner_banners_elements`; CREATE TABLE `xcart_partner_banners_elements` ( `elementid` int(11) NOT NULL auto_increment, `data` mediumblob NOT NULL, `data_type` varchar(64) NOT NULL default 'image/jpeg', `data_x` int(11) NOT NULL default '0', `data_y` int(11) NOT NULL default '0', PRIMARY KEY (`elementid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_partner_banners_elements` -- /*!40000 ALTER TABLE `xcart_partner_banners_elements` DISABLE KEYS */; LOCK TABLES `xcart_partner_banners_elements` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_partner_banners_elements` ENABLE KEYS */; -- -- Table structure for table `xcart_partner_clicks` -- DROP TABLE IF EXISTS `xcart_partner_clicks`; CREATE TABLE `xcart_partner_clicks` ( `login` varchar(32) NOT NULL default '', `add_date` int(11) NOT NULL default '0', `class` char(1) NOT NULL default '', `bannerid` int(11) NOT NULL default '0', `productid` int(11) NOT NULL default '0', `referer` varchar(255) NOT NULL default '', `clickid` int(11) NOT NULL auto_increment, PRIMARY KEY (`clickid`), KEY `login` (`login`), KEY `add_date` (`add_date`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_partner_clicks` -- /*!40000 ALTER TABLE `xcart_partner_clicks` DISABLE KEYS */; LOCK TABLES `xcart_partner_clicks` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_partner_clicks` ENABLE KEYS */; -- -- Table structure for table `xcart_partner_commissions` -- DROP TABLE IF EXISTS `xcart_partner_commissions`; CREATE TABLE `xcart_partner_commissions` ( `login` varchar(32) NOT NULL default '', `plan_id` int(11) NOT NULL default '0', PRIMARY KEY (`login`), KEY `plan_id` (`plan_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_partner_commissions` -- /*!40000 ALTER TABLE `xcart_partner_commissions` DISABLE KEYS */; LOCK TABLES `xcart_partner_commissions` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_partner_commissions` ENABLE KEYS */; -- -- Table structure for table `xcart_partner_payment` -- DROP TABLE IF EXISTS `xcart_partner_payment`; CREATE TABLE `xcart_partner_payment` ( `payment_id` int(11) NOT NULL auto_increment, `login` varchar(32) NOT NULL default '', `orderid` int(11) NOT NULL default '0', `commissions` decimal(12,2) NOT NULL default '0.00', `paid` char(1) NOT NULL default 'N', `add_date` int(11) NOT NULL default '0', `affiliate` varchar(32) NOT NULL default '', PRIMARY KEY (`payment_id`), KEY `login` (`login`), KEY `orderid` (`orderid`), KEY `affiliate` (`affiliate`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_partner_payment` -- /*!40000 ALTER TABLE `xcart_partner_payment` DISABLE KEYS */; LOCK TABLES `xcart_partner_payment` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_partner_payment` ENABLE KEYS */; -- -- Table structure for table `xcart_partner_plans` -- DROP TABLE IF EXISTS `xcart_partner_plans`; CREATE TABLE `xcart_partner_plans` ( `plan_id` int(11) NOT NULL auto_increment, `plan_title` varchar(64) NOT NULL default '', `status` char(1) NOT NULL default 'A', `min_paid` decimal(12,2) NOT NULL default '0.00', PRIMARY KEY (`plan_id`), KEY `status` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_partner_plans` -- /*!40000 ALTER TABLE `xcart_partner_plans` DISABLE KEYS */; LOCK TABLES `xcart_partner_plans` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_partner_plans` ENABLE KEYS */; -- -- Table structure for table `xcart_partner_plans_commissions` -- DROP TABLE IF EXISTS `xcart_partner_plans_commissions`; CREATE TABLE `xcart_partner_plans_commissions` ( `plan_id` int(11) NOT NULL default '0', `commission` decimal(12,2) NOT NULL default '0.00', `commission_type` enum('$','%') NOT NULL default '%', `item_id` int(11) NOT NULL default '0', `item_type` char(1) NOT NULL default 'A', PRIMARY KEY (`plan_id`,`item_id`,`item_type`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_partner_plans_commissions` -- /*!40000 ALTER TABLE `xcart_partner_plans_commissions` DISABLE KEYS */; LOCK TABLES `xcart_partner_plans_commissions` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_partner_plans_commissions` ENABLE KEYS */; -- -- Table structure for table `xcart_partner_product_commissions` -- DROP TABLE IF EXISTS `xcart_partner_product_commissions`; CREATE TABLE `xcart_partner_product_commissions` ( `itemid` int(11) NOT NULL default '0', `orderid` int(11) NOT NULL default '0', `product_commission` decimal(12,2) NOT NULL default '0.00', `login` varchar(32) NOT NULL default '', PRIMARY KEY (`itemid`,`orderid`,`login`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_partner_product_commissions` -- /*!40000 ALTER TABLE `xcart_partner_product_commissions` DISABLE KEYS */; LOCK TABLES `xcart_partner_product_commissions` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_partner_product_commissions` ENABLE KEYS */; -- -- Table structure for table `xcart_partner_tier_commissions` -- DROP TABLE IF EXISTS `xcart_partner_tier_commissions`; CREATE TABLE `xcart_partner_tier_commissions` ( `level` int(2) NOT NULL default '0', `commission` decimal(12,2) NOT NULL default '0.00', PRIMARY KEY (`level`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_partner_tier_commissions` -- /*!40000 ALTER TABLE `xcart_partner_tier_commissions` DISABLE KEYS */; LOCK TABLES `xcart_partner_tier_commissions` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_partner_tier_commissions` ENABLE KEYS */; -- -- Table structure for table `xcart_partner_views` -- DROP TABLE IF EXISTS `xcart_partner_views`; CREATE TABLE `xcart_partner_views` ( `login` varchar(32) NOT NULL default '', `add_date` int(11) NOT NULL default '0', `class` char(1) NOT NULL default '', `bannerid` int(11) NOT NULL default '0', `productid` int(11) NOT NULL default '0', KEY `login` (`login`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_partner_views` -- /*!40000 ALTER TABLE `xcart_partner_views` DISABLE KEYS */; LOCK TABLES `xcart_partner_views` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_partner_views` ENABLE KEYS */; -- -- Table structure for table `xcart_payment_methods` -- DROP TABLE IF EXISTS `xcart_payment_methods`; CREATE TABLE `xcart_payment_methods` ( `paymentid` int(11) NOT NULL auto_increment, `payment_method` varchar(128) NOT NULL default '', `payment_details` varchar(255) NOT NULL default '', `payment_template` varchar(128) NOT NULL default '', `payment_script` varchar(128) NOT NULL default '', `protocol` varchar(6) NOT NULL default 'http', `membership` varchar(32) NOT NULL default '', `orderby` int(11) NOT NULL default '0', `active` char(1) NOT NULL default 'Y', `af_check` char(1) NOT NULL default 'Y', `processor_file` varchar(255) NOT NULL default '', PRIMARY KEY (`paymentid`), KEY `orderby` (`orderby`), KEY `protocol` (`protocol`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_payment_methods` -- /*!40000 ALTER TABLE `xcart_payment_methods` DISABLE KEYS */; LOCK TABLES `xcart_payment_methods` WRITE; INSERT INTO `xcart_payment_methods` VALUES (1,'Credit Card','Visa, Mastercard, American Express','customer/main/payment_cc.tpl','payment_cc.php','http','',0,'Y','Y',''),(2,'Purchase Order','','customer/main/payment_po.tpl','payment_offline.php','http','',30,'Y','Y',''),(4,'Phone Ordering','Phone: (555) 555-5555','customer/main/payment_offline.tpl','payment_offline.php','http','',20,'Y','Y',''),(5,'Personal Check','US Funds only','customer/main/payment_offline.tpl','payment_offline.php','http','',40,'N','Y',''),(8,'C.O.D','Cashiers Check or Cash Only','customer/main/payment_offline.tpl','payment_offline.php','http','',29,'N','Y',''),(7,'Money Order','US Banks Only','customer/main/payment_offline.tpl','payment_offline.php','http','',28,'Y','Y',''),(9,'Business Check','Drawn on US Bank and in US Dollars','customer/main/payment_offline.tpl','payment_offline.php','http','',70,'N','Y',''),(10,'Wire Transfer','Our bank account details you can find in help section','customer/main/payment_offline.tpl','payment_offline.php','http','',80,'N','Y',''),(11,'Government Check','US Funds Only','customer/main/payment_offline.tpl','payment_offline.php','http','',100,'N','Y',''),(12,'Traveler\'s Check','US Funds Only','customer/main/payment_offline.tpl','payment_offline.php','http','',110,'N','Y',''),(13,'Fax Ordering','Fax: (555) 555-5555','customer/main/payment_offline.tpl','payment_offline.php','http','',25,'Y','Y',''),(14,'Gift Certificate','','customer/main/payment_giftcert.tpl','payment_giftcert.php','http','',15,'Y','Y',''),(16,'Check','Check payment','customer/main/payment_chk.tpl','payment_cc.php','http','',0,'Y','Y',''); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_payment_methods` ENABLE KEYS */; -- -- Table structure for table `xcart_pconf_class_requirements` -- DROP TABLE IF EXISTS `xcart_pconf_class_requirements`; CREATE TABLE `xcart_pconf_class_requirements` ( `classid` int(11) NOT NULL default '0', `ptypeid` int(11) NOT NULL default '0', `specid` int(11) NOT NULL default '0', PRIMARY KEY (`classid`,`ptypeid`,`specid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_pconf_class_requirements` -- /*!40000 ALTER TABLE `xcart_pconf_class_requirements` DISABLE KEYS */; LOCK TABLES `xcart_pconf_class_requirements` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_pconf_class_requirements` ENABLE KEYS */; -- -- Table structure for table `xcart_pconf_class_specifications` -- DROP TABLE IF EXISTS `xcart_pconf_class_specifications`; CREATE TABLE `xcart_pconf_class_specifications` ( `classid` int(11) NOT NULL default '0', `specid` int(11) NOT NULL default '0', PRIMARY KEY (`classid`,`specid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_pconf_class_specifications` -- /*!40000 ALTER TABLE `xcart_pconf_class_specifications` DISABLE KEYS */; LOCK TABLES `xcart_pconf_class_specifications` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_pconf_class_specifications` ENABLE KEYS */; -- -- Table structure for table `xcart_pconf_product_types` -- DROP TABLE IF EXISTS `xcart_pconf_product_types`; CREATE TABLE `xcart_pconf_product_types` ( `ptypeid` int(11) NOT NULL auto_increment, `provider` varchar(32) NOT NULL default '', `ptype_name` varchar(255) NOT NULL default '', `orderby` int(11) NOT NULL default '0', PRIMARY KEY (`ptypeid`), UNIQUE KEY `provider` (`provider`,`ptype_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_pconf_product_types` -- /*!40000 ALTER TABLE `xcart_pconf_product_types` DISABLE KEYS */; LOCK TABLES `xcart_pconf_product_types` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_pconf_product_types` ENABLE KEYS */; -- -- Table structure for table `xcart_pconf_products_classes` -- DROP TABLE IF EXISTS `xcart_pconf_products_classes`; CREATE TABLE `xcart_pconf_products_classes` ( `classid` int(11) NOT NULL auto_increment, `productid` int(11) NOT NULL default '0', `ptypeid` int(11) NOT NULL default '0', PRIMARY KEY (`classid`), UNIQUE KEY `product_type` (`productid`,`ptypeid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_pconf_products_classes` -- /*!40000 ALTER TABLE `xcart_pconf_products_classes` DISABLE KEYS */; LOCK TABLES `xcart_pconf_products_classes` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_pconf_products_classes` ENABLE KEYS */; -- -- Table structure for table `xcart_pconf_slot_markups` -- DROP TABLE IF EXISTS `xcart_pconf_slot_markups`; CREATE TABLE `xcart_pconf_slot_markups` ( `markupid` int(11) NOT NULL auto_increment, `slotid` int(11) NOT NULL default '0', `markup` decimal(12,2) NOT NULL default '0.00', `markup_type` char(1) NOT NULL default '%', `membership` varchar(32) NOT NULL default '', PRIMARY KEY (`markupid`), UNIQUE KEY `slotid` (`slotid`,`membership`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_pconf_slot_markups` -- /*!40000 ALTER TABLE `xcart_pconf_slot_markups` DISABLE KEYS */; LOCK TABLES `xcart_pconf_slot_markups` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_pconf_slot_markups` ENABLE KEYS */; -- -- Table structure for table `xcart_pconf_slot_rules` -- DROP TABLE IF EXISTS `xcart_pconf_slot_rules`; CREATE TABLE `xcart_pconf_slot_rules` ( `slotid` int(11) NOT NULL default '0', `ptypeid` int(11) NOT NULL default '0', `index_by_and` int(11) NOT NULL default '0', KEY `slotid` (`slotid`), KEY `ptypeid` (`ptypeid`), KEY `index_by_and` (`index_by_and`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_pconf_slot_rules` -- /*!40000 ALTER TABLE `xcart_pconf_slot_rules` DISABLE KEYS */; LOCK TABLES `xcart_pconf_slot_rules` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_pconf_slot_rules` ENABLE KEYS */; -- -- Table structure for table `xcart_pconf_slots` -- DROP TABLE IF EXISTS `xcart_pconf_slots`; CREATE TABLE `xcart_pconf_slots` ( `slotid` int(11) NOT NULL auto_increment, `stepid` int(11) NOT NULL default '0', `slot_name` varchar(255) NOT NULL default '', `slot_descr` text NOT NULL, `status` char(1) NOT NULL default 'O', `orderby` int(11) NOT NULL default '0', PRIMARY KEY (`slotid`), KEY `product` (`stepid`,`orderby`,`slotid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_pconf_slots` -- /*!40000 ALTER TABLE `xcart_pconf_slots` DISABLE KEYS */; LOCK TABLES `xcart_pconf_slots` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_pconf_slots` ENABLE KEYS */; -- -- Table structure for table `xcart_pconf_specifications` -- DROP TABLE IF EXISTS `xcart_pconf_specifications`; CREATE TABLE `xcart_pconf_specifications` ( `specid` int(11) NOT NULL auto_increment, `ptypeid` int(11) NOT NULL default '0', `spec_name` varchar(255) NOT NULL default '', `orderby` int(11) NOT NULL default '0', PRIMARY KEY (`specid`), UNIQUE KEY `name` (`ptypeid`,`spec_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_pconf_specifications` -- /*!40000 ALTER TABLE `xcart_pconf_specifications` DISABLE KEYS */; LOCK TABLES `xcart_pconf_specifications` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_pconf_specifications` ENABLE KEYS */; -- -- Table structure for table `xcart_pconf_wizards` -- DROP TABLE IF EXISTS `xcart_pconf_wizards`; CREATE TABLE `xcart_pconf_wizards` ( `stepid` int(11) NOT NULL auto_increment, `productid` int(11) NOT NULL default '0', `step_name` varchar(255) NOT NULL default '', `step_descr` text NOT NULL, `orderby` int(11) NOT NULL default '0', PRIMARY KEY (`stepid`), KEY `product` (`productid`,`orderby`,`stepid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_pconf_wizards` -- /*!40000 ALTER TABLE `xcart_pconf_wizards` DISABLE KEYS */; LOCK TABLES `xcart_pconf_wizards` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_pconf_wizards` ENABLE KEYS */; -- -- Table structure for table `xcart_pricing` -- DROP TABLE IF EXISTS `xcart_pricing`; CREATE TABLE `xcart_pricing` ( `priceid` int(11) NOT NULL auto_increment, `productid` int(11) NOT NULL default '0', `quantity` int(11) NOT NULL default '0', `price` decimal(12,2) NOT NULL default '0.00', `membership` char(32) NOT NULL default '', `variantid` int(11) NOT NULL default '0', PRIMARY KEY (`priceid`), KEY `productid` (`productid`), KEY `membership` (`membership`), KEY `variantid` (`variantid`), KEY `pvq` (`productid`,`variantid`,`quantity`), KEY `pvqm` (`productid`,`variantid`,`quantity`,`membership`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_pricing` -- /*!40000 ALTER TABLE `xcart_pricing` DISABLE KEYS */; LOCK TABLES `xcart_pricing` WRITE; INSERT INTO `xcart_pricing` VALUES (4,91,1,'17.99','',0),(5,90,1,'24.00','',0),(6,89,1,'79.99','',0),(7,87,1,'14.98','',0),(8,10,1,'59.99','',0),(10,12,1,'59.99','',0),(17,86,1,'10.00','',0),(18,85,1,'79.99','',0),(19,83,1,'33.99','',0),(20,82,1,'12.58','',0),(21,81,1,'11.88','',0),(22,80,1,'13.99','',0),(23,79,1,'13.28','',0),(24,78,1,'13.28','',0),(25,77,1,'31.32','',0),(28,76,1,'13.99','',0),(31,70,1,'39.50','',0),(32,69,1,'59.99','',0),(33,68,1,'19.99','',0),(34,66,1,'47.99','',0),(35,67,1,'27.50','',0),(36,65,1,'59.99','',0),(37,64,1,'115.99','',0),(38,63,1,'45.95','',0),(40,92,1,'34.99','',0),(41,93,1,'34.99','',0),(42,94,1,'10.99','',0),(44,189,1,'599.00','',0),(46,105,1,'39.50','',0),(47,106,1,'229.00','',0),(48,109,1,'25.90','',0),(49,108,1,'39.50','',0),(50,110,1,'653.00','',0),(51,111,1,'40.00','',0),(52,112,1,'35.00','',0),(54,114,1,'50.00','',0),(56,116,1,'295.00','',0),(57,117,1,'100.00','',0),(58,118,1,'469.00','',0),(59,119,1,'19.90','',0),(60,120,1,'19.90','',0),(61,121,1,'180.50','',0),(62,122,1,'282.00','',0),(63,123,1,'365.00','',0),(64,124,1,'23.90','',0),(65,125,1,'445.00','',0),(66,126,1,'21.90','',0),(68,128,1,'12.50','',0),(69,129,1,'1450.00','',0),(70,130,1,'1250.00','',0),(71,131,1,'599.00','',0),(72,132,1,'399.00','',0),(74,134,1,'1549.00','',0),(75,135,1,'2098.00','',0),(77,137,1,'2450.00','',0),(78,138,1,'659.00','',0),(79,139,1,'1399.00','',0),(80,140,1,'780.00','',0),(81,141,1,'1790.00','',0),(83,143,1,'3990.00','',0),(84,144,1,'680.00','',0),(86,146,1,'630.00','',0),(87,147,1,'730.00','',0),(88,148,1,'550.00','',0),(89,149,1,'1254.00','',0),(90,150,1,'450.00','',0),(91,151,1,'999.00','',0),(92,152,1,'140.00','',0),(93,153,1,'250.00','',0),(94,154,1,'125.00','',0),(95,156,1,'152.00','',0),(97,201,1,'170.00','',0),(98,200,1,'150.00','',0),(99,160,1,'180.00','',0),(102,163,1,'89.00','',0),(104,165,1,'150.00','',0),(106,167,1,'150.00','',0),(107,168,1,'435.00','',0),(108,170,1,'120.00','',0),(109,172,1,'229.00','',0),(110,173,1,'99.00','',0),(111,174,1,'320.00','',0),(112,175,1,'78.00','',0),(113,176,1,'120.00','',0),(114,177,1,'600.00','',0),(115,178,1,'1100.00','',0),(116,179,1,'1300.00','',0),(120,183,1,'120.00','',0),(122,191,1,'40.00','',0),(16083,16128,1,'39.50','',0),(16082,16127,1,'39.50','',0),(126,195,1,'399.00','',0),(127,196,1,'20.00','',0),(133,182,1,'50.00','',0),(16067,16126,5,'9.85','',0),(16065,16126,4,'10.00','',0),(16060,16126,1,'12.95','',0),(16057,16123,1,'41.95','',0),(16081,12,10,'50.00','',0),(16075,66,5,'45.00','',0),(16076,66,10,'40.00','',0),(16084,16129,1,'34.00','',0),(16085,16130,1,'14.50','',0),(16086,16131,1,'14.50','',0),(16087,16132,1,'10.50','',0),(16090,16123,1,'47.95','',30),(16091,16123,1,'45.95','',29),(16092,16123,1,'44.95','',28),(16093,16123,1,'43.95','',27),(16094,16123,1,'42.95','',26),(16095,16123,1,'41.95','',25),(16096,16133,1,'24.99','',0); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_pricing` ENABLE KEYS */; -- -- Table structure for table `xcart_product_bookmarks` -- DROP TABLE IF EXISTS `xcart_product_bookmarks`; CREATE TABLE `xcart_product_bookmarks` ( `productid` int(11) NOT NULL default '0', `add_date` int(11) NOT NULL default '0', `login` char(32) NOT NULL default '', UNIQUE KEY `productid` (`productid`,`login`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_product_bookmarks` -- /*!40000 ALTER TABLE `xcart_product_bookmarks` DISABLE KEYS */; LOCK TABLES `xcart_product_bookmarks` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_product_bookmarks` ENABLE KEYS */; -- -- Table structure for table `xcart_product_links` -- DROP TABLE IF EXISTS `xcart_product_links`; CREATE TABLE `xcart_product_links` ( `productid1` int(11) NOT NULL default '0', `productid2` int(11) NOT NULL default '0', `orderby` int(11) NOT NULL default '0', KEY `productid2` (`productid2`), KEY `productid1` (`productid1`), KEY `orderby` (`orderby`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_product_links` -- /*!40000 ALTER TABLE `xcart_product_links` DISABLE KEYS */; LOCK TABLES `xcart_product_links` WRITE; INSERT INTO `xcart_product_links` VALUES (70,67,0),(67,70,0),(70,64,0),(64,70,0),(10,64,0),(64,10,0),(10,174,0),(16126,16123,0),(16123,16126,0),(63,12,0),(12,63,0),(63,174,0); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_product_links` ENABLE KEYS */; -- -- Table structure for table `xcart_product_options_ex` -- DROP TABLE IF EXISTS `xcart_product_options_ex`; CREATE TABLE `xcart_product_options_ex` ( `optionid` int(11) NOT NULL default '0', `exceptionid` int(11) NOT NULL default '0', PRIMARY KEY (`optionid`,`exceptionid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_product_options_ex` -- /*!40000 ALTER TABLE `xcart_product_options_ex` DISABLE KEYS */; LOCK TABLES `xcart_product_options_ex` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_product_options_ex` ENABLE KEYS */; -- -- Table structure for table `xcart_product_options_js` -- DROP TABLE IF EXISTS `xcart_product_options_js`; CREATE TABLE `xcart_product_options_js` ( `productid` int(11) NOT NULL default '0', `javascript_code` text, PRIMARY KEY (`productid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_product_options_js` -- /*!40000 ALTER TABLE `xcart_product_options_js` DISABLE KEYS */; LOCK TABLES `xcart_product_options_js` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_product_options_js` ENABLE KEYS */; -- -- Table structure for table `xcart_product_options_lng` -- DROP TABLE IF EXISTS `xcart_product_options_lng`; CREATE TABLE `xcart_product_options_lng` ( `code` char(2) NOT NULL default 'US', `optionid` int(11) NOT NULL default '0', `option_name` varchar(255) NOT NULL default '', PRIMARY KEY (`code`,`optionid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_product_options_lng` -- /*!40000 ALTER TABLE `xcart_product_options_lng` DISABLE KEYS */; LOCK TABLES `xcart_product_options_lng` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_product_options_lng` ENABLE KEYS */; -- -- Table structure for table `xcart_product_reviews` -- DROP TABLE IF EXISTS `xcart_product_reviews`; CREATE TABLE `xcart_product_reviews` ( `review_id` int(11) NOT NULL auto_increment, `remote_ip` varchar(15) NOT NULL default '', `email` varchar(128) NOT NULL default '', `message` text NOT NULL, `productid` int(11) NOT NULL default '0', PRIMARY KEY (`review_id`), KEY `productid` (`productid`), KEY `remote_ip` (`remote_ip`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_product_reviews` -- /*!40000 ALTER TABLE `xcart_product_reviews` DISABLE KEYS */; LOCK TABLES `xcart_product_reviews` WRITE; INSERT INTO `xcart_product_reviews` VALUES (1,'71.153.3.10','','',16133); UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_product_reviews` ENABLE KEYS */; -- -- Table structure for table `xcart_product_taxes` -- DROP TABLE IF EXISTS `xcart_product_taxes`; CREATE TABLE `xcart_product_taxes` ( `productid` int(11) NOT NULL default '0', `taxid` int(11) NOT NULL default '0', PRIMARY KEY (`productid`,`taxid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_product_taxes` -- /*!40000 ALTER TABLE `xcart_product_taxes` DISABLE KEYS */; LOCK TABLES `xcart_product_taxes` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_product_taxes` ENABLE KEYS */; -- -- Table structure for table `xcart_product_votes` -- DROP TABLE IF EXISTS `xcart_product_votes`; CREATE TABLE `xcart_product_votes` ( `vote_id` int(11) NOT NULL auto_increment, `remote_ip` varchar(15) NOT NULL default '', `vote_value` int(1) NOT NULL default '0', `productid` int(11) NOT NULL default '0', PRIMARY KEY (`vote_id`), KEY `remote_ip` (`remote_ip`), KEY `productid` (`productid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_product_votes` -- /*!40000 ALTER TABLE `xcart_product_votes` DISABLE KEYS */; LOCK TABLES `xcart_product_votes` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `xcart_product_votes` ENABLE KEYS */; -- -- Table structure for table `xcart_products` -- DROP TABLE IF EXISTS `xcart_products`; CREATE TABLE `xcart_products` ( `productid` int(11) NOT NULL auto_increment, `productcode` varchar(32) NOT NULL default '', `product` varchar(255) NOT NULL default '', `provider` varchar(32) NOT NULL default '', `distribution` varchar(255) NOT NULL default '', `weight` decimal(12,2) NOT NULL default '0.00', `list_price` decimal(12,2) NOT NULL default '0.00', `descr` text NOT NULL, `fulldescr` text NOT NULL, `avail` int(11) NOT NULL default '0', `rating` int(11) NOT NULL default '0', `forsale` char(1) NOT NULL default 'Y', `add_date` int(11) NOT NULL default '0', `image_x` int(11) NOT NULL default '0', `image_y` int(11) NOT NULL default '0', `views_stats` int(11) NOT NULL default '0', `sales_stats` int(11) NOT NULL default '0', `del_stats` int(11) NOT NULL default '0', `shipping_freight` decimal(12,2) NOT NULL default '0.00', `free_shipping` char(1) NOT NULL default 'N', `discount_avail` char(1) NOT NULL default 'Y', `min_amount` int(11) NOT NULL default '1', `dim_x` int(11) NOT NULL default '0', `dim_y` int(11) NOT NULL default '0', `dim_z` int(11) NOT NULL default '0', `low_avail_limit` int(11) NOT NULL default '10', `free_tax` char(1) NOT NULL default 'N', `product_type` char(1) NOT NULL default 'N', `manufacturerid` int(11) NOT NULL default '0', `return_time` int(11) NOT NULL default '0', `cutout` char(1) NOT NULL default '', PRIMARY KEY (`productid`), UNIQUE KEY `productcode` (`productcode`), KEY `product` (`product`), KEY `rating` (`rating`), KEY `add_date` (`add_date`), KEY `provider` (`provider`), KEY `avail` (`avail`), KEY `best_sellers` (`sales_stats`,`views_stats`), KEY `categories` (`forsale`), KEY `fi` (`forsale`,`productid`), KEY `fia` (`forsale`,`productid`,`avail`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `xcart_products` -- /*!40000 ALTER TABLE `xcart_products` DISABLE KEYS */; LOCK TABLES `xcart_products` WRITE; INSERT INTO `xcart_products` VALUES (92,'SKU92','Cranium','provider','','1.00','46.65','The outrageous new board game for your whole brain, containing 14 fun activities giving everyone a chance to shine.','',100,2,'Y',2147483647,0,0,1,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(89,'SKU89','My Dream Baby (Blonde)','provider','','1.00','106.65','New! Like all real babies, My Dream Baby will go\r
    through key stages of growth. She begins as a\r
    crawling infant and then grows to a walking toddler.\r
    She says her first words and begins to talk.\r
    In her next stage of growth, she begins to learn\r
    her ABC\'s, numbers and nursery rhymes. Her\r
    vocabulary increases and her voice begins to\r
    change. In her final stage as a full grown toddler, she takes her first step and learns to walk all on her own. She knows her ABC\'s and numbers and can sing songs.','',100,1,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(90,'BARBIE001','The Swan Barbie','provider','','1.00','32.00','The Swan Barbie depicts the style, beauty, and\r
    grace of the elegant bird that she pays homage to.\r
    Her off-white gown has a fitted bodice with beaded\r
    shoulder straps and a flowing skirt with a tulle\r
    petticoat underneath. A plume of black and white\r
    feathers decorates the front of her skirt, while\r
    a second tuft springs up from the back of the bodice.\r
    Her black hair is fashioned in a sophisticated,\r
    upswept style and topped with a beaded tiara and\r
    yet more feathers. Her feet are shod in matching\r
    off-white slippers, making one wonder if this\r
    Barbie didn\'t step right out of \"Swan Lake.\"\r
    Meant for collection rather than play, a stand is\r
    included for displaying this beautiful doll. ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(91,'SKU91','Alphabet Apple','provider','','1.00','23.99','The Alphabet Apple by V-tech is designed to let preschoolers take a good bite out of learning their letters. Insert two AA batteries (not included) into the sturdy-plastic,\r
    portable unit, and youngsters can slide the \"worm\" in the apple to select one of five settings. The first four settings instruct kids in letter recognition and sounds, complete with\r
    letter-finding games using the push buttons. A fifth option offers nine different melodies that play (regrettably, at a nonadjustable volume) at the press of a key. With its\r
    colorful, kid-friendly design, the Alphabet Apple provides the seed for a solid core of learning.','',100,0,'Y',2147483647,0,0,2,0,2,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(10,'SKU10','Flash 5 for Windows and Macintosh','provider','','1.00','79.99','I am fonder of Macromedia Flash than just about any tool, and I feel much the same way about Peachpit\'s Visual QuickStart Guides; so, the idea of a Visual QuickStart Guide about Flash 5 makes me weak in the knees.','',100,10,'Y',2147483647,0,0,5,0,1,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(12,'SKU12','Photoshop 6 Down and Dirty Tricks','provider','','1.00','79.99','This is one of the very best books I\'ve seen to date on Photoshop Tricks.Do yourself a favor and add this powerhouse to your Photoshop arsenal.','',88,11,'Y',2147483647,0,0,30,12,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(201,'SKU201','Motorola StarTAC ST7797','provider','','1.00','188.89','
    • Lightweight, efficient design
    • Solid construction, intuitive keypad and controls
    • Vibrating call alert
    • Dual NAM capability
    • Up to 170 hours\' standby, 130 minutes\' talk time with standard battery
    ','',95,9,'Y',2147483647,0,0,3,5,1,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(110,'SKU110','Electrolux vacuum-cleaner','provider','','1.00','742.05','Electrolux carries a name as old and ask known as Amway. How? Because they make quality products, and they back them\r
    with warranty. Falling under the shadow of being just another product vended door to door by hardworking salesmen, it is\r
    hard to get the real scoup on the product till you have used it in your home.','',100,4,'Y',2147483647,0,0,2,0,1,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(111,'SKU111','Vidocq','provider','','1.00','44.44','Paris. 1830. In the heart of the town, Vidocq, a famous detective, disappeared as he fights the Alchemist, an assassin that he has been pursuing for a few months. His young biographer, Etienne Boisset, decides to have revenge on Vidocq\'s death and takes on the investigation.','',100,2,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(112,'SKU112','Scary Movie 2','provider','','1.00','39.77','\'No Mercy. No Shame. No Sequel\' was the tag-line for \"Scary Movie\". In one sense, at least, they lied. The Wayans team is back with more of the same, this time targeting supernatural thrillers.\r
    \r
    Tim Curry plays a college professor who bribes a group of pupils with A-grades to spend the weekend in a haunted house, but the story really isn\'t the point here. As you might expect, the plot is largely a combination of the plots of the films it parodies, which include \"What Lies Beneath\", \"Hannibal\", and \"Hollow Man\".\r
    \r
    It was presumably the pre-title sequence, crammed full of urination, defecation, and projectile vomiting, which gave the film its 18 certificate. From then on, while many of the gags remain close to the bone, they\'re more cheeky and smutty than offensive.\r
    \r
    In an attempt to appeal to a more genteel audience, the Wayans brothers (Keenan, Marlon, and Shawn) also dig their teeth into the likes of \"Charlie\'s Angels\", and even The Weakest Link. A handful of jokes also shock with their unexpected cleanliness. If not belly laughs, there\'ll be frequent nods of acknowledgement.\r
    \r
    Unlike the father of all spoof movies \"Airplane\" - but like \"Scary Movie 2\" \'s wheelchair-bound mad scientist - this film can\'t really stand on its own two feet. It relies heavily on its audience having seen most of the films being aped. It can be funny to see one set of actors doing the same as you\'ve seen another set of actors doing, and even funnier still when there\'s a wicked twist thrown in to end the sequence, but if you haven\'t seen the target film, not only is it not funny, it becomes totally pointless.\r
    \r
    For more scary stuff check out Horror\'s New Face and our horror genre.\r
    \r
    \"Scary Movie 2\" is released in UK cinemas on Friday 7th September 2001.\r
    \r
    ','',100,5,'Y',2147483647,0,0,1,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(87,'SKU87','Barbie as Snowflake','provider','','1.00','19.97','Barbie doll gets a standing ovation as the beautiful Snowflake from the beloved ballet, \"The Nutcracker.\" This doll is fourth in the Classic Ballet Series. Barbie looks breathtaking\r
    \r
    \r
    in a glittering, white satin and blue tulle ballerina costume with a delicate snowflake pattern. She wears shimmery tights and pretty, blue toe shoes. Her crowning touch is a\r
    \r
    \r
    silvery tiara. Barbie has special legs, so girls can really pose her in \"on-toe\" ballet positions.','',100,2,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(86,'SKU86','Rock \'N Roll Ernie','provider','','1.00','13.33','Here\'s a side of Sesame Street\'s Ernie that you\'ve probably never seen before.','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(85,'SKU85','RAD Robot (27 MHz)','provider','','1.00','106.65','The ultimate, high performance Remote Control Robot! Tough treads allow RAD to conquer rough terrain indoors or outdoors. With dual-speed, RAD goes forward, backward, left and right, and does a 360 degree spin.','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(83,'SKU83','ViaVoice Pro 7.0 Millennium Edition','provider','/provider/via_voice_70.zip','1.00','45.32','Features:
    • Use voice commands to control and navigate your desktop, applications, and the Internet
    • Input, edit, and format text by voice using Microsoft Word 97 and 2000; Microsoft Excel 97 and 2000; and Microsoft Outlook 97, 98, and 2000
    • Explore specialized topics such as Cuisine, Chatters Jargon, Business & Finance, and Computer
    • Proofread your documents with the ViaVoice Outloud text-to-speech feature
    • Includes optional legal and medical dictionaries
    ','',100,4,'Y',2147483647,0,0,4,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(80,'SKU80','Smash, Offspring','provider','','1.00','18.65','Call them the Nine Inch Nails of punk. Like NIN, the Offspring preserve the essential ingredients of their chosen genre--guitars grinding out three chords, shouted vocals,\r\nand plenty of vitriol--and layer them over a melodic base that packs considerable popular appeal. The singles from Smash, the Offspring\'s breakthrough album, still receive\r\nconsiderable radio airplay: \"Gotta Get Away,\" \"Come Out and Play,\" and \"Self Esteem.\" With these and Smash\'s 11 other tracks, the band chronicles the adolescent\r\nexperience with clarity and surprisingly incisive wit. That pretty much describes all of their albums, but this is the one to get. It\'s got more shape than their earlier material and\r\nisn\'t as disturbingly poppy as their more recent recordings; it\'s the perfect blend of riffs and rage.','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(81,'SKU81','Songbird, Eva Cassidy','provider','','1.00','15.84','This release is a compilation of some of Eva\'s best and most popular recordings, including her incredible rendition of \"Somewhere Over the Rainbow.\" If you have all of her\r\nCDs as I do, and you can only take one along, you grab this one. This talented (understatement) singer\'s range is phenomenal. And the purity and beauty of her voice\r\ntouches your very heart and soul.','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(82,'SKU82','Songs in A Minor, Alicia Keys','provider','','1.00','16.77','She may be beautiful, but Alicia Keys is a musician first and foremost. She plants herself firmly behind the piano keys on her debut, unlike many of the booty-waggin\' junior\r\ndivas who are crowding the R&B videoscape these days. Though many of the tracks on Songs in A Minor are embellished with adolescent angst, this 20-year-old\'s\r\nsubstantial, gorgeously soul-drenched alto putties the cracks between notes with astonishing ease. \"Fallin\',\" the album\'s first single, showcases Keys at her best. She wails\r\nplaintively and passionately over rolling blues chords, in the tradition of the greats that this young talent clearly wants to align herself with--Stevie Wonder, Donny\r\nHathaway, and Aretha Franklin. She swoops and soars over the spicy, flamenco-fueled melody that opens \"Mr. Mann,\" one of the many winning tracks gathered here. And\r\nshe digs deep into a remake of the beloved Prince B-side, \"How Come U Don\'t Call Me Anymore?\" packing more heat into her melismatic wails than most singers twice her\r\nage.','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(78,'SKU78','O Brother, Where Art Thou? Various Artists - Soundtrack','provider','','1.00','17.71','The best soundtracks are like movies for the ears, and O Brother, Where Art Thou? joins the likes of Saturday Night Fever and The Harder They Come as cinematic pinnacles\r\nof song. The music from the Coen brothers\' Depression-era film taps into the source from which the purest strains of country, blues, bluegrass, folk, and gospel music flow.\r\nProducer T Bone Burnett enlists the voices of Alison Krauss, Gillian Welch, Emmylou Harris, Ralph Stanley, and kindred spirits for performances of traditional material, in\r\narrangements that are either a cappella or feature bare-bones accompaniment. Highlights range from the aching purity of Krauss\'s \"Down to the River to Pray\" to the\r\nplainspoken faith of the Whites\' \"Keep on the Sunny Side\" to Stanley\'s chillingly plaintive \"O Death.\" The album\'s spiritual centerpiece finds Krauss, Welch, and Harris\r\nharmonizing on \"Didn\'t Leave Nobody but the Baby,\" a gospel lullaby that sounds like a chorus of Appalachian angels.','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(79,'SKU79','Skin, Melissa Etheridge','provider','','1.00','17.71','During the dark days of the singer\'s split from Julie Cypher, her companion of 12 years, Melissa Etheridge retreated to her home studio to pen songs lit from within with her\r\nsearing pain and confusion. From those heart-wrenching sessions comes arguably Etheridge\'s finest work. She vents and rages and all but spits on her Tony Llama boots,\r\ngiving these 10 songs a depth and grit that she only hinted at in her prior six albums. And those early albums were plenty gritty. But early tunes such as \"Come to My\r\nWindow,\" and \"Yes I Am\" don\'t approach the naked vulnerability heard here--even though the breakup was hinted at in \"Stronger Than Me,\" on 1999\'s Breakdown. Skin\r\npeels back layers of Etheridge\'s pain and addresses her personal melodrama in such a compelling way that her despair is transmuted into true art, as she takes the listener\r\nthrough the stages of grief and recovery. And what a journey, beginning with the bristling \"Lover Please\" (\"Didn\'t I love you right / Then tell me where are you going dressed\r\nto kill tonight? / Oh, this one\'s gonna hurt like hell\") and ending with the stirring \"Heal Me,\" which features background vocals by famous pals Laura Dern and Meg Ryan.\r\nThat\'s almost all the help she has on the record; Etheridge plays almost all the instruments and penned all the songs. But, ultimately, Skin is the sound of one heart breaking.','',100,2,'Y',2147483647,0,0,1,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(77,'SKU77','Bach: Cello-Suiten / Mstislav Rostropovich','provider','','1.00','41.76','Composer: Johann Sebastian Bach
    Performer:
    Mstislav RostropovichEmd/Emi Classics - #55363 / June 13, 1995Audio CD / DDD / Number of Discs: 2','',100,2,'Y',2147483647,0,0,1,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(76,'SKU76','Bach\'s Goldberg Variations','provider','','1.00','18.65','As the legend goes, Bach\'s Goldberg Variationswere written for an insomniac diplomat patron who desired music to help cheer him on lonely, sleepless nights. But the real legend is how Bach was able to produce, for an apparently throwaway occasion, one of the crowning masterpieces not only of the Baroque, but of all Western music. Here\'s a gathering of widely varied interpretations the music has inspired, from keyboard masters to arrangements for string orchestra, jazz trio, and even brass band.','',99,1,'Y',2147483647,0,0,7,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(67,'SKU67','Designing Web Usability','provider','','1.00','0.00','Creating Web sites is easy. Creating sites that truly meet the needs andexpectations of a wide range of online users is quite another story.In Designing Web Usability: The Practice of Simplicity, renownedWeb usability guru Jakob Nielsen shares his insightful thoughts on thesubject.','',98,10,'Y',2147483647,0,0,20,1,2,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(68,'SKU68','HTML 4 for the World Wide Web','provider','','1.00','26.65','Whether you use a high-end authoring application like Dreamweaver,or in the most economical fashion you write your own code out in a textfile, knowing your way around HTML comes in handy. HTML 4 for theWorld Wide Web: Visual QuickStart Guide will teach you what you need to know quickly.','',100,0,'Y',2147483647,0,0,2,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(69,'BOOK0089','Dreamweaver 3 Bible : Gold Edition','provider','','1.00','79.99','If your paperback copy of Dreamweaver 3 Bible is dog-eared or you\'redelving into the more advanced realms of Web site production, thishardcover Gold version might be just the thing for you. It contains allof the material that the \"non-Gold\" edition has, and it sets a goodfoundation for beginners.','',100,4,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(70,'SKU70','Javascript (Definitive Guide)','provider','','1.00','39.90','Provides a rapid and thorough exposition of the JavaScript programming language, as well as an in-depth reference section covering each JavaScript function, object, method, and even handler. Experienced programmers will quickly find the information they need to start writing JavaScript programs.','',1,24,'Y',2147483647,0,0,88,8,6,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(66,'SKU66','Professional Java Server Programming','provider','','1.00','63.99','Wrox specializes in books written by programmers, for programmers. Professional Java Server Programming, a volume on developing Java-based Web applications, is no different. All the 12 authors are developers and consultants -- including some who\'ve been part of Sun\'s own Java team.','',98,5,'Y',2147483647,0,0,8,4,1,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(65,'SKU65','New Masters of Flash','provider','','1.00','79.99','Learning by doing is always good, especially if you have good role models to follow. As part of the publisher\'s \"Showing It\" series, this book brings together 19 of the most innovative designers who are working in motion graphics, and gives them lots of page room to talk about their work in general.','',94,6,'Y',2147483647,0,0,7,18,1,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(64,'SKU64','Microsoft FrontPage 2000','provider','','1.00','154.65','Features:
    • NOTE: In-Box Upgrade Rebate valid only for previous licensed users of Microsoft Windows 95 or later (see product description for complete list)
    • Allows users to easily create Web sites exactly the way they want
    • Makes site management easyMakes site management easy
    • Updates sites quickly
    • Works together with Microsoft Office
    ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(63,'SKU63','Adobe Photoshop 5.5 Classroom','provider','','1.00','61.27','Adobe Photoshop 5.5 Classroom in a Book, Special Web Edition, like others in the fine Classroom in a Book series, is somewhere between a manual and a tutorial; the lessons can be read straight through or referenced on a need-to-know basis.','',95,7,'Y',2147483647,0,0,3,2,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(93,'SKU93','Lord of the Rings Board Game','provider','','1.00','46.65','Here\'s your chance to prove you are worthy to save Middle Earth. Enter the world envisioned in J.R.R. Tolkien\'s book Lord of the Rings and become a member of the\r
    Fellowship. The goal of the game is to stop the Dark Lord Sauron from winning back the magic Ring, which Frodo has inherited and which Sauron would use to forever enslave\r
    the land.','',80,9,'Y',2147483647,0,0,15,23,3,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(94,'SKU94','Monopoly Junior','provider','','1.00','14.65','Just like its big brother, Monopoly Jr. is big-time fun for everyone! Spend a day at the amusement park. Ride the roller coaster, bumper cars, or Ferris wheel. How about a\r
    game of miniature golf or a visit to the haunted house? It\'s simple--set up ticket booths on as many boardwalk amusements as possible, then build your fortune collecting\r
    the entrance fees as other players land on your properties. If someone else already owns an amusement, you pay up. Watch out--if one player owns both amusements of\r
    the same color, you must pay them double! So have some fun. And don\'t forget--pass GO, collect $2. ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(189,'SKU189','Panasonic TX-28 CK 1F','provider','','1.00','767.95','70 cm , 20 watts , stereo','',100,4,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(105,'SKU105','Fast & furious (The Fast and the furious)','provider','','1.00','46.47','Call me naive, but until I saw director Rob Cohen\'s \"The Fast and the Furious,\" I didn\'t know there was a such thing as underground car racing gangs in the United States. Not being a mechanic or car aficionado, I also had no idea how cars could so quickly speed up to 140 mph. While the jury\'s still out on\r
    how realistic \"The Fast and the Furious\" is concerning its details on automobiles and racing, I, nonetheless, learned quite a bit from the film--more so than any usual moviegoing experience. I also learned that no matter how many slam-bang action scenes are put into a movie, the entire effort cannot work without a serviceable screenplay. \r
    \r
    Set in the seedy world of street racing teams, Brian (Paul Walker) is an undercover cop who has managed to get in with one such group, led by Dominic Toretto (Vin Diesel). While his mission is to prove that they not only illegally race, but also hijack trucks on the side, Brian finds himself apprehensive of doing so when he not only becomes good friends with Dominic, but also falls for his sister, Mia (Jordana Brewster). \r
    \r
    The plot of \"The Fast and the Furious\" is such a flimsy amalgamation of cliches and tedium that it not only remains wholly predictable from beginning to end, but also doesn\'t even find its premise until at least a half-hour in. Until then, we are treated to literally one scene after the next of people racing hot--no, make that very hot--cars. When the story finally shifts into high gear and we find that Brian is, indeed, a cop, the stakes are undoubtedly heightened. Unfortunately, this means that the pacing must slow down and the characters actually have to speak. They are not helped much at all by the underwhelming screenplay by Gary Scott Thompson, Erik Bergquist, and David Ayer. That it took three separate people to pen such a thin script is quite humorous, and just a little mindboggling. \r
    \r
    The action sequences, by the way, are so thrilling that they almost single-handedly save the film from its countless flaws. The tight, precise editing aids in making each and every car racing sequence a high-throttle joy to behold, and a climactic scene involving a botched truck hijack is downright nailbiting. It\'s very easy to forget about such \"frivolous\" things as character involvement and story developments when your body is being overtaken by such rapid-fire images of excitement and danger. But once each scene has taken its toll, you are grounded back to the reasons why the movie, as a whole, is simply not finding the footing it should. \r
    \r
    The cast is professional and attractive, but little else (with two exceptions). Vin Diesel (2000\'s \"Pitch Black\"), that of the muscular build, shaved head, and baritone voice, turns in another effective, highly modulated performance as the loyal Dominic. As his younger sister, Mia, Jordana Brewster (2001\'s \"The Invisible Circus\") is a strong actress with a brain to go along with her stunning beauty. While it would have been nice to see Brewster act as more than virtual wallpapering, at least she has more to do than Michelle Rodriguez (2000\'s \"Girlfight\"), as Dominic\'s sensual, hard-edged girlfriend, Letty. Who knows if Rodriguez is any good? All she is asked to do is make brooding, \"I\'m-so-tough\" faces on cue. Finally, Paul Walker (2000\'s \"The Skulls\") gets his very first leading man role as undercover police officer Brian, and he doesn\'t impress. There just doesn\'t seem to be anything behind Walker\'s facial expressions, and so his character doesn\'t win the audience\'s sympathies as it should. \r
    \r
    Despite several slow patches and an ending that doesn\'t know when to quit (yet still manages to leave characters and relationships hanging without closure), \"The Fast and the Furious\" offers mindless summer movie fun for 105 minutes. If anything, the action leaves a cursory adrenaline rush. When the movie is over, though, don\'t expect to think about it again--because you won\'t. ','',100,2,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(106,'SKU106','Vacuum cleaner','provider','','1.00','275.90',' Vacuum cleaner Acenta\r
    800W S3085 \r
    \r
    Model S 3105:\r
    - Power 800 W\r
    - Weigth 2,9 kg \r
    ','',100,2,'Y',2147483647,0,0,2,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(109,'SKU109','BRIDGET JONES\'S DIARY','provider','','1.00','34.53','In the romantic comedy BRIDGET JONES\'S DIARY, Renée Zellweger looks absolutely awful as Bridget Jones. With a splotchy complexion, bulges everywhere and stringy hair, Bridget eats, drinks and smokes too much. She also dresses like a carpet. Badly miscast as the British heroine, Zellweger, in a monotonic performance, never gives us much reason to care. \r
    \r
    Although Bridget has a serious and supposedly hopeless crush on her boss, Daniel Cleaver (Hugh Grant), Richard Curtis and Andrew Davies\'s script has Bridget and Daniel quickly hopping into bed together. In the role of the man clearly designed to be the only man to deserve her, Colin Firth plays the dour lawyer Mark Darcy like a man with a constant case of intestinal problems. In a one-dimensional part, Embeth Davidtz plays Natasha, Mark\'s anal-retentive fellow lawyer and would-be fiancée. \r
    \r
    Bridget, who writes in her diary in narration, is a 32 year old who worries about dying a spinster and being eaten alive by dogs. (No such luck.) Her television choices consist of things like the death scene from FATAL ATTRACTION followed by a nature program on humping lions. In case we forget how we\'re supposed to feel about Bridget\'s aspirations and emotions, the film\'s heavy musical accompaniment is also there to remind us. \r
    \r
    \"Stay calm -- can\'t get worse,\" Bridget admonishes herself when she is having yet another social disaster. I kept trying to remember that advice while waiting for the ending credits to arrive. \r
    \r
    BRIDGET JONES\'S DIARY runs a long 1:35. It is rated R for language and some strong sexuality and would be acceptable for most teenagers. ','',100,2,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(108,'SKU108','Moulin Rouge','provider','','1.00','46.47','One does not watch Baz Luhrmann\'s phantasmagoric ode to Hollywood movie musicals of yore, \"Moulin Rouge,\" as much as one feels as if they\'re living it.\r
    A trippy carnival ride through sensory overload and non-stop visual marvels, it is a wildly imaginative and sincerely audacious motion picture that has the ability to single-handedly revive one\'s faith in the movies, as they have begun to dwindle with the summer season currently upon us. \r
    \r
    The story is simple, yet powerful. Set in Paris, circa 1899, Christian (Ewan McGregor) is a penniless writer who has just arrived in the town of Monmartre, home of the infamous Moulin Rouge nightclub. When Christian has a chance encounter with a group of petty unconformists, led by dwarf Toulouse Lautrec (John Leguizamo), and helps them to come up with the lyrics of \"The Sound of Music\" for the musical revue they are preparing for the Moulin Rouge, they immediately hire him to be their writer. They also set up a meeting with gorgeous courtesan Satine (Nicole Kidman), whom they want for the female lead of what they have entitled \"Spectacular Spectacular!\" At first mistaking him for a wealthy duke, Satine falls instantly in love with Christian, and vice versa, much to the chagrin of the real duke (Richard Roxburgh), who has not only just staked a claim in Moulin Rouge, but has gotten the club\'s owner, Zidler (Jim Broadbent), to sign an agreement giving him exclusive rights to Satine. And although Christian and Satine do not yet know it, Satine has been diagnosed with a fatal case of tuberculosis. \r
    \r
    \"Moulin Rouge\" is as deeply romantic as any film in recent memory. Christian is a wistful young man who believes in four aspects of life: \"truth, beauty, freedom--and above all others--love.\" Satine, on the other hand, is both a singer/dancer and a prostitute, and has been trained to never fall in love. In one of the film\'s most awe-inspiring, magical sequences, Christian serenades Satine with Elton John\'s \"Your Song,\" to which they get so caught up in their feelings for one another that they are lifted out of the building window and onto the clouds in the sky. For the first time in her life, Satine feels something other than fake emotions for a man in her life, and it\'s an exhilarating rush. Their joy in finding each other does not last, however, as the wealthy duke enters the picture with an unfair proposition to make. \r
    \r
    The sparks that actors Ewan McGregor and Nicole Kidman ignite as hopeless romantic Christian and unsure realist Satine are so bright, they\'re almost blinding. Their chemistry, for once, feels genuine, rather than \"written,\" and it is the doomed love story of these two people that turn the movie into such a complex and touching experience. McGregor (1999\'s \"Star Wars: The Phantom Menace\") and Kidman (1999\'s \"Eyes Wide Shut\") are stunning in their roles, eliciting both the passion and determination that any two people have who are in love. Both of them, as well as the rest of the actors, sing their own songs, and they turn out to be startlingly talented at it. Special notice must go to Kidman, who has never been better. Often coming off as somehow aloof, Kidman fills Satine with a warmth that has never before been witnessed from the actress. \r
    \r
    Aside from its two stars, where \"Moulin Rouge\" excels is in the almost non-stop barrage of singing. About 85-percent of the story is told through the original art form of song, all of which are classic pop tunes and love ballads from post-1899. Just because we are in turn-of-the-20th-century Paris, director Baz Luhrmann so convincingly argues, doesn\'t necessarily mean that people back then couldn\'t have the right to sing everything from Dolly Parton\'s \"I Will Always Love You,\" to The Beatles\' \"All You Need is Love,\" to David Bowie\'s \"Heroes,\" to Madonna\'s \"Like a Virgin,\" to Sting\'s \"Roxanne,\" to Nirvana\'s \"Smells Like Teen Spirit.\" The film plays like a veritable who\'s who of \'60s, \'70s, and \'80s music, and it is not only smashingly entertaining, but actually serves a strong purpose within the narrative. Each musical number--and there are a lot of them--are orchestrated with such unabashed energy and passion that you can\'t help but drift away in its rapturous spell. \r
    \r
    With \"Moulin Rouge,\" Baz Luhrmann (1996\'s \"William Shakespeare\'s Romeo + Juliet\") has made his first masterpiece as a filmmaker. The camera is constantly moving, swooping around people and objects, or zooming into building windows or through beautiful city landscapes. It is not done to keep the interest of the attention-impaired, though, but to simply aid in creating a glitzy, one-of-a-kind universe. Additionally, the story, written by Luhrmann and Craig Pearce, is just strong enough to be fully satisfying, while not being bogged down by overplotted developments. \r
    \r
    In a day when so many motion pictures strive for nothing more than adequacy, \"Moulin Rouge\" is alive with creativity and wonder, proving that the medium of film can take us anywhere, and act upon us in any way possible. One part comedy, one part romance, and one part tragedy, \"Moulin Rouge\" is a remarkable triumph, as well as the first truly brilliant film of 2001. ','',100,2,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(114,'SKU114','Heartbreakers','provider','','1.00','56.82','In David Mirkin\'s HEARTBREAKERS, a sweet comedy which plays like a lighthearted version of THE GRIFTERS, Sigourney Weaver and Jennifer Love Hewitt are a mother/daughter pair of con artists. Although they scam for everything from food to gas, their specialty is marriage settlements. \r
    \r
    When we first meet our connivers, Max (Weaver) is marrying Dean Cumanno (Ray Liotta), a respectable New Jersey chop shop owner. When his new secretary, Page (Hewitt), entices him into a little oral sex, his wife of 18 hours arrives to catch them in the act. \"Honey, it isn\'t what it looks like here,\" Dean tries to explain to Max. \"Her hair got stuck in my zipper.\" Cut to the lawyers office in which Max leaves with a chunk of cash and one of Dean\'s freshly built Mercedes. \r
    Although they look like Mutt and Jeff with their dramatic height difference, Weaver and Hewitt are a convincing and funny choice as relatives and rivals. The rebellious Page thinks that Max treats her like a little kid, and Max thinks that Page isn\'t ready to go solo like she plans. Their confidence games are quite believable. Max looks like someone who would sweep you off your feet into an early marriage proposal. And Page, with her lovely legs, micro skirts and ERIN BROCKOVICH-type bras that push her generous breasts skyward, looks like someone who might tempt even the most married of married men. In short, the deliciously caustic chemistry between Weaver and Hewitt is the best part of the movie. \r
    \r
    The weakest link, other than the excessive running time, is the supporting cast. Although Liotta is impressive, most of the others are either underutilized or miscast. Anne Bancroft delivers a wooden performance as an IRS agent who forces the two crooks into their most ambitious scam ever. Jason Lee (ALMOST FAMOUS), who isn\'t given much to do as the only guy with whom Page ever falls in love, phones in his performance. \r
    \r
    As a cliché of a rich old geezer with yellow teeth, Gene Hackman coughs his way through his part as William B. Tensy, a tobacco company CEO with millions to burn. If he will just live long enough to tie the knot with Max, she and her daughter will be able to pay their back taxes and live on easy street for the rest of their lives. But Page hates the whole idea. \"I\'m not dating the walking dead,\" she bitterly informs her mother, who replies, \"we better work fast.\" \r
    \r
    In Tensy\'s most memorable line, he reveals the secret of what really turns on a tobacco millionaire -- \"smoke billowing out of a woman\'s hot, red nostrils.\"\r
    The image almost makes the unflappable, non-smoking Max gag. Gag isn\'t something you will do while watching this brightly written comedy.\r
    HEARTBREAKERS isn\'t any laugh riot, but it is entertaining fun. It\'s the sort of picture that will leave you with a smile on your face and a feeling that you got your money\'s worth. \r
    \r
    HEARTBREAKERS runs needlessly long at 2:03. It is officially rated PG-13 for sex-related content including dialogue, and with scenes of oral sex and bondage, this is certainly a film unsuitable for those under 13. \r
    ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(116,'SKU116','Rotel','provider','','1.00','359.76','Features: \r
    \n\r
    \n- Includes porcelain bake pan, broil rack, two oven racks and two cookie sheets\r
    \n- Baking, toasting, broiling, top-browning, and defrosting\r
    \n- Convection fan and DuraStone enameled porcelain interior\r
    \n- 120 volts, 1500 watts; 17-1/4 by 12 by 8-3/4 inches\r
    \n- Limited warranty\r
    \n','',100,0,'Y',2147483647,0,0,2,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(117,'SKU117','Elton John - Songs From The West Coast','provider','','1.00','125.00','Songs From The West Coast rests on the strong foundation of piano driven melodies, Elton?s smooth vocals and Taupin`s romantic lyrics. \r
    The highlight of the album is ?I Want Love,? a drawn out track, with its visually striking video of Robert Downing Jr. lip syncing,\r
    I want love - just a different kind/ I want a love that won\'t break me down, won\'t brick me up, won\'t fence me in,? as Elton sings in confessional tone to a truly heartbreaking lyric. \r
    Being the original sugar daddy, Elton doesn?t shy away from sappy lyrics. ?Ballad Of The Boy In The Red Shoes,? is a sad song about a boy who dies of Aids and ?American Triangle,? laments the gay bashing murder of a boy from Wyoming. \r
    \r
    I found myself grooving to the mellow, ?Original Sin,? in which Elton passionately sings, ?And tell me why, I shudder inside, everytime we begin/ this dangerous game/ oh you were always my original sin?. \r
    Then I thought, O my God he might be singing this to his partner David Furnish; I know its silly but it made me feel weird (so sue me). \r
    \r
    Birds,? takes a flight from ballad and soars to an upbeat mood while a rousing chorus and backing vocals dominate the blues tinged gospel, ?Wasteland?. ?Dark Diamond,? is given vibrancy by Stevie Wonders on the harmonica and clavinet. \r
    \r
    There are no instantly catchy, infectious tracks on this album, nothing that will grab your attention in a nanosecond. Don\'t expect any \"Nikita\'s\", \"Sacrifice\'s\" etc, but be prepared for patient listening.\r
    Sir Elton John?s (yes he was knighted) latest album is vintage Elton all the way. A must for fans and those who absolutely love mellow music. ','',100,1,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(118,'SKU118','Koenig microwave','provider','','1.00','660.56','Features: \r
    \r
    - 1.2 Cu FT.\r
    - 1100 Watts cooking power\r
    - 9 Auto Cook Categories\r
    - Auto Reheat\r
    ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(119,'SKU119','MODJO','provider','','1.00','22.61','1 ACKNOWLEDGEMENT\r\n2 CHILLIN\'\r\n3 LADY (HEAR ME TONIGHT)\r\n4 2 GOOD 2 BE TRUE\r\n5 PEACE OF MIND\r\n6 WHAT I MEAN\r\n7 MUSIC TAKES YOU BACK\r\n8 NO MORE TEARS\r\n9 ROLLERCOASTER\r\n10 ON FIRE\r\n11 SAVIOR EYES\r\n12 LADY (ACOUSTIC VERSION)','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(120,'SKU120','LENNY','provider','','1.00','22.61','1 BATTLEFIELD OF LOVE\r\n2 IF I COULD FALL IN LOVE\r\n3 YESTERDAY IS GONE (MY DARK KAY)\r\n4 STILLNESS OF HEART\r\n5 BELIEVE IN ME\r\n6 PLAY TO PLAY\r\n7 A MILLION MILES AWAY\r\n8 GOD SAVE US ALL\r\n9 DIG IN\r\n10 YOU WERE IN MY HEART\r\n11 BANK ROBBER MAN\r\n12 LET\'S GET HIGH','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(121,'SKU121','Micro Stereo JVC','provider','','1.00','205.11','CUV10 - Micro stereo 405 ','',100,4,'Y',2147483647,0,0,3,0,1,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(122,'SKU122','Grill room','provider','','1.00','313.33','Features: \r
    \r
    - .5-cubic foot capacity, durable nonstick interior, sleek modern appearance\r
    - Large tinted glass door, power on LED indicator, toasting Start/Stop button\r
    - Temperature Compensation Provides Consistent Toasting Cycle After Cycle\r
    - 3 control dials: temperature control, function control, toasting shade control\r
    - Audible tone sounds upon completion, 2-position oven rack\r
    ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(123,'SKU123','Microwave oven','provider','','1.00','450.62','Features: \r
    \r
    1.6 Cu. Ft.\r
    1200 Watts High Cooking Power\r
    15 Auto Cook Categories\r
    Auto Reheat\r
    Popcorn Key','',100,1,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(124,'SKU124','Mariah Carey - Glitter','provider','','1.00','27.79','1 LOVERBOY REMIX, (FEAT DA BRAT & LUDACRIS)\r\n2 LEAD THE WAY, IF WE\r\n3 I DIDN\'T MEAN TO TURN YOU ON\r\n4 DON\'T STOP (FEAT MYSTIKAL)\r\n5 ALL MY LIFE\r\n6 REFLECTIONS (CARE ENOUGH)\r\n7 LAST NIGHT A DJ SAVED MY LIFE\r\n8 WANT YOU (FEAT ERIC BENET)\r\n9 NEVER TOO FAR\r\n10 TWISTER\r\n11 LOVERBOY (FEAT CAMEO)','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(125,'SKU125','Sony ECM-HM1 - Micro','provider','','1.00','585.53','Interview Microphone \r
    Product Features:\r
    - One touch attachment\r
    - Battery free( intelligent accessory shoe) \r
    - Microphone cord rewind mechanism\r
    - Compact body ','',100,1,'Y',2147483647,0,0,1,0,1,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(126,'SKU126','Manu Chao - Proxima Estacion Esperanza','provider','','1.00','26.07','Manu Chao incorporates the Spanish, English and French languages into fun, infectious songs that are bound to catch your ear. With his solo album \"Clandestino,\" the former leader of the band Lo Mano Negra uses multicultural sounds to compose tunes like \"Lagrimas de Oro\"and \"Je ne T\'Aime Plus\" which are only two of the quirkiest songs on the album (if you translate them, they\'re even more amusing). Each song tells a cool story using funky lyrics in more than one language. And, despite a few allusions, he does so without using expletives. With each listen, you will discover even more in each song.\r
    \r
    His follow-up album, \"Proxima Estacion: Esperanza\" is another melting pot of tunes that even combines Spanish and French phrases into a single refrain in the whimsical \"Me Gustas Tu.\" Using three languages has influenced not only the lyrics, but also the fun sounds and rhythms of Chao\'s tunes. Yet, a beneficial quirk is that you do not have to be a linguist to get the overall meaning of his songs. \r
    \r
    Whether or not Latin music is your favorite, Manu Chao is an awesome artist. Check him out. ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(128,'SKU128','FIRSTLINE 2116 Cordon Audio-Stereo','provider','','1.00','16.67','Cordon Audio-Stereo 2 RCA Male / 2RCA Male \r
    - Length : 1,2 m \r
    ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(129,'SKU129','PIONEER A-109 NOIR','provider','','1.00','1883.12','Hi-Fi amplifier.','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(130,'SKU130','Hotpoint WD61\nWasher Dryer (b)','provider','','1.00','1524.39','Key features of the Hotpoint WD61 Aquarius Washer Dryer include: \r
    \r
    - 1100 long/900 RPM short spin speeds \r
    - Quick & economy wash options \r
    - Auto crease care \r
    - Final cool tumble \r
    - Unique aquarius wash system plus \r
    - 4.5kg wash load \r
    - Unique Intelligent Care \r
    - Variable 400-1200 RPM spin \r
    - Rinse hold option\r
    \r
    Dimensions: 610mm(W) 850mm (H) 595mm(D) ','',100,0,'Y',2147483647,0,0,1,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(131,'SKU131','Palm OS Handera 330','provider','','1.00','688.51','Operating System: Palm OS version 3.5.2\r
    Processor: 33 MHz Motorola Dragonball VZ\r
    Memory: 8 MB (2MB Flash ROM + 8MB RAM)\r
    Display: 240 x 320 pixel 16 Gray scale - Active area 2.2 x 2.9 in. (55 x 73 mm)\r
    Size: 4.7 x 3.2 x 0.7 in. (121 x 81 x 17 mm)\r
    Weight: 5.9 oz. (167 g) with AAA alkaline batteries\r
    Infrared port (lrDA v1.2) up to 115k baud\r
    One CompactFlash? Type I/II card slot\r
    One Secure Digital (SD) or MultiMediaCard slot\r
    Serial Cradle Battery: 4 AAA\'s','',100,0,'Y',2147483647,0,0,2,0,3,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(132,'SKU132','Palm OS M125','provider','','1.00','453.41','Processor: Motorola VZ Dragonball 33mhz\r
    Operating System: Palm OS 4.0\r
    Memory: 8MB RAM\r
    Display: 160x160 pixel, 16 gray scale LCD\r
    SD/MultiMediaCard Expansion Slot\r
    Power: 2 AAA Batteries\r
    Communications: USB and IR port\r
    Size and weight: 4.82 x 3.1 x .87 in. / 5.31 oz','',91,8,'Y',2147483647,0,0,17,12,1,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(134,'SKU134','Indesit W103\nWashing Machine (a)','provider','','1.00','1721.11','Key features of the Indesit W103 Washing Machine include: \r
    \r
    - 1000 RPM spin speed \r
    - 5kg maximum wash capacity \r
    - Anti crease wash & extra economy wash options \r
    - \'A\' rated Wash performance \r
    - \'B\' rated Energy class','',100,0,'Y',2147483647,0,0,1,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(135,'SKU135','Psion Netbook','provider','','1.00','2468.24','Processor: Intel SA-1100 StrongARM 190 MHz (the Series 7 has a 133 MHz processor)\r
    Internal RAM: 32 MB, expandable to 64 MB Internal DRAM (the Series 7 has 16 MB RAM, but see below) one Compact Flash (CF) Card Slot: Type I/II 3.3V/5V. The CF Card slot supports conventional\r
    Compact Flash Cards as well as the IBM MicroDrive (up to 34 MB of storage(!), both with Live Insertion and Removal one PC Card (Type I/II 3.3V/5V) with serial, modem, Ethernet, and Flash ATA support.\r
    (Ethernet support is not available now but is promised in 2Q 2000). \r
    Display: 7.7\" 640x480 color back-lit STN LCD panel \r
    Pointing device pen and digitizer (touchscreen) 58-key standard layout keyboard. \r
    12 bit digital sound with speaker and microphone. \r
    Li-Ion battery with lithium cell, (CR2032) backup External expansion RS232 serial port to 115 kbit/sec IrDA 1.1, 115 kbit/sec and 4 Mbit/sec \r
    Docking: Optional flatbed docking station provides power and RS232 communications EPOC is loaded at cold power up into RAM from CF card or serial port. The OS is software upgradeable and may be configured to implement some or all of the supplied applications. User defined applications may be added (the Series 7 OS is on an OS Mask ROM module). \r
    Utilities: Time, Alarms, Calculator, and Voice Recorder PIM: Cotter, Contacts, Agenda, and Data \r
    Desktop: Word word processor and Sheet Spreadsheet \r
    Communications: Messaging, Fax, E-mail, and Web Internet browser E-mail support: SMITE, Internet POP-3, and IMAP-4 \r
    Web Support: HTML 3.2, HTTP/1.1, frames, Java applets, GIF/JPEG graphics formats (but not JavaScript) ','',100,1,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(137,'SKU137','DENON DRA-455R DORE','provider','','1.00','3310.81','50 wpc (8 ohms), RDS EON tuner, 2 video i/o, 2 speaker circuits, IR ','',100,0,'Y',2147483647,0,0,5,0,3,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(138,'SKU138','Compaq iPAQ H3130','provider','','1.00','793.98','Benefits and Features of the Compaq iPAQ Pocket PC H3130 \r
    \r
    Find it Fast - Be more productive, work quicker and smarter, have more time for what\'s important to you \r
    Be Prepared for Anything - Always have the data you need \r
    \r
    Fit in, Stand out - It\'s a cool design! \r
    See it all Clearly - Great, clear, legible screen \r
    Touch it, Feel it, Believe it - Total quality \r
    Take it Easy - Great for leisure time as well ','',99,3,'Y',2147483647,0,0,4,0,1,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(139,'SKU139','HP Jornada 710','provider','','1.00','1608.05','Processor: 206 MHz, RAM: 32 Mb, warranty: 1 year.','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(140,'SKU140','KENWOOD KRF V5050DS ARGENT','provider','','1.00','1000.00','AV reciver with Dolby Digital.','',100,0,'Y',2147483647,0,0,1,0,1,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(141,'SKU141','Acer TravelMate 212T','provider','','1.00','2034.09','The freedom to leave your desk behind without leaving your computer... The freedom to do what you want, where you want... The freedom of an all-in-one mobile system... Acer\'s new TravelMate 210 series of mobile PCs provides you with all you need to stay productive at home, at the office, or in the classroom. With the TravelMate 210 series you have the freedom to get up and go! An affordable mobile system that has everything you need - the dream is now a reality!The TravelMate 210 series gives every computer user the opportunity that they have been waiting for, the chance to get mobile. Featuring the latest Intel processors, a high-quality TFT display, and a high-capacity hard drive, the TravelMate 210 series provides an economical solution that meets all your computing requirements. The TravelMate 210 series eliminates the need for annoying add-on modules that can easily get lost or damaged while moving around. The smart all-in-one design means that being mobile has never been easier!','',100,5,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(143,'SKU143','Acer TravelMate 354TE','provider','','1.00','4433.33','Combining a comprehensive set of features with a lightweight, easy to carry, slimlined shell, the TravelMate 354TE is the perfect PC for mobile users with critical business needs. \r
    \nProviding powerful performance and portability, at only 1.8kg in weight and less than 4cm in thickness, this notebook is ideal for people who need a powerful, ultra-portable notebook on the road. \r
    \n\r
    \nSpecifications\r
    \n* INTEL Pentium III 850 MHz Processor\r
    \n* 256Mb SDRAM up-gradable to 512 Mb\r
    \n* 20 Gb Hard Disk Drive\r
    \n* Lithium Ion Battery\r
    \n* 13.3\" TFT Display\r
    \n* Ultra Slim Form Factor\r
    \n* 10/100 LAN Adapter\r
    \n* Smart Card Slot\r
    \n* Windows ME\r
    \n* Internal 56K Modem\r
    \n* 1 year International Travellers Warranty\r
    \n','',100,0,'Y',2147483647,0,0,2,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(144,'SKU144','NIKON COOLPIX 880 ARGENT','provider','','1.00','906.67','The 880 also has a few features the 990 doesn\'t, most notably the SCENE modes which will make it easy for beginners and more advanced users alike to select a preset shooting mode which puts the camera into\r
    the correct setup for shooting a particular scene. In addition to this it appears that the SCENE modes also apply differing colour / contrast settings to achieve a certain \"look\" depending on which SCENE you\'ve chosen. Scene shooting modes provided:\r
    \r
    - Portrait \r
    - Party/Indoor \r
    - Night Portrait \r
    - Beach/Snow \r
    - Landscape \r
    - Sunset \r
    - Night Landscape \r
    - Fireworks Show \r
    - Close up (macro) \r
    - Copy (black & white) \r
    - Back light ','',100,0,'Y',2147483647,0,0,2,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(146,'SKU146','Emerson Microwave (800 Watt)','provider','','1.00','700.00','Now cooking with a microwave is faster and more efficient! This sleek Emerson microwave features the new Omni Wave Cooking System that cooks food faster and more evenly. The 0.7 cu. ft. oven has a big-button touchpad with 10 power levels, 5 preprogrammed recipes, auto weight defrost and a pause button. Also includes an electronic child lock-out and lighted compartment with turntable. 1-yr. limited manufacturer\'s warranty. No. MW8779W. Imported. 11Hx18Wx13D\" \r
    ','',100,2,'Y',2147483647,0,0,3,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(147,'SKU147','Opticook','provider','','1.00','912.50','Features: \r
    \r
    - 1.2 Cu FT.\r
    - 1100 Watts cooking power\r
    - 9 Auto Cook Categories\r
    - Auto Reheat\r
    - Popcorn Key','',100,7,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(148,'SKU148','NN-F660','provider','','1.00','647.06','Features: \r
    \r
    - 1.6 Cu. Ft.\r
    - 1300 Watts High Cooking Power\r
    - 12 Auto Cook Categories\r
    - Auto Reheat\r
    - Turbo Defrost','',100,4,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(149,'SKU149','SONY MCV-CD200(CDRW)','provider','','1.00','1694.59','Specifications\r
    \r
    - Imaging Device 1/2.7\" Super HAD CCD, 2.1 Million Pixels (gross) \r
    \r
    - Optical Zoom Lens Carl Zeiss[tm] Vario Sonnar 3X Optical Zoom Lens \r
    \r
    - Focal Distance f = 6.1 - 18.3mm (35mm Equivalent 39 - 117mm) \r
    \r
    - Digital Zoom 6X Precision \r
    - A/D Conversion 14 Bit DXP \r
    - Flash 3-mode Auto Pop-up Flash with Selectable Red-eye Reduction, Compatible with HVL-F1000 Flash \r
    - Exposure Control Automatic exposure (Twilight, Portrait and Landscape), Shutter speed priority, Aperture priority, Manual exposure \r
    - White Balance \r
    - Automatic, Indoor, Outdoor and One-Push (Hold) \r
    - Focus Auto/Manual Focus Ring \r
    - Data System \r
    - Movie: MPEG1 \r
    - Still: JPEG, GIF (in TEXT mode, Clip Motion), TIFF \r
    - Audio with still image: MPEG1 (Monaural) \r
    - Recording Media 3\" CD-R/CD-RW \r
    - Shutter Speed Auto (8 sec ~ 1/1000) \r
    - Self-Timer 10 seconds \r
    - Filter Diameter 37mm \r
    - Output Audio/Video out (NTSC/PAL) \r
    - Date/Time Digital Superimpose \r
    - Battery Remaining Indicator \r
    - Drive Read Speed 8X Maximum \r
    - Drive Write Speed 4X Maximum \r
    - Image Size UXGA (1600 X 1200), SXGA (1280 x 1024), VGA (640 x 480) \r
    - Color LCD 2.5\" diagonal TFT (Thin Film Transistor active matrix), 123K pixels \r
    - USB jack mini-B \r
    - Battery (Supplied) \r
    - OS Compatibility Macintosh(R) 8.51/8.6/9.0/9.1, and Microsoft Windows(R) 3.1/95/98/98 SE/Me(R)/NT 4.0, Windows 2000 Professional \r
    - Weight 1 lb. 6 oz. (610 grams) \r
    - Dimensions 5?\" x 3-5/8\" x 3-5/8\" (143 x 92 x 92mm) ','',100,0,'Y',2147483647,0,0,2,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(150,'SKU150','HEWLETT PACKARD PHOTOSMART 912','provider','','1.00','548.78','HP\'s PhotoSmart 912 digital camera, a Single Lens Reflex (SLR) design developed in cooperation with Pentax Corporation, a well-known camera manufacturer with a longstanding record of experience and skill in optics and conventional film-based cameras. The SLR viewfinder allows you to look through the same lens the camera uses to take the picture, so there\'s none of the usual problems with \"viewfinder parallax\" to skew your framing. What you see is what you get!\r
    Aside from the SLR design, the PhotoSmart 912 is a full-function, 2.2-megapixel camera, with good color and image quality, and a lot of flexibility thanks to its Flashpoint Digita operating system. (Digita provides a platform through which users can actually program their own camera functions. Check http://www.flashpoint.com/ for more information and links to the tools you\'d need.) Overall, HP has created a very feature-rich SLR digicam, at a price far below what other true \"optical\" SLR digicams typically sell.\r
    \r
    High Points\r
    \r
    - 2.24-megapixel CCD delivering up to 1,600 x 1,280-pixel resolution images. \r
    - Two-inch color LCD monitor that tilts up 90 degrees. \r
    - 36-bit color (12 bits per color). \r
    - Through-the-lens (TTL) optical viewfinder with data display. \r
    - Pentax 3x, 8.2-25.8mm lens (equivalent to a 34-107mm lens on a 35mm camera). \r
    - Digital telephoto up to 2x. \r
    - Manual and automatic focus control. \r
    - Program AE, Aperture Priority, Shutter Priority, Manual, and special preset exposure modes. \r
    - Manually adjustable aperture ranging from f/2.5 to f/11. \r
    - Shutter speeds from 1/1,000 to four seconds. \r
    - One-shot, Continuous shooting, and Time-Lapse photography modes. \r
    - Audio recording capability. \r
    - Exposure lock, EV bracketing, and adjustable metering modes. \r
    - 25, 50, 100, 200, and 400 ISO equivalents. \r
    - Adjustable White Balance with five modes. \r
    - Built-in, pop-up flash with five modes. \r
    - Hot shoe for mounting an external flash unit. \r
    - IR Remote Control included. \r
    - JPEG and uncompressed TIFF file formats. \r
    - Images saved to CompactFlash memory cards (Type I or II), 16MB card included. \r
    - Power from four AA batteries (set of alkaline batteries included), or HP Li-Ion battery pack. \r
    - JetSend Infrared interface. \r
    - Flashpoint Digita operating interface. \r
    - Digital Print Order Format (DPOF) compatibility. \r
    - Software CDs containing HP Photo Imaging Software, ACDSee Systems Viewer, ArcSoft PhotoImpression, and\r
    - ArcSoft PhotoMontage. \r
    - USB interface for quick connection to a PC or Macintosh. ','',100,1,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(151,'SKU151','HEWLETT PACKARD PHOTOSMART 618','provider','','1.00','1536.92','Hewlett Packard (HP) is one of the true giants of the information age. Its products range from scientific instruments to personal computers, to the most popular line of laser printers in existence. Along the way, HP developed a popular line of digital cameras, inkjet printers, and scanners intended to make digital imaging accessible to the home and small-office user. They\'ve apparently succeeded well in this, as the PhotoSmart 315 camera (reviewed elsewhere on this site) was the biggest-selling camera in the US in the 2000 Christmas season. The PhotoSmart 618 model offers more sophisticated exposure controls than the entry level PhotoSmart 215 and 315 models, plus a host of interesting new features (including time-lapse photography), while still maintaining an affordable price.\r
    \r
    The PhotoSmart 618 is a 2.1-megapixel digicam that provides enough exposure control and flexibility to interest sophisticated photo enthusiasts, while still offering a comfortable experience for the beginning photographer. Though small enough to fit into a coat pocket, the 618 has a pleasing heft and solidity when your hands grip the body. Like other PhotoSmart cameras we\'ve tested, it ships with a complete software set that\'s very easy to use -- whether you\'re performing\r
    image enhancement or arranging multiple shots on a page to get the most out of your inkjet printer. The PhotoSmart looks like a solid midrange performer, in the critical\Zfull-featured, 2-megapixel\" category. It would be a great choice for beginners who are looking for a basic digital camera that can grow with them as they investigate more advanced exposure and creative control.\r
    \r
    High Points\r
    \r
    - 2.11-megapixel CCD delivering up to 1,600 x 1,200-pixel resolution images. \r
    - Pentax 3x, 5.2-16.5mm zoom lens (equivalent to a 34-108mm lens on a 35mm camera). \r
    - Manual and automatic focus control. \r
    - Up to 2x digital zoom. \r
    - 2-inch color LCD monitor. \r
    - 30-bit color depth. \r
    - Manually adjustable aperture ranging from f/2.4 to f/9.6. \r
    - Shutter speeds from 1/1,000 to four seconds. \r
    - Automatic, Aperture Priority, Shutter Priority, Landscape, Portrait, and Action exposure modes. \r
    - One Shot, Continuous, and Time-Lapse photography modes. \r
    - Black and White and Sepia tone effects. \r
    - Built-in flash with seven operating modes. \r
    - Spot, Average, and Center-Weighted metering. \r
    - Automatic ISO or selectable 100 and 200 sensitivity settings. \r
    - Adjustable White Balance with four settings. \r
    - Audio recording capability. \r
    - JetSend infrared interface for communicating with other HP JetSend devices. \r
    - USB interface for quick connection to a PC or Mac. \r
    - Images saved in JPEG or uncompressed TIFF format on CompactFlash memory cards, 16MB card included. \r
    - NTSC video cable for viewing images on a television set (PAL for European models). \r
    - Powered by four AA batteries or optional AC adapter (set of four AA alkaline batteries included). \r
    - Two software CDs featuring HP Photo Imaging Software, User\'s Guide, and ArcSoft\'s PhotoImpression and\r
    - PhotoMontage applications. \r
    - IR Remote Control included. \r
    - DPOF (Digital Print Order Format) compatibility. ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(152,'SKU152','TOKAI LAR 1003D','provider','','1.00','175.00','The autoradio cassette with digital tuner. ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(153,'SKU153','ALPINE TDM 7580R','provider','','1.00','304.88','44Wx4, 1PreOut, RDS/EON, CD Changer Control, Detachable Face,TEL Mute.','',100,4,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(154,'SKU154','KENWOOD KRC-379R','provider','','1.00','166.67','Autoradio cassette autoreverse function.\r
    Equalizer Systeme Q : 6 presets (Flat, Rock, Tops 40, Pop, Jazz, Easy).','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(156,'SKU156','SONY XR L200','provider','','1.00','205.41','Radio cassete car system, supports RDS.\r
    Tuner has 30 presets, 18 FM. Detachable front panel.','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(160,'SKU160','PANASONIC RQ-SX72 ARGENT','provider','','1.00','214.29','Cassette player with LCD display. Headphones including.\r
    ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(163,'SKU163','SONY WM-3300 MY FIRST RGE','provider','','1.00','120.27','Personal Audio\r
    My First Sony\r
    Walkman\r
    Easy Operation with Large Buttons\r
    Complete with Colourful Headphones','',95,1,'Y',2147483647,0,0,1,5,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(165,'SKU165','Motherboard P3APA VIA 694 Udma 66 AGP 4x 133Mhz','provider','','1.00','200.00','PROCESSOR : \r
    -Intel Pentium III Processor with 100MHz, 133MHz FSB Frequency \r
    -Intel Pentium II Processor with 66MHz, 100MHz FSB Frequency \r
    -Celeron CPU \r
    -Socket 370 Celeron CPU / Coppermine CPU\r
    \r
    CHIPSET :\r
    -VIA VT82C694X\r
    -VIA VT82C686A \r
    \r
    MAIN MEMORY : \r
    -3 x 168 pin DIMMs to Support up to1.5GB SDRAM or EDO \r
    \r
    SLOTS : \r
    -5 x 32 Bit PCI Slots, PCI 2.1 Compliant \r
    -1 x 16 Bit ISA Slots \r
    -1 x Universal AGP Slot (1x ,2x, &4X)\r
    -1 AMR Slot ','',94,8,'Y',2147483647,0,0,1,6,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(167,'SKU167','Jetway J-66','provider','','1.00','187.50','Support Socket-A for AMD Thunderbird /Duron TM uni-proccessor at 200MHz Front Side Bus with double data rate.\r\n\r\nVIA Apollo KT133(VT8363) System controller and VT82C686A PCI to ISA bridge \r\nOn Board Hardware PCI Sound Chip (AC--97)\r\nSupport 3 X 168 Pin DIMM Sockets From 8Mbyte to 1.5GByte Main Memory \r\nSupport PCHEALTH MONITOR \r\nSupport Ultra DMA 33 / 66 Mode\r\nMeets PC 99 Requirements\r\nSupport USB Controller & PS/2 Mouse , Standard IR (infra red)\r\nJumpless Design (BIOS Setup CPU Bus Frequency)\r\nY2K Compliant \r\nSupport Add CPU Voltage Select in BIOS setup.From +0.05V ~ +0.3V(one step 0.05V)\r\n\r\nBIOS Auto Detect CPU voltage\r\nACPI Supporting For OS Directed Power Management ','',100,9,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(168,'SKU168','Kuhn Swiss Wok','provider','','1.00','0.00','Features: \r
    \r
    - Great to use as a centerpiece\r
    - Solid copper\r
    - Coated to prevent tarnishing','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(170,'SKU170','pressure-cooker','provider','','1.00','142.86','Features: \r
    * Helper handle for safer, easier handling.\r
    * Listed by UNDERWRITERS LABORATORIES, Inc. \r
    * 50 year limited warranty.','',100,2,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(200,'SKU200','Motorola M3682','provider','','1.00','166.67','Features:
    • Flip cover protects keypad
    • Excellent menu buttons and navigation aids
    • Two-way SMS text messaging
    • Up to 180 minutes talk time, 180 hours standby time, with standard battery
    • Includes Jabra EarSet
    ','',100,20,'Y',2147483647,0,0,6,0,3,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(172,'SKU172','Spring faitout','provider','','1.00','260.23','Features: \r
    \r
    - Perfect for pasta sauces, braising, stewing\r
    - Anodized for hardness and stick resistance\r
    - Heavy aluminum pan heats evenly Riveted, chrome-plated, cast-iron handles oven-safe to 700 degrees F\r
    - Lifetime warranty against defects\r
    ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(173,'SKU173','All-Clad Stainless 7-Inch Fry Pan','provider','','1.00','152.31','Features: \r
    \r
    - Classic slope-sided, 7-inch frying pan\r
    - Three-ply: stainless-steel layers sandwich pure aluminum core for even heating\r
    - Long, comfortable, stay-cool handle riveted for strength\r
    - Dishwasher safe, but hand washing recommended\r
    - Lifetime warranty against defects','',100,4,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(174,'SKU174','Windows Millennium','provider','/provider/windows_me.zip','1.00','355.56','Microsoft Windows ME (WindowsME, WinME) operating system that will be installed on all new systems for the home & will be the general operating system for most. No matter how good or bad Microsoft Windows ME (WindowsME, WinME) is, it is this that most people will be using. Those of you familiar with Microsoft Win98 will be aware of the great number of updates, bug fixes & so on that have had to be incorporated in Win98 SE. Microsoft Win ME (WindowsME, WinME) at least incorporates them so you can make a relatively clean install from the start and not spend hours downloading all the necessary updates & bug fixes as users of Win 98 (Win98) know all to well. In essence Microsoft Win ME (WindowsME, WinME) does not give much for your money. More stable system is Microsoft Windows 2000 or even better Windows Whistler 2001 when it is on sale.\r
    \r
    Microsoft Windows ME (WindowsME, WinME) boots up quicker because it does not process the config.sys & autoexec.bat & does not display the whole MS-DOS user interface. Microsoft Win ME (WindowsME, WinME) boots up about 25%+ quicker BUT only on new PC\'s that are designed to. Existing PC will only boot up a couple of seconds quicker. On the down side Windows ME works just a little slower, 5% or less slower than Win98, probably caused by the PC Health check features running all the time.\r
    \r
    Microsoft have produced two versions. One \"Windows Me Step-up\" can ONLY upgrade a fully running copy of Win98 & Win98 SE, they are selling cheaper but it will not allow a clean install, for that you must buy the normal upgrade version.\r
    \r
    ','',100,3,'Y',2147483647,0,0,8,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(175,'SKU175','Flight Simulator 2000','provider','','1.00','97.50','','',100,4,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(176,'SKU176','Logitech Cordless Desktop Itouch','provider','','1.00','155.84','Features \r
    - Free yourself from cords that catch and tangle\r
    - Digital radio technology for maximum security and reliability\r
    - iTouch and WebWheel for one-touch Internet access and multimedia control\r
    - 5-year guarantee','',100,1,'Y',2147483647,0,0,1,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(177,'SKU177','HP LaserJet 1200 + cable 2m','provider','','1.00','882.35','Hewlett-Packard\'s LaserJet 1200 is poised to replace the HP LaserJet 1100xi, a low-cost laser we\'ve known and loved\r
    for its excellent print quality and its versatile copy/scan attachment. Improving on a good thing can be difficult, but in this\r
    case, HP succeeds admirably. The LaserJet 1200 fixes all the things we disliked about the 1100xi and delivers better print\r
    quality at faster speeds--all for the same low price. ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(178,'SKU178','HP LaserJet 2100M + cable 2m','provider','','1.00','1392.41','Hewlett-Packard\'s HP LaserJet 2100 family of printers replaces their successful line of HP LaserJet 6P/6MP printers. Designed for advanced individual users or small workgroups, the 2100M is able to produce 1200 x 1200 dpi resolution at 10 pages-per-minute print speed. The printer is expandable, has two paper trays, and features Postscript II emulation and 8 MB of memory. \r
    \r
    The printer is designed for use in mixed language environments\r
    \r
    \"The LaserJet 2100 series printer provide the fastest output at 1200 x 1200 dpi of any printer in their class, making the LaserJet 2100 series a no-compromise, complete printing solution for professional business needs,\" said Tom Abshire, a product manager at HP\'s Personal LaserJet Division. \"These printers represent technology advancements geared toward making document creation more productive and compelling for office teams and business professionals.\"','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(179,'SKU179','HP LaserJet 2200D + cable 2m','provider','','1.00','1666.67','For small businesses with diverse printing needs, the Hewlett-Packard LaserJet 2200D printer offers network capability, 1,200-dpi resolution, 19-pages-per-minute print speed, 8 MB of RAM (expandable to 72 MB), and a 133 MHz processor to ensure consistency. Built-in duplexing and multiple paper trays improve efficiency and speed, and the large capacity 2200D printer has 40,000-page monthly duty cycle. \r
    \r
    Two paper trays support standard input capacities of 200 and 100 sheets, reducing paper reloading, and the straight-through paper path allows for flexible and jam-free handling of different media sizes and weights. Automatic duplexing is standard, saving paper with two-sided printing, and print orientation options includes booklet printing. An instant-on fuser minimizes the warm-up time (first page out in less than 15 seconds), so you can get to work without delays. \r
    \r
    The Hewlett-Packard Color LaserJet 2200D is designed to grow as your business does with network options, additional paper trays, and one wireless infrared port. Compatible with Windows and Macintosh operating systems, it offers USB connectivity, automatic language switching, and it\'s designed to excel in mixed-language environments. The 2200D comes with a one-year warranty and HP Express Exchange. ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(182,'SKU182','DUO','provider','','1.00','58.82','La grande tradition du jeu de dames...\r
    \r
    Souffler n\'est pas joué: C\'est avec l\'obligation de prendre que les règles du jeu de dames se finalisent en Espagne au 15ème siècle... \r
    \r
    Le relief du damier DUO maintient les dames en place: il suffisait d\'y penser.\r
    \r
    \r
    \r
    \r
    ','',100,1,'Y',2147483647,0,0,1,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(183,'SKU183','MAESTRO','provider','','1.00','150.00','This is MAESTRO game.\r
    ','',100,0,'Y',2147483647,0,0,0,0,0,'0.00','N','Y',1,0,0,0,10,'N','',0,0,''),(191,'SKU191','Baldur`s Gate II Add On','provider','','1.00','50.63','Baldur`s Gate II: Throne of Bhaal takes players through an all-new storyline rich with intrigue and treachery as they unravel the mysteries of the Dungeon of Watcher`s Keep and explore other new areas such as the City of Saradush, the Fortified Monastery of Amkethran, Sendai`s Underdark Fortress and the player`s own Planar Stronghold. Throughout their journey, characters may reach up to level 40, made possible with a raised