v30 Catalogue [SQL]

Page 1 of 2 12 LastLast
Results 1 to 25 of 43
  1. #1
    Demi-God tweeney is offline
    Grand MasterRank
    Aug 2008 Join Date
    888Posts

    v30 Catalogue [SQL]

    Can anyone get me the v30 cataogue in SQL format?

    Thanks if so


  2. #2
    Elite Member Choco-Luc is offline
    Member +Rank
    May 2009 Join Date
    The NetherlandsLocation
    122Posts

    Re: v30 Catalogue [SQL]

    Wrong section, use help next time

  3. #3
    Demi-God tweeney is offline
    Grand MasterRank
    Aug 2008 Join Date
    888Posts

    Re: v30 Catalogue [SQL]

    Sorry :(
    Anyone got it?

  4. #4
    Elite Member lucaspaulino is offline
    Member +Rank
    Aug 2007 Join Date
    BrazilLocation
    189Posts

    Re: v30 Catalogue [SQL]

    add me on msn: lucasp.01@hotmail.com

  5. #5
    Sorcerer Supreme Abes is offline
    Member +Rank
    May 2009 Join Date
    Sesame StreetLocation
    498Posts

    Re: v30 Catalogue [SQL]

    Try searching it at google.

  6. #6
    Elite Member Ubercheese is offline
    Member +Rank
    Mar 2009 Join Date
    238Posts

    Re: v30 Catalogue [SQL]

    PHP Code:
    --
    -- 
    Table structure for table `catalogue_categories`
    --

    CREATE TABLE IF NOT EXISTS `catalogue_categories` (
      `
    indexidtinyint(3NOT NULL,
      `
    minranktinyint(1NOT NULL,
      `
    indexnamevarchar(50CHARACTER SET latin1 COLLATE latin1_german1_ci NOT NULL,
      `
    colourvarchar(1CHARACTER SET latin1 COLLATE latin1_german1_ci DEFAULT NULL,
      `
    iconvarchar(1CHARACTER SET latin1 COLLATE latin1_german1_ci DEFAULT NULL,
      `
    contentvarchar(3COLLATE latin1_general_ci DEFAULT NULL,
      
    PRIMARY KEY (`indexid`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

    --
    -- 
    Dumping data for table `catalogue_categories`
    --

    INSERT INTO `catalogue_categories` (`indexid`, `minrank`, `indexname`, `colour`, `icon`, `content`) VALUES
    (01'Frontpage''1''1''1'),
    (
    11'Furni Shop''2''2''0'),
    (
    21'Pets Shop''1''8''0'),
    (
    41'Trax''4''4''0'),
    (
    51'Pixel Shop''5''5''0'),
    (
    61'Recycler''3''7''0'),
    (
    71'Rares''6''0''0'),
    (
    31'Exchange''7''6''22'),
    (
    86'Administrator''6''0''0');

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

    --
    -- 
    Table structure for table `catalogue_items`
    --

    CREATE TABLE IF NOT EXISTS `catalogue_items` (
      `
    tidint(10NOT NULL AUTO_INCREMENT,
      `
    catalogue_cost_creditsint(5NOT NULL DEFAULT '0',
      `
    catalogue_cost_pixelsint(5NOT NULL,
      `
    typeidint(1NOT NULL DEFAULT '0',
      `
    lengthint(2NOT NULL DEFAULT '0',
      `
    widthint(2NOT NULL DEFAULT '0',
      `
    topdouble(4,2NOT NULL DEFAULT '0.00',
      `
    name_cctvarchar(110COLLATE latin1_general_ci NOT NULL DEFAULT '',
      `
    status_maxint(3NOT NULL DEFAULT '1',
      `
    rights_requiredint(1NOT NULL DEFAULT '1',
      `
    next_to_requiredint(1NOT NULL DEFAULT '0',
      `
    drink_idstext COLLATE latin1_general_ci NOT NULL,
      `
    colourvarchar(100COLLATE latin1_general_ci NOT NULL DEFAULT '',
      `
    catalogue_id_pageint(3NOT NULL DEFAULT '0',
      `
    doorenum('0','1'COLLATE latin1_general_ci NOT NULL DEFAULT '0',
      `
    tradeableenum('0','1'COLLATE latin1_general_ci NOT NULL DEFAULT '0',
      `
    recycleableenum('0','1'COLLATE latin1_general_ci NOT NULL DEFAULT '0',
      `
    catalogue_id_indexint(5NOT NULL DEFAULT '0',
      
    PRIMARY KEY (`tid`),
      
    KEY `typeid` (`typeid`),
      
    KEY `catalogue_id_index` (`catalogue_id_index`)
    ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=57934 ;

    --
    -- 
    Dumping data for table `catalogue_items`
    --

    INSERT INTO `catalogue_items` (`tid`, `catalogue_cost_credits`, `catalogue_cost_pixels`, `typeid`, `length`, `width`, `top`, `name_cct`, `status_max`, `rights_required`, `next_to_required`, `drink_ids`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
    (12501110.00'rare_parasol*0'110'''#ffffff,#ffffff,#ffffff,#94f718'93'0''1''1'1),
    (
    2300000.00'floor'110'''0'7'0''1''1'2),
    (
    3300000.00'wallpaper 1'110'''0'7'0''1''1'3),
    (
    4300000.00'wallpaper 2'110'''0'7'0''1''1'4),
    (
    5300000.00'wallpaper 3'110'''0'7'0''1''1'5),
    (
    6300000.00'wallpaper 4'110'''0'7'0''1''1'6),
    (
    7300000.00'wallpaper 5'110'''0'7'0''1''1'7),
    (
    8300000.00'wallpaper 6'110'''0'7'0''1''1'8),
    (
    9300000.00'wallpaper 7'110'''0'7'0''1''1'9),
    (
    10300000.00'wallpaper 8'110'''0'7'0''1''1'10),
    (
    11300000.00'wallpaper 9'110'''0'7'0''1''1'11),
    (
    12300000.00'wallpaper 10'110'''0'7'0''1''1'12),
    (
    13500000.00'wallpaper 11'110'''0'7'0''1''1'13),
    (
    14500000.00'wallpaper 12'110'''0'7'0''1''1'14),
    (
    15500000.00'wallpaper 13'110'''0'7'0''1''1'15),
    (
    16500000.00'wallpaper 14'110'''0'7'0''1''1'16),
    (
    17500000.00'wallpaper 15'110'''0'7'0''1''1'17),
    (
    18500000.00'wallpaper 16'110'''0'7'0''1''1'18),
    (
    19500000.00'wallpaper 17'110'''0'7'0''1''1'19),
    (
    20500000.00'wallpaper 18'110'''0'7'0''1''1'20),
    (
    21500000.00'wallpaper 19'110'''0'7'0''1''1'21),
    (
    22500000.00'wallpaper 20'110'''0'7'0''1''1'22),
    (
    23500000.00'wallpaper 21'110'''0'7'0''1''1'23),
    (
    24500000.00'wallpaper 22'110'''0'7'0''1''1'24),
    (
    25500000.00'wallpaper 23'110'''0'7'0''1''1'25),
    (
    26500000.00'wallpaper 24'110'''0'7'0''1''1'26),
    (
    27500000.00'wallpaper 25'110'''0'7'0''1''1'27),
    (
    28500000.00'wallpaper 26'110'''0'7'0''1''1'28),
    (
    29500000.00'wallpaper 27'110'''0'7'0''1''1'29),
    (
    30500000.00'wallpaper 28'110'''0'7'0''1''1'30),
    (
    31500000.00'wallpaper 29'110'''0'7'0''1''1'31),
    (*** 
    500000.00'wallpaper 30'110'''0'7'0''1''1'32),
    (
    33500000.00'wallpaper 31'110'''0'7'0''1''1'33),
    (
    342001110.00'nest'110'''0,0,0'8'0''0''1'34),
    (
    352001110.00'nest'110'''0,0,0'8'0''0''1'35),
    (
    362001110.00'nest'110'''0,0,0'8'0''0''1'36),
    (
    1608002111.00'eco_chair2'110'''', -1'0''1''0'1608),
    (
    1607002111.00'eco_chair1'110'''', -1'0''1''0'1607),
    (
    1606001110.00'eco_cactus3'110'''', -1'0''1''0'1606),
    (
    41104110.00'petfood1'110'''0,0,0'9'0''1''1'41),
    (
    42104110.00'petfood2'110'''0,0,0'9'0''1''1'42),
    (
    43104110.00'petfood3'110'''0,0,0'9'0''1''1'43),
    (
    44104110.00'petfood4'110'''0,0,0'9'0''1''1'44),
    (
    45204110.00'waterbowl*1'110'''#ff3f3f,#ffffff,#ffffff'9'0''1''1'45),
    (
    46204110.00'waterbowl*2'110'''#3fff3f,#ffffff,#ffffff'9'0''1''1'46),
    (
    47204110.00'waterbowl*3'110'''#ffff00,#ffffff,#ffffff'9'0''1''1'47),
    (
    48204110.00'waterbowl*4'110'''#0099ff,#ffffff,#ffffff'9'0''1''1'48),
    (
    49204110.00'waterbowl*5'110'''#bf7f00,#ffffff,#ffffff'9'0''1''1'49),
    (
    50104110.00'goodie2'110'''0,0,0'9'0''1''1'50),
    (
    51104110.00'goodie1'110'''#ff4cbf,#ffffff'9'0''1''1'51),
    (
    52104110.00'goodie1*1'110'''#3fffff,#ffffff'9'0''1''1'52),
    (
    53104110.00'goodie1*2'110'''#ffbf00,#ffffff'9'0''1''1'53),
    (
    54204110.00'toy1'110'''#ff0000,#ffff00,#ffffff,#ffffff'9'0''1''1'54),
    (
    55204110.00'toy1*1'110'''#ff7f00,#007f00,#ffffff,#ffffff'9'0''1''1'55),
    (
    56204110.00'toy1*2'110'''#003f7f,#ff00bf,#ffffff,#ffffff'9'0''1''1'56),
    (
    57204110.00'toy1*3'110'''#bf1900,#00bfbf,#ffffff,#ffffff'9'0''1''1'57),
    (
    58204110.00'toy1*4'110'''#000000,#ffffff,#ffffff,#ffffff'9'0''1''1'58),
    (
    59501321.00'arabian_bigtb'110'''0,0,0'10'0''1''1'59),
    (
    60502111.00'arabian_chair'110'''0,0,0'10'0''1''1'60),
    (
    61601120.00'arabian_divdr'110'''0,0,0'10'0''1''1'61),
    (
    62402111.00'arabian_pllw'110'''0,0,0'10'0''1''1'62),
    (
    63504350.00'arabian_rug'110'''0,0,0'10'0''1''1'63),
    (
    64601110.00'arabian_snake'110'''0,0,0'10'0''1''1'64),
    (
    65300000.00'arabian_swords'110'''0,0,0'10'0''1''1'65),
    (
    66801110.00'arabian_teamk'100'18''0,0,0'10'0''1''1'66),
    (
    67401110.00'arabian_tetbl'110'''0,0,0'10'0''1''1'67),
    (
    68301110.00'arabian_tray1'110'''0,0,0'10'0''1''1'68),
    (
    69301110.00'arabian_tray2'110'''0,0,0'10'0''1''1'69),
    (
    70301110.00'arabian_tray3'110'''0,0,0'10'0''1''1'70),
    (
    71301110.00'arabian_tray4'110'''0,0,0'10'0''1''1'71),
    (
    72300000.00'arabian_wndw'110'''0,0,0'10'0''1''1'72),
    (
    73301110.20'arabian_tray2'110'''0,0,0'10'0''1''1'73),
    (
    74301110.20'sound_set_62'110'''0,0,0'10'0''1''1'74),
    (
    75301110.20'sound_set_63'110'''0,0,0'10'0''1''1'75),
    (
    76301110.20'sound_set_64'110'''0,0,0'10'0''1''1'76),
    (
    77104111.00'tile_marble'110'''0,0,0'10'0''1''1'77),
    (
    78104111.00'tile_brown'110'''0,0,0'10'0''1''1'78),
    (
    791501210.00'silo_studydesk'110'''0,0,0'11'0''1''1'79),
    (
    80303231.50'bed_silo_two'110'''0,0,0'11'0''1''1'80),
    (
    81303131.50'bed_silo_one'110'''0,0,0'11'0''1''1'81),
    (
    82301212.85'shelves_silo'110'''0,0,0'11'0''1''1'82),
    (
    83302211.00'sofa_silo'110'''#ffffff,#ffffff,#ffffff,#ffffff,#A2C6C8,#A2C6C8,#A2C6C8,#A2C6C8'11'0''1''1'83),
    (
    84302111.00'sofachair_silo'110'''#ffffff,#ffffff,#A2C6C8,#A2C6C8,#ffffff'11'0''1''1'84),
    (
    85101111.00'table_silo_small'110'''#ffffff,#A2C6C8,#ffffff,#A2C6C8'11'0''1''1'85),
    (
    86601110.00'divider_silo3'110'''#ffffff,#ffffff,#ffffff,#A2C6C8'11'1''1''1'86),
    (
    87301211.20'divider_silo2'110'''0,0,0'11'0''1''1'87),
    (
    88301111.20'divider_silo1'110'''#ffffff,#A2C6C8,0,#A2C6C8'11'0''1''1'88),
    (
    89302111.00'chair_silo'110'''#ffffff,#ffffff,#A2C6C8,#A2C6C8,#ffffff'11'0''1''1'89),
    (
    90301110.00'safe_silo'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#A2C6C8,#ffffff'11'0''1''1'90),
    (
    91302111.50'barchair_silo'110'''#ffffff,#A2C6C8,#ffffff'11'0''1''1'91),
    (
    92301220.80'table_silo_med'110'''#ffffff,#8FAEAF'11'0''1''1'92),
    (
    931000000.00'habbowheel'110'''0,0,0'12'0''1''1'93),
    (
    94601130.00'tv_luxus'110'''0,0,0'12'0''1''1'94),
    (
    95401120.00'wood_tv'110'''0,0,0'12'0''1''1'95),
    (*** 
    301110.00'red_tv'110'''0,0,0'12'0''1''1'96),
    (*** 
    300000.00'post.it'110'''0,0,0'12'0''1''1'97),
    (
    98301110.00'pizza'110'''0,0,0'12'0''1''1'98),
    (*** 
    301110.00'drinks'110'''0,0,0'12'0''1''1'99),
    (**** 
    304110.00'bottle'110'''0,0,0'12'0''1''1'100),
    (**** 
    601110.00'edice'110'''0,0,0'12'0''1''1'101),
    (
    102401110.00'habbocake'110'''0,0,0'12'0''1''1'102),
    (
    103301110.00'menorah'110'''0,0,0'12'0''1''1'103),
    (
    106301110.00'wcandleset'110'''0,0,0'12'0''1''1'106),
    (
    107301110.00'rcandleset'110'''0,0,0'12'0''1''1'107),
    (
    108301110.00'ham'110'''0,0,0'12'0''1''1'108),
    (**** 
    501110.00'hockey_light'101'''0,0,0'12'0''1''1'109),
    (**** 
    2501120.00'barrier*1'110'''0,0,#FFC927,#FFC927'12'0''1''1'110),
    (**** 
    2501120.00'barrier*2'110'''0,0,#FFC927,#FFC927'12'0''1''1'111),
    (**** 
    2501120.00'barrier*3'110'''0,0,#FFC927,#FFC927'12'0''1''1'112),
    (
    1132501110.00'traffic_light*1'210'''0,#D91E26,0'12'0''1''1'113),
    (**** 
    2501110.00'traffic_light*2'210'''0,#D91E26,0'12'0''1''1'114),
    (**** 
    2501110.00'traffic_light*3'210'''0,#D91E26,0'12'0''1''1'115),
    (
    1162501110.00'traffic_light*4'210'''0,#D91E26,0'12'0''1''1'116),
    (
    1172501110.00'traffic_light*5'210'''0,#D91E26,0'12'0''1''1'117),
    (
    1182501110.00'traffic_light*6'210'''0,#D91E26,0'12'0''1''1'118),
    (
    119801110.00'wall_china'110'''0,0,0'13'0''1''1'119),
    (
    120801110.00'corner_china'110'''0,0,0'13'0''1''1'120),
    (
    121802210.00'china_shelve'110'''0,0,0'13'0''1''1'121),
    (
    122501110.80'china_table'110'''0,0,0'13'0''1''1'122),
    (
    123502111.00'chair_china'110'''0,0,0'13'0''1''1'123),
    (
    124300000.00'poster 57'110'''0,0,0'13'0''1''1'124),
    (
    125500000.00'poster 58'110'''0,0,0'13'0''1''1'125),
    (
    1261002311.00'cn_sofa'110'''0,0,0'13'0''1''1'126),
    (
    1271501111.00'cn_lamp'110'''0,0,0'13'0''1''1'127),
    (
    128602121.20'bath'101'''0,0,0'14'0''1''1'128),
    (
    129301110.00'sink'100'7''0,0,0'14'0''1''1'129),
    (
    130101110.00'duck'110'''0,0,0'14'0''1''1'130),
    (
    131402111.20'toilet'110'''0,0,0'14'0''1''1'131),
    (
    1*** 402111.20'toilet_red'110'''0,0,0'14'0''1''1'132),
    (
    133402111.20'toilet_yell'110'''0,0,0'14'0''1''1'133),
    (
    134304440.00'tile'110'''0,0,0'14'0''1''1'134),
    (
    135304440.00'tile_red'110'''0,0,0'14'0''1''1'135),
    (
    136304440.00'tile_yell'110'''0,0,0'14'0''1''1'136),
    (
    137301211.00'bardesk_polyfon*5'110'''#ffffff,#ffffff,#FF9BBD,#FF9BBD'15'0''1''1'137),
    (
    138301111.00'bardeskcorner_polyfon*5'110'''#ffffff,#FF9BBD'15'0''1''1'138),
    (
    139601110.00'divider_poly3*5'110'''#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4'15'1''1''1'139),
    (
    140302111.20'sofachair_polyfon_girl'110'''#ffffff,#ffffff,#EE7EA4,#EE7EA4'15'0''1''1'140),
    (
    141402211.20'sofa_polyfon_girl'110'''#ffffff,#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4'15'0''1''1'141),
    (
    142404230.00'carpet_polar*1'110'''#ffbbcf,#ffbbcf,#ffddef'15'0''1''1'142),
    (
    143303131.50'bed_polyfon_girl_one'110'''#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4'15'0''1''1'143),
    (
    144403231.50'bed_polyfon_girl'110'''#ffffff,#ffffff,#EE7EA4,#EE7EA4'15'0''1''1'144),
    (
    1451001110.00'camera'110'''0,0,0'16'0''1''1'145),
    (
    146600000.00'photo_film'110'''0,0,0'16'0''0''0'146),
    (
    147300000.00'poster 500'110'''0,0,0'17'0''1''1'147),
    (
    149300000.00'poster 502'110'''0,0,0'17'0''1''1'149),
    (
    150300000.00'poster 503'110'''0,0,0'17'0''1''1'150),
    (
    151300000.00'poster 504'110'''0,0,0'17'0''1''1'151),
    (
    152300000.00'poster 505'110'''0,0,0'17'0''1''1'152),
    (
    153300000.00'poster 506'110'''0,0,0'17'0''1''1'153),
    (
    154300000.00'poster 507'110'''0,0,0'17'0''1''1'154),
    (
    155300000.00'poster 508'110'''0,0,0'17'0''1''1'155),
    (
    156300000.00'poster 509'110'''0,0,0'17'0''1''1'156),
    (
    157300000.00'poster 510'110'''0,0,0'17'0''1''1'157),
    (
    158300000.00'poster 511'110'''0,0,0'17'0''1''1'158),
    (
    159300000.00'poster 512'110'''0,0,0'17'0''1''1'159),
    (
    160300000.00'poster 513'110'''0,0,0'17'0''1''1'160),
    (
    161300000.00'poster 514'110'''0,0,0'17'0''1''1'161),
    (
    162300000.00'poster 515'110'''0,0,0'17'0''1''1'162),
    (
    163300000.00'poster 516'110'''0,0,0'17'0''1''1'163),
    (
    164300000.00'poster 517'110'''0,0,0'17'0''1''1'164),
    (
    165300000.00'poster 518'110'''0,0,0'17'0''1''1'165),
    (
    166300000.00'poster 520'110'''0,0,0'17'0''1''1'166),
    (
    167300000.00'poster 521'110'''0,0,0'17'0''1''1'167),
    (
    168300000.00'poster 522'110'''0,0,0'17'0''1''1'168),
    (
    169300000.00'poster 523'110'''0,0,0'17'0''1''1'169),
    (
    170300000.00'poster 1'110'''0,0,0'17'0''1''1'170),
    (
    171300000.00'poster 2'110'''0,0,0'17'0''1''1'171),
    (
    172300000.00'poster 3'110'''0,0,0'17'0''1''1'172),
    (
    173300000.00'poster 4'110'''0,0,0'17'0''1''1'173),
    (
    174300000.00'poster 5'110'''0,0,0'17'0''1''1'174),
    (
    175300000.00'poster 6'110'''0,0,0'17'0''1''1'175),
    (
    176300000.00'poster 7'110'''0,0,0'17'0''1''1'176),
    (
    177300000.00'poster 8'110'''0,0,0'17'0''1''1'177),
    (
    178300000.00'poster 9'110'''0,0,0'17'0''1''1'178),
    (
    179300000.00'poster 10'110'''0,0,0'17'0''1''1'179),
    (
    180300000.00'poster 11'110'''0,0,0'17'0''1''1'180),
    (
    181300000.00'poster 12'110'''0,0,0'17'0''1''1'181),
    (
    182300000.00'poster 13'110'''0,0,0'17'0''1''1'182),
    (
    183300000.00'poster 14'110'''0,0,0'17'0''1''1'183),
    (
    184300000.00'poster 15'110'''0,0,0'17'0''1''1'184),
    (
    185300000.00'poster 16'110'''0,0,0'17'0''1''1'185),
    (
    186300000.00'poster 17'110'''0,0,0'17'0''1''1'186),
    (
    187300000.00'poster 18'110'''0,0,0'17'0''1''1'187),
    (
    188300000.00'poster 19'110'''0,0,0'17'0''1''1'188),
    (
    189300000.00'poster 32'110'''0,0,0'17'0''1''1'189),
    (
    190300000.00'poster 33'110'''0,0,0'17'0''1''1'190),
    (
    191300000.00'poster 34'110'''0,0,0'17'0''1''1'191),
    (
    192300000.00'poster 35'110'''0,0,0'17'0''1''1'192),
    (
    193300000.00'poster 36'110'''0,0,0'17'0''1''1'193),
    (
    194300000.00'poster 37'110'''0,0,0'17'0''1''1'194),
    (
    195300000.00'poster 38'110'''0,0,0'17'0''1''1'195),
    (
    1*** 300000.00'poster 39'110'''0,0,0'17'0''1''1'196),
    (
    1*** 300000.00'poster 40'110'''0,0,0'17'0''1''1'197),
    (
    198300000.00'poster 41'110'''0,0,0'17'0''1''1'198),
    (
    1*** 300000.00'poster 55'110'''0,0,0'17'0''1''1'199),
    (
    201300000.00'poster 1001'110'''0,0,0'17'0''1''1'201),
    (
    202300000.00'poster 1002'110'''0,0,0'17'0''1''1'202),
    (
    203300000.00'poster 1003'110'''0,0,0'17'0''1''1'203),
    (
    204300000.00'poster 1004'110'''0,0,0'17'0''1''1'204),
    (
    205300000.00'poster 1005'110'''0,0,0'17'0''1''1'205),
    (
    206300000.00'poster 1006'110'''0,0,0'17'0''1''1'206),
    (
    207300000.00'poster 2000'110'''0,0,0'17'0''1''1'207),
    (
    208300000.00'poster 2001'110'''0,0,0'17'0''1''1'208),
    (
    209300000.00'poster 2002'110'''0,0,0'17'0''1''1'209),
    (
    210300000.00'poster 2003'110'''0,0,0'17'0''1''1'210),
    (
    211300000.00'poster 2004'110'''0,0,0'17'0''1''1'211),
    (
    212300000.00'poster 2006'110'''0,0,0'17'0''1''1'212),
    (
    213300000.00'poster 2007'110'''0,0,0'17'0''1''1'213),
    (
    214300000.00'poster 2008'110'''0,0,0'17'0''1''1'214),
    (
    215401210.00'glass_shelf'110'''0,0,0'19'0''1''1'215),
    (
    216402211.20'glass_sofa'110'''#ffffff,#ABD0D2,#ABD0D2,#ffffff,#ffffff,#ABD0D2,#ffffff,#ABD0D2'19'0''1''1'216),
    (
    217401220.80'glass_table'110'''#ffffff,#ABD0D2,#ABD0D2,#ffffff'19'0''1''1'217),
    (
    218302111.20'glass_chair'110'''#ffffff,#ABD0D2,#ABD0D2,#ffffff'19'0''1''1'218),
    (
    219302111.20'glass_stool'110'''#ffffff,#ABD0D2,#ABD0D2,#ffffff'19'0''1''1'219),
    (
    220402211.20'glass_sofa*2'110'''#ffffff,#525252,#525252,#ffffff,#ffffff,#525252,#ffffff,#525252'19'0''1''1'220),
    (
    221401220.80'glass_table*2'110'''#ffffff,#525252,#525252,#ffffff'19'0''1''1'221),
    (
    222302111.20'glass_chair*2'110'''#ffffff,#525252,#525252,#ffffff'19'0''1''1'222),
    (
    223302111.20'glass_stool*2'110'''#ffffff,#525252,#525252,#ffffff'19'0''1''1'223),
    (
    224402211.20'glass_sofa*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'19'0''1''1'224),
    (
    225401220.80'glass_table*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'19'0''1''1'225),
    (
    226302111.20'glass_chair*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'19'0''1''1'226),
    (
    227302111.20'glass_stool*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'19'0''1''1'227),
    (
    228402211.20'glass_sofa*4'110'''#ffffff,#F7EBBC,#F7EBBC,#ffffff,#ffffff,#F7EBBC,#ffffff,#F7EBBC'19'0''1''1'228),
    (
    229401220.80'glass_table*4'110'''#ffffff,#F7EBBC,#F7EBBC,#ffffff'19'0''1''1'229),
    (
    230302111.20'glass_chair*4'110'''#ffffff,#F7EBBC,#F7EBBC,#ffffff'19'0''1''1'230),
    (
    231302111.20'glass_stool*4'110'''#ffffff,#F7EBBC,#F7EBBC,#ffffff'19'0''1''1'231),
    (
    2*** 402211.20'glass_sofa*5'110'''#ffffff,#FF99BC,#FF99BC,#ffffff,#ffffff,#FF99BC,#ffffff,#FF99BC'19'0''1''1'232),
    (
    233401220.80'glass_table*5'110'''#ffffff,#FF99BC,#FF99BC,#ffffff'19'0''1''1'233),
    (
    234302111.20'glass_chair*5'110'''#ffffff,#FF99BC,#FF99BC,#ffffff'19'0''1''1'234),
    (
    235302111.20'glass_stool*5'110'''#ffffff,#FF99BC,#FF99BC,#ffffff'19'0''1''1'235),
    (
    236402211.20'glass_sofa*6'110'''#ffffff,#5EAAF8,#5EAAF8,#ffffff,#ffffff,#5EAAF8,#ffffff,#5EAAF8'19'0''1''1'236),
    (
    237401220.80'glass_table*6'110'''#ffffff,#5EAAF8,#5EAAF8,#ffffff'19'0''1''1'237),
    (
    238302111.20'glass_chair*6'110'''#ffffff,#5EAAF8,#5EAAF8,#ffffff'19'0''1''1'238),
    (
    239302111.20'glass_stool*6'110'''#ffffff,#5EAAF8,#5EAAF8,#ffffff'19'0''1''1'239),
    (
    240402211.20'glass_sofa*7'110'''#ffffff,#92D13D,#92D13D,#ffffff,#ffffff,#92D13D,#ffffff,#92D13D'19'0''1''1'240),
    (
    241401220.80'glass_table*7'110'''#ffffff,#92D13D,#92D13D,#ffffff'19'0''1''1'241),
    (
    242302111.20'glass_chair*7'110'''#ffffff,#92D13D,#92D13D,#ffffff'19'0''1''1'242),
    (
    243302111.20'glass_stool*7'110'''#ffffff,#92D13D,#92D13D,#ffffff'19'0''1''1'243),
    (
    244402211.20'glass_sofa*8'110'''#ffffff,#FFD837,#FFD837,#ffffff,#ffffff,#FFD837,#ffffff,#FFD837'19'0''1''1'244),
    (
    245401220.80'glass_table*8'110'''#ffffff,#FFD837,#FFD837,#ffffff'19'0''1''1'245),
    (
    246302111.20'glass_chair*8'110'''#ffffff,#FFD837,#FFD837,#ffffff'19'0''1''1'246),
    (
    247302111.20'glass_stool*8'110'''#ffffff,#FFD837,#FFD837,#ffffff'19'0''1''1'247),
    (
    248402211.20'glass_sofa*9'110'''#ffffff,#E14218,#E14218,#ffffff,#ffffff,#E14218,#ffffff,#E14218'19'0''1''1'248),
    (
    249401220.80'glass_table*9'110'''#ffffff,#E14218,#E14218,#ffffff'19'0''1''1'249),
    (
    250302111.20'glass_chair*9'110'''#ffffff,#E14218,#E14218,#ffffff'19'0''1''1'250),
    (
    251302111.20'glass_stool*9'110'''#ffffff,#E14218,#E14218,#ffffff'19'0''1''1'251),
    (
    2521002111.20'gothic_chair*3'110'''#ffffff,#dd0000,#ffffff,#dd0000'20'0''1''1'252),
    (
    253702211.20'gothic_sofa*3'110'''#ffffff,#dd0000,#ffffff,#ffffff,#dd0000,#ffffff'20'0''1''1'253),
    (
    254502111.20'gothic_stool*3'110'''#ffffff,#dd0000,#ffffff'20'0''1''1'254),
    (
    255504240.00'gothic_carpet'110'''0,0,0'20'0''1''1'255),
    (
    256504240.00'gothic_carpet2'110'''0,0,0'20'0''1''1'256),
    (
    2571501151.00'goth_table'110'''0,0,0'20'0''1''1'257),
    (
    258801210.00'gothrailing'110'''0,0,0'20'0''1''1'258),
    (
    2591000000.00'torch'110'''0,0,0'20'0''1''1'259),
    (
    2601000000.00'gothicfountain'110'''0,0,0'20'0''1''0'260),
    (
    2611001110.00'gothiccandelabra'110'''0,0,0'20'0''1''1'261),
    (
    2621001210.00'gothgate'110'''0,0,0'20'1''1''1'262),
    (
    2631000000.00'industrialfan'110'''0,0,0'20'0''1''1'263),
    (
    264301110.00'grunge_barrel'110'''0,0,0'21'0''1''1'264),
    (
    265302311.20'grunge_bench'110'''0,0,0'21'0''1''1'265),
    (
    266201110.00'grunge_candle'110'''0,0,0'21'0''1''1'266),
    (
    267402111.20'grunge_chair'110'''0,0,0'21'0''1''1'267),
    (
    268302311.00'grunge_mattress'110'''0,0,0'21'0''1''1'268),
    (
    269301110.00'grunge_radiator'110'''0,0,0'21'0''1''1'269),
    (
    270501310.00'grunge_shelf'110'''0,0,0'21'0''1''1'270),
    (
    271301110.00'grunge_sign'110'''0,0,0'21'0''1''1'271),
    (
    272401220.80'grunge_table'110'''0,0,0'21'0''1''1'272),
    (
    2800451110.15'CFC_100_coin_gold'110'''0,0,0'22'0''1''0'280),
    (
    2790251110.15'CFC_50_coin_silver'110'''0,0,0'22'0''1''0'279),
    (
    278051110.15'CFC_10_coin_bronze'110'''0,0,0'22'0''1''0'278),
    (
    2770251110.40'CF_50_goldbar'110'''0,0,0'22'0''1''0'277),
    (
    2760101111.00'CF_20_moneybag'110'''0,0,0'22'0''1''0'276),
    (
    275051110.15'CF_10_coin_gold'110'''0,0,0'22'0''1''0'275),
    (
    274031110.15'CF_5_coin_silver'110'''0,0,0'22'0''1''0'274),
    (
    273011110.15'CF_1_coin_bronze'110'''0,0,0'22'0''1''0'273),
    (
    283502111.20'habbowood_chair'110'''0,0,0'23'0''1''1'283),
    (
    284501210.00'rope_divider'110'''0,0,0'23'1''1''1'284),
    (
    2851501110.00'spotlight'110'''0,0,0'23'0''1''1'285),
    (
    2861002111.20'theatre_seat'110'''0,0,0'23'0''1''1'286),
    (
    2872501110.00'rare_icecream_campaign'100'4''0,0,0'23'0''1''1'287),
    (
    2881000000.00'habw_mirror'110'''0,0,0'23'0''1''1'288),
    (
    289104110.00'tile_stella'110'''0,0,0'23'0''1''1'289),
    (
    290302111.00'chair_norja'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'24'0''1''1'290),
    (
    291302211.00'couch_norja'110'''#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC'24'0''1''1'291),
    (
    292301220.80'table_norja_med'110'''#ffffff,#F7EBBC'24'0''1''1'292),
    (
    293301110.00'shelves_norja'110'''#ffffff,#F7EBBC'24'0''1''1'293),
    (
    294302111.00'soft_sofachair_norja'110'''#ffffff,#F7EBBC,#F7EBBC'24'0''1''1'294),
    (
    295402211.00'soft_sofa_norja'110'''#ffffff,#F7EBBC,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC'24'0''1''1'295),
    (
    2*** 301211.20'divider_nor2'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'24'0''1''1'296),
    (
    2*** 301111.20'divider_nor1'110'''#ffffff,#F7EBBC'24'0''1''1'297),
    (
    298601110.00'divider_nor3'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'24'1''1''1'298),
    (
    2*** 301210.00'divider_nor4'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC'24'1''1''1'299),
    (
    300301110.00'divider_nor5'110'''#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC'24'1''1''1'300),
    (
    3012504220.00'jp_bamboo'110'''0,0,0'25'0''1''1'301),
    (
    302502110.80'jp_pillow'110'''0,0,0'25'0''1''1'302),
    (
    3031001220.00'jp_irori'110'''0,0,0'25'0''1''1'303),
    (
    304604220.00'jp_tatami'110'''0,0,0'25'0''1''1'304),
    (
    305804240.00'jp_tatami2'110'''0,0,0'25'0''1''1'305),
    (
    3061001110.00'jp_lantern'110'''0,0,0'25'0''1''1'306),
    (
    307601110.00'jp_drawer'110'''0,0,0'25'0''1''1'307),
    (
    3081000000.00'jp_ninjastars'110'''0,0,0'25'0''1''1'308),
    (
    309300000.00'jp_sheet1'110'''0,0,0'25'0''1''1'309),
    (
    310300000.00'jp_sheet2'110'''0,0,0'25'0''1''1'310),
    (
    311300000.00'jp_sheet3'110'''0,0,0'25'0''1''1'311),
    (
    312301110.00'jp_tray1'110'''0,0,0'25'0''1''1'312),
    (
    313301110.00'jp_tray2'110'''0,0,0'25'0''1''1'313),
    (
    314301110.00'jp_tray3'110'''0,0,0'25'0''1''1'314),
    (
    315301110.00'jp_tray4'110'''0,0,0'25'0''1''1'315),
    (
    316301110.00'jp_tray5'110'''0,0,0'25'0''1''1'316),
    (
    317301110.00'jp_tray6'110'''0,0,0'25'0''1''1'317),
    (
    318303231.70'bed_armas_two'110'''0,0,0'26'0''1''1'318),
    (
    319303131.70'bed_armas_one'110'''0,0,0'26'0''1''1'319),
    (
    320401210.00'fireplace_armas'110'''0,0,0'26'0''1''1'320),
    (
    321301131.20'bartable_armas'110'''0,0,0'26'0''1''1'321),
    (
    322301221.00'table_armas'110'''0,0,0'26'0''1''1'322),
    (
    323302211.20'bench_armas'110'''0,0,0'26'0''1''1'323),
    (
    324601110.00'divider_arm3'110'''0,0,0'26'1''1''1'324),
    (
    325301111.20'divider_arm1'110'''0,0,0'26'0''1''1'325),
    (
    326301211.20'divider_arm2'110'''0,0,0'26'0''1''1'326),
    (
    327301213.20'shelves_armas'110'''0,0,0'26'0''1''1'327),
    (
    328401110.00'bar_armas'100'5\r\n1\r\n2\r\n5\r\n6''0,0,0'26'0''1''1'328),
    (
    329102111.30'bar_chair_armas'110'''0,0,0'26'0''1''1'329),
    (
    330301110.00'lamp_armas'110'''0,0,0'26'0''1''1'330),
    (
    331301110.00'lamp2_armas'110'''0,0,0'26'0''1''1'331),
    (
    3*** 201111.00'small_table_armas'110'''0,0,0'26'0''1''1'332),
    (
    333102111.20'small_chair_armas'110'''0,0,0'26'0''1''1'333),
    (
    334403231.50'bed_polyfon'110'''#ffffff,#ffffff,#ABD0D2,#ABD0D2'27'0''1''1'334),
    (
    335303131.50'bed_polyfon_one'110'''ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2'27'0''1''1'335),
    (
    336501210.00'fireplace_polyfon'110'''0,0,0'27'0''1''1'336),
    (
    337402211.20'sofa_polyfon'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2'27'0''1''1'337),
    (
    338302111.20'sofachair_polyfon'110'''#ffffff,#ffffff,#ABD0D2,#ABD0D2'27'0''1''1'338),
    (
    339501110.00'bar_polyfon'100'5\r\n1\r\n2\r\n5\r\n6''0,0,0'27'0''1''1'339),
    (
    340601110.00'divider_poly3'110'''#ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2'27'1''1''1'340),
    (
    341301211.00'bardesk_polyfon'110'''#ffffff,#ffffff,#ABD0D2,#ABD0D2'27'0''1''1'341),
    (
    342301111.00'bardeskcorner_polyfon'110'''#ffffff,#ABD0D2'27'0''1''1'342),
    (
    343302111.00'chair_polyfon'110'''0,0,0'27'0''1''1'343),
    (
    344401220.80'table_polyfon'110'''0,0,0'27'0''1''1'344),
    (
    345301220.80'table_polyfon_med'110'''0,0,0'27'0''1''1'345),
    (
    346101220.00'table_polyfon_small'110'''0,0,0'27'0''1''1'346),
    (
    347401220.80'smooth_table_polyfon'110'''0,0,0'27'0''1''1'347),
    (
    348101110.60'stand_polyfon_z'110'''0,0,0'27'0''1''1'348),
    (
    349401210.00'shelves_polyfon'110'''0,0,0'27'0''1''1'349),
    (
    1605001110.00'eco_cactus2'110'''', -1'0''1''0'1605),
    (
    1604001110.00'eco_cactus1'110'''', -1'0''1''0'1604),
    (
    1603000000.00'eco_curtains3'110'''', -1'0''1''0'1603),
    (
    1602000000.00'eco_curtains2'110'''', -1'0''1''0'1602),
    (
    1601000000.00'eco_curtains1'110'''', -1'0''1''0'1601),
    (
    356401110.00'giftflowers'110'''0,0,0'29'0''1''1'356),
    (
    357301110.00'plant_rose'110'''0,0,0'29'0''1''1'357),
    (
    358301110.00'plant_sunflower'110'''0,0,0'29'0''1''1'358),
    (
    359301110.00'plant_yukka'110'''0,0,0'29'0''1''1'359),
    (
    360301110.00'plant_pineapple'110'''0,0,0'29'0''1''1'360),
    (
    361301110.00'plant_bonsai'110'''0,0,0'29'0''1''1'361),
    (
    362301110.00'plant_big_cactus'110'''0,0,0'29'0''1''1'362),
    (
    363301110.00'plant_fruittree'110'''0,0,0'29'0''1''1'363),
    (
    364101110.00'plant_small_cactus'110'''0,0,0'29'0''1''1'364),
    (
    365501210.00'plant_maze'110'''0,0,0'29'0''1''1'365),
    (
    366601210.00'plant_mazegate'110'''0,0,0'29'0''1''1'366),
    (
    367301110.00'plant_bulrush'110'''0,0,0'29'0''1''1'367),
    (
    368302111.00'chair_plasto*16'110'''#ffffff,#CC33***#ffffff,#CC3399'30'0''1''1'368),
    (
    369302111.00'chair_plasto*15'110'''#ffffff,#FF97BA,#ffffff,#FF97BA'30'0''1''1'369),
    (
    370302111.00'chair_plasto*5'110'''#ffffff,#54ca00,#ffffff,#54ca00'30'0''1''1'370),
    (
    371302111.00'chair_plasto'110'''0,0,0'30'0''1''1'371),
    (
    372302111.00'chair_plasto*8'110'''#ffffff,#c38d1a,#ffffff,#c38d1a'30'0''1''1'372),
    (
    373302111.00'chair_plasto*7'110'''#ffffff,#ff6d00,#ffffff,#ff6d00'30'0''1''1'373),
    (
    374302111.00'chair_plasto*1'110'''#ffffff,#ff1f08,#ffffff,#ff1f08'30'0''1''1'374),
    (
    375302111.00'chair_plasto*4'110'''#ffffff,#ccddff,#ffffff,#ccddff'30'0''1''1'375),
    (
    376302111.00'chair_plasto*6'110'''#ffffff,#3444ff,#ffffff,#3444ff'30'0''1''1'376),
    (
    377302111.00'chair_plasto*3'110'''#ffffff,#ffee00,#ffffff,#ffee00'30'0''1''1'377),
    (
    378302111.00'chair_plasto*2'110'''#ffffff,#99DCCC,#ffffff,#99DCCc'30'0''1''1'378),
    (
    379301111.00'table_plasto_square*15'110'''#ffffff,#FF97BA'30'0''1''1'379),
    (
    380301111.00'table_plasto_square*14'110'''#ffffff,#CC3399'30'0''1''1'380),
    (
    381301111.00'table_plasto_square*1'110'''#ffffff,#ff1f08'30'0''1''1'381),
    (
    382301111.00'table_plasto_square*7'110'''#ffffff,#ff6d00'30'0''1''1'382),
    (
    383301111.00'table_plasto_square'110'''0,0,0'30'0''1''1'383),
    (
    384301111.00'table_plasto_square*2'110'''#ffffff,#99DCCC'30'0''1''1'384),
    (
    385301111.00'table_plasto_square*4'110'''#ffffff,#ccddff'30'0''1''1'385),
    (
    386301111.00'table_plasto_square*6'110'''#ffffff,#3444ff'30'0''1''1'386),
    (
    387301111.00'table_plasto_square*3'110'''#ffffff,#ffee00'30'0''1''1'387),
    (
    388301111.00'table_plasto_square*9'110'''#ffffff,#533e10'30'0''1''1'388),
    (
    389301111.00'table_plasto_square*5'110'''#ffffff,#54ca00'30'0''1''1'389),
    (
    390301111.00'table_plasto_square*8'110'''#ffffff,#c38d1a'30'0''1''1'390),
    (
    391301221.00'table_plasto_round*15'110'''#ffffff,#FF97BA'30'0''1''1'391),
    (
    392301221.00'table_plasto_round*14'110'''#ffffff,#CC3399'30'0''1''1'392),
    (
    393301221.00'table_plasto_round*7'110'''#ffffff,#ff6d00'30'0''1''1'393),
    (
    394301221.00'table_plasto_round*1'110'''#ffffff,#ff1f08'30'0''1''1'394),
    (
    395301221.00'table_plasto_round*2'110'''#ffffff,#99DCCC'30'0''1''1'395),
    (
    3*** 301221.00'table_plasto_round*4'110'''#ffffff,#ccddff'30'0''1''1'396),
    (
    3*** 301221.00'table_plasto_round*6'110'''#ffffff,#3444ff'30'0''1''1'397),
    (
    398301221.00'table_plasto_round*3'110'''#ffffff,#ffee00'30'0''1''1'398),
    (
    3*** 301221.00'table_plasto_round*9'110'''#ffffff,#533e10'30'0''1''1'399),
    (
    400301221.00'table_plasto_round'110'''0,0,0'30'0''1''1'400),
    (
    401301221.00'table_plasto_round*5'110'''#ffffff,#54ca00'30'0''1''1'401),
    (
    402301221.00'table_plasto_round*8'110'''#ffffff,#c38d1a'30'0''1''1'402),
    (
    403301221.00'table_plasto_bigsquare*15'110'''#ffffff,#FF97BA'30'0''1''1'403),
    (
    404301221.00'table_plasto_bigsquare*14'110'''#ffffff,#CC3399'30'0''1''1'404),
    (
    405301221.00'table_plasto_bigsquare*7'110'''#ffffff,#ff6d00'30'0''1''1'405),
    (
    406301221.00'table_plasto_bigsquare*1'110'''#ffffff,#ff1f08'30'0''1''1'406),
    (
    407301221.00'table_plasto_bigsquare*2'110'''#ffffff,#99DCCC'30'0''1''1'407),
    (
    408301221.00'table_plasto_bigsquare'110'''0,0,0'30'0''1''1'408),
    (
    409301221.00'table_plasto_bigsquare*8'110'''#ffffff,#c38d1a'30'0''1''1'409),
    (
    410301221.00'table_plasto_bigsquare*5'110'''#ffffff,#54ca00'30'0''1''1'410),
    (
    411301221.00'table_plasto_bigsquare*9'110'''#ffffff,#533e10'30'0''1''1'411),
    (
    412301221.00'table_plasto_bigsquare*3'110'''#ffffff,#ffee00'30'0''1''1'412),
    (
    413301221.00'table_plasto_bigsquare*6'110'''#ffffff,#3444ff'30'0''1''1'413),
    (
    414301221.00'table_plasto_bigsquare*4'110'''#ffffff,#ccddff'30'0''1''1'414),
    (
    415301221.00'table_plasto_4leg*6'110'''#ffffff,#3444ff'30'0''1''1'415),
    (
    416301221.00'table_plasto_4leg*1'110'''#ffffff,#ff1f08'30'0''1''1'416),
    (
    417301221.00'table_plasto_4leg*3'110'''#ffffff,#ffee00'30'0''1''1'417),
    (
    418301221.00'table_plasto_4leg*9'110'''#ffffff,#533e10'30'0''1''1'418),
    (
    419301221.00'table_plasto_4leg'110'''0,0,0'30'0''1''1'419),
    (
    420301221.00'table_plasto_4leg*5'110'''#ffffff,#54ca00'30'0''1''1'420),
    (
    421301221.00'table_plasto_4leg*2'110'''#ffffff,#99DCCC'30'0''1''1'421),
    (
    422301221.00'table_plasto_4leg*8'110'''#ffffff,#c38d1a'30'0''1''1'422),
    (
    423301221.00'table_plasto_4leg*7'110'''#ffffff,#ff6d00'30'0''1''1'423),
    (
    424301221.00'table_plasto_4leg*10'110'''#ffffff,#ccddff'30'0''1''1'424),
    (
    425301221.00'table_plasto_4leg*15'110'''#ffffff,#FF97BA'30'0''1''1'425),
    (
    426301221.00'table_plasto_4leg*16'110'''#ffffff,#CC3399'30'0''1''1'426),
    (
    427302111.00'chair_plasty'110'''0,0,0'30'0''1''1'427),
    (
    428302111.00'chair_plasty*1'110'''#ffffff,#8EB5D1,#ffffff,#8EB5D1'30'0''1''1'428),
    (
    429302111.00'chair_plasty*2'110'''#ffffff,#ff9900,#ffffff,#ff9900'30'0''1''1'429),
    (
    430302111.00'chair_plasty*3'110'''#ffffff,#ff2200,#ffffff,#ff2200'30'0''1''1'430),
    (
    431302111.00'chair_plasty*4'110'''#ffffff,#00cc00,#ffffff,#00cc00'30'0''1''1'431),
    (
    4*** 302111.00'chair_plasty*4'110'''#ffffff,#0033CC,#ffffff,#0033CC'30'0''1''1'432),
    (
    433302111.00'chair_plasty*4'110'''#ffffff,#333333,#ffffff,#333333'30'0''1''1'433),
    (
    434302111.00'chair_plasty*7'110'''#ffffff,#99DCCc,#ffffff,#99DCCc'30'0''1''1'434),
    (
    435302111.00'chair_plasty*8'110'''#ffffff,#c38d1a,#ffffff,#c38d1a'30'0''1''1'435),
    (
    436302111.00'chair_plasty*9'110'''#ffffff,#533e10,#ffffff,#533e10'30'0''1''1'436),
    (
    437302111.00'chair_plasty*10'110'''#ffffff,#CC33***#ffffff,#CC3399'30'0''1''1'437),
    (
    438302111.00'chair_plasty*11'110'''#ffffff,#FF97BA,#ffffff,#FF97BA'30'0''1''1'438),
    (
    439302111.00'chair_plasto*9'110'''#ffffff,#533e10,#ffffff,#533e10'30'0''1''1'439),
    (
    440301210.00'shelves_basic'110'''0,0,0', *** '0''1''1'440),
    (
    441401110.00'bar_basic'100'5\r\n1\r\n2\r\n5\r\n6''0,0,0', *** '0''1''1'441),
    (
    442601110.00'fridge'100'8\r\n4\r\n2\r\n1\r\n3\r\n27\r\n5\r\n6''0,0,0', *** '0''1''1'442),
    (
    443301110.00'lamp_basic'110'''0,0,0', *** '0''1''1'443),
    (
    444303231.50'bed_budgetb'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'444),
    (
    445303131.50'bed_budgetb_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'445),
    (
    446303231.50'bed_budget'110'''#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2', *** '0''1''1'446),
    (
    447303131.50'bed_budget_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2', *** '0''1''1'447),
    (
    448303231.50'bed_budgetb'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FF99BC,#FF99BC,#FF99BC', *** '0''1''1'448),
    (
    449303131.50'bed_budgetb_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FF99BC,#FF99BC,#FF99BC', *** '0''1''1'449),
    (
    450303231.50'bed_budget'110'''#FFFFFF,#FFFFFF,#FFFFFF,#525252,#525252,#525252', *** '0''1''1'450),
    (
    451303131.50'bed_budget_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#525252,#525252,#525252', *** '0''1''1'451),
    (
    452303231.50'bed_budgetb'110'''#FFFFFF,#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC', *** '0''1''1'452),
    (
    453303131.50'bed_budgetb_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC', *** '0''1''1'453),
    (
    454303231.50'bed_budget'110'''#FFFFFF,#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8', *** '0''1''1'454),
    (
    455303131.50'bed_budget_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8', *** '0''1''1'455),
    (
    456303231.50'bed_budgetb'110'''#FFFFFF,#FFFFFF,#FFFFFF,#92D13D,#92D13D,#92D13D', *** '0''1''1'456),
    (
    457303131.50'bed_budgetb_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#92D13D,#92D13D,#92D13D', *** '0''1''1'457),
    (
    458303231.50'bed_budget'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFD837,#FFD837,#FFD837', *** '0''1''1'458),
    (
    459303131.50'bed_budget_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFD837,#FFD837,#FFD837', *** '0''1''1'459),
    (
    460303231.50'bed_budgetb'110'''#FFFFFF,#FFFFFF,#FFFFFF,#E14218,#E14218,#E14218', *** '0''1''1'460),
    (
    461303131.50'bed_budgetb_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#E14218,#E14218,#E14218', *** '0''1''1'461),
    (
    462002211.00'rclr_sofa'110'''0,0,0', -1'0''1''0'462),
    (
    463002111.00'rclr_chair'110'''0,0,0', -1'0''1''0'463),
    (
    464001130.00'rclr_garden'110'''0,0,0', -1'0''1''0'464),
    (
    465501110.50'queue_tile1*0'110'''#ffffff,#ffffff,#ffffff,#ffffff'34'0''1''1'465),
    (
    466501110.50'queue_tile1*1'110'''#ffffff,#FF7C98,#ffffff,#ffffff'34'0''1''1'466),
    (
    467501110.50'queue_tile1*2'110'''#ffffff,#FF3333,#ffffff,#ffffff'34'0''1''1'467),
    (
    468501110.50'queue_tile1*3'110'''#ffffff,#67c39c,#ffffff,#ffffff'34'0''1''1'468),
    (
    469501110.50'queue_tile1*4'110'''#ffffff,#FFAA2B,#ffffff,#ffffff'34'0''1''1'469),
    (
    470501110.50'queue_tile1*5'110'''#ffffff,#555A37,#ffffff,#ffffff'34'0''1''1'470),
    (
    471501110.50'queue_tile1*6'110'''#ffffff,#A2E8FA,#ffffff,#ffffff'34'0''1''1'471),
    (
    472501110.50'queue_tile1*7'110'''#ffffff,#FC5AFF,#ffffff,#ffffff'34'0''1''1'472),
    (
    473501110.50'queue_tile1*8'110'''#ffffff,#1E8AA5,#ffffff,#ffffff'34'0''1''1'473),
    (
    474501110.50'queue_tile1*9'110'''#ffffff,#9AFF60,#ffffff,#ffffff'34'0''1''1'474),
    (
    4751001220.00'grand_piano*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'475),
    (
    476202111.20'romantique_pianochair*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'476),
    (
    477602211.00'romantique_divan*1'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FF8B8B'35'0''1''1'477),
    (
    478502111.00'romantique_chair*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'478),
    (
    479601210.00'romantique_divider*1'110'''#FF8B8B,#FF8B8B,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'35'0''1''1'479),
    (
    480401110.80'romantique_smalltabl*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'480),
    (
    481400000.00'wallmirror'110'''0,0,0'35'0''1''1'481),
    (
    482501110.00'romantique_tray2'110'''0,0,0'35'0''1''1'482),
    (
    483601110.00'rom_lamp'110'''0,0,0'35'0''1''1'483),
    (
    484801110.00'romantique_mirrortabl'110'''0,0,0'35'0''1''1'484),
    (
    4852501110.00'romantique_clock'110'''0,0,0'35'0''1''1'485),
    (
    486304350.00'carpet_standard'110'''0,0,0'36'0''1''1'486),
    (
    487304350.00'carpet_standard*a'110'''#55AC00,#55AC00,#55AC00'36'0''1''1'487),
    (
    488304350.00'carpet_standard*b'110'''#336666,#336666,#336666'36'0''1''1'488),
    (
    489304350.00'carpet_standard*1'110'''#ff1f08'36'0''1''1'489),
    (
    490304350.00'carpet_standard*2'110'''#99DCCC'36'0''1''1'490),
    (
    491304350.00'carpet_standard*3'110'''#ffee00'36'0''1''1'491),
    (
    492304350.00'carpet_standard*4'110'''#ccddff'36'0''1''1'492),
    (
    493304350.00'carpet_standard*5'110'''#ddccff'36'0''1''1'493),
    (
    494304350.00'carpet_standard*6'110'''#777777'36'0''1''1'494),
    (
    495304350.00'carpet_standard*7'110'''#99CCFF,#99CCFF,#99CCFF'36'0''1''1'495),
    (
    4*** 304350.00'carpet_standard*8'110'''#999966,#999966,#999966'36'0''1''1'496),
    (
    4*** 304240.00'carpet_soft'110''''36'0''1''1'497),
    (
    498304240.00'carpet_soft*1'110'''#CC3333'36'0''1''1'498),
    (
    4*** 304240.00'carpet_soft*2'110'''#66FFFF'36'0''1''1'499),
    (
    500304240.00'carpet_soft*3'110'''#FFCC99'36'0''1''1'500),
    (
    501304240.00'carpet_soft*4'110'''#FFCCFF'36'0''1''1'501),
    (
    502304240.00'carpet_soft*5'110'''#FFFF66'36'0''1''1'502),
    (
    503304240.00'carpet_soft*6'110'''#669933'36'0''1''1'503),
    (
    504104110.00'doormat_love'110'''0,0,0'36'0''1''1'504),
    (
    505104110.00'doormat_plain'110'''0,0,0'36'0''1''1'505),
    (
    506104110.00'doormat_plain*1'110'''#ff1f08'36'0''1''1'506),
    (
    507104110.00'doormat_plain*2'110'''#99DCCC'36'0''1''1'507),
    (
    508104110.00'doormat_plain*3'110'''#ffee00'36'0''1''1'508),
    (
    509104110.00'doormat_plain*4'110'''#ccddff'36'0''1''1'509),
    (
    510104110.00'doormat_plain*5'110'''#ddccff'36'0''1''1'510),
    (
    511104110.00'doormat_plain*6'110'''#777777'36'0''1''1'511),
    (
    512304240.00'carpet_armas'110'''0,0,0'36'0''1''1'512),
    (
    513404230.00'carpet_polar'110'''#ffffff,#ffffff,#ffffff'36'0''1''1'513),
    (
    5141004230.00'carpet_polar*2'110'''#ccddff,#ccddff,#ffffff'36'0''1''1'514);
    INSERT INTO `catalogue_items` (`tid`, `catalogue_cost_credits`, `catalogue_cost_pixels`, `typeid`, `length`, `width`, `top`, `name_cct`, `status_max`, `rights_required`, `next_to_required`, `drink_ids`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
    (5151004230.00'carpet_polar*3'110'''#ffee***#ffee***#ffffff'36'0''1''1'515),
    (
    5161004230.00'carpet_polar*4'110'''#ddffaa,#ddffaa,#ffffff'36'0''1''1'516),
    (
    517300000.00'poster 52'110'''0,0,0'37'0''1''1'517),
    (
    518300000.00'poster 53'110'''0,0,0'37'0''1''1'518),
    (
    519300000.00'poster 54'110'''0,0,0'37'0''1''1'519),
    (
    520601110.00'hockey_score', *** 01'''0,0,0'37'0''1''1'520),
    (
    521301110.00'legotrophy'110'''0,0,0'37'0''1''1'521),
    (
    522300000.00'poster 51'110'''0,0,0'37'0''1''1'522),
    (
    523304330.00'carpet_legocourt'110'''0,0,0'37'0''1''1'523),
    (
    524602411.00'bench_lego'110'''0,0,0'37'0''1''1'524),
    (
    5251004110.00'footylamp'110'''0,0,0'37'0''1''1'525),
    (
    526304220.00'sporttrack1*1'110'''#ffffff,#e4592d,#ffffff'37'0''1''1'526),
    (
    527304220.00'sporttrack1*2'110'''#ffffff,#62818b,#ffffff'37'0''1''1'527),
    (
    528304220.00'sporttrack1*3'110'''#ffffff,#5cb800,#ffffff'37'0''1''1'528),
    (
    529304220.00'sporttrack2*1'110'''#ffffff,#e4592d,#ffffff'37'0''1''1'529),
    (
    530304220.00'sporttrack2*2'110'''#ffffff,#62818b,#ffffff'37'0''1''1'530),
    (
    531304220.00'sporttrack2*3'110'''#ffffff,#5cb800,#ffffff'37'0''1''1'531),
    (
    5*** 304220.00'sporttrack3*1'110'''#ffffff,#e4592d,#ffffff'37'0''1''1'532),
    (
    533304220.00'sporttrack3*2'110'''#ffffff,#62818b,#ffffff'37'0''1''1'533),
    (
    534304220.00'sporttrack3*3'110'''#ffffff,#5cb800,#ffffff'37'0''1''1'534),
    (
    535501110.00'door'100'''0,0,0'38'0''1''1'535),
    (
    536401110.00'doorC'100'''0,0,0'38'0''1''1'536),
    (
    537301110.00'doorB'100'''0,0,0'38'0''1''1'537),
    (
    538601110.00'teleport_door'100'''0,0,0'38'0''1''1'538),
    (
    539801112.10'sound_machine'110'''#FFFFFF,#FFFFFF,#828282,#FFFFFF'39'0''1''1'539),
    (
    540501110.20'sound_set_4'110'''0,0,0'39'0''1''1'540),
    (
    541501110.20'sound_set_8'110'''0,0,0'39'0''1''1'541),
    (
    542501110.20'sound_set_6'110'''0,0,0'39'0''1''1'542),
    (
    543501110.20'sound_set_5'110'''0,0,0'39'0''1''1'543),
    (
    544501110.20'sound_set_26'110'''0,0,0'39'0''1''1'544),
    (
    545501110.20'sound_set_27'110'''0,0,0'39'0''1''1'545),
    (
    546501110.20'sound_set_17'110'''0,0,0'39'0''1''1'546),
    (
    547501110.20'sound_set_18'110'''0,0,0'39'0''1''1'547),
    (
    548501110.20'sound_set_3'110'''0,0,0'39'0''1''1'548),
    (
    549501110.20'sound_set_9'110'''0,0,0'39'0''1''1'549),
    (
    550501110.00'jukebox*1'110'''0,0,0'40'0''1''1'550),
    (
    5511500000.00'poster 56'110'''0,0,0'40'0''1''1'551),
    (
    552501110.20'sound_set_46'110'''0,0,0'40'0''1''1'552),
    (
    553501110.20'sound_set_47'110'''0,0,0'40'0''1''1'553),
    (
    554501110.20'sound_set_48'110'''0,0,0'40'0''1''1'554),
    (
    555501110.20'sound_set_49'110'''0,0,0'40'0''1''1'555),
    (
    556501110.20'sound_set_50'110'''0,0,0'40'0''1''1'556),
    (
    557501110.20'sound_set_51'110'''0,0,0'40'0''1''1'557),
    (
    558501110.20'sound_set_25'110'''0,0,0'40'0''1''1'558),
    (
    559501110.20'sound_set_29'110'''0,0,0'40'0''1''1'559),
    (
    560501110.20'sound_set_31'110'''0,0,0'40'0''1''1'560),
    (
    561501110.20'sound_set_11'110'''0,0,0'40'0''1''1'561),
    (
    562501110.20'sound_set_13'110'''0,0,0'40'0''1''1'562),
    (
    563501110.20'sound_set_35'110'''0,0,0'40'0''1''1'563),
    (
    564501110.00'jukebox*1'110'''0,0,0'41'0''1''1'564),
    (
    565500000.00'guitar_v'110'''0,0,0'41'0''1''1'565),
    (
    566500000.00'guitar_skull'110'''0,0,0'41'0''1''1'566),
    (
    567501110.20'sound_set_21'110'''0,0,0'41'0''1''1'567),
    (
    568501110.20'sound_set_28'110'''0,0,0'41'0''1''1'568),
    (
    569501110.20'sound_set_33'110'''0,0,0'41'0''1''1'569),
    (
    570501110.20'sound_set_40'110'''0,0,0'41'0''1''1'570),
    (
    571501110.20'sound_set_34'110'''0,0,0'41'0''1''1'571),
    (
    572501110.20'sound_set_38'110'''0,0,0'41'0''1''1'572),
    (
    573501110.20'sound_set_39'110'''0,0,0'41'0''1''1'573),
    (
    574501110.20'sound_set_41'110'''0,0,0'41'0''1''1'574),
    (
    575501110.00'jukebox*1'110'''0,0,0'42'0''1''1'575),
    (
    576501110.20'sound_set_1'110'''0,0,0'42'0''1''1'576),
    (
    577501110.20'sound_set_12'110'''0,0,0'42'0''1''1'577),
    (
    578501110.20'sound_set_2'110'''0,0,0'42'0''1''1'578),
    (
    579501110.20'sound_set_24'110'''0,0,0'42'0''1''1'579),
    (
    580501110.20'sound_set_43'110'''0,0,0'42'0''1''1'580),
    (
    581501110.20'sound_set_20'110'''0,0,0'42'0''1''1'581),
    (
    582501110.20'sound_set_22'110'''0,0,0'42'0''1''1'582),
    (
    583501110.20'sound_set_23'110'''0,0,0'42'0''1''1'583),
    (
    584501110.20'sound_set_7'110'''0,0,0'42'0''1''1'584),
    (
    585501110.20'sound_set_30'110'''0,0,0'42'0''1''1'585),
    (
    586501110.20'sound_set_32'110'''0,0,0'42'0''1''1'586),
    (
    587501110.20'sound_set_36'110'''0,0,0'43'0''1''1'587),
    (
    588501110.20'sound_set_60'110'''0,0,0'43'0''1''1'588),
    (
    589501110.20'sound_set_61'110'''0,0,0'43'0''1''1'589),
    (
    590501110.20'sound_set_55'110'''0,0,0'43'0''1''1'590),
    (
    591501110.20'sound_set_56'110'''0,0,0'43'0''1''1'591),
    (
    592501110.20'sound_set_57'110'''0,0,0'43'0''1''1'592),
    (
    593501110.20'sound_set_58'110'''0,0,0'43'0''1''1'593),
    (
    594501110.20'sound_set_59'110'''0,0,0'43'0''1''1'594),
    (
    595501110.20'sound_set_15'110'''0,0,0'43'0''1''1'595),
    (
    5*** 501110.20'sound_set_10'110'''0,0,0'43'0''1''1'596),
    (
    5*** 501110.20'sound_set_14'110'''0,0,0'43'0''1''1'597),
    (
    598501110.20'sound_set_16'110'''0,0,0'43'0''1''1'598),
    (
    5*** 501110.20'sound_set_19'110'''0,0,0'43'0''1''1'599),
    (
    6001201110.00'prizetrophy*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'600),
    (
    6011001110.00'prizetrophy*2'110'''#ffffff,#ffffff,#ffffff'44'0''1''1'601),
    (
    602801110.00'prizetrophy*3'110'''#ffffff,#ffffff,#996600'44'0''1''1'602),
    (
    6031201110.00'prizetrophy2*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'603),
    (
    6041001110.00'prizetrophy2*2'110'''#ffffff,#ffffff,#ffffff'44'0''1''1'604),
    (
    605801110.00'prizetrophy2*3'110'''#ffffff,#ffffff,#996600'44'0''1''1'605),
    (
    6061201110.00'prizetrophy3*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'606),
    (
    6071001110.00'prizetrophy3*2'110'''#ffffff,#ffffff,#ffffff'44'0''1''1'607),
    (
    608801110.00'prizetrophy3*3'110'''#ffffff,#ffffff,#996600'44'0''1''1'608),
    (
    6091201110.00'prizetrophy4*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'609),
    (
    6101001110.00'prizetrophy4*2'110'''#ffffff,#ffffff,#ffffff'44'0''1''1'610),
    (
    611801110.00'prizetrophy4*3'110'''#ffffff,#ffffff,#996600'44'0''1''1'611),
    (
    6121201110.00'prizetrophy5*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'612),
    (
    6131001110.00'prizetrophy5*2'110'''#ffffff,#ffffff,#ffffff'44'0''1''1'613),
    (
    614801110.00'prizetrophy5*3'110'''#ffffff,#ffffff,#996600'44'0''1''1'614),
    (
    6151201110.00'prizetrophy6*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'615),
    (
    6161001110.00'prizetrophy6*2'110'''#ffffff,#ffffff,#ffffff'44'0''1''1'616),
    (
    617801110.00'prizetrophy6*3'110'''#ffffff,#ffffff,#996600'44'0''1''1'617),
    (
    6181201110.00'prizetrophy8*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'618),
    (
    6191201110.00'prizetrophy9*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'619),
    (
    620300000.00'poster 20'110'''0,0,0'45'0''1''1'620),
    (
    621300000.00'poster 21'110'''0,0,0'45'0''1''1'621),
    (
    622300000.00'poster 22'110'''0,0,0'45'0''1''1'622),
    (
    623300000.00'poster 23'110'''0,0,0'45'0''1''1'623),
    (
    624300000.00'poster 24'110'''0,0,0'45'0''1''1'624),
    (
    625300000.00'poster 25'110'''0,0,0'45'0''1''1'625),
    (
    626300000.00'poster 26'110'''0,0,0'45'0''1''1'626),
    (
    627300000.00'poster 27'110'''0,0,0'45'0''1''1'627),
    (
    628300000.00'poster 28'110'''0,0,0'45'0''1''1'628),
    (
    629300000.00'poster 29'110'''0,0,0'45'0''1''1'629),
    (
    630300000.00'poster 30'110'''0,0,0'45'0''1''1'630),
    (
    631300000.00'poster 46'110'''0,0,0'45'0''1''1'631),
    (
    6*** 300000.00'poster 47'110'''0,0,0'45'0''1''1'632),
    (
    633300000.00'poster 48'110'''0,0,0'45'0''1''1'633),
    (
    634300000.00'poster 49'110'''0,0,0'45'0''1''1'634),
    (
    635001110.00'tree1'110'''0,0,0', -1'0''1''0'635),
    (
    636601110.00'tree2'110'''0,0,0'45'0''1''1'636),
    (
    637601110.00'tree3'110'''0,0,0'45'0''1''1'637),
    (
    638601110.00'tree4'110'''0,0,0'45'0''1''1'638),
    (
    639601110.00'tree5'110'''0,0,0'45'0''1''1'639),
    (
    640601110.00'tree6'110'''0,0,0'45'0''1''1'640),
    (
    641301110.00'triplecandle'110'''0,0,0'45'0''1''1'641),
    (
    642301110.00'turkey'110'''0,0,0'45'0''1''1'642),
    (
    643301110.00'house'110'''0,0,0'45'0''1''1'643),
    (
    644301110.00'house2'110'''0,0,0'45'0''1''1'644),
    (
    645301110.00'pudding'110'''0,0,0'45'0''1''1'645),
    (
    646201110.00'xmasduck'110'''0,0,0'45'0''1''1'646),
    (
    647301110.00'hyacinth1'110'''0,0,0'45'0''1''1'647),
    (
    648301110.00'hyacinth2'110'''0,0,0'45'0''1''1'648),
    (
    649301110.00'joulutahti'110'''0,0,0'45'0''1''1'649),
    (
    650301110.00'rcandle'110'''0,0,0'45'0''1''1'650),
    (
    651301110.00'wcandle'110'''0,0,0'45'0''1''1'651),
    (
    652201110.00'easterduck'110'''0,0,0'46'0''1''1'652),
    (
    653501110.00'birdie'110'''0,0,0'46'0''1''1'653),
    (
    654401110.00'basket'110'''0,0,0'46'0''1''1'654),
    (
    655301110.00'bunny'110'''0,0,0'46'0''1''1'655),
    (
    656601110.00'pumpkin'110'''0,0,0'47'0''1''1'656),
    (
    657300000.00'poster 42'110'''0,0,0'47'0''1''1'657),
    (
    658400000.00'poster 43'110'''0,0,0'47'0''1''1'658),
    (
    659401110.00'skullcandle'110'''0,0,0'47'0''1''1'659),
    (
    660300000.00'poster 45'110'''0,0,0'47'0''1''1'660),
    (
    661300000.00'poster 44'110'''0,0,0'47'0''1''1'661),
    (
    662201110.00'deadduck'110'''0,0,0'47'0''1''1'662),
    (
    663201110.00'deadduck2'110'''0,0,0'47'0''1''1'663),
    (
    664201110.00'deadduck3'110'''0,0,0'47'0''1''1'664),
    (
    665300000.00'poster 50'110'''0,0,0'47'0''1''1'665),
    (
    666300000.00'poster 501'110'''0,0,0'47'0''1''1'666),
    (
    667301110.00'ham2'110'''0,0,0'47'0''1''1'667),
    (
    668503131.00'habboween_crypt'110'''0,0,0'47'0''1''1'668),
    (
    669504220.00'habboween_grass'110'''0,0,0'47'0''1''1'669),
    (
    670501110.00'hal_cauldron'110'''0,0,0'47'0''1''1'670),
    (
    671501110.00'hal_grave'110'''0,0,0'47'0''1''1'671),
    (
    672502211.00'heartsofa'110'''0,0,0'48'0''1''1'672),
    (
    673301110.00'statue'110'''0,0,0'48'0''1''1'673),
    (
    674601210.00'heart'110'''0,0,0'48'0''1''1'674),
    (
    675201110.00'valeduck'110'''0,0,0'48'0''1''1'675),
    (
    676300000.00'post.it.vd'110'''0,0,0'48'0''1''1'676),
    (
    6771504270.00'carpet_valentine'110'''0,0,0'48'0''1''1'677),
    (
    6781000000.00'val_heart'110'''0,0,0'48'0''1''1'678),
    (
    679801110.00'plant_valentinerose*1'110'''#FFFFFF,#FF1E1E,#FFFFFF,#FFFFFF'48'0''1''1'679),
    (
    680801110.00'plant_valentinerose*2'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'48'0''1''1'680),
    (
    681801110.00'plant_valentinerose*3'110'''#FFFFFF,#ffee00,#FFFFFF,#FFFFFF'48'0''1''1'681),
    (
    682801110.00'plant_valentinerose*4'110'''#FFFFFF,#ffbbcf,#FFFFFF,#FFFFFF'48'0''1''1'682),
    (
    683801110.00'plant_valentinerose*5'110'''#FFFFFF,#CC33***#FFFFFF,#FFFFFF'48'0''1''1'683),
    (
    684302211.00'sofa_silo*2'110'''#ffffff,#ffffff,#ffffff,#ffffff,#525252,#525252,#525252,#525252'11'0''1''1'684),
    (
    685301111.00'sofachair_silo*2'110'''#ffffff,#ffffff,#525252,#525252'11'0''1''1'685),
    (
    686101111.00'table_silo_small*2'110'''#ffffff,#525252'11'0''1''1'686),
    (
    687601110.00'divider_silo3*2'110'''#ffffff,#ffffff,#ffffff,#525252'11'1''1''1'687),
    (
    688301111.20'divider_silo1*2'110'''#ffffff,#525252'11'0''1''1'688),
    (
    689302111.00'chair_silo*2'110'''#ffffff,#ffffff,#525252,#525252'11'0''1''1'689),
    (
    690301110.00'safe_silo*2'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#525252'11'0''1''1'690),
    (
    691301111.50'barchair_silo*2'110'''#ffffff,#525252'11'0''1''1'691),
    (
    692301220.80'table_silo_med*2'110'''#ffffff,#525252'11'0''1''1'692),
    (
    693302211.00'sofa_silo*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'11'0''1''1'693),
    (
    694301111.00'sofachair_silo*3'110'''#ffffff,#ffffff,#FFFFFF,#FFFFFF'11'0''1''1'694),
    (
    695101111.00'table_silo_small*3'110'''#ffffff,#FFFFFF'11'0''1''1'695),
    (
    6*** 601110.00'divider_silo3*3'110'''#ffffff,#ffffff,#ffffff,#FFFFFF'11'1''1''1'696),
    (
    6*** 301111.20'divider_silo1*3'110'''#ffffff,#FFFFFF'11'0''1''1'697),
    (
    698302111.00'chair_silo*3'110'''#ffffff,#ffffff,#FFFFFF,#FFFFFF'11'0''1''1'698),
    (
    6*** 301110.00'safe_silo*3'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#FFFFFF'11'0''1''1'699),
    (
    700301111.50'barchair_silo*3'110'''#ffffff,#FFFFFF'11'0''1''1'700),
    (
    701301220.80'table_silo_med*3'110'''#ffffff,#FFFFFF'11'0''1''1'701),
    (
    702302211.00'sofa_silo*4'110'''#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC'11'0''1''1'702),
    (
    703301111.00'sofachair_silo*4'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'11'0''1''1'703),
    (
    704101111.00'table_silo_small*4'110'''#ffffff,#F7EBBC'11'0''1''1'704),
    (
    705601110.00'divider_silo3*4'110'''#ffffff,#ffffff,#ffffff,#F7EBBC'11'1''1''1'705),
    (
    706301111.20'divider_silo1*4'110'''#ffffff,#F7EBBC'11'0''1''1'706),
    (
    707302111.00'chair_silo*4'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'11'0''1''1'707),
    (
    708301110.00'safe_silo*4'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#F7EBBC'11'0''1''1'708),
    (
    709301111.50'barchair_silo*4'110'''#ffffff,#F7EBBC'11'0''1''1'709),
    (
    710301220.80'table_silo_med*4'110'''#ffffff,#F7EBBC'11'0''1''1'710),
    (
    711302211.00'sofa_silo*5'110'''#ffffff,#ffffff,#ffffff,#ffffff,#FF99BC,#FF99BC,#FF99BC,#FF99BC'11'0''1''1'711),
    (
    712301111.00'sofachair_silo*5'110'''#ffffff,#ffffff,#FF99BC,#FF99BC'11'0''1''1'712),
    (
    713101111.00'table_silo_small*5'110'''#ffffff,#FF99BC'11'0''1''1'713),
    (
    714601110.00'divider_silo3*5'110'''#ffffff,#ffffff,#ffffff,#FF99BC'11'1''1''1'714),
    (
    715301111.20'divider_silo1*5'110'''#ffffff,#FF99BC'11'0''1''1'715),
    (
    716302111.00'chair_silo*5'110'''#ffffff,#ffffff,#FF99BC,#FF99BC'11'0''1''1'716),
    (
    717301110.00'safe_silo*5'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#FF99BC'11'0''1''1'717),
    (
    718301111.50'barchair_silo*5'110'''#ffffff,#FF99BC'11'0''1''1'718),
    (
    719301220.80'table_silo_med*5'110'''#ffffff,#FF99BC'11'0''1''1'719),
    (
    720302211.00'sofa_silo*6'110'''#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8'11'0''1''1'720),
    (
    721301111.00'sofachair_silo*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'11'0''1''1'721),
    (
    722101111.00'table_silo_small*6'110'''#ffffff,#5EAAF8'11'0''1''1'722),
    (
    723601110.00'divider_silo3*6'110'''#ffffff,#ffffff,#ffffff,#5EAAF8'11'1''1''1'723),
    (
    724301111.20'divider_silo1*6'110'''#ffffff,#5EAAF8'11'0''1''1'724),
    (
    725302111.00'chair_silo*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'11'0''1''1'725),
    (
    726301110.00'safe_silo*6'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#5EAAF8'11'0''1''1'726),
    (
    727301111.50'barchair_silo*6'110'''#ffffff,#5EAAF8'11'0''1''1'727),
    (
    728301220.80'table_silo_med*6'110'''#ffffff,#5EAAF8'11'0''1''1'728),
    (
    729302211.00'sofa_silo*7'110'''#ffffff,#ffffff,#ffffff,#ffffff,#92D13D,#92D13D,#92D13D,#92D13D'11'0''1''1'729),
    (
    730301111.00'sofachair_silo*7'110'''#ffffff,#ffffff,#92D13D,#92D13D'11'0''1''1'730),
    (
    731101111.00'table_silo_small*7'110'''#ffffff,#92D13D'11'0''1''1'731),
    (
    7*** 601110.00'divider_silo3*7'110'''#ffffff,#ffffff,#ffffff,#92D13D'11'1''1''1'732),
    (
    733301111.20'divider_silo1*7'110'''#ffffff,#92D13D'11'0''1''1'733),
    (
    734302111.00'chair_silo*7'110'''#ffffff,#ffffff,#92D13D,#92D13D'11'0''1''1'734),
    (
    735301110.00'safe_silo*7'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#92D13D'11'0''1''1'735),
    (
    736301111.50'barchair_silo*7'110'''#ffffff,#92D13D'11'0''1''1'736),
    (
    737301220.80'table_silo_med*7'110'''#ffffff,#92D13D'11'0''1''1'737),
    (
    738302211.00'sofa_silo*8'110'''#ffffff,#ffffff,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837'11'0''1''1'738),
    (
    739301111.00'sofachair_silo*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'11'0''1''1'739),
    (
    740101111.00'table_silo_small*8'110'''#ffffff,#FFD837'11'0''1''1'740),
    (
    741601110.00'divider_silo3*8'110'''#ffffff,#ffffff,#ffffff,#FFD837'11'1''1''1'741),
    (
    742301111.20'divider_silo1*8'110'''#ffffff,#FFD837'11'0''1''1'742),
    (
    743302111.00'chair_silo*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'11'0''1''1'743),
    (
    744301110.00'safe_silo*8'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#FFD837'11'0''1''1'744),
    (
    745301111.50'barchair_silo*8'110'''#ffffff,#FFD837'11'0''1''1'745),
    (
    746301220.80'table_silo_med*8'110'''#ffffff,#FFD837'11'0''1''1'746),
    (
    747302211.00'sofa_silo*9'110'''#ffffff,#ffffff,#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218'11'0''1''1'747),
    (
    748301111.00'sofachair_silo*9'110'''#ffffff,#ffffff,#E14218,#E14218'11'0''1''1'748),
    (
    749101111.00'table_silo_small*9'110'''#ffffff,#E14218'11'0''1''1'749),
    (
    750601110.00'divider_silo3*9'110'''#ffffff,#ffffff,#ffffff,#E14218'11'1''1''1'750),
    (
    751301111.20'divider_silo1*9'110'''#ffffff,#E14218'11'0''1''1'751),
    (
    752302111.00'chair_silo*9'110'''#ffffff,#ffffff,#E14218,#E14218'11'0''1''1'752),
    (
    753301110.00'safe_silo*9'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#E14218'11'0''1''1'753),
    (
    754301111.50'barchair_silo*9'110'''#ffffff,#E14218'11'0''1''1'754),
    (
    755301220.80'table_silo_med*9'110'''#ffffff,#E14218'11'0''1''1'755),
    (
    756302111.00'chair_norja*2'110'''#ffffff,#ffffff,#525252,#525252'24'0''1''1'756),
    (
    757302211.00'couch_norja*2'110'''#ffffff,#ffffff,#ffffff,#ffffff,#525252,#525252,#525252,#525252'24'0''1''1'757),
    (
    758301220.80'table_norja_med*2'110'''#ffffff,#525252'24'0''1''1'758),
    (
    759301110.00'shelves_norja*2'110'''#ffffff,#525252'24'0''1''1'759),
    (
    760302111.00'soft_sofachair_norja*2'110'''#ffffff,#525252,#525252'24'0''1''1'760),
    (
    761402211.00'soft_sofa_norja*2'110'''#ffffff,#525252,#ffffff,#525252,#525252,#525252'24'0''1''1'761),
    (
    762301211.20'divider_nor2*2'110'''#ffffff,#ffffff,#525252,#525252'24'0''1''1'762),
    (
    763301111.20'divider_nor1*2'110'''#ffffff,#525252'24'0''1''1'763),
    (
    764601110.00'divider_nor3*2'110'''#ffffff,#ffffff,#525252,#525252'24'1''1''1'764),
    (
    765301210.00'divider_nor4*2'110'''#ffffff,#ffffff,#525252,#525252,#525252,#525252'24'1''1''1'765),
    (
    766301110.00'divider_nor5*2'110'''#ffffff,#525252,#525252,#525252,#525252,#525252'24'1''1''1'766),
    (
    767302111.00'chair_norja*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'24'0''1''1'767),
    (
    768302211.00'couch_norja*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'24'0''1''1'768),
    (
    769301220.80'table_norja_med*3'110'''#ffffff,#ffffff'24'0''1''1'769),
    (
    770301110.00'shelves_norja*3'110'''#ffffff,#ffffff'24'0''1''1'770),
    (
    771302111.00'soft_sofachair_norja*3'110'''#ffffff,#ffffff,#ffffff'24'0''1''1'771),
    (
    772402211.00'soft_sofa_norja*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'24'0''1''1'772),
    (
    773301211.20'divider_nor2*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'24'0''1''1'773),
    (
    774301111.20'divider_nor1*3'110'''#ffffff,#ffffff'24'0''1''1'774),
    (
    775601110.00'divider_nor3*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'24'1''1''1'775),
    (
    776301210.00'divider_nor4*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'24'1''1''1'776),
    (
    777301110.00'divider_nor5*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'24'1''1''1'777),
    (
    778302111.00'chair_norja*4'110'''#ffffff,#ffffff,#ABD0D2,#ABD0D2'24'0''1''1'778),
    (
    779302211.00'couch_norja*4'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2'24'0''1''1'779),
    (
    780301220.80'table_norja_med*4'110'''#ffffff,#ABD0D2'24'0''1''1'780),
    (
    781301110.00'shelves_norja*4'110'''#ffffff,#ABD0D2'24'0''1''1'781),
    (
    782302111.00'soft_sofachair_norja*4'110'''#ffffff,#ABD0D2,#ABD0D2'24'0''1''1'782),
    (
    783402211.00'soft_sofa_norja*4'110'''#ffffff,#ABD0D2,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2'24'0''1''1'783),
    (
    784301211.20'divider_nor2*4'110'''#ffffff,#ffffff,#ABD0D2,#ABD0D2'24'0''1''1'784),
    (
    785301111.20'divider_nor1*4'110'''#ffffff,#ABD0D2'24'0''1''1'785),
    (
    786601110.00'divider_nor3*4'110'''#ffffff,#ffffff,#ABD0D2,#ABD0D2'24'1''1''1'786),
    (
    787301210.00'divider_nor4*4'110'''#ffffff,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2'24'1''1''1'787),
    (
    788301110.00'divider_nor5*4'110'''#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2'24'1''1''1'788),
    (
    789302111.00'chair_norja*5'110'''#ffffff,#ffffff,#EE7EA4,#EE7EA4'24'0''1''1'789),
    (
    790302211.00'couch_norja*5'110'''#ffffff,#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4'24'0''1''1'790),
    (
    791301220.80'table_norja_med*5'110'''#ffffff,#EE7EA4'24'0''1''1'791),
    (
    792301110.00'shelves_norja*5'110'''#ffffff,#EE7EA4'24'0''1''1'792),
    (
    793302111.00'soft_sofachair_norja*5'110'''#ffffff,#EE7EA4,#EE7EA4'24'0''1''1'793),
    (
    794402211.00'soft_sofa_norja*5'110'''#ffffff,#EE7EA4,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4'24'0''1''1'794),
    (
    795301211.20'divider_nor2*5'110'''#ffffff,#ffffff,#EE7EA4,#EE7EA4'24'0''1''1'795),
    (
    7*** 301111.20'divider_nor1*5'110'''#ffffff,#EE7EA4'24'0''1''1'796),
    (
    7*** 601110.00'divider_nor3*5'110'''#ffffff,#ffffff,#EE7EA4,#EE7EA4'24'1''1''1'797),
    (
    798301210.00'divider_nor4*5'110'''#ffffff,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4'24'1''1''1'798),
    (
    7*** 301110.00'divider_nor5*5'110'''#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4'24'1''1''1'799),
    (
    800302111.00'chair_norja*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'24'0''1''1'800),
    (
    801302211.00'couch_norja*6'110'''#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8'24'0''1''1'801),
    (
    802301220.80'table_norja_med*6'110'''#ffffff,#5EAAF8'24'0''1''1'802),
    (
    803301110.00'shelves_norja*6'110'''#ffffff,#5EAAF8'24'0''1''1'803),
    (
    804302111.00'soft_sofachair_norja*6'110'''#ffffff,#5EAAF8,#5EAAF8'24'0''1''1'804),
    (
    805402211.00'soft_sofa_norja*6'110'''#ffffff,#5EAAF8,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8'24'0''1''1'805),
    (
    806301211.20'divider_nor2*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'24'0''1''1'806),
    (
    807301111.20'divider_nor1*6'110'''#ffffff,#5EAAF8'24'0''1''1'807),
    (
    808601110.00'divider_nor3*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'24'1''1''1'808),
    (
    809301210.00'divider_nor4*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8'24'1''1''1'809),
    (
    810301110.00'divider_nor5*6'110'''#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8'24'1''1''1'810),
    (
    811302111.00'chair_norja*7'110'''#ffffff,#ffffff,#7CB135,#7CB135'24'0''1''1'811),
    (
    812302211.00'couch_norja*7'110'''#ffffff,#ffffff,#ffffff,#ffffff,#7CB135,#7CB135,#7CB135,#7CB135'24'0''1''1'812),
    (
    813301220.80'table_norja_med*7'110'''#ffffff,#7CB135'24'0''1''1'813),
    (
    814301110.00'shelves_norja*7'110'''#ffffff,#7CB135'24'0''1''1'814),
    (
    815302111.00'soft_sofachair_norja*7'110'''#ffffff,#7CB135,#7CB135'24'0''1''1'815),
    (
    816402211.00'soft_sofa_norja*7'110'''#ffffff,#7CB135,#ffffff,#7CB135,#7CB135,#7CB135'24'0''1''1'816),
    (
    817301211.20'divider_nor2*7'110'''#ffffff,#ffffff,#7CB135,#7CB135'24'0''1''1'817),
    (
    818301111.20'divider_nor1*7'110'''#ffffff,#7CB135'24'0''1''1'818),
    (
    819601110.00'divider_nor3*7'110'''#ffffff,#ffffff,#7CB135,#7CB135'24'1''1''1'819),
    (
    820301210.00'divider_nor4*7'110'''#ffffff,#ffffff,#7CB135,#7CB135,#7CB135,#7CB135'24'1''1''1'820),
    (
    821301110.00'divider_nor5*7'110'''#ffffff,#7CB135,#7CB135,#7CB135,#7CB135,#7CB135'24'1''1''1'821),
    (
    822302111.00'chair_norja*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'24'0''1''1'822),
    (
    823302211.00'couch_norja*8'110'''#ffffff,#ffffff,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837'24'0''1''1'823),
    (
    824301220.80'table_norja_med*8'110'''#ffffff,#FFD837'24'0''1''1'824),
    (
    825301110.00'shelves_norja*8'110'''#ffffff,#FFD837'24'0''1''1'825),
    (
    826302111.00'soft_sofachair_norja*8'110'''#ffffff,#FFD837,#FFD837'24'0''1''1'826),
    (
    827402211.00'soft_sofa_norja*8'110'''#ffffff,#FFD837,#ffffff,#FFD837,#FFD837,#FFD837'24'0''1''1'827),
    (
    828301211.20'divider_nor2*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'24'0''1''1'828),
    (
    829301111.20'divider_nor1*8'110'''#ffffff,#FFD837'24'0''1''1'829),
    (
    830601110.00'divider_nor3*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'24'1''1''1'830),
    (
    831301210.00'divider_nor4*8'110'''#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837'24'1''1''1'831),
    (
    8*** 301110.00'divider_nor5*8'110'''#ffffff,#FFD837,#FFD837,#FFD837,#FFD837,#FFD837'24'1''1''1'832),
    (
    833302111.00'chair_norja*9'110'''#ffffff,#ffffff,#E14218,#E14218'24'0''1''1'833),
    (
    834302211.00'couch_norja*9'110'''#ffffff,#ffffff,#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218'24'0''1''1'834),
    (
    835301220.80'table_norja_med*9'110'''#ffffff,#E14218'24'0''1''1'835),
    (
    836301110.00'shelves_norja*9'110'''#ffffff,#E14218'24'0''1''1'836),
    (
    837302111.00'soft_sofachair_norja*9'110'''#ffffff,#E14218,#E14218'24'0''1''1'837),
    (
    838402211.00'soft_sofa_norja*9'110'''#ffffff,#E14218,#ffffff,#E14218,#E14218,#E14218'24'0''1''1'838),
    (
    839301211.20'divider_nor2*9'110'''#ffffff,#ffffff,#E14218,#E14218'24'0''1''1'839),
    (
    840301111.20'divider_nor1*9'110'''#ffffff,#E14218'24'0''1''1'840),
    (
    841601110.00'divider_nor3*9'110'''#ffffff,#ffffff,#E14218,#E14218'24'1''1''1'841),
    (
    842301210.00'divider_nor4*9'110'''#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218'24'1''1''1'842),
    (
    843301110.00'divider_nor5*9'110'''#ffffff,#E14218,#E14218,#E14218,#E14218,#E14218'24'1''1''1'843),
    (
    844402231.50'bed_polyfon*2'110'''#ffffff,#ffffff,#525252,#525252'27'0''1''1'844),
    (
    845302131.50'bed_polyfon_one*2'110'''#ffffff,#ffffff,#ffffff,#525252,#525252'27'0''1''1'845),
    (
    846402211.20'sofa_polyfon*2'110'''#ffffff,#ffffff,#ffffff,#ffffff,#525252,#525252,#525252,#525252'27'0''1''1'846),
    (
    847302111.20'sofachair_polyfon*2'110'''#ffffff,#ffffff,#525252,#525252'27'0''1''1'847),
    (
    848601110.00'divider_poly3*2'110'''#ffffff,#ffffff,#ffffff,#525252,#525252'27'1''1''1'848),
    (
    849301211.00'bardesk_polyfon*2'110'''#ffffff,#ffffff,#525252,#525252'27'0''1''1'849),
    (
    850301111.00'bardeskcorner_polyfon*2'110'''#ffffff,#525252'27'0''1''1'850),
    (
    851402231.50'bed_polyfon*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'27'0''1''1'851),
    (
    852302131.50'bed_polyfon_one*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'27'0''1''1'852),
    (
    853402211.20'sofa_polyfon*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'27'0''1''1'853),
    (
    854302111.20'sofachair_polyfon*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'27'0''1''1'854),
    (
    855601110.00'divider_poly3*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'27'1''1''1'855),
    (
    856301211.00'bardesk_polyfon*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'27'0''1''1'856),
    (
    857301111.00'bardeskcorner_polyfon*3'110'''#ffffff,#ffffff'27'0''1''1'857),
    (
    858402231.50'bed_polyfon*4'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'27'0''1''1'858),
    (
    859302131.50'bed_polyfon_one*4'110'''#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC'27'0''1''1'859),
    (
    860402211.20'sofa_polyfon*4'110'''#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC'27'0''1''1'860),
    (
    861302111.20'sofachair_polyfon*4'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'27'0''1''1'861),
    (
    862601110.00'divider_poly3*4'110'''#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC'27'1''1''1'862),
    (
    863301211.00'bardesk_polyfon*4'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'27'0''1''1'863),
    (
    864301111.00'bardeskcorner_polyfon*4'110'''#ffffff,#F7EBBC'27'0''1''1'864),
    (
    865402231.50'bed_polyfon*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'27'0''1''1'865),
    (
    866302131.50'bed_polyfon_one*6'110'''#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8'27'0''1''1'866),
    (
    867402211.20'sofa_polyfon*6'110'''#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8'27'0''1''1'867),
    (
    868302111.20'sofachair_polyfon*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'27'0''1''1'868),
    (
    869601110.00'divider_poly3*6'110'''#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8'27'1''1''1'869),
    (
    870301211.00'bardesk_polyfon*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'27'0''1''1'870),
    (
    871301111.00'bardeskcorner_polyfon*6'110'''#ffffff,#5EAAF8'27'0''1''1'871),
    (
    872402231.50'bed_polyfon*7'110'''#ffffff,#ffffff,#7CB135,#7CB135'27'0''1''1'872),
    (
    873302131.50'bed_polyfon_one*7'110'''#ffffff,#ffffff,#ffffff,#7CB135,#7CB135'27'0''1''1'873),
    (
    874402211.20'sofa_polyfon*7'110'''#ffffff,#ffffff,#ffffff,#ffffff,#7CB135,#7CB135,#7CB135,#7CB135'27'0''1''1'874),
    (
    875302111.20'sofachair_polyfon*7'110'''#ffffff,#ffffff,#7CB135,#7CB135'27'0''1''1'875),
    (
    876601110.00'divider_poly3*7'110'''#ffffff,#ffffff,#ffffff,#7CB135,#7CB135'27'1''1''1'876),
    (
    877301211.00'bardesk_polyfon*7'110'''#ffffff,#ffffff,#7CB135,#7CB135'27'0''1''1'877),
    (
    878301111.00'bardeskcorner_polyfon*7'110'''#ffffff,#7CB135'27'0''1''1'878),
    (
    879402231.50'bed_polyfon*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'27'0''1''1'879),
    (
    880302131.50'bed_polyfon_one*8'110'''#ffffff,#ffffff,#ffffff,#FFD837,#FFD837'27'0''1''1'880),
    (
    881402211.20'sofa_polyfon*8'110'''#ffffff,#ffffff,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837'27'0''1''1'881),
    (
    882302111.20'sofachair_polyfon*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'27'0''1''1'882),
    (
    883601110.00'divider_poly3*8'110'''#ffffff,#ffffff,#ffffff,#FFD837,#FFD837'27'1''1''1'883),
    (
    884301211.00'bardesk_polyfon*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'27'0''1''1'884),
    (
    885301111.00'bardeskcorner_polyfon*8'110'''#ffffff,#FFD837'27'0''1''1'885),
    (
    886402231.50'bed_polyfon*9'110'''#ffffff,#ffffff,#E14218,#E14218'27'0''1''1'886),
    (
    887302131.50'bed_polyfon_one*9'110'''#ffffff,#ffffff,#ffffff,#E14218,#E14218'27'0''1''1'887),
    (
    888402211.20'sofa_polyfon*9'110'''#ffffff,#ffffff,#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218'27'0''1''1'888),
    (
    889302111.20'sofachair_polyfon*9'110'''#ffffff,#ffffff,#E14218,#E14218'27'0''1''1'889),
    (
    890601110.00'divider_poly3*9'110'''#ffffff,#ffffff,#ffffff,#E14218,#E14218'27'1''1''1'890),
    (
    891301211.00'bardesk_polyfon*9'110'''#ffffff,#ffffff,#E14218,#E14218'27'0''1''1'891),
    (
    892301111.00'bardeskcorner_polyfon*9'110'''#ffffff,#E14218'27'0''1''1'892),
    (
    893202111.00'pura_mdl1*1'110'''#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', *** '0''1''1'893),
    (
    894202111.00'pura_mdl2*1'110'''#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', *** '0''1''1'894),
    (
    895202111.00'pura_mdl3*1'110'''#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', *** '0''1''1'895),
    (
    8*** 202111.00'pura_mdl4*1'110'''#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2', *** '0''1''1'896),
    (
    8*** 102111.00'pura_mdl5*1'110'''#FFFFFF,#ABD0D2,#FFFFFF', *** '0''1''1'897),
    (
    898202111.00'pura_mdl1*2'110'''#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', *** '0''1''1'898),
    (
    8*** 202111.00'pura_mdl2*2'110'''#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', *** '0''1''1'899),
    (
    900202111.00'pura_mdl3*2'110'''#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', *** '0''1''1'900),
    (
    901202111.00'pura_mdl4*2'110'''#FFFFFF,#FF99BC,#FF99BC,#FF99BC', *** '0''1''1'901),
    (
    902102111.00'pura_mdl5*2'110'''#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', *** '0''1''1'902),
    (
    903202111.00'pura_mdl1*3'110'''#FFFFFF,#525252,#525252,#FFFFFF', *** '0''1''1'903),
    (
    904202111.00'pura_mdl2*3'110'''#FFFFFF,#525252,#525252,#FFFFFF', *** '0''1''1'904),
    (
    905202111.00'pura_mdl3*3'110'''#FFFFFF,#525252,#525252,#FFFFFF', *** '0''1''1'905),
    (
    906202111.00'pura_mdl4*3'110'''#FFFFFF,#525252,#525252,#525252', *** '0''1''1'906),
    (
    907102111.00'pura_mdl5*3'110'''#FFFFFF,#525252,#525252,#FFFFFF', *** '0''1''1'907),
    (
    908202111.00'pura_mdl1*4'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'908),
    (
    909202111.00'pura_mdl2*4'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'909),
    (
    910202111.00'pura_mdl3*4'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'910),
    (
    911202111.00'pura_mdl4*4'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'911),
    (
    912102111.00'pura_mdl5*4'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'912),
    (
    913202111.00'pura_mdl1*5'110'''#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', *** '0''1''1'913),
    (
    914202111.00'pura_mdl2*5'110'''#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', *** '0''1''1'914),
    (
    915202111.00'pura_mdl3*5'110'''#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', *** '0''1''1'915),
    (
    916202111.00'pura_mdl4*5'110'''#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC', *** '0''1''1'916),
    (
    917102111.00'pura_mdl5*5'110'''#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', *** '0''1''1'917),
    (
    918202111.00'pura_mdl1*6'110'''#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', *** '0''1''1'918),
    (
    919202111.00'pura_mdl2*6'110'''#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', *** '0''1''1'919),
    (
    920202111.00'pura_mdl3*6'110'''#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', *** '0''1''1'920),
    (
    921202111.00'pura_mdl4*6'110'''#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8', *** '0''1''1'921),
    (
    922102111.00'pura_mdl5*6'110'''#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', *** '0''1''1'922),
    (
    923202111.00'pura_mdl1*7'110'''#FFFFFF,#92D13D,#92D13D,#FFFFFF', *** '0''1''1'923),
    (
    924202111.00'pura_mdl2*7'110'''#FFFFFF,#92D13D,#92D13D,#FFFFFF', *** '0''1''1'924),
    (
    925202111.00'pura_mdl3*7'110'''#FFFFFF,#92D13D,#92D13D,#FFFFFF', *** '0''1''1'925),
    (
    926202111.00'pura_mdl4*7'110'''#FFFFFF,#92D13D,#92D13D,#92D13D', *** '0''1''1'926),
    (
    927102111.00'pura_mdl5*7'110'''#FFFFFF,#92D13D,#92D13D,#FFFFFF', *** '0''1''1'927),
    (
    928202111.00'pura_mdl1*8'110'''#FFFFFF,#FFD837,#FFD837,#FFFFFF', *** '0''1''1'928),
    (
    929202111.00'pura_mdl2*8'110'''#FFFFFF,#FFD837,#FFD837,#FFFFFF', *** '0''1''1'929),
    (
    930202111.00'pura_mdl3*8'110'''#FFFFFF,#FFD837,#FFD837,#FFFFFF', *** '0''1''1'930),
    (
    931202111.00'pura_mdl4*8'110'''#FFFFFF,#FFD837,#FFD837,#FFD837', *** '0''1''1'931),
    (
    9*** 102111.00'pura_mdl5*8'110'''#FFFFFF,#FFD837,#FFD837,#FFFFFF', *** '0''1''1'932),
    (
    933202111.00'pura_mdl1*9'110'''#FFFFFF,#E14218,#E14218,#FFFFFF', *** '0''1''1'933),
    (
    934202111.00'pura_mdl2*9'110'''#FFFFFF,#E14218,#E14218,#FFFFFF', *** '0''1''1'934),
    (
    935202111.00'pura_mdl3*9'110'''#FFFFFF,#E14218,#E14218,#FFFFFF', *** '0''1''1'935),
    (
    936202111.00'pura_mdl4*9'110'''#FFFFFF,#E14218,#E14218,#E14218', *** '0''1''1'936),
    (
    937102111.00'pura_mdl5*9'110'''#FFFFFF,#E14218,#E14218,#FFFFFF', *** '0''1''1'937),
    (
    938502111.00'chair_basic*1'110'''#FFFFFF,#ABD0D2,#FFFFFF', *** '0''1''1'938),
    (
    939502111.00'chair_basic*1'110'''#FFFFFF,#FF99BC,#FFFFFF', *** '0''1''1'939),
    (
    940502111.00'chair_basic*1'110'''#FFFFFF,#525252,#FFFFFF', *** '0''1''1'940),
    (
    941502111.00'chair_basic*1'110'''#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'941),
    (
    942502111.00'chair_basic*1'110'''#FFFFFF,#F7EBBC,#FFFFFF', *** '0''1''1'942),
    (
    943502111.00'chair_basic*1'110'''#FFFFFF,#5EAAF8,#FFFFFF', *** '0''1''1'943),
    (
    944502111.00'chair_basic*1'110'''#FFFFFF,#92D13D,#FFFFFF', *** '0''1''1'944),
    (
    945502111.00'chair_basic*1'110'''#FFFFFF,#FFD837,#FFFFFF', *** '0''1''1'945),
    (
    946502111.00'chair_basic*1'110'''#FFFFFF,#E14218,#FFFFFF', *** '0''1''1'946),
    (
    9471001220.00'grand_piano*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'947),
    (
    948202111.20'romantique_pianochair*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'948),
    (
    949502111.00'romantique_chair*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'949),
    (
    950602211.00'romantique_divan*1'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FF8B8B'35'0''1''1'950),
    (
    951601210.00'romantique_divider*1'110'''#FF8B8B,#FF8B8B,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'35'0''1''1'951),
    (
    952401110.80'romantique_smalltabl*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'952),
    (
    9531001220.00'grand_piano*2'110'''#FFFFFF,#A1DC67,#FFFFFF'35'0''1''1'953),
    (
    954202111.20'romantique_pianochair*2'110'''#FFFFFF,#A1DC67,#FFFFFF'35'0''1''1'954),
    (
    955502111.00'romantique_chair*2'110'''#FFFFFF,#A1DC67,#FFFFFF'35'0''1''1'955),
    (
    956602211.00'romantique_divan*2'110'''#FFFFFF,#FFFFFF,#FFFFFF,#A1DC67'35'0''1''1'956),
    (
    957601210.00'romantique_divider*2'110'''#A1DC67,#A1DC67,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'35'0''1''1'957),
    (
    958401110.80'romantique_smalltabl*2'110'''#FFFFFF,#A1DC67,#FFFFFF'35'0''1''1'958),
    (
    9591001220.00'grand_piano*3'110'''#FFFFFF,#5BD1D2,#FFFFFF'35'0''1''1'959),
    (
    960202111.20'romantique_pianochair*3'110'''#FFFFFF,#5BD1D2,#FFFFFF'35'0''1''1'960),
    (
    961502111.00'romantique_chair*3'110'''#FFFFFF,#5BD1D2,#FFFFFF'35'0''1''1'961),
    (
    962602211.00'romantique_divan*3'110'''#FFFFFF,#FFFFFF,#FFFFFF,#5BD1D2'35'0''1''1'962),
    (
    963601210.00'romantique_divider*3'110'''#5BD1D2,#5BD1D2,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'35'0''1''1'963),
    (
    964401110.80'romantique_smalltabl*3'110'''#FFFFFF,#5BD1D2,#FFFFFF'35'0''1''1'964),
    (
    9651001220.00'grand_piano*4'110'''#FFFFFF,#FFC924,#FFFFFF'35'0''1''1'965),
    (
    966202111.20'romantique_pianochair*4'110'''#FFFFFF,#FFC924,#FFFFFF'35'0''1''1'966),
    (
    967502111.00'romantique_chair*4'110'''#FFFFFF,#FFC924,#FFFFFF'35'0''1''1'967),
    (
    968602211.00'romantique_divan*4'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFC924'35'0''1''1'968),
    (
    969601210.00'romantique_divider*4'110'''#FFC924,#FFC924,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'35'0''1''1'969),
    (
    970401110.80'romantique_smalltabl*4'110'''#FFFFFF,#FFC924,#FFFFFF'35'0''1''1'970),
    (
    9711001220.00'grand_piano*5'110'''#FFFFFF,#323C46,#FFFFFF'35'0''1''1'971),
    (
    972202111.20'romantique_pianochair*5'110'''#FFFFFF,#323C46,#FFFFFF'35'0''1''1'972),
    (
    973502111.00'romantique_chair*5'110'''#FFFFFF,#323C46,#FFFFFF'35'0''1''1'973),
    (
    974602211.00'romantique_divan*5'110'''#FFFFFF,#FFFFFF,#FFFFFF,#323C46'35'0''1''1'974),
    (
    1610001110.00'eco_fruits1'100'4\r\n38\r\n37\r\n39''', -1'0''1''0'1610);
    INSERT INTO `catalogue_items` (`tid`, `catalogue_cost_credits`, `catalogue_cost_pixels`, `typeid`, `length`, `width`, `top`, `name_cct`, `status_max`, `rights_required`, `next_to_required`, `drink_ids`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
    (976401110.80'romantique_smalltabl*5'110'''#FFFFFF,#323C46,#FFFFFF'35'0''1''1'976),
    (
    9772502211.00'club_sofa'110'''0,0,0'54'0''1''1'977),
    (
    978302111.00'chair_plasto*14'110'''#ffffff,#3CB4F0,#ffffff,#3CB4F0'54'0''1''1'978),
    (
    979301221.00'table_plasto_4leg*14'110'''#ffffff,#3CB4F0,#ffffff,#3CB4F0'54'0''1''1'979),
    (
    9802501110.00'mocchamaster'110'''0,0,0'54'0''1''1'980),
    (
    9812501110.00'edicehc'110'''0,0,0'54'0''1''1'981),
    (
    9822502121.00'hcamme'110'''0,0,0'54'0''1''1'982),
    (
    9832501110.00'doorD'100'''0,0,0'54'0''1''1'983),
    (
    9842502211.00'hcsohva'110'''0,0,0'54'0''1''1'984),
    (
    9852501110.00'hc_lmp'110'''0,0,0'54'0''1''1'985),
    (
    9862501131.00'hc_tbl'110'''0,0,0'54'0''1''1'986),
    (
    9872502111.00'hc_chr'110'''0,0,0'54'0''1''1'987),
    (
    9882501120.00'hc_dsk'110'''0,0,0'54'0''1''1'988),
    (
    9892501120.00'hc_trll'110'''0,0,0'54'0''1''1'989),
    (
    9902504350.00'hc_crpt'110'''0,0,0'54'0''1''1'990),
    (
    9912501110.00'hc_lmpst'110'''0,0,0'54'0''1''1'991),
    (
    9922501210.00'hc_crtn'110'''0,0,0'54'1''1''1'992),
    (
    9932502211.30'hc_tv'110'''0,0,0'54'0''1''1'993),
    (
    9942501110.00'hc_btlr'110'''0,0,0'54'0''1''1'994),
    (
    9952501140.00'hc_bkshlf'110'''0,0,0'54'0''1''1'995),
    (
    9*** 2501210.00'hc_rntgn'110'''0,0,0'54'0''1''1'996),
    (
    9*** 2501130.00'hc_machine'110'''0,0,0'54'0''1''1'997),
    (
    9982501130.00'hc_frplc'110'''0,0,0'54'0''1''1'998),
    (
    9*** 2501310.00'hc_djset'110'''0,0,0'54'0''1''1'999),
    (
    10002501110.20'hc_rllr'110'''0,0,0'54'0''1''1'1000),
    (
    10012500000.00'hc_wall_lamp'110'''0,0,0'54'0''1''1'1001),
    (
    10022500000.00'roomdimmer'110'''0,0,0'12'0''1''1'1002),
    (
    100350251110.00'rare_dragonlamp*0'110'''#ffffff,#fa2d00,#fa2d00'56'0''1''1'1003),
    (
    100450251110.00'rare_dragonlamp*1'110'''#ffffff,#3470ff,#3470ff'56'0''1''1'1004),
    (
    10052501110.00'rare_dragonlamp*2'110'''#ffffff,#02bb70,#02bb70'68'0''1''1'1005),
    (
    10062501110.00'rare_dragonlamp*3'110'''#ffffff,#ffffff,#ffffff'68'0''1''1'1006),
    (
    10072501110.00'rare_dragonlamp*4'110'''#ffffff,#3e3d40,#3e3d40'68'0''1''1'1007),
    (
    100850251110.00'rare_dragonlamp*5'110'''#ffffff,#589a03,#589a03'56'0''1''1'1008),
    (
    10092501110.00'rare_dragonlamp*6'110'''#ffffff,#ffbc00,#ffbc00'68'0''1''1'1009),
    (
    10102501110.00'rare_dragonlamp*7'110'''#ffffff,#83aeff,#83aeff'68'0''1''1'1010),
    (
    10112501110.00'rare_dragonlamp*8'110'''#ffffff,#ff5f01,#ff5f01'68'0''1''1'1011),
    (
    101250251110.00'rare_dragonlamp*9'110'''#FFFFFF,#B357FF,#B357FF'56'0''1''1'1012),
    (
    101325101110.00'rare_fan*0'110'''#F43****#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1013),
    (
    101425101110.00'rare_fan*1'110'''#3C75FF,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1014),
    (
    101525101110.00'rare_fan*2'110'''#55CD01,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1015),
    (
    101625101110.00'rare_fan*3'110'''#BC9BFF,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1016),
    (
    101725101110.00'rare_fan*4'110'''#e78b8b,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1017),
    (
    101825101110.00'rare_fan*5'110'''#ffcc00,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1018),
    (
    101925101110.00'rare_fan*6'110'''#FF8000,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1019),
    (
    102025101110.00'rare_fan*7'110'''#682B00,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1020),
    (
    102125101110.00'rare_fan*8'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1021),
    (
    102225101110.00'rare_fan*9'110'''#FF60B0,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1022),
    (
    102325101110.00'rare_icecream*0'100'4''#FFFFFF,#d02a1f'58'0''1''1'1023),
    (
    102425101110.00'rare_icecream*1'100'4''#FFFFFF,#55c4de'58'0''1''1'1024),
    (
    102525101110.00'rare_icecream*2'100'4''#FFFFFF,#94f718'58'0''1''1'1025),
    (
    102625101110.00'rare_icecream*3'100'4''#FFFFFF,#B357FF'58'0''1''1'1026),
    (
    102725101110.00'rare_icecream*4'100'4''#FFFFFF,#e78b8b'58'0''1''1'1027),
    (
    102825101110.00'rare_icecream*5'100'4''#FFFFFF,#E1CC00'58'0''1''1'1028),
    (
    102925101110.00'rare_icecream*6'100'4''#FFFFFF,#FF8000'58'0''1''1'1029),
    (
    103025101110.00'rare_icecream*7'100'4''#FFFFFF,#97420C'58'0''1''1'1030),
    (
    103125101110.00'rare_icecream*8'100'4''#FFFFFF,#00E5E2'58'0''1''1'1031),
    (
    10*** 25101110.00'rare_icecream*9'100'4''#FFFFFF,#FF60B0'58'0''1''1'1032),
    (
    10332532111.00'rubberchair*1'110'''#0080FF,0,0'59'0''1''1'1033),
    (
    10342532111.00'rubberchair*2'110'''#FF8B8B,0,0'59'0''1''1'1034),
    (
    10352532111.00'rubberchair*3'110'''#FF8000,0,0'59'0''1''1'1035),
    (
    10362532111.00'rubberchair*4'110'''#00E5E2,0,0'59'0''1''1'1036),
    (
    10372532111.00'rubberchair*5'110'''#A1DC67,0,0'59'0''1''1'1037),
    (
    10382532111.00'rubberchair*6'110'''#B357FF,0,0'59'0''1''1'1038),
    (
    10392532111.00'rubberchair*7'110'''#CFCFCF,0,0'59'0''1''1'1039),
    (
    10402532111.00'rubberchair*8'110'''#333333,0,0'59'0''1''1'1040),
    (
    104150151110.00'scifiport*0'110'''#ffffff,#dd2d22,#ffffff,#ffffff,#ffffff,#dd2d22'60'1''1''1'1041),
    (
    104250151110.00'scifiport*1'110'''#ffffff,#ffbc00,#ffffff,#ffffff,#ffffff,#ffbc00'60'1''1''1'1042),
    (
    104350151110.00'scifiport*2'110'''#ffffff,#5599ff,#ffffff,#ffffff,#ffffff,#5599ff'60'1''1''1'1043),
    (
    104450151110.00'scifiport*3'110'''#ffffff,#02bb70,#ffffff,#ffffff,#ffffff,#02bb70'60'1''1''1'1044),
    (
    104550151110.00'scifiport*4'110'''#ffffff,#ff5577,#ffffff,#ffffff,#ffffff,#ff5577'60'1''1''1'1045),
    (
    104650151110.00'scifiport*5'110'''#ffffff,#555555,#ffffff,#ffffff,#ffffff,#555555'60'1''1''1'1046),
    (
    104750151110.00'scifiport*6'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'60'1''1''1'1047),
    (
    104850151110.00'scifiport*7'110'''#ffffff,#00cccc,#ffffff,#ffffff,#ffffff,#00cccc'60'1''1''1'1048),
    (
    104950151110.00'scifiport*8'110'''#ffffff,#bb55cc,#ffffff,#ffffff,#ffffff,#bb55cc'60'1''1''1'1049),
    (
    105050151110.00'scifiport*9'110'''#ffffff,#7733ff,#ffffff,#ffffff,#ffffff,#7733ff'60'1''1''1'1050),
    (
    105125151110.00'marquee*1'110'''#ffffff,#ffffff,#ffffff,#e78b8b'61'1''1''1'1051),
    (
    105225151110.00'marquee*2'110'''#ffffff,#ffffff,#ffffff,#d02a1f'61'1''1''1'1052),
    (
    105325151110.00'marquee*3'110'''#ffffff,#ffffff,#ffffff,#3399FF'61'1''1''1'1053),
    (
    105425151110.00'marquee*4'110'''#ffffff,#ffffff,#ffffff,#efbf00'61'1''1''1'1054),
    (
    105525151110.00'marquee*5'110'''#ffffff,#ffffff,#ffffff,#666666'61'1''1''1'1055),
    (
    105625151110.00'marquee*6'110'''#ffffff,#ffffff,#ffffff,#0000FF'61'1''1''1'1056),
    (
    105725151110.00'marquee*7'110'''#ffffff,#ffffff,#ffffff,#B357FF'61'1''1''1'1057),
    (
    105825151110.00'marquee*8'110'''#ffffff,#ffffff,#ffffff,#006699'61'1''1''1'1058),
    (
    105925151110.00'marquee*9'110'''#ffffff,#ffffff,#ffffff,#89ca35'61'1''1''1'1059),
    (
    106025101110.00'scifidoor*1'110'''#ffffff,#ffaaaa,#ffaaaa,#ffaaaa,#ffffff'62'1''1''1'1060),
    (
    106125101110.00'scifidoor*2'110'''#ffffff,#ffee66,#ffee66,#ffee66,#ffffff'62'1''1''1'1061),
    (
    106225101110.00'scifidoor*3'110'''#ffffff,#aaccff,#aaccff,#aaccff,#ffffff'62'1''1''1'1062),
    (
    106325101110.00'scifidoor*4'110'''#ffffff,#99dd77,#99dd77,#99dd77,#ffffff'62'1''1''1'1063),
    (
    106425101110.00'scifidoor*5'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'62'1''1''1'1064),
    (
    106525101110.00'scifidoor*6'110'''#ffffff,#333333,#333333,#333333,#ffffff'62'1''1''1'1065),
    (
    106625101110.00'scifidoor*7'110'''#ffffff,#aaffff,#aaffff,#aaffff,#ffffff'62'1''1''1'1066),
    (
    106725101110.00'scifidoor*8'110'''#ffffff,#ff99cc,#ff99cc,#ff99cc,#ffffff'62'1''1''1'1067),
    (
    106825101110.00'scifidoor*9'110'''#ffffff,#4488ff,#4488ff,#4488ff,#ffffff'62'1''1''1'1068),
    (
    106925101110.00'scifidoor*10'110'''#ffffff,#bb99ff,#bb99ff,#bb99ff,#ffffff'62'1''1''1'1069),
    (
    107025201120.00'wooden_screen*0'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'63'0''1''1'1070),
    (
    107125201120.00'wooden_screen*1'110'''#ffffff,#ffffff,#FFA795,#FFA795,#ffffff,#ffffff'63'0''1''1'1071),
    (
    107225201120.00'wooden_screen*2'110'''#ffffff,#ffffff,#bb0000,#bb0000,#ffffff,#ffffff'63'0''1''1'1072),
    (
    107325201120.00'wooden_screen*3'110'''#ffffff,#ffffff,#79E4B3,#79E4B3,#ffffff,#ffffff'63'0''1''1'1073),
    (
    107425201120.00'wooden_screen*4'110'''#ffffff,#ffffff,#F7B800,#F7B800,#ffffff,#ffffff'63'0''1''1'1074),
    (
    107525201120.00'wooden_screen*5'110'''#ffffff,#ffffff,#778B61,#778B61,#ffffff,#ffffff'63'0''1''1'1075),
    (
    107625201120.00'wooden_screen*6'110'''#ffffff,#ffffff,#72B6D1,#72B6D1,#ffffff,#ffffff'63'0''1''1'1076),
    (
    107725201120.00'wooden_screen*7'110'''#ffffff,#ffffff,#DA2591,#DA2591,#ffffff,#ffffff'63'0''1''1'1077),
    (
    107825201120.00'wooden_screen*8'110'''#ffffff,#ffffff,#004B5E,#004B5E,#ffffff,#ffffff'63'0''1''1'1078),
    (
    107925201120.00'wooden_screen*9'110'''ffffff,#ffffff,#A0BE1F,#A0BE1F,#ffffff,#ffffff'63'0''1''1'1079),
    (
    10805051113.70'pillar*0'110'''#ffffff,#ffffff,#ffffff'64'0''1''1'1080),
    (
    10815051113.70'pillar*1'110'''#ffffff,#FFD0D2,#FFD0D2'64'0''1''1'1081),
    (
    10825051113.70'pillar*2'110'''#ffffff,#7B5922,#7B5922'64'0''1''1'1082),
    (
    10835051113.70'pillar*3'110'''#ffffff,#BDCDEA,#BDCDEA'64'0''1''1'1083),
    (
    10845051113.70'pillar*4'110'''#ffffff,#71797C,#71797C'64'0''1''1'1084),
    (
    10855051113.70'pillar*5'110'''#ffffff,#CEDD65,#CEDD65'64'0''1''1'1085),
    (
    10865051113.70'pillar*6'110'''#ffffff,#972e2a,#972e2a'64'0''1''1'1086),
    (
    10875051113.70'pillar*7'110'''#ffffff,#e3ca0e,#e3ca0e'64'0''1''1'1087),
    (
    10885051113.70'pillar*8'110'''#ffffff,#9A924B,#9A924B'64'0''1''1'1088),
    (
    10895051113.70'pillar*9'110'''#ffffff,#B2A69D,#B2A69D'64'0''1''1'1089),
    (
    10905052110.80'pillow*0'110'''#ffffff,#ffffff,#ffffff,#ffffff'65'0''1''1'1090),
    (
    10915052110.90'pillow*1'110'''#FF8888,#FF8888,#ffffff,#ffffff'65'0''1''1'1091),
    (
    10925052110.80'pillow*2'110'''#F00000,#F00000,#ffffff,#ffffff'65'0''1''1'1092),
    (
    10935052110.80'pillow*3'110'''#83aeff,#83aeff,#ffffff,#ffffff'65'0''1''1'1093),
    (
    10945052110.80'pillow*4'110'''#FFBD18,#FFBD18,#ffffff,#ffffff'65'0''1''1'1094),
    (
    10955052110.80'pillow*5'110'''#494D29,#494D29,#ffffff,#ffffff'65'0''1''1'1095),
    (
    10*** 5052110.80'pillow*6'110'''#5DAAC9,#5DAAC9,#ffffff,#ffffff'65'0''1''1'1096),
    (
    10*** 5052110.80'pillow*7'110'''#E532CA,#E532CA,#ffffff,#ffffff'65'0''1''1'1097),
    (
    10985052110.80'pillow*8'110'''#214E68,#214E68,#ffffff,#ffffff'65'0''1''1'1098),
    (
    10*** 5052110.80'pillow*9'110'''#B9FF4B,#B9FF4B,#ffffff,#ffffff'65'0''1''1'1099),
    (
    1**** 50101110.00'scifirocket*0'110'''#ffffff,#ffffff,#dd2d22,#ffffff'66'0''1''1'1100),
    (
    1**** 50101110.00'scifirocket*1'110'''#ffffff,#ffffff,#f1b000,#ffffff'66'0''1''1'1101),
    (
    110250101110.00'scifirocket*2'110'''#ffffff,#ffffff,#009900,#ffffff'66'0''1''1'1102),
    (
    110350101110.00'scifirocket*3'110'''#ffffff,#ffffff,#02bb70,#ffffff'66'0''1''1'1103),
    (
    1**** 50101110.00'scifirocket*4'110'''#ffffff,#ffffff,#ff5577,#ffffff'66'0''1''1'1104),
    (
    1**** 50101110.00'scifirocket*5'110'''#ffffff,#ffffff,#555555,#ffffff'66'0''1''1'1105),
    (
    110650101110.00'scifirocket*6'110'''#ffffff,#ffffff,#ffffff,#ffffff'66'0''1''1'1106),
    (
    110750101110.00'scifirocket*7'110'''#ffffff,#ffffff,#00cccc,#ffffff'66'0''1''1'1107),
    (
    110850101110.00'scifirocket*8'110'''#ffffff,#ffffff,#bb55cc,#ffffff'66'0''1''1'1108),
    (
    1**** 50101110.00'scifirocket*9'110'''#ffffff,#ffffff,#0077FF,#ffffff'66'0''1''1'1109),
    (
    1**** 1034220.00'summer_pool*1'110'''#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8,#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8'67'0''1''1'1110),
    (
    1**** 1034220.00'summer_pool*2'110'''#E14218,#E14218,#E14218,#E14218,#ffffff,#ffffff,#ffffff,#ffffff,#E14218'67'0''1''1'1111),
    (
    1**** 1034220.00'summer_pool*3'110'''#92D13D,#92D13D,#92D13D,#92D13D,#ffffff,#ffffff,#ffffff,#ffffff,#92D13D'67'0''1''1'1112),
    (
    11131034220.00'summer_pool*4'110'''#FFD837,#FFD837,#FFD837,#FFD837,#ffffff,#ffffff,#ffffff,#ffffff,#FFD837'67'0''1''1'1113),
    (
    1**** 2501110.00'djesko_turntable'110'''0,0,0'68'0''1''1'1114),
    (
    1**** 2501110.00'hologram'110'''0,0,0'68'0''1''1'1115),
    (
    11162501110.00'redhologram'110'''0,0,0'68'0''1''1'1116),
    (
    11172501110.00'typingmachine'110'''0,0,0'68'0''1''1'1117),
    (
    11182501110.00'spyro'110'''0,0,0'68'0''1''1'1118),
    (
    11192501110.00'rare_globe'110'''0,0,0'68'0''1''1'1119),
    (
    11205072210.70'rare_xmas_screen'110'''0,0,0'118'0''1''1'1120),
    (
    11215072211.10'valentinescreen'110'''0,0,0'118'0''1''1'1121),
    (
    11222503131.50'rare_hammock'110'''0,0,0'68'0''1''1'1122),
    (
    112330104220.00'sandrug'110'''0,0,0', *** '0''1''1'1123),
    (
    112430104220.00'rare_snowrug'110'''0,0,0', *** '0''1''1'1124),
    (
    112530104220.00'rare_moonrug'110'''0,0,0', *** '0''1''1'1125),
    (
    112630104220.00'rare_daffodil_rug'110'''0,0,0', *** '0''1''1'1126),
    (
    11272501110.00'plant_cruddy'110'''0,0,0'68'0''1''1'1127),
    (
    11282501110.00'rare_mnstr'110'''0,0,0'68'0''1''1'1128),
    (
    11292501110.00'prize1'110'''0,0,0'68'0''1''1'1129),
    (
    11302501110.00'prize2'110'''0,0,0'68'0''1''1'1130),
    (
    11312501110.00'prize3'110'''0,0,0'68'0''1''1'1131),
    (
    11*** 5051110.00'rare_beehive_bulb'110'''#ffffff,#ffffff,#ffffff,#ffffff,#55c4de,#ffffff', **** '0''1''1'1132),
    (
    11335051110.00'rare_beehive_bulb*1'110'''#ffffff,#ffffff,#ffffff,#ffffff,#de5555,#ffffff', **** '0''1''1'1133),
    (
    11345051110.00'rare_beehive_bulb*2'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffcc00,#ffffff', **** '0''1''1'1134),
    (
    11355051110.00'rare_elephant_statue'110'''#ffffff,#ffcc00'116'0''1''1'1135),
    (
    11365051110.00'rare_elephant_statue*1'110'''#ffffff,#bfbfbf'116'0''1''1'1136),
    (
    11375051110.00'rare_elephant_statue*2'110'''#ffffff,#cc6600'116'0''1''1'1137),
    (
    11385051110.00'rare_fountain'110'''#ffffff,#ffffff,#ef5a5a', **** '0''1''1'1138),
    (
    11395051110.00'rare_fountain*1'110'''#ffffff,#ffffff,#ffffff', **** '0''1''1'1139),
    (
    11405051110.00'rare_fountain*2'110'''#ffffff,#ffffff,#b8cf00', **** '0''1''1'1140),
    (
    11415051110.00'rare_fountain*3'110'''#ffffff,#ffffff,#52bdbd', **** '0''1''1'1141),
    (
    11422501110.00'samovar'110'''0,0,0'68'0''1''1'1142),
    (
    11432501110.00'md_limukaappi'100'19''0,0,0'73'0''1''1'1143),
    (
    11442502111.80'rare_stand'110'''0,0,0'68'0''1''1'1144),
    (
    11451500000.00'poster 2005'110'''0,0,0'68'0''1''1'1145),
    (
    1611001110.00'eco_fruits2'100'4\r\n38\r\n37\r\n39''', -1'0''1''0'1611),
    (
    11472501110.00'rare_parasol*1'110'''#ffffff,#ffffff,#ffffff,#ffff11'93'0''1''1'1147),
    (
    11482501110.00'rare_parasol*2'110'''#ffffff,#ffffff,#ffffff,#ff8f61'93'0''1''1'1148),
    (
    11492501110.00'rare_parasol*3'110'''#ffffff,#ffffff,#ffffff,#d47fff'93'0''1''1'1149),
    (
    11505053130.80'sleepingbag*1'110'''#BB5F54,0,#BB5F54,0,#BB5F54'113'0''1''1'1150),
    (
    1151511110.00'solarium_norja'110'''0,#E2DAAC'117'0''1''1'1151),
    (
    11522502111.00'throne'110'''0,0,0'68'0''1''1'1152),
    (
    1153801110.00'prizetrophy7*3'110'''#ffffff,#ffffff,#996600'69'0''1''1'1153),
    (
    1154801110.00'prizetrophy4*3'110'''#ffffff,#ffffff,#996600'69'0''1''1'1154),
    (
    1155801110.00'prizetrophy3*3'110'''#ffffff,#ffffff,#996600'69'0''1''1'1155),
    (
    1156801110.00'prizetrophy6*3'110'''#ffffff,#ffffff,#996600'69'0''1''1'1156),
    (
    11571001110.00'prizetrophy4*2'110'''#ffffff,#ffffff,#ffffff'69'0''1''1'1157),
    (
    11581001110.00'prizetrophy7*2'110'''#ffffff,#ffffff,#ffffff'69'0''1''1'1158),
    (
    11591001110.00'prizetrophy3*2'110'''#ffffff,#ffffff,#ffffff'69'0''1''1'1159),
    (
    11601001110.00'prizetrophy6*2'110'''#ffffff,#ffffff,#ffffff'69'0''1''1'1160),
    (
    11611201110.00'prizetrophy4*1'110'''#ffffff,#ffffff,#FFDD3F'69'0''1''1'1161),
    (
    11621201110.00'prizetrophy3*1'110'''#ffffff,#ffffff,#FFDD3F'69'0''1''1'1162),
    (
    11631201110.00'prizetrophy7*1'110'''#ffffff,#ffffff,#FFDD3F'69'0''1''1'1163),
    (
    11641201110.00'prizetrophy6*1'110'''#ffffff,#ffffff,#FFDD3F'69'0''1''1'1164),
    (
    1165302111.00'noob_chair*1'110'''#FFFFFF,#EFE853,#EFE853,#FFFFFF,#EFE853,#EFE853'70'0''1''1'1165),
    (
    1166302111.00'noob_chair*2'110'''#FFFFFF,#4C526E,#8D92AB,#FFFFFF,#8D92AB,#4C526E'70'0''1''1'1166),
    (
    1167302111.00'noob_chair*3'110'''#FFFFFF,#985A47,#D9AD90,#FFFFFF,#D9AD90,#985A47'70'0''1''1'1167),
    (
    1168302111.00'noob_chair*4'110'''#FFFFFF,#80B1BC,#DAF4FA,#FFFFFF,#DAF4FA,#80B1BC'70'0''1''1'1168),
    (
    1169302111.00'noob_chair*5'110'''#FFFFFF,#F6C0C0,#F6C0C0,#FFFFFF,#F6C0C0,#F6C0C0'70'0''1''1'1169),
    (
    1170302111.00'noob_chair*6'110'''#FFFFFF,#FFD923,#B1B400,#FFFFFF,#B1B400,#FFD923'70'0''1''1'1170),
    (
    1171301110.00'noob_lamp*1'110'''#EFE853,#FFFFFF,#FFFFFF'70'0''1''1'1171),
    (
    1172301110.00'noob_lamp*2'110'''#4C526E,#FFFFFF,#FFFFFF'70'0''1''1'1172),
    (
    1173301110.00'noob_lamp*3'110'''#D9AD90,#FFFFFF,#FFFFFF'70'0''1''1'1173),
    (
    1174301110.00'noob_lamp*4'110'''#94CBD7,#FFFFFF,#FFFFFF'70'0''1''1'1174),
    (
    1175301110.00'noob_lamp*5'110'''#F5779F,#FFFFFF,#FFFFFF'70'0''1''1'1175),
    (
    1176301110.00'noob_lamp*6'110'''#FFD406,#FFFFFF,#FFFFFF'70'0''1''1'1176),
    (
    1177304230.00'noob_rug*1'110'''#FC9C45,#F4EC36'70'0''1''1'1177),
    (
    1178304230.00'noob_rug*2'110'''#4C526E,#8D92AB'70'0''1''1'1178),
    (
    1179304230.00'noob_rug*3'110'''#985A47,#D9AD90'70'0''1''1'1179),
    (
    1180304230.00'noob_rug*4'110'''#94CBD7,#DAF4FA'70'0''1''1'1180),
    (
    1181304230.00'noob_rug*5'110'''#F5779F,#F6C0C0'70'0''1''1'1181),
    (
    1182304230.00'noob_rug*6'110'''#B1B400,#FFD406'70'0''1''1'1182),
    (
    1183302111.20'noob_stool*1'110'''#FFFFFF,#F38420'70'0''1''1'1183),
    (
    1184302111.20'noob_stool*2'110'''#FFFFFF,#4C526E'70'0''1''1'1184),
    (
    1185302111.20'noob_stool*3'110'''#FFFFFF,#985A47'70'0''1''1'1185),
    (
    1186302111.20'noob_stool*4'110'''#FFFFFF,#94CBD7'70'0''1''1'1186),
    (
    1187302111.20'noob_stool*5'110'''#FFFFFF,#F5779F'70'0''1''1'1187),
    (
    1188302111.20'noob_stool*6'110'''#FFFFFF,#B1B400'70'0''1''1'1188),
    (
    1189301221.00'noob_table*1'110'''#FFFFFF,#F1E93A,#F38420'70'0''1''1'1189),
    (
    1190301221.00'noob_table*2'110'''#FFFFFF,#A5A9BC,#4C526E'70'0''1''1'1190),
    (
    1191301221.00'noob_table*3'110'''#FFFFFF,#D9AD90,#985A47'70'0''1''1'1191),
    (
    1192301221.00'noob_table*4'110'''#FFFFFF,#DAF4FA,#94CBD7'70'0''1''1'1192),
    (
    1193301221.00'noob_table*5'110'''#FFFFFF,#F6C0C0,#F5779F'70'0''1''1'1193),
    (
    1194301221.00'noob_table*6'110'''#FFFFFF,#FFD406,#B1B400'70'0''1''1'1194),
    (
    1195304110.00'carpet_soft_tut'110'''0,0,0'70'0''1''1'1195),
    (
    11*** 500000.00'noob_window_double'110'''0,0,0'71'0''1''1'1196),
    (
    11*** 500000.00'window_70s_narrow'110'''0,0,0'71'0''1''1'1197),
    (
    1198500000.00'window_70s_wide'110'''0,0,0'71'0''1''1'1198),
    (
    11*** 500000.00'window_basic'110'''0,0,0'71'0''1''1'1199),
    (
    1200500000.00'window_chinese_narrow'110'''0,0,0'71'0''1''1'1200),
    (
    1201500000.00'window_chinese_wide'110'''0,0,0'71'0''1''1'1201),
    (
    1202500000.00'window_double_default'110'''0,0,0'71'0''1''1'1202),
    (
    1203500000.00'window_golden'110'''0,0,0'71'0''1''1'1203),
    (
    1204500000.00'window_grunge'110'''0,0,0'71'0''1''1'1204),
    (
    1205500000.00'window_romantic_narrow'110'''0,0,0'71'0''1''1'1205),
    (
    1206500000.00'window_romantic_wide'110'''0,0,0'71'0''1''1'1206),
    (
    1207500000.00'window_single_default'110'''0,0,0'71'0''1''1'1207),
    (
    1208500000.00'window_square'110'''0,0,0'71'0''1''1'1208),
    (
    1209500000.00'window_triple'110'''0,0,0'71'0''1''1'1209),
    (
    1210300000.00'xmas_light'110'''0,0,0'45'0''1''1'1210),
    (
    1211304110.00'christmas_poop'110'''0,0,0'45'0''1''1'1211),
    (
    12122502122.00'christmas_reindeer'110'''0,0,0'45'0''1''1'1212),
    (
    12132502221.00'christmas_sleigh'110'''0,0,0'45'0''1''1'1213),
    (
    1214501110.00'tree6'110'''0,0,0'45'0''1''1'1214),
    (
    1215501110.00'tree7'110'''0,0,0'45'0''1''1'1215),
    (
    1216501210.00'xmas_cstl_gate'110'''0,0,0'45'1''1''1'1216),
    (
    1217501113.50'xmas_cstl_twr'110'''0,0,0'45'0''1''1'1217),
    (
    1218501213.00'xmas_cstl_wall'110'''0,0,0'45'0''1''1'1218),
    (
    1219501111.00'xmas_icelamp'110'''0,0,0'45'0''1''1'1219),
    (
    1220501210.00'plant_maze_snow'110'''0,0,0'45'0''1''1'1220),
    (
    1221501210.00'plant_mazegate_snow'110'''0,0,0'45'1''1''1'1221),
    (
    1222501110.00'safe_silo_pb'100'5\r\n1\r\n2\r\n5\r\n6''0,0,0'79'0''1''1'1222),
    (
    1223501111.00'exe_bardesk'110'''0,0,0'72'0''1''1'1223),
    (
    1224501111.00'exe_corner'110'''0,0,0'72'0''1''1'1224),
    (
    1225502111.00'exe_chair'110'''0,0,0'72'0''1''1'1225),
    (
    1226502111.00'exe_chair2'110'''0,0,0'72'0''1''1'1226),
    (
    1227501110.00'exe_drinks'110'''0,0,0'72'0''1''1'1227),
    (
    1228502311.00'exe_sofa'110'''0,0,0'72'0''1''1'1228),
    (
    1229501320.00'exe_table'110'''0,0,0'72'0''1''1'1229),
    (
    1230504330.00'exe_rug'110'''0,0,0'72'0''1''1'1230),
    (
    1231401220.80'exe_s_table'110'''0,0,0'72'0''1''1'1231),
    (
    12*** 301110.00'exe_globe'110'''0,0,0'72'0''1''1'1232),
    (
    1233301110.00'exe_plant'110'''0,0,0'72'0''1''1'1233),
    (
    1234301110.00'fortune'110'''0,0,0'48'0''1''1'1234),
    (
    1235301110.00'val_choco'110'''0,0,0'48'0''1''1'1235),
    (
    1236302411.00'val_randomizer'110'''0,0,0'48'0''1''1'1236),
    (
    1237300000.00'hrella_poster_1'110'''0,0,0'48'0''1''1'1237),
    (
    1238300000.00'hrella_poster_2'110'''0,0,0'48'0''1''1'1238),
    (
    1239300000.00'hrella_poster_3'110'''0,0,0'48'0''1''1'1239),
    (
    1240302110.90'val_teddy*1'110'''0,0,0'48'0''1''1'1240),
    (
    1241302110.90'val_teddy*2'110'''#EE7EA4,#FFFFFF,#EE7EA4,#EE7EA4,#FFFFFF'48'0''1''1'1241),
    (
    1242302110.90'val_teddy*3'110'''0,0,0'48'0''1''1'1242),
    (
    1243302110.90'val_teddy*4'110'''#965014,#FFFFFF,#965014,#965014,#FFFFFF'48'0''1''1'1243),
    (
    1244302110.90'val_teddy*5'110'''0,0,0'48'0''1''1'1244),
    (
    1245302110.90'val_teddy*6'110'''#ABD0D2,#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF'48'0''1''1'1245),
    (
    12461031210.00'sand_cstl_gate'110'''0,0,0'67'1''1''1'1246),
    (
    12471031113.50'sand_cstl_twr'110'''0,0,0'67'0''1''1'1247),
    (
    12481031213.00'sand_cstl_wall'110'''0,0,0'67'0''1''1'1248),
    (
    12491032111.20'summer_chair*1'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ABD0D2'67'0''1''1'1249),
    (
    12501032111.20'summer_chair*2'110'''#ffffff,#ffffff,#ffffff,#ffffff,#FF99BC'67'0''1''1'1250),
    (
    12511032111.20'summer_chair*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#525252'67'0''1''1'1251),
    (
    12521032111.20'summer_chair*4'110'''#ffffff,#ffffff,#ffffff,#FFFFFF,#ffffff'67'0''1''1'1252),
    (
    12531032111.20'summer_chair*5'110'''#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC'67'0''1''1'1253),
    (
    12541032111.20'summer_chair*6'110'''#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8'67'0''1''1'1254),
    (
    12551032111.20'summer_chair*7'110'''#ffffff,#ffffff,#ffffff,#ffffff,#92D13D'67'0''1''1'1255),
    (
    12561032111.20'summer_chair*8'110'''#ffffff,#ffffff,#ffffff,#ffffff,#FFD837'67'0''1''1'1256),
    (
    12571032111.20'summer_chair*9'110'''#ffffff,#ffffff,#ffffff,#ffffff,#E14218'67'0''1''1'1257),
    (
    12581032210.00'summer_grill*1'110'''#ffffff,#5EAAF8,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8'67'0''1''1'1258),
    (
    12591032210.00'summer_grill*2'110'''#ffffff,#E14218,#ffffff,#ffffff,#E14218,#E14218,#E14218'67'0''1''1'1259),
    (
    12601032210.00'summer_grill*3'110'''#ffffff,#92D13D,#ffffff,#ffffff,#92D13D,#92D13D,#92D13D'67'0''1''1'1260),
    (
    12611032210.00'summer_grill*4'110'''#ffffff,#FFD837,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837'67'0''1''1'1261),
    (
    1262301120.00'sw_table'110'''0,0,0'95'0''1''1'1262),
    (
    1263300000.00'sw_swords'110'''0,0,0'95'0''1''1'1263),
    (
    1264300000.00'sw_stone'110'''0,0,0'95'0''1''1'1264),
    (
    1265301111.00'sw_raven'110'''0,0,0'95'0''1''1'1265),
    (
    1266300000.00'sw_hole'110'''0,0,0'95'0''1''1'1266),
    (
    1267301121.00'sw_chest'110'''0,0,0'95'0''1''1'1267),
    (
    1268301111.00'jp_katana1'110'''0,0,0'25'0''1''1'1268),
    (
    1269301111.00'jp_katana2'110'''0,0,0'25'0''1''1'1269),
    (
    1270301111.00'jp_katana3'110'''0,0,0'25'0''1''1'1270),
    (
    1271301220.80'jp_table'110'''0,0,0'25'0''1''1'1271),
    (
    1272304220.00'jp_rare'110'''0,0,0'25'0''1''1'1272),
    (
    12732501110.00'jukebox_ptv*1'110'''0,0,0'79'0''1''1'1273),
    (
    12742501110.00'calippo'110'''0,0,0'79'0''1''1'1274),
    (
    12752501110.00'nouvelle_trax'110'''0,0,0'79'0''1''1'1275),
    (
    1276300000.00'md_can'110'''0,0,0'73'0''1''1'1276),
    (
    1277300000.00'md_logo_wall'110'''0,0,0'73'0''1''1'1277),
    (
    1278304441.00'md_rug'110'''0,0,0'73'0''1''1'1278),
    (
    1279301111.00'rclr_lamp'110'''0,0,0'9*** '0''1''1'1279),
    (
    1280501110.20'sound_set_53'110'''0,0,0'45'0''1''1'1280),
    (
    1281501110.20'sound_set_54'110'''0,0,0'45'0''1''1'1281),
    (
    1282301110.00'jp_teamaker'100'28''0,0,0'74'0''1''1'1282),
    (
    1283301110.00'tiki_tray0'110'''0,0,0'74'0''1''1'1283),
    (
    1284301110.00'tiki_tray1'110'''0,0,0'74'0''1''1'1284),
    (
    1285301110.00'tiki_tray2'110'''0,0,0'74'0''1''1'1285),
    (
    1286301110.00'tiki_tray3'110'''0,0,0'74'0''1''1'1286),
    (
    1287301110.00'tiki_tray4'110'''0,0,0'74'0''1''1'1287),
    (
    1288301110.00'noob_plant'110'''0,0,0'74'0''1''1'1288),
    (
    1289300000.00'tampax_wall'110'''0,0,0'79'0''1''1'1289),
    (
    1290304340.00'tampax_rug'110'''0,0,0'79'0''1''1'1290),
    (
    1291300330.00'tiki_wallplnt'110'''0,0,0'74'0''1''1'1291),
    (
    1292301111.00'tiki_bardesk'110'''0,0,0'74'0''1''1'1292),
    (
    1293302111.00'tiki_bench'110'''0,0,0'74'0''1''1'1293),
    (
    1294304110.00'tiki_bflies'110'''0,0,0'74'0''1''1'1294),
    (
    1295304220.00'tiki_junglerug'110'''0,0,0'74'0''1''1'1295),
    (
    12*** 301110.00'tiki_parasol'110'''0,0,0'74'0''1''1'1296),
    (
    12*** 304220.00'tiki_sand'110'''0,0,0'74'0''1''1'1297),
    (
    1298301110.00'tiki_statue'110'''0,0,0'74'0''1''1'1298),
    (
    12*** 301110.00'tiki_torch'110'''0,0,0'74'0''1''1'1299),
    (
    1300301110.00'tiki_toucan'110'''0,0,0'74'0''1''1'1300),
    (
    1301301320.00'tiki_waterfall'110'''0,0,0'74'0''1''1'1301),
    (
    1302300110.00'tiki_surfboard'110'''0,0,0'74'0''1''1'1302),
    (
    1303301111.00'tiki_corner'110'''0,0,0'74'0''1''1'1303),
    (
    13291501110.00'diner_shaker'110'''0,0,0'78'0''0''0'1329),
    (
    1609002111.00'eco_chair3'110'''', -1'0''1''0'1609),
    (
    13*** 1504220.00'diner_rug'110'''0,0,0'78'0''1''1'1332),
    (
    13331501110.00'svnr_de'110'''0,0,0'86'0''1''1'1333),
    (
    13341501110.00'svnr_uk'110'''0,0,0'86'0''1''1'1334),
    (
    13351502211.20'svnr_it'110'''0,0,0'86'0''1''1'1335),
    (
    13361501120.00'svnr_nl'110'''0,0,0'86'0''1''1'1336),
    (
    1337501110.00'diner_tray_0'110'''0,0,0'78'0''1''1'1337),
    (
    1338501110.00'diner_tray_1'110'''0,0,0'78'0''1''1'1338),
    (
    1339501110.00'diner_tray_2'110'''0,0,0'78'0''1''1'1339),
    (
    1340501110.00'diner_tray_3'110'''0,0,0'78'0''1''1'1340),
    (
    1341501110.00'diner_tray_4'110'''0,0,0'78'0''1''1'1341),
    (
    1342501110.00'diner_tray_5'110'''0,0,0'78'0''1''1'1342),
    (
    1343501110.00'diner_tray_6'110'''0,0,0'78'0''1''1'1343),
    (
    1344501110.00'diner_tray_7'110'''0,0,0'78'0''1''1'1344),
    (
    1346500110.00'ads_sunnyd'110'''0,0,0'79'0''1''1'1345),
    (
    1349501110.20'sound_set_67'110'''0,0,0'42'0''1''1'1349),
    (
    1354501110.20'sound_set_66'110'''0,0,0'42'0''1''1'1354),
    (
    1360501110.00'svnr_aus'110'''0,0,0'86'0''1''1'1360),
    (
    1348501110.20'sound_set_65'110'''0,0,0'42'0''1''1'1349),
    (
    1351501110.20'sound_set_68'110'''0,0,0'42'0''1''1'1351),
    (
    1352501110.20'sound_set_69'110'''0,0,0'42'0''1''1'1352),
    (
    1353501110.20'sound_set_70'110'''0,0,0'42'0''1''1'1353),
    (
    1355001110.20'song_disk'110'''0,0,0', -1'0''1''0'1355),
    (
    1358500000.00'window_diner'110'''0,0,0'78'0''1''1'1358),
    (
    1359500000.00'window_diner2'110'''0,0,0'78'0''1''1'1359),
    (
    1365501110.00'ads_dave_cns'110'''0,0,0'79'0''1''1'1365),
    (
    1366500000.00'ads_dave_wall'110'''0,0,0'79'0''1''1'1366),
    (
    1367500000.00'diner_walltable'110'''0,0,0'78'0''1''1'1367),
    (
    13712501110.00'calippo'110'''0,0,0'127'0''1''1'1371),
    (
    1372001111.00'present_gen1'110'''', -1'0''0''0'1372),
    (
    1373001111.00'present_gen2'110'''', -1'0''0''0'1373),
    (
    1374001111.00'present_gen3'110'''', -1'0''0''0'1374),
    (
    1375001111.00'present_gen4'110'''', -1'0''0''0'1375),
    (
    1376001111.00'present_gen5'110'''', -1'0''0''0'1376),
    (
    1377001111.00'present_gen6'110'''', -1'0''0''0'1377),
    (
    1378501113.00'greek_corner'110'''0,0,0'80'0''1''1'1378),
    (
    1379501210.00'greek_gate'110'''0,0,0'80'1''1''1'1379),
    (
    1380501213.00'greek_pillars'110'''0,0,0'80'0''1''1'1380),
    (
    1381504110.00'greek_seat'110'''0,0,0'80'0''1''1'1381),
    (
    1382501110.00'greektrophy*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'1382),
    (
    1383501110.00'greektrophy*2'110'''#ffffff,#ffffff,#ffffff'44'0''1''1'1383),
    (
    1384501110.00'greektrophy*3'110'''#ffffff,#ffffff,#996600'44'0''1''1'1384),
    (
    1385501110.00'easy_bowl2'110'''0,0,0'79'0''1''1'1385),
    (
    1386504441.00'easy_carpet'110'''0,0,0'79'0''1''1'1386),
    (
    1387500000.00'easy_poster'110'''0,0,0'79'0''1''1'1387),
    (
    1388500000.00'ads_nokia_logo'110'''0,0,0'79'0''1''1'1388),
    (
    1389500000.00'ads_nokia_phone'110'''0,0,0'79'0''1''1'1389),
    (
    1390500000.00'window_hole'110'''0,0,0'79'0''1''1'1390),
    (
    1391500000.00'window_skyscraper'110''''71'0''1''1'1391),
    (
    110771500000.00'landscape 11'110''''7'0''0''0'11077),
    (
    110761500000.00'landscape 10'110''''7'0''0''0'11076),
    (
    14001504230.00'det_body'110''''81'0''1''1'1400),
    (
    14011501210.00'det_divider'110''''81'1''1''1'1401),
    (
    14021500000.00'det_bhole'110''''81'0''1''1'1402),
    (
    14031502111.00'hcc_chair'110''''55'0''1''1'1403),
    (
    14041501111.00'hcc_minibar'110''''55'1''1''1'1404),
    (
    14051501121.00'hcc_shelf'110''''55'0''1''1'1405),
    (
    14061502211.00'hcc_sofa'110''''55'0''1''1'1406),
    (
    14071502111.00'hcc_sofachair'110''''55'0''1''1'1407),
    (
    14081502111.00'hcc_stool'110''''55'0''1''1'1408),
    (
    135731501120.00'hcc_table'110''''55'0''1''1'1409),
    (
    13581504350.00'netari_carpet'110''''79'0''1''1'1410),
    (
    135821500000.00'netari_poster'110''''79'0''1''1'1411),
    (
    120001501210.00'hcc_dvdr'110'''0,0,0'55'0''1''1'1480),
    (
    120011001110.00'hcc_crnr'110'''0,0,0'55'0''1''1'1481),
    (
    12002500000.00'ads_campguitar'110'''0,0,0'79'0''1''1'1485),
    (
    14091504350.00'sob_carpet'110'''0,0,0'79'0''1''1'1486),
    (
    13921500000.00'landscape 1'110''''7'0''0''0'1392),
    (
    13931500000.00'landscape 2'110''''7'0''0''0'1393),
    (
    13941500000.00'landscape 3'110''''7'0''0''0'1394),
    (
    13951500000.00'landscape 4'110''''7'0''0''0'1395),
    (
    13*** 1500000.00'landscape 5'110''''7'0''0''0'1396),
    (
    13*** 1500000.00'landscape 6'110''''7'0''0''0'1397),
    (
    1418602111.20'igor_seat'110'''0,0,0'88'0''1''1'1418),
    (
    1419401110.00'ads_igorbrain'110'''0,0,0'88'0''1''1'1419),
    (
    1420601120.00'ads_igorraygun'110'''0,0,0'88'0''1''1'1420),
    (
    1421401110.00'ads_igorswitch'110'''0,0,0'88'0''1''1'1421),
    (
    1422400000.00'hween08_wndwb'110'''0,0,0'6'0''1''1'1422),
    (
    1423300000.00'hween08_wndw'110'''0,0,0'6'0''1''1'1423),
    (
    1424300000.00'hween08_rad'110'''0,0,0'6'0''1''1'1424),
    (
    1425300000.00'hween08_bio'110'''0,0,0'6'0''1''1'1425),
    (
    1726402121.20'hween08_bath'101'''0,0,0'6'0''1''1'1426),
    (
    1427402121.20'hween08_bath2'101'''0,0,0'6'0''1''1'1427),
    (
    1428303131.20'hween08_bbag'110'''0,0,0'6'0''1''1'1428),
    (
    1429303131.80'hween08_bed'110'''0,0,0'6'0''1''1'1429),
    (
    1430303131.80'hween08_bed2'110'''0,0,0'6'0''1''1'1430),
    (
    1431301310.00'hween08_curtain'110'''0,0,0'6'0''1''1'1431),
    (
    14*** 301310.00'hween08_curtain2'110'''0,0,0'6'0''1''1'1432),
    (
    1433301110.00'hween08_defibs'110'''0,0,0'6'0''1''1'1433),
    (
    1434301110.00'hween08_defibs2'110'''0,0,0'6'0''1''1'1434),
    (
    1435201110.00'hween08_manhole'110'''0,0,0'6'0''1''1'1435),
    (
    1436301110.00'hween08_sink'100'29''0,0,0'6'0''1''1'1436),
    (
    1437301110.00'hween08_sink2'100'30''0,0,0'6'0''1''1'1437),
    (
    1438301110.00'hween08_trll'110'''0,0,0'6'0''1''1'1438),
    (
    1439300000.00'hw08_xray'110'''0,0,0'6'0''1''1'1439),
    (
    1440501110.00'party_ball'110'''0,0,0'84'0''1''1'1440),
    (
    1441501111.00'party_barcorn'110'''0,0,0'84'0''1''1'1441),
    (
    1442501111.00'party_bardesk'110'''0,0,0'84'0''1''1'1442),
    (
    1443501110.00'party_beamer'110'''0,0,0'84'0''1''1'1443),
    (
    1444504111.40'party_block'110'''0,0,0'84'0''1''1'1444),
    (
    1445504220.70'party_block2'110'''0,0,0'84'0''1''1'1445),
    (
    1446502111.40'party_chair'110'''0,0,0'84'0''1''1'1446),
    (
    1447501110.00'party_discol'110'''0,0,0'84'0''1''1'1447),
    (
    1448501120.00'party_djtable'110'''0,0,0'84'0''1''1'1448),
    (
    1449504220.00'party_floor'110'''0,0,0'84'0''1''1'1449),
    (
    1450500000.00'party_led'110'''0,0,0'84'0''1''1'1450),
    (
    1451501110.00'party_mic'110'''0,0,0'84'0''1''1'1451),
    (
    1452500000.00'party_neon1'110'''0,0,0'84'0''1''1'1452),
    (
    1453500000.00'party_neon2'110'''0,0,0'84'0''1''1'1453),
    (
    1454500000.00'party_neon3'110'''0,0,0'84'0''1''1'1454),
    (
    1455500000.00'party_neon4'110'''0,0,0'84'0''1''1'1455),
    (
    1456500000.00'party_neon5'110'''0,0,0'84'0''1''1'1456),
    (
    1457501110.00'party_ravel'110'''0,0,0'84'0''1''1'1457),
    (
    1458502111.30'party_seat'110'''0,0,0'84'0''1''1'1458),
    (
    1459500000.00'party_shelf'110'''0,0,0'84'0''1''1'1459),
    (
    1460501111.40'party_table'110'''0,0,0'84'0''1''1'1460),
    (
    1461501110.00'party_tray'110'''0,0,0'84'0''1''1'1461),
    (
    1462501110.00'party_tube_bubble'110'''0,0,0'84'0''1''1'1462),
    (
    1463501110.00'party_tube_lava'110'''0,0,0'84'0''1''1'1463),
    (
    1464500000.00'party_wc_boy'110'''0,0,0'84'0''1''1'1464),
    (
    1465500000.00'party_wc_girl'110'''0,0,0'84'0''1''1'1465),
    (
    1466300000.00'ads_cmusic'110'''0,0,0'79'0''1''1'1466),
    (
    1821501110.00'penguin_basic'110'''0,0,0'45'0''1''1'0),
    (
    1822501110.00'penguin_boxer'110'''0,0,0'45'0''1''1'0),
    (
    1823501110.00'penguin_bunny'110'''0,0,0'45'0''1''1'0),
    (
    1824501110.00'penguin_clown'110'''0,0,0'45'0''1''1'0),
    (
    1826501110.00'penguin_elf'110'''0,0,0'45'0''1''1'0),
    (
    1827501110.00'penguin_glow'110'''0,0,0'45'0''1''1'0),
    (
    1828501110.00'penguin_hunchback'110'''0,0,0'45'0''1''1'0),
    (
    1829501110.00'penguin_icehockey'110'''0,0,0'45'0''1''1'0),
    (
    1830501110.00'penguin_infected'110'''0,0,0'45'0''1''1'0),
    (
    1831501110.00'penguin_magician'110'''0,0,0'45'0''1''1'0),
    (
    18*** 501110.00'penguin_musketeer'110'''0,0,0'45'0''1''1'0),
    (
    1833501110.00'penguin_ninja'110'''0,0,0'45'0''1''1'0),
    (
    1834501110.00'penguin_pilot'110'''0,0,0'45'0''1''1'0),
    (
    1835501110.00'penguin_pirate'110'''0,0,0'45'0''1''1'0),
    (
    1836501110.00'penguin_punk'110'''0,0,0'45'0''1''1'0),
    (
    1837501110.00'penguin_robot'110'''0,0,0'45'0''1''1'0),
    (
    1838501110.00'penguin_rock'110'''0,0,0'45'0''1''1'0),
    (
    1839501110.00'penguin_skater'110'''0,0,0'45'0''1''1'0),
    (
    1840501110.00'penguin_ski'110'''0,0,0'45'0''1''1'0),
    (
    1841501110.00'penguin_suit'110'''0,0,0'45'0''1''1'0),
    (
    1842501110.00'penguin_sumo'110'''0,0,0'45'0''1''1'0),
    (
    1843501110.00'penguin_super'110'''0,0,0'45'0''1''1'0),
    (
    1844501110.00'penguin_swim'110'''0,0,0'45'0''1''1'0),
    (
    1845501110.00'penguin_wrestler'110'''0,0,0'45'0''1''1'0),
    (
    1846501110.00'svnr_fi'110'''0,0,0'86'0''1''1'0),
    (
    100091501110.00'totem_leg'710'''0,0,0'86'0''1''1'10009),
    (
    1493502111.20'xmas08_chair'110'''0,0,0'45'0''1''1'1493),
    (
    1494501110.00'xmas08_cubetree'110'''0,0,0'45'0''1''1'1494),
    (
    1495501210.00'xmas08_dvdr1'110'''0,0,0'45'0''1''1'1495),
    (
    14*** 501110.00'xmas08_dvdr2'110'''0,0,0'45'0''1''1'1496),
    (
    14*** 501220.00'xmas08_geysir'110'''0,0,0'45'0''1''1'1497),
    (
    1498501110.00'xmas08_hole'100'34''0,0,0'45'0''1''1'1498),
    (
    14*** 501220.00'xmas08_hottub'110'''0,0,0'45'0''1''1'1499),
    (
    1500504220.00'xmas08_icerug'110'''0,0,0'45'0''1''1'1500),
    (
    1501501110.00'xmas08_icetree'110'''0,0,0'45'0''1''1'1501),
    (
    1502500000.00'xmas08_icewall'110'''0,0,0'45'0''1''1'1502),
    (
    1503501110.00'xmas08_lantern'110'''0,0,0'45'0''1''1'1503),
    (
    1504501110.00'xmas08_snowpl'110'''0,0,0'45'0''1''1'1504),
    (
    1505501220.00'xmas08_table'110'''0,0,0'45'0''1''1'1505),
    (
    1506501110.00'xmas08_telep'110'''0,0,0'45'0''1''1'1506),
    (
    1507501110.00'xmas08_trph1'110'''0,0,0'45'0''1''1'1507),
    (
    1508500000.00'xmas08_wallpaper'110'''0,0,0'45'0''1''1'1508),
    (
    1509501110.00'campfire'110'''0,0,0'45'0''1''1'1509),
    (
    1510501110.00'sound_set_71'110'''0,0,0'45'0''1''1'1510),
    (
    1511504110.00'xmas_snow'110'''0,0,0'45'0''1''1'1511),
    (
    1820501110.00'penguin_ballet'110'''0,0,0'45'0''1''1'0),
    (
    1513501110.00'ads_cltele'110'''0,0,0'79'0''1''1'1513);
    INSERT INTO `catalogue_items` (`tid`, `catalogue_cost_credits`, `catalogue_cost_pixels`, `typeid`, `length`, `width`, `top`, `name_cct`, `status_max`, `rights_required`, `next_to_required`, `drink_ids`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
    (1514501220.00'ads_cldesk'110'''0,0,0'79'0''1''1'1514),
    (
    1515500000.00'ads_clwall1'110'''0,0,0'79'0''1''1'1515),
    (
    1516500000.00'ads_clwall2'110'''0,0,0'79'0''1''1'1516),
    (
    1517502111.00'ads_ob_pillow'110'''0,0,0'79'0''1''1'1517),
    (
    1518500000.00'ads_ob_wall'110'''0,0,0'79'0''1''1'1518),
    (
    1519501130.00'lostc_merdragon'110'''0,0,0'86'0''1''1'1519),
    (
    1520501110.00'xmas08_trph2'110'''0,0,0'45'0''1''1'1520),
    (
    1533502211.00'kinkysofa'110'''0,0,0'87'0''1''1'1533),
    (
    1534501220.00'bolly_lotus_pool'110'''0,0,0'89'0''1''1'1534),
    (
    1535301111.00'bolly_corner'110'''0,0,0'89'0''1''1'1535),
    (
    1536401211.00'bolly_desk'110'''0,0,0'89'0''1''1'1536),
    (
    15371001310.00'bolly_drapea'110'''0,0,0'89'0''1''1'1537),
    (
    15381001310.00'bolly_drapeb'110'''0,0,0'89'0''1''1'1538),
    (
    15391001310.00'bolly_drapec'110'''0,0,0'89'0''1''1'1539),
    (
    1540702110.80'bolly_pillow'110'''0,0,0'89'0''1''1'1540),
    (
    15412501220.00'bolly_fountain'110'''0,0,0'89'0''1''1'1541),
    (
    1542504110.00'bolly_lamp'110'''0,0,0'89'0''1''1'1542),
    (
    15431001110.00'bolly_monkey_lamp'110'''0,0,0'89'0''1''1'1543),
    (
    15441201110.00'bolly_phant'110'24''0,0,0'89'0''1''1'1544),
    (
    15452504220.00'bolly_petals'110'''0,0,0'89'0''1''1'1545),
    (
    1546601110.00'bolly_palm'110'''0,0,0'89'0''1''1'1546),
    (
    15*** 500000.00'china_pstr2'110'''0,0,0'87'0''1''1'1532),
    (
    1521501110.00'fx_explosion'110'''0,0,0'9*** '0''1''1'1541),
    (
    1522501110.00'fx_bubble'110'''0,0,0'9*** '0''1''1'1542),
    (
    1523501110.00'fx_flare'110'''0,0,0'9*** '0''1''1'1543),
    (
    1524501110.00'ads_igor_flask'110'''0,0,0'88'0''1''1'1544),
    (
    1525501210.00'ads_igor_dsk'110'''0,0,0'88'0''1''1'1545),
    (
    1526500000.00'ads_igorevilb'110'''0,0,0'88'0''1''1'1546),
    (
    1527500000.00'ads_igor_wall'110'''0,0,0'88'0''1''1'1547),
    (
    1528500000.00'china_light'110'''0,0,0'87'0''1''1'1528),
    (
    1529500130.00'china_moongt'110'''0,0,0'87'0''1''1'1529),
    (
    1530501110.00'china_ox'110'''0,0,0'87'0''1''1'1529),
    (
    1531500000.00'china_pstr1'110'''0,0,0'87'0''1''1'1531),
    (
    15471502211.50'bolly_swing'110'''0,0,0'89'0''1''1'1547),
    (
    15481001221.00'bolly_table'110'''0,0,0'89'0''1''1'1548),
    (
    1549404220.00'bolly_tile1'110'''0,0,0'89'0''1''1'1549),
    (
    1550404220.00'bolly_tile2'110'''0,0,0'89'0''1''1'1550),
    (
    1551501110.00'bolly_vase'110'''0,0,0'89'0''1''1'1551),
    (
    1552701110.00'bolly_tree'110'''0,0,0'89'0''1''1'1552),
    (
    1553600000.00'bolly_wdw_wd'110'''0,0,0'89'0''1''1'1553),
    (
    1554501211.00'lc_coral_divider_hi'110'''0,0,0'90'0''1''1'1554),
    (
    1555501211.00'lc_coral_divider_low'110'''0,0,0'90'0''1''1'1555),
    (
    1556500111.00'lc_wall1'110'''0,0,0'90'0''1''1'1556),
    (
    1557500111.00'lc_wall2'110'''0,0,0'90'0''1''1'1557),
    (
    1558500111.00'lc_window1'110'''0,0,0'90'0''1''1'1558),
    (
    1559500111.00'lc_window2'110'''0,0,0'90'0''1''1'1559),
    (
    1560501111.00'lc_anemone'110'''0,0,0'90'0''1''1'1560),
    (
    1561502111.00'lc_chair'110'''0,0,0'90'0''1''1'1561),
    (
    1562501111.00'lc_corner'110'''0,0,0'90'0''1''1'1562),
    (
    1563501211.00'lc_desk'110'''0,0,0'90'0''1''1'1563),
    (
    1564502111.00'lc_stool'110'''0,0,0'90'0''1''1'1564),
    (
    1565501221.00'lc_table'110'''0,0,0'90'0''1''1'1565),
    (
    1566504221.00'lc_tile1'110'''0,0,0'90'0''1''1'1566),
    (
    1567504221.00'lc_tile2'110'''0,0,0'90'0''1''1'1567),
    (
    1568501111.00'lc_tubes_corners'110'''0,0,0'90'0''1''1'1568),
    (
    1569501111.00'lc_tubes_straight'110'''0,0,0'90'0''1''1'1569),
    (
    1570501111.00'lostc_teleport'100'''0,0,0'86'0''1''1'1570),
    (
    1571501221.00'lc_crab1'110'''0,0,0'90'0''1''1'1571),
    (
    1572501111.00'lc_crab2'110'''0,0,0'90'0''1''1'1572),
    (
    1573504231.00'lc_glass_floor'110'''0,0,0'90'0''1''1'1573),
    (
    1574501111.00'lc_medusa1'110'''0,0,0'90'0''1''1'1574),
    (
    1575501111.00'lc_medusa2'110'''0,0,0'90'0''1''1'1575),
    (
    1576501122.50'ads_711shelf'110'''0,0,0'79'0''1''1'1576),
    (
    1577504220.00'ads_idol_floor1'110'''0,0,0'91'0''1''1'1577),
    (
    1578501140.00'ads_idol_desk'110'''0,0,0'91'0''1''1'1578),
    (
    1579502111.00'ads_idol_ch'110'''0,0,0'91'0''1''1'1579),
    (
    1580504220.00'ads_idol_floor2'110'''0,0,0'91'0''1''1'1580),
    (
    1581501220.00'ads_idol_piano'110'''0,0,0'91'0''1''1'1581),
    (
    1582500000.00'ads_idol_wall'110'''0,0,0'91'0''1''1'1582),
    (
    1583500000.00'ads_idol_tv'110'''0,0,0'91'0''1''1'1583),
    (
    1584501110.00'ads_idol_mic'110'''0,0,0'91'0''1''1'1584),
    (
    1585501310.00'ads_idol_drape'110'''0,0,0'91'0''1''1'1585),
    (
    1586502111.00'ads_idol_audChr'110'''0,0,0'91'0''1''1'1586),
    (
    1587502111.00'ads_idol_pchair'110'''0,0,0'91'0''1''1'1587),
    (
    1588501112.10'ads_idol_trax'110'''0,0,0'91'0''1''1'1588),
    (
    1589504110.00'ads_idol_tele'110'''0,0,0'91'0''1''1'1589),
    (
    1590501110.00'ads_idol_jukebox*1'110'''0,0,0'91'0''1''1'1590),
    (
    1591501310.00'ads_idol_clRack'110''''91'0''1''1'1591),
    (
    1592500000.00'ads_idol_mirror'110''''91'0''1''1'1592),
    (
    1593502111.20'ads_idol_voting_ch'110''''91'0''1''1'1593),
    (
    1594500000.00'ads_mall_winbea'110''''79'0''1''1'1594),
    (
    1595500000.00'ads_mall_wincin'110''''79'0''1''1'1595),
    (
    1956500000.00'ads_mall_winmus'110''''79'0''1''1'1596),
    (
    1600504310.00'ads_idol_hotspot'110''''91'0''1''1'1600),
    (
    1612001110.00'eco_fruits3'100'4\r\n38\r\n37\r\n39''', -1'0''1''0'1612),
    (
    1613001110.00'eco_lamp1'110'''', -1'0''1''0'1613),
    (
    1614001110.00'eco_lamp2'110'''', -1'0''1''0'1614),
    (
    1615001110.00'eco_lamp3'110'''', -1'0''1''0'1615),
    (
    1616001110.00'eco_light1'110'''', -1'0''1''0'1616),
    (
    1617001110.00'eco_light2'110'''', -1'0''1''0'1617),
    (
    1618001110.00'eco_light3'110'''', -1'0''1''0'1618),
    (
    1619002111.00'eco_sofa1'110'''', -1'0''1''0'1619),
    (
    1620002111.00'eco_sofa2'110'''', -1'0''1''0'1620),
    (
    1621002111.00'eco_sofa3'110'''', -1'0''1''0'1621),
    (
    1622001221.00'eco_table1'110'''', -1'0''1''0'1622),
    (
    1623001221.00'eco_table2'110'''', -1'0''1''0'1623),
    (
    1624001221.00'eco_table3'110'''', -1'0''1''0'1624),
    (
    1625001110.00'eco_tree1'100'38''', -1'0''1''0'1625),
    (
    1626001110.00'eco_tree2'100'36''', -1'0''1''0'1626),
    (
    1627001111.00'ecotron_box'110'''', -1'0''0''0'1627),
    (
    17024204220.00'bump_road'310'''0,0,0', **** '0''1''1'1702),
    (
    2000501110.00'ads_frankb'110'''0,0,0'79'0''1''1'2000),
    (
    17012101110.00'bump_lights'210'''0,0,0', **** '0''1''1'1701),
    (
    17032101110.00'bump_signs'510'''0,0,0', **** '0''1''1'1703),
    (
    1704151110.00'bump_tires'210'''0,0,0', **** '0''1''1'1704),
    (
    1705151110.00'bump_tottero'110'''0,0,0', **** '0''1''1'1705),
    (
    980050251110.00'one_way_door*1'110'''0,0,0', **** '0''1''1'9800),
    (
    980150251110.00'one_way_door*2'110'''0,0,0', **** '0''1''1'9801),
    (
    980250251110.00'one_way_door*3'110'''0,0,0', **** '0''1''1'9802),
    (
    980350251110.00'one_way_door*4'110'''0,0,0', **** '0''1''1'9803),
    (
    980450251110.00'one_way_door*5'110'''0,0,0', **** '0''1''1'9804),
    (
    980550251110.00'one_way_door*6'110'''0,0,0', **** '0''1''1'9805),
    (
    980650251110.00'one_way_door*7'110'''0,0,0', **** '0''1''1'9806),
    (
    980750251110.00'one_way_door*8'110'''0,0,0', **** '0''1''1'9807),
    (
    980850251110.00'one_way_door*9'110'''0,0,0', **** '0''1''1'9808),
    (
    99005053130.80'sleepingbag*2'110'''0,0,0'113'0''1''1'9900),
    (
    99015053130.80'sleepingbag*3'110'''0,0,0'113'0''1''1'9901),
    (
    99025053130.80'sleepingbag*4'110'''0,0,0'113'0''1''1'9902),
    (
    99035053130.80'sleepingbag*5'110'''0,0,0'113'0''1''1'9903),
    (
    99045053130.80'sleepingbag*6'110'''0,0,0'113'0''1''1'9904),
    (
    99055053130.80'sleepingbag*6'110'''0,0,0'113'0''1''1'9905),
    (
    99905053130.80'sleepingbag*7'110'''0,0,0'113'0''1''1'9900),
    (
    99065053130.80'sleepingbag*8'110'''0,0,0'113'0''1''1'9906),
    (
    99075053130.80'sleepingbag*9'110'''0,0,0'113'0''1''1'9907),
    (
    7988511110.00'solarium_norja*1'110'''0,0,0'117'0''1''1'7988),
    (
    7989511110.00'solarium_norja*2'110'''0,0,0'117'0''1''1'7989),
    (
    7990511110.00'solarium_norja*3'110'''0,0,0'117'0''1''1'7990),
    (
    7992511110.00'solarium_norja*5'110'''0,0,0'117'0''1''1'7992),
    (
    7993511110.00'solarium_norja*6'110'''0,0,0'117'0''1''1'7993),
    (
    7994511110.00'solarium_norja*7'110'''0,0,0'117'0''1''1'7994),
    (
    7995511110.00'solarium_norja*8'110'''0,0,0'117'0''1''1'7995),
    (
    79*** 511110.00'solarium_norja*9'110'''0,0,0'117'0''1''1'7996),
    (
    100011501110.00'ads_grefusa_cactus'110'''0,0,0'79'0''1''1'10001),
    (
    100021501120.00'lostc_octopus'110'''0,0,0'86'0''1''1'10002),
    (
    2810951111.00'CFC_200_moneybag'110'''0,0,0'22'0''1''0'281),
    (
    28201201110.40'CFC_500_goldbar'110'''0,0,0'22'0''1''0'282),
    (
    10050901110.00'ads_cl_jukeb'110'''0,0,0'79'0''1''1'1),
    (
    10051401310.00'ads_idol_cork'110'''0,0,0'91'0''1''1'1),
    (
    10052202111.50'ads_idol_ichair'110'''0,0,0'91'0''1''1'1),
    (
    10053300000.00'ads_idol_logo'110'''0,0,0'91'0''1''1'1),
    (
    10054401220.00'ads_idol_newsDsk'110'''0,0,0'91'0''1''1'1),
    (
    10055201110.00'ads_idol_tube'110'''0,0,0'91'0''1''1'1),
    (
    10056500000.00'ads_mall_winice'110'''0,0,0'79'0''1''1'1),
    (
    10057500000.00'ads_mall_winspo'110'''0,0,0'79'0''1''1'1),
    (
    10058301120.00'env_bushes'110'''0,0,0'119'0''1''1'1),
    (
    10059301220.00'env_bushes_gate'110'''0,0,0'119'1''1''1'1),
    (
    10060504000.00'env_grass'110'''0,0,0'119'0''1''1'1),
    (
    10061501110.00'env_tree1'110'''0,0,0'119'0''1''1'1),
    (
    10062501110.00'env_tree2'110'''0,0,0'119'0''1''1'1),
    (
    10063501110.00'env_tree3'110'''0,0,0'119'0''1''1'1),
    (
    10064801000.00'env_tree4'410'''0,0,0'119'0''1''1'1),
    (
    10065301110.00'exe_artlamp'110'''0,0,0'72'0''1''1'1),
    (
    10066301110.00'exe_cubelight'110'''0,0,0'72'0''1''1'1),
    (
    10067601110.00'exe_gate'110'''0,0,0'93'1''1''1'1),
    (
    10068404110.00'exe_light'110'''0,0,0'72'0''1''1'1),
    (
    10069400000.00'exe_map'110'''0,0,0'72'0''1''1'1),
    (
    10070600000.00'exe_wfall'110'''0,0,0'72'0''1''1'1),
    (
    110741500000.00'landscape 7'110''''7'0''0''0'11074),
    (
    110731500000.00'landscape 8'110''''7'0''0''0'11073),
    (
    110751500000.00'landscape 9'110''''7'0''0''0'11075),
    (
    110781500000.00'landscape 12'110''''7'0''0''0'11078),
    (
    579001000000.00'ads_lin_wh_c'110'''0,0,0'79'0''1''1'57900),
    (
    579011000000.00'ads_malaco_tv'110'''0,0,0'79'0''1''1'57901),
    (
    579021000000.00'ads_puffet_tv'110'''0,0,0'79'0''1''1'57902),
    (
    579031000000.00'ads_reebok_tv'110'''0,0,0'79'0''1''1'57903),
    (
    579041000000.00'country_forestwall'110'''0,0,0'119'0''1''1'57904),
    (
    579052501110.00'ads_malaco_gu'110'''0,0,0'79'0''1''1'57905),
    (
    579062504330.00'ads_malaco_rug'110'''0,0,0'79'0''1''1'57906),
    (
    579072501220.00'ads_reebok_block2'110'''0,0,0'79'0''1''1'57907),
    (
    579082501110.00'tray_cake'110'''0,0,0'122'0''1''1'57908),
    (
    579092501110.00'tray_champagne'110'''0,0,0'122'0''1''1'57909),
    (
    579102501110.00'tray_glasstower'110'''0,0,0'122'0''1''1'57910),
    (
    57912011110.00'avatar_effect1'110'''0'124'0''1''1'1),
    (
    57913011110.00'avatar_effect2'110'''0'124'0''1''1'1),
    (
    57914011110.00'avatar_effect3'110'''0'124'0''1''1'1),
    (
    57915011110.00'avatar_effect4'110'''0'124'0''1''1'1),
    (
    57916011110.00'avatar_effect5'110'''0'124'0''1''1'1),
    (
    57917011110.00'avatar_effect6'110'''0'124'0''1''1'1),
    (
    57918011110.00'avatar_effect7'110'''0'124'0''1''1'1),
    (
    57919011110.00'avatar_effect8'110'''0'124'0''1''1'1),
    (
    57920011110.00'avatar_effect9'110'''0'124'0''1''1'1),
    (
    57921011110.00'avatar_effect10'110'''0'124'0''1''1'1),
    (
    57922011110.00'avatar_effect11'110'''0'124'0''1''1'1),
    (
    57923011110.00'avatar_effect12'110'''0'124'0''1''1'1),
    (
    57924011110.00'avatar_effect13'110'''0'124'0''1''1'1),
    (
    57925011110.00'avatar_effect14'110'''0'124'0''1''1'1),
    (
    57926011110.00'avatar_effect15'110'''0'124'0''1''1'1),
    (
    57927011110.00'avatar_effect16'110'''0'124'0''1''1'1),
    (
    57928011110.00'avatar_effect17'110'''0'124'0''1''1'1),
    (
    57929011110.00'avatar_effect18'110'''0'124'0''1''1'1),
    (
    579302511110.00'avatar_effect19'110'''0', **** '0''1''1'1),
    (
    579312511110.00'avatar_effect20'110'''0', **** '0''1''1'1),
    (
    579*** 2511110.00'avatar_effect21'110'''0', **** '0''1''1'1),
    (
    579332511110.00'avatar_effect22'110'''0', **** '0''1''1'1);

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

    --
    -- 
    Table structure for table `catalogue_pages`
    --

    CREATE TABLE IF NOT EXISTS `catalogue_pages` (
      `
    indexidtinyint(3NOT NULL,
      `
    minranktinyint(1NOT NULL,
      `
    indexnamevarchar(100COLLATE latin1_general_ci NOT NULL,
      `
    displaynamevarchar(100COLLATE latin1_general_ci NOT NULL,
      `
    style_layoutvarchar(100COLLATE latin1_general_ci NOT NULL,
      `
    img_headervarchar(100COLLATE latin1_general_ci DEFAULT NULL,
      `
    img_sidetext COLLATE latin1_general_ci,
      `
    label_descriptiontext COLLATE latin1_general_ci,
      `
    label_misctext COLLATE latin1_general_ci,
      `
    label_moredetailsvarchar(150COLLATE latin1_general_ci DEFAULT NULL,
      `
    opt_bodyreplacetext COLLATE latin1_general_ci,
      `
    page_brothertext COLLATE latin1_general_ci,
      `
    incategoryint(100NOT NULL,
      `
    header_elsetext COLLATE latin1_general_ci NOT NULL,
      `
    content_elsetext COLLATE latin1_general_ci,
      
    PRIMARY KEY (`indexid`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

    --
    -- 
    Dumping data for table `catalogue_pages`
    --

    INSERT INTO `catalogue_pages` (`indexid`, `minrank`, `indexname`, `displayname`, `style_layout`, `img_header`, `img_side`, `label_description`, `label_misc`, `label_moredetails`, `opt_bodyreplace`, `page_brother`, `incategory`, `header_else`, `content_else`) VALUES
    (11'Frontpage''Frontpage'''''''''' '''NULLNULL9*** '''frontpage3Jcatalog_frontpage_headline2_ents_lostcity_crabpartyQBFOUND ANY HIDDEN TREASURE?Grab yourself a Sally to help you explore the Deep Sea. Limited Edition.How do I get Credits easily?Feel free to buy free credits in the catalogue categorie ''Habbo Exchange'', you have not to pay for credits in Habbo Motel, credits are free!\r\n\r\n\r\nFor Habbo Credit options simply click "Get Credits >>" below.Redeem a Habbo Voucher code here:#99FF66#99FF66H'),
    (
    1271'Instructions (Recycler)''Instructions''recycler''catalog_recycler_headline1'NULLNULL' 'NULLNULLNULL6'''pets2Jcatalog_recycler_headline3ctlg_recycler_infoPAThe Ecotron is a furni recycler. Get rid of old furni... what will you get in return? It''s a surprise! Become a Habbo eco-warrior. No refunds!How to use the Ecotron?1. Just drag 5 items from your hand to the Ecotron. One item / square. Recyclable items are marked in your inventory with an image. When you have 5 items in the boxes, click the "Recycle" button. You can now find the Ecotron prize box from your hand.\r\n2. Click the box to see its tag. Open the box, or trade it unopened. The timer shows you how long you have to wait before you can recycle more items. Check the prizes before you recycle- don''t be surprised by the surprise!H'),
    (
    936'Bug quarantine''Bug quarantine''default_3x3''catalog_rares_headline1''catalog_limited_teaser1''Those items have bugs, the technical team is checking those items soon.'' ''Click on the item you want for more information.'NULLNULL8''''),
    (
    61'Virus''Virus''default_3x3''catalog_vir_header1_en''catalog_vir_teaser_en''A virus is in Habbo Motel. Thats why the Virus collection is out now.'' '''NULLNULL1''''),
    (*** 
    1'4 Seasons''4 Seasons''cars''catalog_limited_headline1''catalog_limited_teaser1''All the 4 Seasons rugs. Get them!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    71'Spaces''Spaces'''''NULL''''''''NULL1'spacesIcatalog_spaces_headline1IFloors, wallpapers, landscapes - get a groovy combination to your room. Use our virtual room preview below to test out the combinations before you buy. Select the design and color you like and click Buy.'''),
    (
    81'Pets''Pets'''''''''' '''NULLNULL2'petsJcatalog_pet_headline1JFluff and whiskers, meows and woofs! You''re about to enter the world of small creatures with furry features. Find a new friend from our ever-changing selection. From faithful servants to playful playmates - here''s where you''ll find them all.Find your own pet!'''),
    (
    91'Pet Accesories''Pet Accesories''default_3x3''catalog_pet_headline2''ctlg_pet_teaser1''You''ll need to take care of your pet to keep it happy and healthy. This section of the Catalogue has EVERYTHING you?ll need to satisfy your pet?s needs.'' ''Click on the item you want for more information.'NULLNULL2''''),
    (
    111'Area''Area''default_3x3''catalog_area_headline1''catalog_area_teaser1''Introducing the Area Collection...  Clean, chunky lines set this collection apart as a preserve of the down-to-earth Habbo. It''s beautiful in its simplicity, and welcoming to everyone.'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    121'Accessories''Accessories''default_3x3''catalog_extra_headline1''catalog_extra_teaser1''Is your room missing something?  Well, now you can add the finishing touches that express your true personality. And don''t forget, like everything else, these accessories can be moved about to suit your mood.'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    131'Asian''Asian''default_3x3''catalog_asian_headline1''catalog_asian_teaser1''Dit pure haandwerk uit de eeuwenoude oosterse pixeltraditie brengt balans in elk Habbointerieur. Jin en Yang vloeien samen met Feng en Shui in een uitgebalanceerde collectie meubi. '' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    141'Bathroom''Bathroom''default_3x3''catalog_bath_headline1''catalog_bath_teaser1''Introducing the Bathroom Collection...  Have some fun with the cheerful bathroom collection. Give yourself and your guests somewhere to freshen up - vital if you want to avoid nasty niffs. Put your loo in a corner though...'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    151'Candy''Candy''default_3x3''catalog_candy_headline1''catalog_candy_teaser1''Introducing the Candy Collection...  Candy combines the cool, clean lines of the Mode collection with a softer, more soothing style. It''s urban sharpness with a hint of the feminine.'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    191'Glass''Glass''default_3x3''catalog_glass_headline1''catalog_glass_teaser1''Glass: Habbo Hotels exclusive furni line made from plexiglass, in different colors! Buy here your furni for a modern lounge!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    201'Gothic''Gothic''default_3x3''catalog_gothic_headline1''catalog_gothic_teaser1''The Gothic section is full of medieval looking Furni. Check back for additions to this section as there are still some unreleased items to come!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    211'Grunge''Grunge''default_3x3''catalog_gru_headline1_en''catalog_gru_teaser_en''Introducing the Grunge Range. Alternative Habbos with alternative style or rebellious students with a point to prove. The Grunge range will get your bedroom looking just the way you like it - organised, neat and tidy!'' ''New! Flaming Barrels out now!'NULLNULL1''''),
    (
    221'Habbo Exchange''Habbo Exchange''pixelrent''catalog_bank_headline1''catalog_bank_teaser''The Habbo Exchange is where you can convert your Habbo Credits into a tradable currency. You can use this tradable currency to exchange Habbo Credits for Furni!'' ''Click on an item to see more details'NULLNULL9*** ''''),
    (
    231'Habbowood''Habbowood''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Exclusive: the new Habbowood furni, collect them all!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    241'Iced''Iced''default_3x3''catalog_iced_headline1''catalog_iced_teaser1''Introducing the Iced Collection...  For the Habbo who needs no introduction. It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination to run wild!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    251'Japanese''Japanese''default_3x3''catalog_jap_headline2_en''catalog_jap_teaser3_en''Here you can find the new Japanese furni! Get them now!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    261'Lodge''Lodge''default_3x3''catalog_lodge_headline1''catalog_lodge_teaser1''Introducing the Lodge Collection...  Do you appreciate the beauty of wood?  For that ski lodge effect, or to match that open fire... Lodge is the Furni of choice for Habbos with that no frills approach to decorating.  <br>'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    271'Mode''Mode''default_3x3''catalog_mode_headline1''catalog_mode_teaser1''Introducing the Mode Collection...  Steely grey functionality combined with sleek designer upholstery. The Habbo that chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    291'Plants''Plants''default_3x3''catalog_plants_headline1''catalog_plants_teaser1''New, never before seen Bulrush Plant is here for a limited time only. Buy it now!<br>Introducing the Plant Collection...  Every room needs a plant! Not only do they bring a bit of the outside inside, they also enhance the air quality!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    301'Plastic''Plastic''default_3x3''catalog_plasto_headline1''catalog_limited_teaser1''Introducing The Plastic Collection...  Can you feel that 1970s vibe?  Decorate with Plastic and add some colour to your life. Choose a colour that reflect your mood, or just pick your favourite shade.'' ''Click on the item you want for more information.'NULLNULL1''''),
    (*** 
    1'Pura''Pura''default_3x3''catalog_pura_headline1''catalog_pura_teaser1''Introducing the Pura Collection...  This collection breathes fresh, clean air and cool tranquility. The Pura Waltzer has arrived!  Check back regularly to see  new colours of Pura on sale!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    341'Rollers''Rollers''default_3x3''catalog_roller_headline1''catalog_limited_teaser1''Move your imagination, while you move your Habbo!  Perfect for mazes, games, for keeping your queue moving or making your pet go round in circles for hours.  Available in multi-packs ? the more you buy the cheaper the Roller! Pink Rollers out now!'' ''Click on a Roller to see more information!'NULLNULL1''''),
    (
    351'Romantique''Romantique''default_3x3''catalog_romantique_headline1''catalog_romantique_teaser1''The Romantique range features Grand Pianos, old antique lamps and tables. It is the ideal range for setting a warm and loving mood in your room. Spruce up your room and invite that special someone over. Now featuring the extra special COLOUR edition.'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    361'Rugs''Rugs''default_3x3''catalog_rugs_headline1''catalog_rugs_teaser1''We have rugs for all occasions.  All rugs are non-slip and washable.'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    371'Sports''Sport''default_3x3''catalog_sports_headline1''catalog_sports_teaser1''For the sporty habbos, here is the sports section!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    381'Teleporters''Teleporters''default_3x3''catalog_doors_headline1''catalog_teleports_teaser2''Beam your Habbo from one room to another with one of our cunningly disguised, space age teleports. Now you can link any two rooms together! Teleports are sold in pairs, so if you trade for them, check you''re getting a linked pair.'' ''Select an item by clicking one of the icons on the left.'NULLNULL1''''),
    (
    391'Trax Ambient''Trax Ambient''default_3x3''catalog_trx_header1''catalog_trx_teaser1''Welcome to the Ambient Trax Store! With groovy beats and chilled out melodies, this is the section for some cool and relaxing tunes.'' 'NULLNULLNULL4''''),
    (
    401'Trax Dance''Trax Dance''default_3x3''catalog_trx_header2''catalog_trx_teaser2''Welcome to the Dance Trax Store! With funky beats and catchy melodies, this is the section for every clubber  to indulge in.'' 'NULLNULLNULL4''''),
    (
    411'Trax Rock''Trax Rock''default_3x3''catalog_trx_header3''catalog_trx_teaser3''Welcome to the Rock Trax Store! With heavy beats and rockin'' riffs, this is the section for every rock fan to experiment with.'' 'NULLNULLNULL4''''),
    (
    421'Trax SFX''Trax SFX''default_3x3''catalog_trx_header4''catalog_trx_teaser4''Welcome to the SFX Trax Store! With crazy sounds and weird noises, this is the section for every creative room builder  to indulge in.'' 'NULLNULLNULL4''''),
    (
    431'Trax Urban''Trax Urban''default_3x3''catalog_trx_header5''catalog_trx_teaser5''Welcome to the Urban Trax Store! With hip hop beats and RnB vocals, this is the section for every city bopper  to indulge in.'' 'NULLNULLNULL4''''),
    (
    441'Trophies''Trophies'''''''''' 'NULLNULLNULL1'trophiesIcatalog_trophies_headline1JEveryone''s a winner! And now you can reward them all with our fabulous glittering array of bronze, silver & gold trophies.\r\n\r\nFirst choose the trophy model (click on the arrows to see all the different styles) & then the metal (click on the seal below the trophy). Type your inscription & we''ll engrave it along with your name & date.Click in this grey box and type your \r\ninscription *carefully* - it''s permanent!'''),
    (
    451'Christmas''Christmas''default_3x3''catalog_xmas_headline1''catalog_extra_teaser1''The Habbo Christmas catalogue has everything you need to make the perfect festive room: Trees, ducks with santa hats on, puddings and of course, Menorahs!'' ''Click on an item to see a bigger version of it!'NULLNULL1''''),
    (
    461'Easter''Easter''default_3x3''catalog_easter_headline1''catalog_easter_teaser1''''Egg''cellent furni - Bouncing bunnies, fluffy chicks, choccy eggs... Yep, it''s Easter! Celebrate with something ''eggs''tra special from our Easter range. But hurry - it''s not here for long this year!'' ''Click on an item for more details.'NULLNULL1''''),
    (
    471'Halloween''Halloween''default_3x3''catalog_halloween_headline1''catalog_halloween_teaser''Yes, it''s a spookfest! Get your boney hands on our creepy collection of ghoulish goodies. But be quick - they''ll be gone from the Catalogue after two weeks!'' ''Click on an item to see a bigger version of it!'NULLNULL1''''),
    (
    481'Love''Love''default_3x3''catalog_love_headline1''catalog_love_teaser1''The love collection has everything to create the perfect love room, for a good price!'' ''Click on an item to see a bigger version of it!'NULLNULL1''''),
    (
    951'Adventure ''Adventure ''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''sw_categorie'' 'NULLNULLNULL1''''),
    (
    541'Club Furnitures''Club Furnitures''default_3x3''catalog_club_headline1''catalog_hc_teaser''Welcome to the club furni page. Here you can buy any club furni for just 25 credits!'' ''Click on an item to see more details'NULLNULL1''''),
    (
    551'Club Shop''Club Shop''default_3x3''catalog_club_headline1''catalog_hc_teaser''Welcome to the Brand New Habbo Club Shop, where Habbo Club members can purchase exclusive items!<br>The Furni in this section can only be purchased by Habbos who have joined Habbo Club.'' ''Click on an item to see more details'NULLNULL1''''),
    (
    561'Dragons''Dragons''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    571'Fans''Fans''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    581'Icecream machines''Icecream machines''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    591'Inflatables''Inflatables''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    601'Laser gates''Laser gates''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    611'Marquee''Marquee''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    621'Monoliths''Monoliths''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    631'Oriental Screen''Oriental Screen''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    641'Pilars''Pilars''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    651'Pillows''Pillows''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    661'Smoke machines''Smoke machines''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    671'Summer''Summer''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    686'super rares''Hotel prices''default_3x3''catalog_rares_headline1''catalog_limited_teaser1''This are the hotel prices. Do not trade them!'' ''Select a item, and see more details'NULLNULL8''''),
    (
    696'Rare trophies''Rare trophies'''''''''' '''NULLNULL8'trophiesIcatalog_trophies_headline1JEveryone''s a winner! And now you can reward them all with our fabulous glittering array of bronze, silver & gold trophies.\r\n\r\nFirst choose the trophy model (click on the arrows to see all the different styles) & then the metal (click on the seal below the trophy). Type your inscription & we''ll engrave it along with your name & date.Click in this grey box and type your \r\ninscription *carefully* - it''s permanent!'''),
    (
    701'Hello''Hello''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!'' ''For a limited time only!'NULLNULL1''''),
    (
    721'Executive''Executive''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!'' ''For a limited time only!'NULLNULL1''''),
    (
    711'Windows''Windows''default_3x3''ctlg_windows_headline1''ctlg_windows_teaser1''Let some sunshine in! Our windows come in many styles to give an unique look to Your room. Who said Your room does not have a view? It does now'' ''Click on an item to see more details'NULLNULL1''''),
    (
    731'Mountain dew''Mountain dew''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!'' ''For a limited time only!'NULLNULL1''''),
    (
    101'Alhambra''Alhambra''default_3x3''catalog_alh_headline2''catalog_alh_teaser2''The Palace of Alhambra has appeared and with it this exotic and beautifully crafted range of Arabian Furni. Luxury seating and gourmet food combine to make your room sparkle with riches.'' ''Click on an item to see more details'NULLNULL1''''),
    (
    741'Tiki''Tiki''default_3x3''catalog_tiki_header1''catalog_limited_teaser1''nieuwe meubi in de cata'' ''Click on an item to see more details'NULLNULL1''''),
    (
    781'Diner''Diner''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''nieuwe meubi in de cata'' ''Click on an item to see more details'NULLNULL1''''),
    (
    801'Greek''Greek''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!'' ''For a limited time only!'''NULL1''''),
    (
    791'Advertisement''Advertisement''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!'' ''For a limited time only!'''NULL1''''),
    (
    811'Detective''Detective''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!'' ''For a limited time only!'NULLNULL1''''),
    (
    1031'Pets Info''Pets Info'''''''''''''NULLNULL2'''pets2Jcatalog_pet_headline1ctlg_pet_notePAPets are inhabitants of Habbo Hotel too so each pet owner needs to know a bit about them. If you want to look after your pet properly, make sure you read the following points carefully.Few things you should know:- You can only put it down in one of your rooms.\r\n- There can be 3 pets in each room. \r\n- The basket is your pet''s home. If you pick it up, the pet will go back in your hand.\r\n- Every time you visit this page, you will go back to a different selection of pets.\r\n- Your pet will sleep more when it gets old\r\n- You cannot trade your petH'),
    (
    841'Neon''Neon''default_3x3''catalog_neon_header1''catalog_neon_teaser1''Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!'' ''For a limited time only!'''NULL1''''),
    (
    861'Collectibles''Collectibles''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Collect them!'' 'NULLNULLNULL1''''),
    (
    891'Bollywood''Bollywood''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Bollywood'' 'NULLNULLNULL1''''),
    (
    881'Igor''Igor''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Igor Meubels'' ''Vraag voor meer info aan Angelo'NULLNULL1''''),
    (
    871'China''China''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''China'' 'NULLNULLNULL1''''),
    (
    901'Lost City''Lost City''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Diep onderwater spanned!'' 'NULLNULLNULL1''''),
    (
    911'American Idol''American Idol''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Idols meubels'' 'NULLNULLNULL1''''),
    (
    1261'Rrewards (Recycler)''Rewards''recycler''catalog_recycler_headline1'NULLNULL' 'NULLNULLNULL6'''recycler_prizesIcatalog_recycler_headline3IWhat are the prizes? Ecotron box may contain one of these:H'),
    (
    1251'Recycler''Recycler''recycler''catalog_recycler_headline1'NULLNULL' 'NULLNULLNULL6'''recyclerIcatalog_recycler_headline3IBecome an Eco-warrior\r\nRecycle your worthless stuff and be rewarded with a random prize. Check out the prizes and the instructions for recycling.\r\nDrag 5 items to the boxes below and click recycle!H'),
    (**** 
    1'Automobile''Automobile''cars''catalog_automobile_header1_en''catalog_automobile_teaser1_en''Every Habbo needs a car effect! Not only do they bring a bit of the outside inside, they also enhance the air quality! And what better gift for a friend than a beautiful traffic sign or elegant pile of tires...'' ''Click on the item you want for more information.'NULLNULL5''''),
    (**** 
    1'Oneway doors''Oneway doors''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    1131'Sleeping bags''Sleeping bags''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (**** 
    1'Amber lamps''Amber lamps''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (**** 
    1'Bird baths''Bird baths''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    1161'Elephants''Elephants''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    1171'Solariums''Solariums''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    1181'Holidays''Holidays''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    1191'Environment''Environment''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Encironment'' ''Encironment'NULLNULL1''''),
    (
    1221'Tray''Tray''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Tray'' ''Tray'NULLNULL1''''),
    (
    171'Gallery''Gallery''default_3x3''catalog_gallery_header1_en''catalog_gallery_teaser_en''Gallery'' '''NULLNULL1''''),
    (
    1241'Effects''Effects''pixeleffects''catalog_pixeleffects_headline1_en''catalog_pxl_teaser1_en''Tune your character with cool effects that fit the occasion. Do you want to fly away with the red carpet or be in the spotlight? Now is your chance!\r\n\r\nThe effects can be activated in your badge dialog under effects tab.'' '' 'NULLNULL5''''); 

  7. #7
    Grand Master HabbyDeluxe is offline
    Grand MasterRank
    Dec 2007 Join Date
    679Posts

    Re: v30 Catalogue [SQL]

    Use v31 Server!

  8. #8
    Grand Master Mark1994123 is offline
    Grand MasterRank
    May 2007 Join Date
    NetherlandsLocation
    814Posts

    Re: v30 Catalogue [SQL]

    Dont use the V31 server! , The one of L_M is a virus and backdoors.

    If I Use the Catalague_items and Catalogue_pages of the V31 database

    Is the Catalogus than 100 % V31?

    Mark,

  9. #9
    Grand Master Punk is offline
    Grand MasterRank
    Dec 2008 Join Date
    VirginiaLocation
    892Posts

    Re: v30 Catalogue [SQL]

    Quote Originally Posted by Mark1994123 View Post
    Dont use the V31 server! , The one of L_M is a virus and backdoors.

    If I Use the Catalague_items and Catalogue_pages of the V31 database

    Is the Catalogus than 100 % V31?

    Mark,
    stfu L_M didnt do shit to the server so he didn't do anything it so get over yourself already

  10. #10
    Grand Master Mark1994123 is offline
    Grand MasterRank
    May 2007 Join Date
    NetherlandsLocation
    814Posts

    Re: v30 Catalogue [SQL]

    How do u know that?!

    I have scanned my Computer after I opened the server!

    - Mark

  11. #11
    Elite Member Ubercheese is offline
    Member +Rank
    Mar 2009 Join Date
    238Posts

    Re: v30 Catalogue [SQL]

    Quote Originally Posted by Mark1994123 View Post
    Dont use the V31 server! , The one of L_M is a virus and backdoors.

    If I Use the Catalague_items and Catalogue_pages of the V31 database

    Is the Catalogus than 100 % V31?

    Mark,
    Theres nothing wrong with it, its just buggy.

  12. #12
    Grand Master Mark1994123 is offline
    Grand MasterRank
    May 2007 Join Date
    NetherlandsLocation
    814Posts

    Re: v30 Catalogue [SQL]

    How do u know that guys?

    Do u have a totally scan of it?

    wich can scan backdoors of a exe ??


    Mark

  13. #13
    Grand Master Punk is offline
    Grand MasterRank
    Dec 2008 Join Date
    VirginiaLocation
    892Posts

    Re: v30 Catalogue [SQL]

    Quote Originally Posted by Mark1994123 View Post
    How do u know that?!

    I have scanned my Computer after I opened the server!

    - Mark
    cuz i decompiled it thats y!

  14. #14
    Sorcerer Supreme Abes is offline
    Member +Rank
    May 2009 Join Date
    Sesame StreetLocation
    498Posts

    Re: v30 Catalogue [SQL]

    Quote Originally Posted by Mark1994123 View Post
    Dont use the V31 server! , The one of L_M is a virus and backdoors.
    Really?
    Thanks for telling.

  15. #15
    Elite Member swimoTheBig is offline
    Member +Rank
    Aug 2008 Join Date
    Essex, UKLocation
    194Posts

    Re: v30 Catalogue [SQL]

    Quote Originally Posted by Ubercheese View Post
    PHP Code:
    --
    -- 
    Table structure for table `catalogue_categories`
    --

    CREATE TABLE IF NOT EXISTS `catalogue_categories` (
      `
    indexidtinyint(3NOT NULL,
      `
    minranktinyint(1NOT NULL,
      `
    indexnamevarchar(50CHARACTER SET latin1 COLLATE latin1_german1_ci NOT NULL,
      `
    colourvarchar(1CHARACTER SET latin1 COLLATE latin1_german1_ci DEFAULT NULL,
      `
    iconvarchar(1CHARACTER SET latin1 COLLATE latin1_german1_ci DEFAULT NULL,
      `
    contentvarchar(3COLLATE latin1_general_ci DEFAULT NULL,
      
    PRIMARY KEY (`indexid`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

    --
    -- 
    Dumping data for table `catalogue_categories`
    --

    INSERT INTO `catalogue_categories` (`indexid`, `minrank`, `indexname`, `colour`, `icon`, `content`) VALUES
    (01'Frontpage''1''1''1'),
    (
    11'Furni Shop''2''2''0'),
    (
    21'Pets Shop''1''8''0'),
    (
    41'Trax''4''4''0'),
    (
    51'Pixel Shop''5''5''0'),
    (
    61'Recycler''3''7''0'),
    (
    71'Rares''6''0''0'),
    (
    31'Exchange''7''6''22'),
    (
    86'Administrator''6''0''0');

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

    --
    -- 
    Table structure for table `catalogue_items`
    --

    CREATE TABLE IF NOT EXISTS `catalogue_items` (
      `
    tidint(10NOT NULL AUTO_INCREMENT,
      `
    catalogue_cost_creditsint(5NOT NULL DEFAULT '0',
      `
    catalogue_cost_pixelsint(5NOT NULL,
      `
    typeidint(1NOT NULL DEFAULT '0',
      `
    lengthint(2NOT NULL DEFAULT '0',
      `
    widthint(2NOT NULL DEFAULT '0',
      `
    topdouble(4,2NOT NULL DEFAULT '0.00',
      `
    name_cctvarchar(110COLLATE latin1_general_ci NOT NULL DEFAULT '',
      `
    status_maxint(3NOT NULL DEFAULT '1',
      `
    rights_requiredint(1NOT NULL DEFAULT '1',
      `
    next_to_requiredint(1NOT NULL DEFAULT '0',
      `
    drink_idstext COLLATE latin1_general_ci NOT NULL,
      `
    colourvarchar(100COLLATE latin1_general_ci NOT NULL DEFAULT '',
      `
    catalogue_id_pageint(3NOT NULL DEFAULT '0',
      `
    doorenum('0','1'COLLATE latin1_general_ci NOT NULL DEFAULT '0',
      `
    tradeableenum('0','1'COLLATE latin1_general_ci NOT NULL DEFAULT '0',
      `
    recycleableenum('0','1'COLLATE latin1_general_ci NOT NULL DEFAULT '0',
      `
    catalogue_id_indexint(5NOT NULL DEFAULT '0',
      
    PRIMARY KEY (`tid`),
      
    KEY `typeid` (`typeid`),
      
    KEY `catalogue_id_index` (`catalogue_id_index`)
    ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=57934 ;

    --
    -- 
    Dumping data for table `catalogue_items`
    --

    INSERT INTO `catalogue_items` (`tid`, `catalogue_cost_credits`, `catalogue_cost_pixels`, `typeid`, `length`, `width`, `top`, `name_cct`, `status_max`, `rights_required`, `next_to_required`, `drink_ids`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
    (12501110.00'rare_parasol*0'110'''#ffffff,#ffffff,#ffffff,#94f718'93'0''1''1'1),
    (
    2300000.00'floor'110'''0'7'0''1''1'2),
    (
    3300000.00'wallpaper 1'110'''0'7'0''1''1'3),
    (
    4300000.00'wallpaper 2'110'''0'7'0''1''1'4),
    (
    5300000.00'wallpaper 3'110'''0'7'0''1''1'5),
    (
    6300000.00'wallpaper 4'110'''0'7'0''1''1'6),
    (
    7300000.00'wallpaper 5'110'''0'7'0''1''1'7),
    (
    8300000.00'wallpaper 6'110'''0'7'0''1''1'8),
    (
    9300000.00'wallpaper 7'110'''0'7'0''1''1'9),
    (
    10300000.00'wallpaper 8'110'''0'7'0''1''1'10),
    (
    11300000.00'wallpaper 9'110'''0'7'0''1''1'11),
    (
    12300000.00'wallpaper 10'110'''0'7'0''1''1'12),
    (
    13500000.00'wallpaper 11'110'''0'7'0''1''1'13),
    (
    14500000.00'wallpaper 12'110'''0'7'0''1''1'14),
    (
    15500000.00'wallpaper 13'110'''0'7'0''1''1'15),
    (
    16500000.00'wallpaper 14'110'''0'7'0''1''1'16),
    (
    17500000.00'wallpaper 15'110'''0'7'0''1''1'17),
    (
    18500000.00'wallpaper 16'110'''0'7'0''1''1'18),
    (
    19500000.00'wallpaper 17'110'''0'7'0''1''1'19),
    (
    20500000.00'wallpaper 18'110'''0'7'0''1''1'20),
    (
    21500000.00'wallpaper 19'110'''0'7'0''1''1'21),
    (
    22500000.00'wallpaper 20'110'''0'7'0''1''1'22),
    (
    23500000.00'wallpaper 21'110'''0'7'0''1''1'23),
    (
    24500000.00'wallpaper 22'110'''0'7'0''1''1'24),
    (
    25500000.00'wallpaper 23'110'''0'7'0''1''1'25),
    (
    26500000.00'wallpaper 24'110'''0'7'0''1''1'26),
    (
    27500000.00'wallpaper 25'110'''0'7'0''1''1'27),
    (
    28500000.00'wallpaper 26'110'''0'7'0''1''1'28),
    (
    29500000.00'wallpaper 27'110'''0'7'0''1''1'29),
    (
    30500000.00'wallpaper 28'110'''0'7'0''1''1'30),
    (
    31500000.00'wallpaper 29'110'''0'7'0''1''1'31),
    (*** 
    500000.00'wallpaper 30'110'''0'7'0''1''1'32),
    (
    33500000.00'wallpaper 31'110'''0'7'0''1''1'33),
    (
    342001110.00'nest'110'''0,0,0'8'0''0''1'34),
    (
    352001110.00'nest'110'''0,0,0'8'0''0''1'35),
    (
    362001110.00'nest'110'''0,0,0'8'0''0''1'36),
    (
    1608002111.00'eco_chair2'110'''', -1'0''1''0'1608),
    (
    1607002111.00'eco_chair1'110'''', -1'0''1''0'1607),
    (
    1606001110.00'eco_cactus3'110'''', -1'0''1''0'1606),
    (
    41104110.00'petfood1'110'''0,0,0'9'0''1''1'41),
    (
    42104110.00'petfood2'110'''0,0,0'9'0''1''1'42),
    (
    43104110.00'petfood3'110'''0,0,0'9'0''1''1'43),
    (
    44104110.00'petfood4'110'''0,0,0'9'0''1''1'44),
    (
    45204110.00'waterbowl*1'110'''#ff3f3f,#ffffff,#ffffff'9'0''1''1'45),
    (
    46204110.00'waterbowl*2'110'''#3fff3f,#ffffff,#ffffff'9'0''1''1'46),
    (
    47204110.00'waterbowl*3'110'''#ffff00,#ffffff,#ffffff'9'0''1''1'47),
    (
    48204110.00'waterbowl*4'110'''#0099ff,#ffffff,#ffffff'9'0''1''1'48),
    (
    49204110.00'waterbowl*5'110'''#bf7f00,#ffffff,#ffffff'9'0''1''1'49),
    (
    50104110.00'goodie2'110'''0,0,0'9'0''1''1'50),
    (
    51104110.00'goodie1'110'''#ff4cbf,#ffffff'9'0''1''1'51),
    (
    52104110.00'goodie1*1'110'''#3fffff,#ffffff'9'0''1''1'52),
    (
    53104110.00'goodie1*2'110'''#ffbf00,#ffffff'9'0''1''1'53),
    (
    54204110.00'toy1'110'''#ff0000,#ffff00,#ffffff,#ffffff'9'0''1''1'54),
    (
    55204110.00'toy1*1'110'''#ff7f00,#007f00,#ffffff,#ffffff'9'0''1''1'55),
    (
    56204110.00'toy1*2'110'''#003f7f,#ff00bf,#ffffff,#ffffff'9'0''1''1'56),
    (
    57204110.00'toy1*3'110'''#bf1900,#00bfbf,#ffffff,#ffffff'9'0''1''1'57),
    (
    58204110.00'toy1*4'110'''#000000,#ffffff,#ffffff,#ffffff'9'0''1''1'58),
    (
    59501321.00'arabian_bigtb'110'''0,0,0'10'0''1''1'59),
    (
    60502111.00'arabian_chair'110'''0,0,0'10'0''1''1'60),
    (
    61601120.00'arabian_divdr'110'''0,0,0'10'0''1''1'61),
    (
    62402111.00'arabian_pllw'110'''0,0,0'10'0''1''1'62),
    (
    63504350.00'arabian_rug'110'''0,0,0'10'0''1''1'63),
    (
    64601110.00'arabian_snake'110'''0,0,0'10'0''1''1'64),
    (
    65300000.00'arabian_swords'110'''0,0,0'10'0''1''1'65),
    (
    66801110.00'arabian_teamk'100'18''0,0,0'10'0''1''1'66),
    (
    67401110.00'arabian_tetbl'110'''0,0,0'10'0''1''1'67),
    (
    68301110.00'arabian_tray1'110'''0,0,0'10'0''1''1'68),
    (
    69301110.00'arabian_tray2'110'''0,0,0'10'0''1''1'69),
    (
    70301110.00'arabian_tray3'110'''0,0,0'10'0''1''1'70),
    (
    71301110.00'arabian_tray4'110'''0,0,0'10'0''1''1'71),
    (
    72300000.00'arabian_wndw'110'''0,0,0'10'0''1''1'72),
    (
    73301110.20'arabian_tray2'110'''0,0,0'10'0''1''1'73),
    (
    74301110.20'sound_set_62'110'''0,0,0'10'0''1''1'74),
    (
    75301110.20'sound_set_63'110'''0,0,0'10'0''1''1'75),
    (
    76301110.20'sound_set_64'110'''0,0,0'10'0''1''1'76),
    (
    77104111.00'tile_marble'110'''0,0,0'10'0''1''1'77),
    (
    78104111.00'tile_brown'110'''0,0,0'10'0''1''1'78),
    (
    791501210.00'silo_studydesk'110'''0,0,0'11'0''1''1'79),
    (
    80303231.50'bed_silo_two'110'''0,0,0'11'0''1''1'80),
    (
    81303131.50'bed_silo_one'110'''0,0,0'11'0''1''1'81),
    (
    82301212.85'shelves_silo'110'''0,0,0'11'0''1''1'82),
    (
    83302211.00'sofa_silo'110'''#ffffff,#ffffff,#ffffff,#ffffff,#A2C6C8,#A2C6C8,#A2C6C8,#A2C6C8'11'0''1''1'83),
    (
    84302111.00'sofachair_silo'110'''#ffffff,#ffffff,#A2C6C8,#A2C6C8,#ffffff'11'0''1''1'84),
    (
    85101111.00'table_silo_small'110'''#ffffff,#A2C6C8,#ffffff,#A2C6C8'11'0''1''1'85),
    (
    86601110.00'divider_silo3'110'''#ffffff,#ffffff,#ffffff,#A2C6C8'11'1''1''1'86),
    (
    87301211.20'divider_silo2'110'''0,0,0'11'0''1''1'87),
    (
    88301111.20'divider_silo1'110'''#ffffff,#A2C6C8,0,#A2C6C8'11'0''1''1'88),
    (
    89302111.00'chair_silo'110'''#ffffff,#ffffff,#A2C6C8,#A2C6C8,#ffffff'11'0''1''1'89),
    (
    90301110.00'safe_silo'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#A2C6C8,#ffffff'11'0''1''1'90),
    (
    91302111.50'barchair_silo'110'''#ffffff,#A2C6C8,#ffffff'11'0''1''1'91),
    (
    92301220.80'table_silo_med'110'''#ffffff,#8FAEAF'11'0''1''1'92),
    (
    931000000.00'habbowheel'110'''0,0,0'12'0''1''1'93),
    (
    94601130.00'tv_luxus'110'''0,0,0'12'0''1''1'94),
    (
    95401120.00'wood_tv'110'''0,0,0'12'0''1''1'95),
    (*** 
    301110.00'red_tv'110'''0,0,0'12'0''1''1'96),
    (*** 
    300000.00'post.it'110'''0,0,0'12'0''1''1'97),
    (
    98301110.00'pizza'110'''0,0,0'12'0''1''1'98),
    (*** 
    301110.00'drinks'110'''0,0,0'12'0''1''1'99),
    (**** 
    304110.00'bottle'110'''0,0,0'12'0''1''1'100),
    (**** 
    601110.00'edice'110'''0,0,0'12'0''1''1'101),
    (
    102401110.00'habbocake'110'''0,0,0'12'0''1''1'102),
    (
    103301110.00'menorah'110'''0,0,0'12'0''1''1'103),
    (
    106301110.00'wcandleset'110'''0,0,0'12'0''1''1'106),
    (
    107301110.00'rcandleset'110'''0,0,0'12'0''1''1'107),
    (
    108301110.00'ham'110'''0,0,0'12'0''1''1'108),
    (**** 
    501110.00'hockey_light'101'''0,0,0'12'0''1''1'109),
    (**** 
    2501120.00'barrier*1'110'''0,0,#FFC927,#FFC927'12'0''1''1'110),
    (**** 
    2501120.00'barrier*2'110'''0,0,#FFC927,#FFC927'12'0''1''1'111),
    (**** 
    2501120.00'barrier*3'110'''0,0,#FFC927,#FFC927'12'0''1''1'112),
    (
    1132501110.00'traffic_light*1'210'''0,#D91E26,0'12'0''1''1'113),
    (**** 
    2501110.00'traffic_light*2'210'''0,#D91E26,0'12'0''1''1'114),
    (**** 
    2501110.00'traffic_light*3'210'''0,#D91E26,0'12'0''1''1'115),
    (
    1162501110.00'traffic_light*4'210'''0,#D91E26,0'12'0''1''1'116),
    (
    1172501110.00'traffic_light*5'210'''0,#D91E26,0'12'0''1''1'117),
    (
    1182501110.00'traffic_light*6'210'''0,#D91E26,0'12'0''1''1'118),
    (
    119801110.00'wall_china'110'''0,0,0'13'0''1''1'119),
    (
    120801110.00'corner_china'110'''0,0,0'13'0''1''1'120),
    (
    121802210.00'china_shelve'110'''0,0,0'13'0''1''1'121),
    (
    122501110.80'china_table'110'''0,0,0'13'0''1''1'122),
    (
    123502111.00'chair_china'110'''0,0,0'13'0''1''1'123),
    (
    124300000.00'poster 57'110'''0,0,0'13'0''1''1'124),
    (
    125500000.00'poster 58'110'''0,0,0'13'0''1''1'125),
    (
    1261002311.00'cn_sofa'110'''0,0,0'13'0''1''1'126),
    (
    1271501111.00'cn_lamp'110'''0,0,0'13'0''1''1'127),
    (
    128602121.20'bath'101'''0,0,0'14'0''1''1'128),
    (
    129301110.00'sink'100'7''0,0,0'14'0''1''1'129),
    (
    130101110.00'duck'110'''0,0,0'14'0''1''1'130),
    (
    131402111.20'toilet'110'''0,0,0'14'0''1''1'131),
    (
    1*** 402111.20'toilet_red'110'''0,0,0'14'0''1''1'132),
    (
    133402111.20'toilet_yell'110'''0,0,0'14'0''1''1'133),
    (
    134304440.00'tile'110'''0,0,0'14'0''1''1'134),
    (
    135304440.00'tile_red'110'''0,0,0'14'0''1''1'135),
    (
    136304440.00'tile_yell'110'''0,0,0'14'0''1''1'136),
    (
    137301211.00'bardesk_polyfon*5'110'''#ffffff,#ffffff,#FF9BBD,#FF9BBD'15'0''1''1'137),
    (
    138301111.00'bardeskcorner_polyfon*5'110'''#ffffff,#FF9BBD'15'0''1''1'138),
    (
    139601110.00'divider_poly3*5'110'''#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4'15'1''1''1'139),
    (
    140302111.20'sofachair_polyfon_girl'110'''#ffffff,#ffffff,#EE7EA4,#EE7EA4'15'0''1''1'140),
    (
    141402211.20'sofa_polyfon_girl'110'''#ffffff,#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4'15'0''1''1'141),
    (
    142404230.00'carpet_polar*1'110'''#ffbbcf,#ffbbcf,#ffddef'15'0''1''1'142),
    (
    143303131.50'bed_polyfon_girl_one'110'''#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4'15'0''1''1'143),
    (
    144403231.50'bed_polyfon_girl'110'''#ffffff,#ffffff,#EE7EA4,#EE7EA4'15'0''1''1'144),
    (
    1451001110.00'camera'110'''0,0,0'16'0''1''1'145),
    (
    146600000.00'photo_film'110'''0,0,0'16'0''0''0'146),
    (
    147300000.00'poster 500'110'''0,0,0'17'0''1''1'147),
    (
    149300000.00'poster 502'110'''0,0,0'17'0''1''1'149),
    (
    150300000.00'poster 503'110'''0,0,0'17'0''1''1'150),
    (
    151300000.00'poster 504'110'''0,0,0'17'0''1''1'151),
    (
    152300000.00'poster 505'110'''0,0,0'17'0''1''1'152),
    (
    153300000.00'poster 506'110'''0,0,0'17'0''1''1'153),
    (
    154300000.00'poster 507'110'''0,0,0'17'0''1''1'154),
    (
    155300000.00'poster 508'110'''0,0,0'17'0''1''1'155),
    (
    156300000.00'poster 509'110'''0,0,0'17'0''1''1'156),
    (
    157300000.00'poster 510'110'''0,0,0'17'0''1''1'157),
    (
    158300000.00'poster 511'110'''0,0,0'17'0''1''1'158),
    (
    159300000.00'poster 512'110'''0,0,0'17'0''1''1'159),
    (
    160300000.00'poster 513'110'''0,0,0'17'0''1''1'160),
    (
    161300000.00'poster 514'110'''0,0,0'17'0''1''1'161),
    (
    162300000.00'poster 515'110'''0,0,0'17'0''1''1'162),
    (
    163300000.00'poster 516'110'''0,0,0'17'0''1''1'163),
    (
    164300000.00'poster 517'110'''0,0,0'17'0''1''1'164),
    (
    165300000.00'poster 518'110'''0,0,0'17'0''1''1'165),
    (
    166300000.00'poster 520'110'''0,0,0'17'0''1''1'166),
    (
    167300000.00'poster 521'110'''0,0,0'17'0''1''1'167),
    (
    168300000.00'poster 522'110'''0,0,0'17'0''1''1'168),
    (
    169300000.00'poster 523'110'''0,0,0'17'0''1''1'169),
    (
    170300000.00'poster 1'110'''0,0,0'17'0''1''1'170),
    (
    171300000.00'poster 2'110'''0,0,0'17'0''1''1'171),
    (
    172300000.00'poster 3'110'''0,0,0'17'0''1''1'172),
    (
    173300000.00'poster 4'110'''0,0,0'17'0''1''1'173),
    (
    174300000.00'poster 5'110'''0,0,0'17'0''1''1'174),
    (
    175300000.00'poster 6'110'''0,0,0'17'0''1''1'175),
    (
    176300000.00'poster 7'110'''0,0,0'17'0''1''1'176),
    (
    177300000.00'poster 8'110'''0,0,0'17'0''1''1'177),
    (
    178300000.00'poster 9'110'''0,0,0'17'0''1''1'178),
    (
    179300000.00'poster 10'110'''0,0,0'17'0''1''1'179),
    (
    180300000.00'poster 11'110'''0,0,0'17'0''1''1'180),
    (
    181300000.00'poster 12'110'''0,0,0'17'0''1''1'181),
    (
    182300000.00'poster 13'110'''0,0,0'17'0''1''1'182),
    (
    183300000.00'poster 14'110'''0,0,0'17'0''1''1'183),
    (
    184300000.00'poster 15'110'''0,0,0'17'0''1''1'184),
    (
    185300000.00'poster 16'110'''0,0,0'17'0''1''1'185),
    (
    186300000.00'poster 17'110'''0,0,0'17'0''1''1'186),
    (
    187300000.00'poster 18'110'''0,0,0'17'0''1''1'187),
    (
    188300000.00'poster 19'110'''0,0,0'17'0''1''1'188),
    (
    189300000.00'poster 32'110'''0,0,0'17'0''1''1'189),
    (
    190300000.00'poster 33'110'''0,0,0'17'0''1''1'190),
    (
    191300000.00'poster 34'110'''0,0,0'17'0''1''1'191),
    (
    192300000.00'poster 35'110'''0,0,0'17'0''1''1'192),
    (
    193300000.00'poster 36'110'''0,0,0'17'0''1''1'193),
    (
    194300000.00'poster 37'110'''0,0,0'17'0''1''1'194),
    (
    195300000.00'poster 38'110'''0,0,0'17'0''1''1'195),
    (
    1*** 300000.00'poster 39'110'''0,0,0'17'0''1''1'196),
    (
    1*** 300000.00'poster 40'110'''0,0,0'17'0''1''1'197),
    (
    198300000.00'poster 41'110'''0,0,0'17'0''1''1'198),
    (
    1*** 300000.00'poster 55'110'''0,0,0'17'0''1''1'199),
    (
    201300000.00'poster 1001'110'''0,0,0'17'0''1''1'201),
    (
    202300000.00'poster 1002'110'''0,0,0'17'0''1''1'202),
    (
    203300000.00'poster 1003'110'''0,0,0'17'0''1''1'203),
    (
    204300000.00'poster 1004'110'''0,0,0'17'0''1''1'204),
    (
    205300000.00'poster 1005'110'''0,0,0'17'0''1''1'205),
    (
    206300000.00'poster 1006'110'''0,0,0'17'0''1''1'206),
    (
    207300000.00'poster 2000'110'''0,0,0'17'0''1''1'207),
    (
    208300000.00'poster 2001'110'''0,0,0'17'0''1''1'208),
    (
    209300000.00'poster 2002'110'''0,0,0'17'0''1''1'209),
    (
    210300000.00'poster 2003'110'''0,0,0'17'0''1''1'210),
    (
    211300000.00'poster 2004'110'''0,0,0'17'0''1''1'211),
    (
    212300000.00'poster 2006'110'''0,0,0'17'0''1''1'212),
    (
    213300000.00'poster 2007'110'''0,0,0'17'0''1''1'213),
    (
    214300000.00'poster 2008'110'''0,0,0'17'0''1''1'214),
    (
    215401210.00'glass_shelf'110'''0,0,0'19'0''1''1'215),
    (
    216402211.20'glass_sofa'110'''#ffffff,#ABD0D2,#ABD0D2,#ffffff,#ffffff,#ABD0D2,#ffffff,#ABD0D2'19'0''1''1'216),
    (
    217401220.80'glass_table'110'''#ffffff,#ABD0D2,#ABD0D2,#ffffff'19'0''1''1'217),
    (
    218302111.20'glass_chair'110'''#ffffff,#ABD0D2,#ABD0D2,#ffffff'19'0''1''1'218),
    (
    219302111.20'glass_stool'110'''#ffffff,#ABD0D2,#ABD0D2,#ffffff'19'0''1''1'219),
    (
    220402211.20'glass_sofa*2'110'''#ffffff,#525252,#525252,#ffffff,#ffffff,#525252,#ffffff,#525252'19'0''1''1'220),
    (
    221401220.80'glass_table*2'110'''#ffffff,#525252,#525252,#ffffff'19'0''1''1'221),
    (
    222302111.20'glass_chair*2'110'''#ffffff,#525252,#525252,#ffffff'19'0''1''1'222),
    (
    223302111.20'glass_stool*2'110'''#ffffff,#525252,#525252,#ffffff'19'0''1''1'223),
    (
    224402211.20'glass_sofa*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'19'0''1''1'224),
    (
    225401220.80'glass_table*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'19'0''1''1'225),
    (
    226302111.20'glass_chair*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'19'0''1''1'226),
    (
    227302111.20'glass_stool*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'19'0''1''1'227),
    (
    228402211.20'glass_sofa*4'110'''#ffffff,#F7EBBC,#F7EBBC,#ffffff,#ffffff,#F7EBBC,#ffffff,#F7EBBC'19'0''1''1'228),
    (
    229401220.80'glass_table*4'110'''#ffffff,#F7EBBC,#F7EBBC,#ffffff'19'0''1''1'229),
    (
    230302111.20'glass_chair*4'110'''#ffffff,#F7EBBC,#F7EBBC,#ffffff'19'0''1''1'230),
    (
    231302111.20'glass_stool*4'110'''#ffffff,#F7EBBC,#F7EBBC,#ffffff'19'0''1''1'231),
    (
    2*** 402211.20'glass_sofa*5'110'''#ffffff,#FF99BC,#FF99BC,#ffffff,#ffffff,#FF99BC,#ffffff,#FF99BC'19'0''1''1'232),
    (
    233401220.80'glass_table*5'110'''#ffffff,#FF99BC,#FF99BC,#ffffff'19'0''1''1'233),
    (
    234302111.20'glass_chair*5'110'''#ffffff,#FF99BC,#FF99BC,#ffffff'19'0''1''1'234),
    (
    235302111.20'glass_stool*5'110'''#ffffff,#FF99BC,#FF99BC,#ffffff'19'0''1''1'235),
    (
    236402211.20'glass_sofa*6'110'''#ffffff,#5EAAF8,#5EAAF8,#ffffff,#ffffff,#5EAAF8,#ffffff,#5EAAF8'19'0''1''1'236),
    (
    237401220.80'glass_table*6'110'''#ffffff,#5EAAF8,#5EAAF8,#ffffff'19'0''1''1'237),
    (
    238302111.20'glass_chair*6'110'''#ffffff,#5EAAF8,#5EAAF8,#ffffff'19'0''1''1'238),
    (
    239302111.20'glass_stool*6'110'''#ffffff,#5EAAF8,#5EAAF8,#ffffff'19'0''1''1'239),
    (
    240402211.20'glass_sofa*7'110'''#ffffff,#92D13D,#92D13D,#ffffff,#ffffff,#92D13D,#ffffff,#92D13D'19'0''1''1'240),
    (
    241401220.80'glass_table*7'110'''#ffffff,#92D13D,#92D13D,#ffffff'19'0''1''1'241),
    (
    242302111.20'glass_chair*7'110'''#ffffff,#92D13D,#92D13D,#ffffff'19'0''1''1'242),
    (
    243302111.20'glass_stool*7'110'''#ffffff,#92D13D,#92D13D,#ffffff'19'0''1''1'243),
    (
    244402211.20'glass_sofa*8'110'''#ffffff,#FFD837,#FFD837,#ffffff,#ffffff,#FFD837,#ffffff,#FFD837'19'0''1''1'244),
    (
    245401220.80'glass_table*8'110'''#ffffff,#FFD837,#FFD837,#ffffff'19'0''1''1'245),
    (
    246302111.20'glass_chair*8'110'''#ffffff,#FFD837,#FFD837,#ffffff'19'0''1''1'246),
    (
    247302111.20'glass_stool*8'110'''#ffffff,#FFD837,#FFD837,#ffffff'19'0''1''1'247),
    (
    248402211.20'glass_sofa*9'110'''#ffffff,#E14218,#E14218,#ffffff,#ffffff,#E14218,#ffffff,#E14218'19'0''1''1'248),
    (
    249401220.80'glass_table*9'110'''#ffffff,#E14218,#E14218,#ffffff'19'0''1''1'249),
    (
    250302111.20'glass_chair*9'110'''#ffffff,#E14218,#E14218,#ffffff'19'0''1''1'250),
    (
    251302111.20'glass_stool*9'110'''#ffffff,#E14218,#E14218,#ffffff'19'0''1''1'251),
    (
    2521002111.20'gothic_chair*3'110'''#ffffff,#dd0000,#ffffff,#dd0000'20'0''1''1'252),
    (
    253702211.20'gothic_sofa*3'110'''#ffffff,#dd0000,#ffffff,#ffffff,#dd0000,#ffffff'20'0''1''1'253),
    (
    254502111.20'gothic_stool*3'110'''#ffffff,#dd0000,#ffffff'20'0''1''1'254),
    (
    255504240.00'gothic_carpet'110'''0,0,0'20'0''1''1'255),
    (
    256504240.00'gothic_carpet2'110'''0,0,0'20'0''1''1'256),
    (
    2571501151.00'goth_table'110'''0,0,0'20'0''1''1'257),
    (
    258801210.00'gothrailing'110'''0,0,0'20'0''1''1'258),
    (
    2591000000.00'torch'110'''0,0,0'20'0''1''1'259),
    (
    2601000000.00'gothicfountain'110'''0,0,0'20'0''1''0'260),
    (
    2611001110.00'gothiccandelabra'110'''0,0,0'20'0''1''1'261),
    (
    2621001210.00'gothgate'110'''0,0,0'20'1''1''1'262),
    (
    2631000000.00'industrialfan'110'''0,0,0'20'0''1''1'263),
    (
    264301110.00'grunge_barrel'110'''0,0,0'21'0''1''1'264),
    (
    265302311.20'grunge_bench'110'''0,0,0'21'0''1''1'265),
    (
    266201110.00'grunge_candle'110'''0,0,0'21'0''1''1'266),
    (
    267402111.20'grunge_chair'110'''0,0,0'21'0''1''1'267),
    (
    268302311.00'grunge_mattress'110'''0,0,0'21'0''1''1'268),
    (
    269301110.00'grunge_radiator'110'''0,0,0'21'0''1''1'269),
    (
    270501310.00'grunge_shelf'110'''0,0,0'21'0''1''1'270),
    (
    271301110.00'grunge_sign'110'''0,0,0'21'0''1''1'271),
    (
    272401220.80'grunge_table'110'''0,0,0'21'0''1''1'272),
    (
    2800451110.15'CFC_100_coin_gold'110'''0,0,0'22'0''1''0'280),
    (
    2790251110.15'CFC_50_coin_silver'110'''0,0,0'22'0''1''0'279),
    (
    278051110.15'CFC_10_coin_bronze'110'''0,0,0'22'0''1''0'278),
    (
    2770251110.40'CF_50_goldbar'110'''0,0,0'22'0''1''0'277),
    (
    2760101111.00'CF_20_moneybag'110'''0,0,0'22'0''1''0'276),
    (
    275051110.15'CF_10_coin_gold'110'''0,0,0'22'0''1''0'275),
    (
    274031110.15'CF_5_coin_silver'110'''0,0,0'22'0''1''0'274),
    (
    273011110.15'CF_1_coin_bronze'110'''0,0,0'22'0''1''0'273),
    (
    283502111.20'habbowood_chair'110'''0,0,0'23'0''1''1'283),
    (
    284501210.00'rope_divider'110'''0,0,0'23'1''1''1'284),
    (
    2851501110.00'spotlight'110'''0,0,0'23'0''1''1'285),
    (
    2861002111.20'theatre_seat'110'''0,0,0'23'0''1''1'286),
    (
    2872501110.00'rare_icecream_campaign'100'4''0,0,0'23'0''1''1'287),
    (
    2881000000.00'habw_mirror'110'''0,0,0'23'0''1''1'288),
    (
    289104110.00'tile_stella'110'''0,0,0'23'0''1''1'289),
    (
    290302111.00'chair_norja'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'24'0''1''1'290),
    (
    291302211.00'couch_norja'110'''#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC'24'0''1''1'291),
    (
    292301220.80'table_norja_med'110'''#ffffff,#F7EBBC'24'0''1''1'292),
    (
    293301110.00'shelves_norja'110'''#ffffff,#F7EBBC'24'0''1''1'293),
    (
    294302111.00'soft_sofachair_norja'110'''#ffffff,#F7EBBC,#F7EBBC'24'0''1''1'294),
    (
    295402211.00'soft_sofa_norja'110'''#ffffff,#F7EBBC,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC'24'0''1''1'295),
    (
    2*** 301211.20'divider_nor2'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'24'0''1''1'296),
    (
    2*** 301111.20'divider_nor1'110'''#ffffff,#F7EBBC'24'0''1''1'297),
    (
    298601110.00'divider_nor3'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'24'1''1''1'298),
    (
    2*** 301210.00'divider_nor4'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC'24'1''1''1'299),
    (
    300301110.00'divider_nor5'110'''#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC'24'1''1''1'300),
    (
    3012504220.00'jp_bamboo'110'''0,0,0'25'0''1''1'301),
    (
    302502110.80'jp_pillow'110'''0,0,0'25'0''1''1'302),
    (
    3031001220.00'jp_irori'110'''0,0,0'25'0''1''1'303),
    (
    304604220.00'jp_tatami'110'''0,0,0'25'0''1''1'304),
    (
    305804240.00'jp_tatami2'110'''0,0,0'25'0''1''1'305),
    (
    3061001110.00'jp_lantern'110'''0,0,0'25'0''1''1'306),
    (
    307601110.00'jp_drawer'110'''0,0,0'25'0''1''1'307),
    (
    3081000000.00'jp_ninjastars'110'''0,0,0'25'0''1''1'308),
    (
    309300000.00'jp_sheet1'110'''0,0,0'25'0''1''1'309),
    (
    310300000.00'jp_sheet2'110'''0,0,0'25'0''1''1'310),
    (
    311300000.00'jp_sheet3'110'''0,0,0'25'0''1''1'311),
    (
    312301110.00'jp_tray1'110'''0,0,0'25'0''1''1'312),
    (
    313301110.00'jp_tray2'110'''0,0,0'25'0''1''1'313),
    (
    314301110.00'jp_tray3'110'''0,0,0'25'0''1''1'314),
    (
    315301110.00'jp_tray4'110'''0,0,0'25'0''1''1'315),
    (
    316301110.00'jp_tray5'110'''0,0,0'25'0''1''1'316),
    (
    317301110.00'jp_tray6'110'''0,0,0'25'0''1''1'317),
    (
    318303231.70'bed_armas_two'110'''0,0,0'26'0''1''1'318),
    (
    319303131.70'bed_armas_one'110'''0,0,0'26'0''1''1'319),
    (
    320401210.00'fireplace_armas'110'''0,0,0'26'0''1''1'320),
    (
    321301131.20'bartable_armas'110'''0,0,0'26'0''1''1'321),
    (
    322301221.00'table_armas'110'''0,0,0'26'0''1''1'322),
    (
    323302211.20'bench_armas'110'''0,0,0'26'0''1''1'323),
    (
    324601110.00'divider_arm3'110'''0,0,0'26'1''1''1'324),
    (
    325301111.20'divider_arm1'110'''0,0,0'26'0''1''1'325),
    (
    326301211.20'divider_arm2'110'''0,0,0'26'0''1''1'326),
    (
    327301213.20'shelves_armas'110'''0,0,0'26'0''1''1'327),
    (
    328401110.00'bar_armas'100'5\r\n1\r\n2\r\n5\r\n6''0,0,0'26'0''1''1'328),
    (
    329102111.30'bar_chair_armas'110'''0,0,0'26'0''1''1'329),
    (
    330301110.00'lamp_armas'110'''0,0,0'26'0''1''1'330),
    (
    331301110.00'lamp2_armas'110'''0,0,0'26'0''1''1'331),
    (
    3*** 201111.00'small_table_armas'110'''0,0,0'26'0''1''1'332),
    (
    333102111.20'small_chair_armas'110'''0,0,0'26'0''1''1'333),
    (
    334403231.50'bed_polyfon'110'''#ffffff,#ffffff,#ABD0D2,#ABD0D2'27'0''1''1'334),
    (
    335303131.50'bed_polyfon_one'110'''ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2'27'0''1''1'335),
    (
    336501210.00'fireplace_polyfon'110'''0,0,0'27'0''1''1'336),
    (
    337402211.20'sofa_polyfon'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2'27'0''1''1'337),
    (
    338302111.20'sofachair_polyfon'110'''#ffffff,#ffffff,#ABD0D2,#ABD0D2'27'0''1''1'338),
    (
    339501110.00'bar_polyfon'100'5\r\n1\r\n2\r\n5\r\n6''0,0,0'27'0''1''1'339),
    (
    340601110.00'divider_poly3'110'''#ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2'27'1''1''1'340),
    (
    341301211.00'bardesk_polyfon'110'''#ffffff,#ffffff,#ABD0D2,#ABD0D2'27'0''1''1'341),
    (
    342301111.00'bardeskcorner_polyfon'110'''#ffffff,#ABD0D2'27'0''1''1'342),
    (
    343302111.00'chair_polyfon'110'''0,0,0'27'0''1''1'343),
    (
    344401220.80'table_polyfon'110'''0,0,0'27'0''1''1'344),
    (
    345301220.80'table_polyfon_med'110'''0,0,0'27'0''1''1'345),
    (
    346101220.00'table_polyfon_small'110'''0,0,0'27'0''1''1'346),
    (
    347401220.80'smooth_table_polyfon'110'''0,0,0'27'0''1''1'347),
    (
    348101110.60'stand_polyfon_z'110'''0,0,0'27'0''1''1'348),
    (
    349401210.00'shelves_polyfon'110'''0,0,0'27'0''1''1'349),
    (
    1605001110.00'eco_cactus2'110'''', -1'0''1''0'1605),
    (
    1604001110.00'eco_cactus1'110'''', -1'0''1''0'1604),
    (
    1603000000.00'eco_curtains3'110'''', -1'0''1''0'1603),
    (
    1602000000.00'eco_curtains2'110'''', -1'0''1''0'1602),
    (
    1601000000.00'eco_curtains1'110'''', -1'0''1''0'1601),
    (
    356401110.00'giftflowers'110'''0,0,0'29'0''1''1'356),
    (
    357301110.00'plant_rose'110'''0,0,0'29'0''1''1'357),
    (
    358301110.00'plant_sunflower'110'''0,0,0'29'0''1''1'358),
    (
    359301110.00'plant_yukka'110'''0,0,0'29'0''1''1'359),
    (
    360301110.00'plant_pineapple'110'''0,0,0'29'0''1''1'360),
    (
    361301110.00'plant_bonsai'110'''0,0,0'29'0''1''1'361),
    (
    362301110.00'plant_big_cactus'110'''0,0,0'29'0''1''1'362),
    (
    363301110.00'plant_fruittree'110'''0,0,0'29'0''1''1'363),
    (
    364101110.00'plant_small_cactus'110'''0,0,0'29'0''1''1'364),
    (
    365501210.00'plant_maze'110'''0,0,0'29'0''1''1'365),
    (
    366601210.00'plant_mazegate'110'''0,0,0'29'0''1''1'366),
    (
    367301110.00'plant_bulrush'110'''0,0,0'29'0''1''1'367),
    (
    368302111.00'chair_plasto*16'110'''#ffffff,#CC33***#ffffff,#CC3399'30'0''1''1'368),
    (
    369302111.00'chair_plasto*15'110'''#ffffff,#FF97BA,#ffffff,#FF97BA'30'0''1''1'369),
    (
    370302111.00'chair_plasto*5'110'''#ffffff,#54ca00,#ffffff,#54ca00'30'0''1''1'370),
    (
    371302111.00'chair_plasto'110'''0,0,0'30'0''1''1'371),
    (
    372302111.00'chair_plasto*8'110'''#ffffff,#c38d1a,#ffffff,#c38d1a'30'0''1''1'372),
    (
    373302111.00'chair_plasto*7'110'''#ffffff,#ff6d00,#ffffff,#ff6d00'30'0''1''1'373),
    (
    374302111.00'chair_plasto*1'110'''#ffffff,#ff1f08,#ffffff,#ff1f08'30'0''1''1'374),
    (
    375302111.00'chair_plasto*4'110'''#ffffff,#ccddff,#ffffff,#ccddff'30'0''1''1'375),
    (
    376302111.00'chair_plasto*6'110'''#ffffff,#3444ff,#ffffff,#3444ff'30'0''1''1'376),
    (
    377302111.00'chair_plasto*3'110'''#ffffff,#ffee00,#ffffff,#ffee00'30'0''1''1'377),
    (
    378302111.00'chair_plasto*2'110'''#ffffff,#99DCCC,#ffffff,#99DCCc'30'0''1''1'378),
    (
    379301111.00'table_plasto_square*15'110'''#ffffff,#FF97BA'30'0''1''1'379),
    (
    380301111.00'table_plasto_square*14'110'''#ffffff,#CC3399'30'0''1''1'380),
    (
    381301111.00'table_plasto_square*1'110'''#ffffff,#ff1f08'30'0''1''1'381),
    (
    382301111.00'table_plasto_square*7'110'''#ffffff,#ff6d00'30'0''1''1'382),
    (
    383301111.00'table_plasto_square'110'''0,0,0'30'0''1''1'383),
    (
    384301111.00'table_plasto_square*2'110'''#ffffff,#99DCCC'30'0''1''1'384),
    (
    385301111.00'table_plasto_square*4'110'''#ffffff,#ccddff'30'0''1''1'385),
    (
    386301111.00'table_plasto_square*6'110'''#ffffff,#3444ff'30'0''1''1'386),
    (
    387301111.00'table_plasto_square*3'110'''#ffffff,#ffee00'30'0''1''1'387),
    (
    388301111.00'table_plasto_square*9'110'''#ffffff,#533e10'30'0''1''1'388),
    (
    389301111.00'table_plasto_square*5'110'''#ffffff,#54ca00'30'0''1''1'389),
    (
    390301111.00'table_plasto_square*8'110'''#ffffff,#c38d1a'30'0''1''1'390),
    (
    391301221.00'table_plasto_round*15'110'''#ffffff,#FF97BA'30'0''1''1'391),
    (
    392301221.00'table_plasto_round*14'110'''#ffffff,#CC3399'30'0''1''1'392),
    (
    393301221.00'table_plasto_round*7'110'''#ffffff,#ff6d00'30'0''1''1'393),
    (
    394301221.00'table_plasto_round*1'110'''#ffffff,#ff1f08'30'0''1''1'394),
    (
    395301221.00'table_plasto_round*2'110'''#ffffff,#99DCCC'30'0''1''1'395),
    (
    3*** 301221.00'table_plasto_round*4'110'''#ffffff,#ccddff'30'0''1''1'396),
    (
    3*** 301221.00'table_plasto_round*6'110'''#ffffff,#3444ff'30'0''1''1'397),
    (
    398301221.00'table_plasto_round*3'110'''#ffffff,#ffee00'30'0''1''1'398),
    (
    3*** 301221.00'table_plasto_round*9'110'''#ffffff,#533e10'30'0''1''1'399),
    (
    400301221.00'table_plasto_round'110'''0,0,0'30'0''1''1'400),
    (
    401301221.00'table_plasto_round*5'110'''#ffffff,#54ca00'30'0''1''1'401),
    (
    402301221.00'table_plasto_round*8'110'''#ffffff,#c38d1a'30'0''1''1'402),
    (
    403301221.00'table_plasto_bigsquare*15'110'''#ffffff,#FF97BA'30'0''1''1'403),
    (
    404301221.00'table_plasto_bigsquare*14'110'''#ffffff,#CC3399'30'0''1''1'404),
    (
    405301221.00'table_plasto_bigsquare*7'110'''#ffffff,#ff6d00'30'0''1''1'405),
    (
    406301221.00'table_plasto_bigsquare*1'110'''#ffffff,#ff1f08'30'0''1''1'406),
    (
    407301221.00'table_plasto_bigsquare*2'110'''#ffffff,#99DCCC'30'0''1''1'407),
    (
    408301221.00'table_plasto_bigsquare'110'''0,0,0'30'0''1''1'408),
    (
    409301221.00'table_plasto_bigsquare*8'110'''#ffffff,#c38d1a'30'0''1''1'409),
    (
    410301221.00'table_plasto_bigsquare*5'110'''#ffffff,#54ca00'30'0''1''1'410),
    (
    411301221.00'table_plasto_bigsquare*9'110'''#ffffff,#533e10'30'0''1''1'411),
    (
    412301221.00'table_plasto_bigsquare*3'110'''#ffffff,#ffee00'30'0''1''1'412),
    (
    413301221.00'table_plasto_bigsquare*6'110'''#ffffff,#3444ff'30'0''1''1'413),
    (
    414301221.00'table_plasto_bigsquare*4'110'''#ffffff,#ccddff'30'0''1''1'414),
    (
    415301221.00'table_plasto_4leg*6'110'''#ffffff,#3444ff'30'0''1''1'415),
    (
    416301221.00'table_plasto_4leg*1'110'''#ffffff,#ff1f08'30'0''1''1'416),
    (
    417301221.00'table_plasto_4leg*3'110'''#ffffff,#ffee00'30'0''1''1'417),
    (
    418301221.00'table_plasto_4leg*9'110'''#ffffff,#533e10'30'0''1''1'418),
    (
    419301221.00'table_plasto_4leg'110'''0,0,0'30'0''1''1'419),
    (
    420301221.00'table_plasto_4leg*5'110'''#ffffff,#54ca00'30'0''1''1'420),
    (
    421301221.00'table_plasto_4leg*2'110'''#ffffff,#99DCCC'30'0''1''1'421),
    (
    422301221.00'table_plasto_4leg*8'110'''#ffffff,#c38d1a'30'0''1''1'422),
    (
    423301221.00'table_plasto_4leg*7'110'''#ffffff,#ff6d00'30'0''1''1'423),
    (
    424301221.00'table_plasto_4leg*10'110'''#ffffff,#ccddff'30'0''1''1'424),
    (
    425301221.00'table_plasto_4leg*15'110'''#ffffff,#FF97BA'30'0''1''1'425),
    (
    426301221.00'table_plasto_4leg*16'110'''#ffffff,#CC3399'30'0''1''1'426),
    (
    427302111.00'chair_plasty'110'''0,0,0'30'0''1''1'427),
    (
    428302111.00'chair_plasty*1'110'''#ffffff,#8EB5D1,#ffffff,#8EB5D1'30'0''1''1'428),
    (
    429302111.00'chair_plasty*2'110'''#ffffff,#ff9900,#ffffff,#ff9900'30'0''1''1'429),
    (
    430302111.00'chair_plasty*3'110'''#ffffff,#ff2200,#ffffff,#ff2200'30'0''1''1'430),
    (
    431302111.00'chair_plasty*4'110'''#ffffff,#00cc00,#ffffff,#00cc00'30'0''1''1'431),
    (
    4*** 302111.00'chair_plasty*4'110'''#ffffff,#0033CC,#ffffff,#0033CC'30'0''1''1'432),
    (
    433302111.00'chair_plasty*4'110'''#ffffff,#333333,#ffffff,#333333'30'0''1''1'433),
    (
    434302111.00'chair_plasty*7'110'''#ffffff,#99DCCc,#ffffff,#99DCCc'30'0''1''1'434),
    (
    435302111.00'chair_plasty*8'110'''#ffffff,#c38d1a,#ffffff,#c38d1a'30'0''1''1'435),
    (
    436302111.00'chair_plasty*9'110'''#ffffff,#533e10,#ffffff,#533e10'30'0''1''1'436),
    (
    437302111.00'chair_plasty*10'110'''#ffffff,#CC33***#ffffff,#CC3399'30'0''1''1'437),
    (
    438302111.00'chair_plasty*11'110'''#ffffff,#FF97BA,#ffffff,#FF97BA'30'0''1''1'438),
    (
    439302111.00'chair_plasto*9'110'''#ffffff,#533e10,#ffffff,#533e10'30'0''1''1'439),
    (
    440301210.00'shelves_basic'110'''0,0,0', *** '0''1''1'440),
    (
    441401110.00'bar_basic'100'5\r\n1\r\n2\r\n5\r\n6''0,0,0', *** '0''1''1'441),
    (
    442601110.00'fridge'100'8\r\n4\r\n2\r\n1\r\n3\r\n27\r\n5\r\n6''0,0,0', *** '0''1''1'442),
    (
    443301110.00'lamp_basic'110'''0,0,0', *** '0''1''1'443),
    (
    444303231.50'bed_budgetb'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'444),
    (
    445303131.50'bed_budgetb_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'445),
    (
    446303231.50'bed_budget'110'''#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2', *** '0''1''1'446),
    (
    447303131.50'bed_budget_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2', *** '0''1''1'447),
    (
    448303231.50'bed_budgetb'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FF99BC,#FF99BC,#FF99BC', *** '0''1''1'448),
    (
    449303131.50'bed_budgetb_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FF99BC,#FF99BC,#FF99BC', *** '0''1''1'449),
    (
    450303231.50'bed_budget'110'''#FFFFFF,#FFFFFF,#FFFFFF,#525252,#525252,#525252', *** '0''1''1'450),
    (
    451303131.50'bed_budget_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#525252,#525252,#525252', *** '0''1''1'451),
    (
    452303231.50'bed_budgetb'110'''#FFFFFF,#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC', *** '0''1''1'452),
    (
    453303131.50'bed_budgetb_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC', *** '0''1''1'453),
    (
    454303231.50'bed_budget'110'''#FFFFFF,#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8', *** '0''1''1'454),
    (
    455303131.50'bed_budget_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8', *** '0''1''1'455),
    (
    456303231.50'bed_budgetb'110'''#FFFFFF,#FFFFFF,#FFFFFF,#92D13D,#92D13D,#92D13D', *** '0''1''1'456),
    (
    457303131.50'bed_budgetb_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#92D13D,#92D13D,#92D13D', *** '0''1''1'457),
    (
    458303231.50'bed_budget'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFD837,#FFD837,#FFD837', *** '0''1''1'458),
    (
    459303131.50'bed_budget_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFD837,#FFD837,#FFD837', *** '0''1''1'459),
    (
    460303231.50'bed_budgetb'110'''#FFFFFF,#FFFFFF,#FFFFFF,#E14218,#E14218,#E14218', *** '0''1''1'460),
    (
    461303131.50'bed_budgetb_one'110'''#FFFFFF,#FFFFFF,#FFFFFF,#E14218,#E14218,#E14218', *** '0''1''1'461),
    (
    462002211.00'rclr_sofa'110'''0,0,0', -1'0''1''0'462),
    (
    463002111.00'rclr_chair'110'''0,0,0', -1'0''1''0'463),
    (
    464001130.00'rclr_garden'110'''0,0,0', -1'0''1''0'464),
    (
    465501110.50'queue_tile1*0'110'''#ffffff,#ffffff,#ffffff,#ffffff'34'0''1''1'465),
    (
    466501110.50'queue_tile1*1'110'''#ffffff,#FF7C98,#ffffff,#ffffff'34'0''1''1'466),
    (
    467501110.50'queue_tile1*2'110'''#ffffff,#FF3333,#ffffff,#ffffff'34'0''1''1'467),
    (
    468501110.50'queue_tile1*3'110'''#ffffff,#67c39c,#ffffff,#ffffff'34'0''1''1'468),
    (
    469501110.50'queue_tile1*4'110'''#ffffff,#FFAA2B,#ffffff,#ffffff'34'0''1''1'469),
    (
    470501110.50'queue_tile1*5'110'''#ffffff,#555A37,#ffffff,#ffffff'34'0''1''1'470),
    (
    471501110.50'queue_tile1*6'110'''#ffffff,#A2E8FA,#ffffff,#ffffff'34'0''1''1'471),
    (
    472501110.50'queue_tile1*7'110'''#ffffff,#FC5AFF,#ffffff,#ffffff'34'0''1''1'472),
    (
    473501110.50'queue_tile1*8'110'''#ffffff,#1E8AA5,#ffffff,#ffffff'34'0''1''1'473),
    (
    474501110.50'queue_tile1*9'110'''#ffffff,#9AFF60,#ffffff,#ffffff'34'0''1''1'474),
    (
    4751001220.00'grand_piano*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'475),
    (
    476202111.20'romantique_pianochair*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'476),
    (
    477602211.00'romantique_divan*1'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FF8B8B'35'0''1''1'477),
    (
    478502111.00'romantique_chair*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'478),
    (
    479601210.00'romantique_divider*1'110'''#FF8B8B,#FF8B8B,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'35'0''1''1'479),
    (
    480401110.80'romantique_smalltabl*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'480),
    (
    481400000.00'wallmirror'110'''0,0,0'35'0''1''1'481),
    (
    482501110.00'romantique_tray2'110'''0,0,0'35'0''1''1'482),
    (
    483601110.00'rom_lamp'110'''0,0,0'35'0''1''1'483),
    (
    484801110.00'romantique_mirrortabl'110'''0,0,0'35'0''1''1'484),
    (
    4852501110.00'romantique_clock'110'''0,0,0'35'0''1''1'485),
    (
    486304350.00'carpet_standard'110'''0,0,0'36'0''1''1'486),
    (
    487304350.00'carpet_standard*a'110'''#55AC00,#55AC00,#55AC00'36'0''1''1'487),
    (
    488304350.00'carpet_standard*b'110'''#336666,#336666,#336666'36'0''1''1'488),
    (
    489304350.00'carpet_standard*1'110'''#ff1f08'36'0''1''1'489),
    (
    490304350.00'carpet_standard*2'110'''#99DCCC'36'0''1''1'490),
    (
    491304350.00'carpet_standard*3'110'''#ffee00'36'0''1''1'491),
    (
    492304350.00'carpet_standard*4'110'''#ccddff'36'0''1''1'492),
    (
    493304350.00'carpet_standard*5'110'''#ddccff'36'0''1''1'493),
    (
    494304350.00'carpet_standard*6'110'''#777777'36'0''1''1'494),
    (
    495304350.00'carpet_standard*7'110'''#99CCFF,#99CCFF,#99CCFF'36'0''1''1'495),
    (
    4*** 304350.00'carpet_standard*8'110'''#999966,#999966,#999966'36'0''1''1'496),
    (
    4*** 304240.00'carpet_soft'110''''36'0''1''1'497),
    (
    498304240.00'carpet_soft*1'110'''#CC3333'36'0''1''1'498),
    (
    4*** 304240.00'carpet_soft*2'110'''#66FFFF'36'0''1''1'499),
    (
    500304240.00'carpet_soft*3'110'''#FFCC99'36'0''1''1'500),
    (
    501304240.00'carpet_soft*4'110'''#FFCCFF'36'0''1''1'501),
    (
    502304240.00'carpet_soft*5'110'''#FFFF66'36'0''1''1'502),
    (
    503304240.00'carpet_soft*6'110'''#669933'36'0''1''1'503),
    (
    504104110.00'doormat_love'110'''0,0,0'36'0''1''1'504),
    (
    505104110.00'doormat_plain'110'''0,0,0'36'0''1''1'505),
    (
    506104110.00'doormat_plain*1'110'''#ff1f08'36'0''1''1'506),
    (
    507104110.00'doormat_plain*2'110'''#99DCCC'36'0''1''1'507),
    (
    508104110.00'doormat_plain*3'110'''#ffee00'36'0''1''1'508),
    (
    509104110.00'doormat_plain*4'110'''#ccddff'36'0''1''1'509),
    (
    510104110.00'doormat_plain*5'110'''#ddccff'36'0''1''1'510),
    (
    511104110.00'doormat_plain*6'110'''#777777'36'0''1''1'511),
    (
    512304240.00'carpet_armas'110'''0,0,0'36'0''1''1'512),
    (
    513404230.00'carpet_polar'110'''#ffffff,#ffffff,#ffffff'36'0''1''1'513),
    (
    5141004230.00'carpet_polar*2'110'''#ccddff,#ccddff,#ffffff'36'0''1''1'514);
    INSERT INTO `catalogue_items` (`tid`, `catalogue_cost_credits`, `catalogue_cost_pixels`, `typeid`, `length`, `width`, `top`, `name_cct`, `status_max`, `rights_required`, `next_to_required`, `drink_ids`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
    (5151004230.00'carpet_polar*3'110'''#ffee***#ffee***#ffffff'36'0''1''1'515),
    (
    5161004230.00'carpet_polar*4'110'''#ddffaa,#ddffaa,#ffffff'36'0''1''1'516),
    (
    517300000.00'poster 52'110'''0,0,0'37'0''1''1'517),
    (
    518300000.00'poster 53'110'''0,0,0'37'0''1''1'518),
    (
    519300000.00'poster 54'110'''0,0,0'37'0''1''1'519),
    (
    520601110.00'hockey_score', *** 01'''0,0,0'37'0''1''1'520),
    (
    521301110.00'legotrophy'110'''0,0,0'37'0''1''1'521),
    (
    522300000.00'poster 51'110'''0,0,0'37'0''1''1'522),
    (
    523304330.00'carpet_legocourt'110'''0,0,0'37'0''1''1'523),
    (
    524602411.00'bench_lego'110'''0,0,0'37'0''1''1'524),
    (
    5251004110.00'footylamp'110'''0,0,0'37'0''1''1'525),
    (
    526304220.00'sporttrack1*1'110'''#ffffff,#e4592d,#ffffff'37'0''1''1'526),
    (
    527304220.00'sporttrack1*2'110'''#ffffff,#62818b,#ffffff'37'0''1''1'527),
    (
    528304220.00'sporttrack1*3'110'''#ffffff,#5cb800,#ffffff'37'0''1''1'528),
    (
    529304220.00'sporttrack2*1'110'''#ffffff,#e4592d,#ffffff'37'0''1''1'529),
    (
    530304220.00'sporttrack2*2'110'''#ffffff,#62818b,#ffffff'37'0''1''1'530),
    (
    531304220.00'sporttrack2*3'110'''#ffffff,#5cb800,#ffffff'37'0''1''1'531),
    (
    5*** 304220.00'sporttrack3*1'110'''#ffffff,#e4592d,#ffffff'37'0''1''1'532),
    (
    533304220.00'sporttrack3*2'110'''#ffffff,#62818b,#ffffff'37'0''1''1'533),
    (
    534304220.00'sporttrack3*3'110'''#ffffff,#5cb800,#ffffff'37'0''1''1'534),
    (
    535501110.00'door'100'''0,0,0'38'0''1''1'535),
    (
    536401110.00'doorC'100'''0,0,0'38'0''1''1'536),
    (
    537301110.00'doorB'100'''0,0,0'38'0''1''1'537),
    (
    538601110.00'teleport_door'100'''0,0,0'38'0''1''1'538),
    (
    539801112.10'sound_machine'110'''#FFFFFF,#FFFFFF,#828282,#FFFFFF'39'0''1''1'539),
    (
    540501110.20'sound_set_4'110'''0,0,0'39'0''1''1'540),
    (
    541501110.20'sound_set_8'110'''0,0,0'39'0''1''1'541),
    (
    542501110.20'sound_set_6'110'''0,0,0'39'0''1''1'542),
    (
    543501110.20'sound_set_5'110'''0,0,0'39'0''1''1'543),
    (
    544501110.20'sound_set_26'110'''0,0,0'39'0''1''1'544),
    (
    545501110.20'sound_set_27'110'''0,0,0'39'0''1''1'545),
    (
    546501110.20'sound_set_17'110'''0,0,0'39'0''1''1'546),
    (
    547501110.20'sound_set_18'110'''0,0,0'39'0''1''1'547),
    (
    548501110.20'sound_set_3'110'''0,0,0'39'0''1''1'548),
    (
    549501110.20'sound_set_9'110'''0,0,0'39'0''1''1'549),
    (
    550501110.00'jukebox*1'110'''0,0,0'40'0''1''1'550),
    (
    5511500000.00'poster 56'110'''0,0,0'40'0''1''1'551),
    (
    552501110.20'sound_set_46'110'''0,0,0'40'0''1''1'552),
    (
    553501110.20'sound_set_47'110'''0,0,0'40'0''1''1'553),
    (
    554501110.20'sound_set_48'110'''0,0,0'40'0''1''1'554),
    (
    555501110.20'sound_set_49'110'''0,0,0'40'0''1''1'555),
    (
    556501110.20'sound_set_50'110'''0,0,0'40'0''1''1'556),
    (
    557501110.20'sound_set_51'110'''0,0,0'40'0''1''1'557),
    (
    558501110.20'sound_set_25'110'''0,0,0'40'0''1''1'558),
    (
    559501110.20'sound_set_29'110'''0,0,0'40'0''1''1'559),
    (
    560501110.20'sound_set_31'110'''0,0,0'40'0''1''1'560),
    (
    561501110.20'sound_set_11'110'''0,0,0'40'0''1''1'561),
    (
    562501110.20'sound_set_13'110'''0,0,0'40'0''1''1'562),
    (
    563501110.20'sound_set_35'110'''0,0,0'40'0''1''1'563),
    (
    564501110.00'jukebox*1'110'''0,0,0'41'0''1''1'564),
    (
    565500000.00'guitar_v'110'''0,0,0'41'0''1''1'565),
    (
    566500000.00'guitar_skull'110'''0,0,0'41'0''1''1'566),
    (
    567501110.20'sound_set_21'110'''0,0,0'41'0''1''1'567),
    (
    568501110.20'sound_set_28'110'''0,0,0'41'0''1''1'568),
    (
    569501110.20'sound_set_33'110'''0,0,0'41'0''1''1'569),
    (
    570501110.20'sound_set_40'110'''0,0,0'41'0''1''1'570),
    (
    571501110.20'sound_set_34'110'''0,0,0'41'0''1''1'571),
    (
    572501110.20'sound_set_38'110'''0,0,0'41'0''1''1'572),
    (
    573501110.20'sound_set_39'110'''0,0,0'41'0''1''1'573),
    (
    574501110.20'sound_set_41'110'''0,0,0'41'0''1''1'574),
    (
    575501110.00'jukebox*1'110'''0,0,0'42'0''1''1'575),
    (
    576501110.20'sound_set_1'110'''0,0,0'42'0''1''1'576),
    (
    577501110.20'sound_set_12'110'''0,0,0'42'0''1''1'577),
    (
    578501110.20'sound_set_2'110'''0,0,0'42'0''1''1'578),
    (
    579501110.20'sound_set_24'110'''0,0,0'42'0''1''1'579),
    (
    580501110.20'sound_set_43'110'''0,0,0'42'0''1''1'580),
    (
    581501110.20'sound_set_20'110'''0,0,0'42'0''1''1'581),
    (
    582501110.20'sound_set_22'110'''0,0,0'42'0''1''1'582),
    (
    583501110.20'sound_set_23'110'''0,0,0'42'0''1''1'583),
    (
    584501110.20'sound_set_7'110'''0,0,0'42'0''1''1'584),
    (
    585501110.20'sound_set_30'110'''0,0,0'42'0''1''1'585),
    (
    586501110.20'sound_set_32'110'''0,0,0'42'0''1''1'586),
    (
    587501110.20'sound_set_36'110'''0,0,0'43'0''1''1'587),
    (
    588501110.20'sound_set_60'110'''0,0,0'43'0''1''1'588),
    (
    589501110.20'sound_set_61'110'''0,0,0'43'0''1''1'589),
    (
    590501110.20'sound_set_55'110'''0,0,0'43'0''1''1'590),
    (
    591501110.20'sound_set_56'110'''0,0,0'43'0''1''1'591),
    (
    592501110.20'sound_set_57'110'''0,0,0'43'0''1''1'592),
    (
    593501110.20'sound_set_58'110'''0,0,0'43'0''1''1'593),
    (
    594501110.20'sound_set_59'110'''0,0,0'43'0''1''1'594),
    (
    595501110.20'sound_set_15'110'''0,0,0'43'0''1''1'595),
    (
    5*** 501110.20'sound_set_10'110'''0,0,0'43'0''1''1'596),
    (
    5*** 501110.20'sound_set_14'110'''0,0,0'43'0''1''1'597),
    (
    598501110.20'sound_set_16'110'''0,0,0'43'0''1''1'598),
    (
    5*** 501110.20'sound_set_19'110'''0,0,0'43'0''1''1'599),
    (
    6001201110.00'prizetrophy*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'600),
    (
    6011001110.00'prizetrophy*2'110'''#ffffff,#ffffff,#ffffff'44'0''1''1'601),
    (
    602801110.00'prizetrophy*3'110'''#ffffff,#ffffff,#996600'44'0''1''1'602),
    (
    6031201110.00'prizetrophy2*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'603),
    (
    6041001110.00'prizetrophy2*2'110'''#ffffff,#ffffff,#ffffff'44'0''1''1'604),
    (
    605801110.00'prizetrophy2*3'110'''#ffffff,#ffffff,#996600'44'0''1''1'605),
    (
    6061201110.00'prizetrophy3*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'606),
    (
    6071001110.00'prizetrophy3*2'110'''#ffffff,#ffffff,#ffffff'44'0''1''1'607),
    (
    608801110.00'prizetrophy3*3'110'''#ffffff,#ffffff,#996600'44'0''1''1'608),
    (
    6091201110.00'prizetrophy4*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'609),
    (
    6101001110.00'prizetrophy4*2'110'''#ffffff,#ffffff,#ffffff'44'0''1''1'610),
    (
    611801110.00'prizetrophy4*3'110'''#ffffff,#ffffff,#996600'44'0''1''1'611),
    (
    6121201110.00'prizetrophy5*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'612),
    (
    6131001110.00'prizetrophy5*2'110'''#ffffff,#ffffff,#ffffff'44'0''1''1'613),
    (
    614801110.00'prizetrophy5*3'110'''#ffffff,#ffffff,#996600'44'0''1''1'614),
    (
    6151201110.00'prizetrophy6*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'615),
    (
    6161001110.00'prizetrophy6*2'110'''#ffffff,#ffffff,#ffffff'44'0''1''1'616),
    (
    617801110.00'prizetrophy6*3'110'''#ffffff,#ffffff,#996600'44'0''1''1'617),
    (
    6181201110.00'prizetrophy8*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'618),
    (
    6191201110.00'prizetrophy9*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'619),
    (
    620300000.00'poster 20'110'''0,0,0'45'0''1''1'620),
    (
    621300000.00'poster 21'110'''0,0,0'45'0''1''1'621),
    (
    622300000.00'poster 22'110'''0,0,0'45'0''1''1'622),
    (
    623300000.00'poster 23'110'''0,0,0'45'0''1''1'623),
    (
    624300000.00'poster 24'110'''0,0,0'45'0''1''1'624),
    (
    625300000.00'poster 25'110'''0,0,0'45'0''1''1'625),
    (
    626300000.00'poster 26'110'''0,0,0'45'0''1''1'626),
    (
    627300000.00'poster 27'110'''0,0,0'45'0''1''1'627),
    (
    628300000.00'poster 28'110'''0,0,0'45'0''1''1'628),
    (
    629300000.00'poster 29'110'''0,0,0'45'0''1''1'629),
    (
    630300000.00'poster 30'110'''0,0,0'45'0''1''1'630),
    (
    631300000.00'poster 46'110'''0,0,0'45'0''1''1'631),
    (
    6*** 300000.00'poster 47'110'''0,0,0'45'0''1''1'632),
    (
    633300000.00'poster 48'110'''0,0,0'45'0''1''1'633),
    (
    634300000.00'poster 49'110'''0,0,0'45'0''1''1'634),
    (
    635001110.00'tree1'110'''0,0,0', -1'0''1''0'635),
    (
    636601110.00'tree2'110'''0,0,0'45'0''1''1'636),
    (
    637601110.00'tree3'110'''0,0,0'45'0''1''1'637),
    (
    638601110.00'tree4'110'''0,0,0'45'0''1''1'638),
    (
    639601110.00'tree5'110'''0,0,0'45'0''1''1'639),
    (
    640601110.00'tree6'110'''0,0,0'45'0''1''1'640),
    (
    641301110.00'triplecandle'110'''0,0,0'45'0''1''1'641),
    (
    642301110.00'turkey'110'''0,0,0'45'0''1''1'642),
    (
    643301110.00'house'110'''0,0,0'45'0''1''1'643),
    (
    644301110.00'house2'110'''0,0,0'45'0''1''1'644),
    (
    645301110.00'pudding'110'''0,0,0'45'0''1''1'645),
    (
    646201110.00'xmasduck'110'''0,0,0'45'0''1''1'646),
    (
    647301110.00'hyacinth1'110'''0,0,0'45'0''1''1'647),
    (
    648301110.00'hyacinth2'110'''0,0,0'45'0''1''1'648),
    (
    649301110.00'joulutahti'110'''0,0,0'45'0''1''1'649),
    (
    650301110.00'rcandle'110'''0,0,0'45'0''1''1'650),
    (
    651301110.00'wcandle'110'''0,0,0'45'0''1''1'651),
    (
    652201110.00'easterduck'110'''0,0,0'46'0''1''1'652),
    (
    653501110.00'birdie'110'''0,0,0'46'0''1''1'653),
    (
    654401110.00'basket'110'''0,0,0'46'0''1''1'654),
    (
    655301110.00'bunny'110'''0,0,0'46'0''1''1'655),
    (
    656601110.00'pumpkin'110'''0,0,0'47'0''1''1'656),
    (
    657300000.00'poster 42'110'''0,0,0'47'0''1''1'657),
    (
    658400000.00'poster 43'110'''0,0,0'47'0''1''1'658),
    (
    659401110.00'skullcandle'110'''0,0,0'47'0''1''1'659),
    (
    660300000.00'poster 45'110'''0,0,0'47'0''1''1'660),
    (
    661300000.00'poster 44'110'''0,0,0'47'0''1''1'661),
    (
    662201110.00'deadduck'110'''0,0,0'47'0''1''1'662),
    (
    663201110.00'deadduck2'110'''0,0,0'47'0''1''1'663),
    (
    664201110.00'deadduck3'110'''0,0,0'47'0''1''1'664),
    (
    665300000.00'poster 50'110'''0,0,0'47'0''1''1'665),
    (
    666300000.00'poster 501'110'''0,0,0'47'0''1''1'666),
    (
    667301110.00'ham2'110'''0,0,0'47'0''1''1'667),
    (
    668503131.00'habboween_crypt'110'''0,0,0'47'0''1''1'668),
    (
    669504220.00'habboween_grass'110'''0,0,0'47'0''1''1'669),
    (
    670501110.00'hal_cauldron'110'''0,0,0'47'0''1''1'670),
    (
    671501110.00'hal_grave'110'''0,0,0'47'0''1''1'671),
    (
    672502211.00'heartsofa'110'''0,0,0'48'0''1''1'672),
    (
    673301110.00'statue'110'''0,0,0'48'0''1''1'673),
    (
    674601210.00'heart'110'''0,0,0'48'0''1''1'674),
    (
    675201110.00'valeduck'110'''0,0,0'48'0''1''1'675),
    (
    676300000.00'post.it.vd'110'''0,0,0'48'0''1''1'676),
    (
    6771504270.00'carpet_valentine'110'''0,0,0'48'0''1''1'677),
    (
    6781000000.00'val_heart'110'''0,0,0'48'0''1''1'678),
    (
    679801110.00'plant_valentinerose*1'110'''#FFFFFF,#FF1E1E,#FFFFFF,#FFFFFF'48'0''1''1'679),
    (
    680801110.00'plant_valentinerose*2'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'48'0''1''1'680),
    (
    681801110.00'plant_valentinerose*3'110'''#FFFFFF,#ffee00,#FFFFFF,#FFFFFF'48'0''1''1'681),
    (
    682801110.00'plant_valentinerose*4'110'''#FFFFFF,#ffbbcf,#FFFFFF,#FFFFFF'48'0''1''1'682),
    (
    683801110.00'plant_valentinerose*5'110'''#FFFFFF,#CC33***#FFFFFF,#FFFFFF'48'0''1''1'683),
    (
    684302211.00'sofa_silo*2'110'''#ffffff,#ffffff,#ffffff,#ffffff,#525252,#525252,#525252,#525252'11'0''1''1'684),
    (
    685301111.00'sofachair_silo*2'110'''#ffffff,#ffffff,#525252,#525252'11'0''1''1'685),
    (
    686101111.00'table_silo_small*2'110'''#ffffff,#525252'11'0''1''1'686),
    (
    687601110.00'divider_silo3*2'110'''#ffffff,#ffffff,#ffffff,#525252'11'1''1''1'687),
    (
    688301111.20'divider_silo1*2'110'''#ffffff,#525252'11'0''1''1'688),
    (
    689302111.00'chair_silo*2'110'''#ffffff,#ffffff,#525252,#525252'11'0''1''1'689),
    (
    690301110.00'safe_silo*2'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#525252'11'0''1''1'690),
    (
    691301111.50'barchair_silo*2'110'''#ffffff,#525252'11'0''1''1'691),
    (
    692301220.80'table_silo_med*2'110'''#ffffff,#525252'11'0''1''1'692),
    (
    693302211.00'sofa_silo*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'11'0''1''1'693),
    (
    694301111.00'sofachair_silo*3'110'''#ffffff,#ffffff,#FFFFFF,#FFFFFF'11'0''1''1'694),
    (
    695101111.00'table_silo_small*3'110'''#ffffff,#FFFFFF'11'0''1''1'695),
    (
    6*** 601110.00'divider_silo3*3'110'''#ffffff,#ffffff,#ffffff,#FFFFFF'11'1''1''1'696),
    (
    6*** 301111.20'divider_silo1*3'110'''#ffffff,#FFFFFF'11'0''1''1'697),
    (
    698302111.00'chair_silo*3'110'''#ffffff,#ffffff,#FFFFFF,#FFFFFF'11'0''1''1'698),
    (
    6*** 301110.00'safe_silo*3'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#FFFFFF'11'0''1''1'699),
    (
    700301111.50'barchair_silo*3'110'''#ffffff,#FFFFFF'11'0''1''1'700),
    (
    701301220.80'table_silo_med*3'110'''#ffffff,#FFFFFF'11'0''1''1'701),
    (
    702302211.00'sofa_silo*4'110'''#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC'11'0''1''1'702),
    (
    703301111.00'sofachair_silo*4'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'11'0''1''1'703),
    (
    704101111.00'table_silo_small*4'110'''#ffffff,#F7EBBC'11'0''1''1'704),
    (
    705601110.00'divider_silo3*4'110'''#ffffff,#ffffff,#ffffff,#F7EBBC'11'1''1''1'705),
    (
    706301111.20'divider_silo1*4'110'''#ffffff,#F7EBBC'11'0''1''1'706),
    (
    707302111.00'chair_silo*4'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'11'0''1''1'707),
    (
    708301110.00'safe_silo*4'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#F7EBBC'11'0''1''1'708),
    (
    709301111.50'barchair_silo*4'110'''#ffffff,#F7EBBC'11'0''1''1'709),
    (
    710301220.80'table_silo_med*4'110'''#ffffff,#F7EBBC'11'0''1''1'710),
    (
    711302211.00'sofa_silo*5'110'''#ffffff,#ffffff,#ffffff,#ffffff,#FF99BC,#FF99BC,#FF99BC,#FF99BC'11'0''1''1'711),
    (
    712301111.00'sofachair_silo*5'110'''#ffffff,#ffffff,#FF99BC,#FF99BC'11'0''1''1'712),
    (
    713101111.00'table_silo_small*5'110'''#ffffff,#FF99BC'11'0''1''1'713),
    (
    714601110.00'divider_silo3*5'110'''#ffffff,#ffffff,#ffffff,#FF99BC'11'1''1''1'714),
    (
    715301111.20'divider_silo1*5'110'''#ffffff,#FF99BC'11'0''1''1'715),
    (
    716302111.00'chair_silo*5'110'''#ffffff,#ffffff,#FF99BC,#FF99BC'11'0''1''1'716),
    (
    717301110.00'safe_silo*5'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#FF99BC'11'0''1''1'717),
    (
    718301111.50'barchair_silo*5'110'''#ffffff,#FF99BC'11'0''1''1'718),
    (
    719301220.80'table_silo_med*5'110'''#ffffff,#FF99BC'11'0''1''1'719),
    (
    720302211.00'sofa_silo*6'110'''#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8'11'0''1''1'720),
    (
    721301111.00'sofachair_silo*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'11'0''1''1'721),
    (
    722101111.00'table_silo_small*6'110'''#ffffff,#5EAAF8'11'0''1''1'722),
    (
    723601110.00'divider_silo3*6'110'''#ffffff,#ffffff,#ffffff,#5EAAF8'11'1''1''1'723),
    (
    724301111.20'divider_silo1*6'110'''#ffffff,#5EAAF8'11'0''1''1'724),
    (
    725302111.00'chair_silo*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'11'0''1''1'725),
    (
    726301110.00'safe_silo*6'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#5EAAF8'11'0''1''1'726),
    (
    727301111.50'barchair_silo*6'110'''#ffffff,#5EAAF8'11'0''1''1'727),
    (
    728301220.80'table_silo_med*6'110'''#ffffff,#5EAAF8'11'0''1''1'728),
    (
    729302211.00'sofa_silo*7'110'''#ffffff,#ffffff,#ffffff,#ffffff,#92D13D,#92D13D,#92D13D,#92D13D'11'0''1''1'729),
    (
    730301111.00'sofachair_silo*7'110'''#ffffff,#ffffff,#92D13D,#92D13D'11'0''1''1'730),
    (
    731101111.00'table_silo_small*7'110'''#ffffff,#92D13D'11'0''1''1'731),
    (
    7*** 601110.00'divider_silo3*7'110'''#ffffff,#ffffff,#ffffff,#92D13D'11'1''1''1'732),
    (
    733301111.20'divider_silo1*7'110'''#ffffff,#92D13D'11'0''1''1'733),
    (
    734302111.00'chair_silo*7'110'''#ffffff,#ffffff,#92D13D,#92D13D'11'0''1''1'734),
    (
    735301110.00'safe_silo*7'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#92D13D'11'0''1''1'735),
    (
    736301111.50'barchair_silo*7'110'''#ffffff,#92D13D'11'0''1''1'736),
    (
    737301220.80'table_silo_med*7'110'''#ffffff,#92D13D'11'0''1''1'737),
    (
    738302211.00'sofa_silo*8'110'''#ffffff,#ffffff,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837'11'0''1''1'738),
    (
    739301111.00'sofachair_silo*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'11'0''1''1'739),
    (
    740101111.00'table_silo_small*8'110'''#ffffff,#FFD837'11'0''1''1'740),
    (
    741601110.00'divider_silo3*8'110'''#ffffff,#ffffff,#ffffff,#FFD837'11'1''1''1'741),
    (
    742301111.20'divider_silo1*8'110'''#ffffff,#FFD837'11'0''1''1'742),
    (
    743302111.00'chair_silo*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'11'0''1''1'743),
    (
    744301110.00'safe_silo*8'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#FFD837'11'0''1''1'744),
    (
    745301111.50'barchair_silo*8'110'''#ffffff,#FFD837'11'0''1''1'745),
    (
    746301220.80'table_silo_med*8'110'''#ffffff,#FFD837'11'0''1''1'746),
    (
    747302211.00'sofa_silo*9'110'''#ffffff,#ffffff,#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218'11'0''1''1'747),
    (
    748301111.00'sofachair_silo*9'110'''#ffffff,#ffffff,#E14218,#E14218'11'0''1''1'748),
    (
    749101111.00'table_silo_small*9'110'''#ffffff,#E14218'11'0''1''1'749),
    (
    750601110.00'divider_silo3*9'110'''#ffffff,#ffffff,#ffffff,#E14218'11'1''1''1'750),
    (
    751301111.20'divider_silo1*9'110'''#ffffff,#E14218'11'0''1''1'751),
    (
    752302111.00'chair_silo*9'110'''#ffffff,#ffffff,#E14218,#E14218'11'0''1''1'752),
    (
    753301110.00'safe_silo*9'100'5\r\n1\r\n2\r\n5\r\n6''#ffffff,#E14218'11'0''1''1'753),
    (
    754301111.50'barchair_silo*9'110'''#ffffff,#E14218'11'0''1''1'754),
    (
    755301220.80'table_silo_med*9'110'''#ffffff,#E14218'11'0''1''1'755),
    (
    756302111.00'chair_norja*2'110'''#ffffff,#ffffff,#525252,#525252'24'0''1''1'756),
    (
    757302211.00'couch_norja*2'110'''#ffffff,#ffffff,#ffffff,#ffffff,#525252,#525252,#525252,#525252'24'0''1''1'757),
    (
    758301220.80'table_norja_med*2'110'''#ffffff,#525252'24'0''1''1'758),
    (
    759301110.00'shelves_norja*2'110'''#ffffff,#525252'24'0''1''1'759),
    (
    760302111.00'soft_sofachair_norja*2'110'''#ffffff,#525252,#525252'24'0''1''1'760),
    (
    761402211.00'soft_sofa_norja*2'110'''#ffffff,#525252,#ffffff,#525252,#525252,#525252'24'0''1''1'761),
    (
    762301211.20'divider_nor2*2'110'''#ffffff,#ffffff,#525252,#525252'24'0''1''1'762),
    (
    763301111.20'divider_nor1*2'110'''#ffffff,#525252'24'0''1''1'763),
    (
    764601110.00'divider_nor3*2'110'''#ffffff,#ffffff,#525252,#525252'24'1''1''1'764),
    (
    765301210.00'divider_nor4*2'110'''#ffffff,#ffffff,#525252,#525252,#525252,#525252'24'1''1''1'765),
    (
    766301110.00'divider_nor5*2'110'''#ffffff,#525252,#525252,#525252,#525252,#525252'24'1''1''1'766),
    (
    767302111.00'chair_norja*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'24'0''1''1'767),
    (
    768302211.00'couch_norja*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'24'0''1''1'768),
    (
    769301220.80'table_norja_med*3'110'''#ffffff,#ffffff'24'0''1''1'769),
    (
    770301110.00'shelves_norja*3'110'''#ffffff,#ffffff'24'0''1''1'770),
    (
    771302111.00'soft_sofachair_norja*3'110'''#ffffff,#ffffff,#ffffff'24'0''1''1'771),
    (
    772402211.00'soft_sofa_norja*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'24'0''1''1'772),
    (
    773301211.20'divider_nor2*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'24'0''1''1'773),
    (
    774301111.20'divider_nor1*3'110'''#ffffff,#ffffff'24'0''1''1'774),
    (
    775601110.00'divider_nor3*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'24'1''1''1'775),
    (
    776301210.00'divider_nor4*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'24'1''1''1'776),
    (
    777301110.00'divider_nor5*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'24'1''1''1'777),
    (
    778302111.00'chair_norja*4'110'''#ffffff,#ffffff,#ABD0D2,#ABD0D2'24'0''1''1'778),
    (
    779302211.00'couch_norja*4'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2'24'0''1''1'779),
    (
    780301220.80'table_norja_med*4'110'''#ffffff,#ABD0D2'24'0''1''1'780),
    (
    781301110.00'shelves_norja*4'110'''#ffffff,#ABD0D2'24'0''1''1'781),
    (
    782302111.00'soft_sofachair_norja*4'110'''#ffffff,#ABD0D2,#ABD0D2'24'0''1''1'782),
    (
    783402211.00'soft_sofa_norja*4'110'''#ffffff,#ABD0D2,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2'24'0''1''1'783),
    (
    784301211.20'divider_nor2*4'110'''#ffffff,#ffffff,#ABD0D2,#ABD0D2'24'0''1''1'784),
    (
    785301111.20'divider_nor1*4'110'''#ffffff,#ABD0D2'24'0''1''1'785),
    (
    786601110.00'divider_nor3*4'110'''#ffffff,#ffffff,#ABD0D2,#ABD0D2'24'1''1''1'786),
    (
    787301210.00'divider_nor4*4'110'''#ffffff,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2'24'1''1''1'787),
    (
    788301110.00'divider_nor5*4'110'''#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2'24'1''1''1'788),
    (
    789302111.00'chair_norja*5'110'''#ffffff,#ffffff,#EE7EA4,#EE7EA4'24'0''1''1'789),
    (
    790302211.00'couch_norja*5'110'''#ffffff,#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4'24'0''1''1'790),
    (
    791301220.80'table_norja_med*5'110'''#ffffff,#EE7EA4'24'0''1''1'791),
    (
    792301110.00'shelves_norja*5'110'''#ffffff,#EE7EA4'24'0''1''1'792),
    (
    793302111.00'soft_sofachair_norja*5'110'''#ffffff,#EE7EA4,#EE7EA4'24'0''1''1'793),
    (
    794402211.00'soft_sofa_norja*5'110'''#ffffff,#EE7EA4,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4'24'0''1''1'794),
    (
    795301211.20'divider_nor2*5'110'''#ffffff,#ffffff,#EE7EA4,#EE7EA4'24'0''1''1'795),
    (
    7*** 301111.20'divider_nor1*5'110'''#ffffff,#EE7EA4'24'0''1''1'796),
    (
    7*** 601110.00'divider_nor3*5'110'''#ffffff,#ffffff,#EE7EA4,#EE7EA4'24'1''1''1'797),
    (
    798301210.00'divider_nor4*5'110'''#ffffff,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4'24'1''1''1'798),
    (
    7*** 301110.00'divider_nor5*5'110'''#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4'24'1''1''1'799),
    (
    800302111.00'chair_norja*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'24'0''1''1'800),
    (
    801302211.00'couch_norja*6'110'''#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8'24'0''1''1'801),
    (
    802301220.80'table_norja_med*6'110'''#ffffff,#5EAAF8'24'0''1''1'802),
    (
    803301110.00'shelves_norja*6'110'''#ffffff,#5EAAF8'24'0''1''1'803),
    (
    804302111.00'soft_sofachair_norja*6'110'''#ffffff,#5EAAF8,#5EAAF8'24'0''1''1'804),
    (
    805402211.00'soft_sofa_norja*6'110'''#ffffff,#5EAAF8,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8'24'0''1''1'805),
    (
    806301211.20'divider_nor2*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'24'0''1''1'806),
    (
    807301111.20'divider_nor1*6'110'''#ffffff,#5EAAF8'24'0''1''1'807),
    (
    808601110.00'divider_nor3*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'24'1''1''1'808),
    (
    809301210.00'divider_nor4*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8'24'1''1''1'809),
    (
    810301110.00'divider_nor5*6'110'''#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8'24'1''1''1'810),
    (
    811302111.00'chair_norja*7'110'''#ffffff,#ffffff,#7CB135,#7CB135'24'0''1''1'811),
    (
    812302211.00'couch_norja*7'110'''#ffffff,#ffffff,#ffffff,#ffffff,#7CB135,#7CB135,#7CB135,#7CB135'24'0''1''1'812),
    (
    813301220.80'table_norja_med*7'110'''#ffffff,#7CB135'24'0''1''1'813),
    (
    814301110.00'shelves_norja*7'110'''#ffffff,#7CB135'24'0''1''1'814),
    (
    815302111.00'soft_sofachair_norja*7'110'''#ffffff,#7CB135,#7CB135'24'0''1''1'815),
    (
    816402211.00'soft_sofa_norja*7'110'''#ffffff,#7CB135,#ffffff,#7CB135,#7CB135,#7CB135'24'0''1''1'816),
    (
    817301211.20'divider_nor2*7'110'''#ffffff,#ffffff,#7CB135,#7CB135'24'0''1''1'817),
    (
    818301111.20'divider_nor1*7'110'''#ffffff,#7CB135'24'0''1''1'818),
    (
    819601110.00'divider_nor3*7'110'''#ffffff,#ffffff,#7CB135,#7CB135'24'1''1''1'819),
    (
    820301210.00'divider_nor4*7'110'''#ffffff,#ffffff,#7CB135,#7CB135,#7CB135,#7CB135'24'1''1''1'820),
    (
    821301110.00'divider_nor5*7'110'''#ffffff,#7CB135,#7CB135,#7CB135,#7CB135,#7CB135'24'1''1''1'821),
    (
    822302111.00'chair_norja*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'24'0''1''1'822),
    (
    823302211.00'couch_norja*8'110'''#ffffff,#ffffff,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837'24'0''1''1'823),
    (
    824301220.80'table_norja_med*8'110'''#ffffff,#FFD837'24'0''1''1'824),
    (
    825301110.00'shelves_norja*8'110'''#ffffff,#FFD837'24'0''1''1'825),
    (
    826302111.00'soft_sofachair_norja*8'110'''#ffffff,#FFD837,#FFD837'24'0''1''1'826),
    (
    827402211.00'soft_sofa_norja*8'110'''#ffffff,#FFD837,#ffffff,#FFD837,#FFD837,#FFD837'24'0''1''1'827),
    (
    828301211.20'divider_nor2*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'24'0''1''1'828),
    (
    829301111.20'divider_nor1*8'110'''#ffffff,#FFD837'24'0''1''1'829),
    (
    830601110.00'divider_nor3*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'24'1''1''1'830),
    (
    831301210.00'divider_nor4*8'110'''#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837'24'1''1''1'831),
    (
    8*** 301110.00'divider_nor5*8'110'''#ffffff,#FFD837,#FFD837,#FFD837,#FFD837,#FFD837'24'1''1''1'832),
    (
    833302111.00'chair_norja*9'110'''#ffffff,#ffffff,#E14218,#E14218'24'0''1''1'833),
    (
    834302211.00'couch_norja*9'110'''#ffffff,#ffffff,#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218'24'0''1''1'834),
    (
    835301220.80'table_norja_med*9'110'''#ffffff,#E14218'24'0''1''1'835),
    (
    836301110.00'shelves_norja*9'110'''#ffffff,#E14218'24'0''1''1'836),
    (
    837302111.00'soft_sofachair_norja*9'110'''#ffffff,#E14218,#E14218'24'0''1''1'837),
    (
    838402211.00'soft_sofa_norja*9'110'''#ffffff,#E14218,#ffffff,#E14218,#E14218,#E14218'24'0''1''1'838),
    (
    839301211.20'divider_nor2*9'110'''#ffffff,#ffffff,#E14218,#E14218'24'0''1''1'839),
    (
    840301111.20'divider_nor1*9'110'''#ffffff,#E14218'24'0''1''1'840),
    (
    841601110.00'divider_nor3*9'110'''#ffffff,#ffffff,#E14218,#E14218'24'1''1''1'841),
    (
    842301210.00'divider_nor4*9'110'''#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218'24'1''1''1'842),
    (
    843301110.00'divider_nor5*9'110'''#ffffff,#E14218,#E14218,#E14218,#E14218,#E14218'24'1''1''1'843),
    (
    844402231.50'bed_polyfon*2'110'''#ffffff,#ffffff,#525252,#525252'27'0''1''1'844),
    (
    845302131.50'bed_polyfon_one*2'110'''#ffffff,#ffffff,#ffffff,#525252,#525252'27'0''1''1'845),
    (
    846402211.20'sofa_polyfon*2'110'''#ffffff,#ffffff,#ffffff,#ffffff,#525252,#525252,#525252,#525252'27'0''1''1'846),
    (
    847302111.20'sofachair_polyfon*2'110'''#ffffff,#ffffff,#525252,#525252'27'0''1''1'847),
    (
    848601110.00'divider_poly3*2'110'''#ffffff,#ffffff,#ffffff,#525252,#525252'27'1''1''1'848),
    (
    849301211.00'bardesk_polyfon*2'110'''#ffffff,#ffffff,#525252,#525252'27'0''1''1'849),
    (
    850301111.00'bardeskcorner_polyfon*2'110'''#ffffff,#525252'27'0''1''1'850),
    (
    851402231.50'bed_polyfon*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'27'0''1''1'851),
    (
    852302131.50'bed_polyfon_one*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'27'0''1''1'852),
    (
    853402211.20'sofa_polyfon*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'27'0''1''1'853),
    (
    854302111.20'sofachair_polyfon*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'27'0''1''1'854),
    (
    855601110.00'divider_poly3*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'27'1''1''1'855),
    (
    856301211.00'bardesk_polyfon*3'110'''#ffffff,#ffffff,#ffffff,#ffffff'27'0''1''1'856),
    (
    857301111.00'bardeskcorner_polyfon*3'110'''#ffffff,#ffffff'27'0''1''1'857),
    (
    858402231.50'bed_polyfon*4'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'27'0''1''1'858),
    (
    859302131.50'bed_polyfon_one*4'110'''#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC'27'0''1''1'859),
    (
    860402211.20'sofa_polyfon*4'110'''#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC'27'0''1''1'860),
    (
    861302111.20'sofachair_polyfon*4'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'27'0''1''1'861),
    (
    862601110.00'divider_poly3*4'110'''#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC'27'1''1''1'862),
    (
    863301211.00'bardesk_polyfon*4'110'''#ffffff,#ffffff,#F7EBBC,#F7EBBC'27'0''1''1'863),
    (
    864301111.00'bardeskcorner_polyfon*4'110'''#ffffff,#F7EBBC'27'0''1''1'864),
    (
    865402231.50'bed_polyfon*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'27'0''1''1'865),
    (
    866302131.50'bed_polyfon_one*6'110'''#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8'27'0''1''1'866),
    (
    867402211.20'sofa_polyfon*6'110'''#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8'27'0''1''1'867),
    (
    868302111.20'sofachair_polyfon*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'27'0''1''1'868),
    (
    869601110.00'divider_poly3*6'110'''#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8'27'1''1''1'869),
    (
    870301211.00'bardesk_polyfon*6'110'''#ffffff,#ffffff,#5EAAF8,#5EAAF8'27'0''1''1'870),
    (
    871301111.00'bardeskcorner_polyfon*6'110'''#ffffff,#5EAAF8'27'0''1''1'871),
    (
    872402231.50'bed_polyfon*7'110'''#ffffff,#ffffff,#7CB135,#7CB135'27'0''1''1'872),
    (
    873302131.50'bed_polyfon_one*7'110'''#ffffff,#ffffff,#ffffff,#7CB135,#7CB135'27'0''1''1'873),
    (
    874402211.20'sofa_polyfon*7'110'''#ffffff,#ffffff,#ffffff,#ffffff,#7CB135,#7CB135,#7CB135,#7CB135'27'0''1''1'874),
    (
    875302111.20'sofachair_polyfon*7'110'''#ffffff,#ffffff,#7CB135,#7CB135'27'0''1''1'875),
    (
    876601110.00'divider_poly3*7'110'''#ffffff,#ffffff,#ffffff,#7CB135,#7CB135'27'1''1''1'876),
    (
    877301211.00'bardesk_polyfon*7'110'''#ffffff,#ffffff,#7CB135,#7CB135'27'0''1''1'877),
    (
    878301111.00'bardeskcorner_polyfon*7'110'''#ffffff,#7CB135'27'0''1''1'878),
    (
    879402231.50'bed_polyfon*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'27'0''1''1'879),
    (
    880302131.50'bed_polyfon_one*8'110'''#ffffff,#ffffff,#ffffff,#FFD837,#FFD837'27'0''1''1'880),
    (
    881402211.20'sofa_polyfon*8'110'''#ffffff,#ffffff,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837'27'0''1''1'881),
    (
    882302111.20'sofachair_polyfon*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'27'0''1''1'882),
    (
    883601110.00'divider_poly3*8'110'''#ffffff,#ffffff,#ffffff,#FFD837,#FFD837'27'1''1''1'883),
    (
    884301211.00'bardesk_polyfon*8'110'''#ffffff,#ffffff,#FFD837,#FFD837'27'0''1''1'884),
    (
    885301111.00'bardeskcorner_polyfon*8'110'''#ffffff,#FFD837'27'0''1''1'885),
    (
    886402231.50'bed_polyfon*9'110'''#ffffff,#ffffff,#E14218,#E14218'27'0''1''1'886),
    (
    887302131.50'bed_polyfon_one*9'110'''#ffffff,#ffffff,#ffffff,#E14218,#E14218'27'0''1''1'887),
    (
    888402211.20'sofa_polyfon*9'110'''#ffffff,#ffffff,#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218'27'0''1''1'888),
    (
    889302111.20'sofachair_polyfon*9'110'''#ffffff,#ffffff,#E14218,#E14218'27'0''1''1'889),
    (
    890601110.00'divider_poly3*9'110'''#ffffff,#ffffff,#ffffff,#E14218,#E14218'27'1''1''1'890),
    (
    891301211.00'bardesk_polyfon*9'110'''#ffffff,#ffffff,#E14218,#E14218'27'0''1''1'891),
    (
    892301111.00'bardeskcorner_polyfon*9'110'''#ffffff,#E14218'27'0''1''1'892),
    (
    893202111.00'pura_mdl1*1'110'''#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', *** '0''1''1'893),
    (
    894202111.00'pura_mdl2*1'110'''#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', *** '0''1''1'894),
    (
    895202111.00'pura_mdl3*1'110'''#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', *** '0''1''1'895),
    (
    8*** 202111.00'pura_mdl4*1'110'''#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2', *** '0''1''1'896),
    (
    8*** 102111.00'pura_mdl5*1'110'''#FFFFFF,#ABD0D2,#FFFFFF', *** '0''1''1'897),
    (
    898202111.00'pura_mdl1*2'110'''#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', *** '0''1''1'898),
    (
    8*** 202111.00'pura_mdl2*2'110'''#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', *** '0''1''1'899),
    (
    900202111.00'pura_mdl3*2'110'''#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', *** '0''1''1'900),
    (
    901202111.00'pura_mdl4*2'110'''#FFFFFF,#FF99BC,#FF99BC,#FF99BC', *** '0''1''1'901),
    (
    902102111.00'pura_mdl5*2'110'''#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', *** '0''1''1'902),
    (
    903202111.00'pura_mdl1*3'110'''#FFFFFF,#525252,#525252,#FFFFFF', *** '0''1''1'903),
    (
    904202111.00'pura_mdl2*3'110'''#FFFFFF,#525252,#525252,#FFFFFF', *** '0''1''1'904),
    (
    905202111.00'pura_mdl3*3'110'''#FFFFFF,#525252,#525252,#FFFFFF', *** '0''1''1'905),
    (
    906202111.00'pura_mdl4*3'110'''#FFFFFF,#525252,#525252,#525252', *** '0''1''1'906),
    (
    907102111.00'pura_mdl5*3'110'''#FFFFFF,#525252,#525252,#FFFFFF', *** '0''1''1'907),
    (
    908202111.00'pura_mdl1*4'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'908),
    (
    909202111.00'pura_mdl2*4'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'909),
    (
    910202111.00'pura_mdl3*4'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'910),
    (
    911202111.00'pura_mdl4*4'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'911),
    (
    912102111.00'pura_mdl5*4'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'912),
    (
    913202111.00'pura_mdl1*5'110'''#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', *** '0''1''1'913),
    (
    914202111.00'pura_mdl2*5'110'''#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', *** '0''1''1'914),
    (
    915202111.00'pura_mdl3*5'110'''#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', *** '0''1''1'915),
    (
    916202111.00'pura_mdl4*5'110'''#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC', *** '0''1''1'916),
    (
    917102111.00'pura_mdl5*5'110'''#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', *** '0''1''1'917),
    (
    918202111.00'pura_mdl1*6'110'''#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', *** '0''1''1'918),
    (
    919202111.00'pura_mdl2*6'110'''#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', *** '0''1''1'919),
    (
    920202111.00'pura_mdl3*6'110'''#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', *** '0''1''1'920),
    (
    921202111.00'pura_mdl4*6'110'''#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8', *** '0''1''1'921),
    (
    922102111.00'pura_mdl5*6'110'''#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', *** '0''1''1'922),
    (
    923202111.00'pura_mdl1*7'110'''#FFFFFF,#92D13D,#92D13D,#FFFFFF', *** '0''1''1'923),
    (
    924202111.00'pura_mdl2*7'110'''#FFFFFF,#92D13D,#92D13D,#FFFFFF', *** '0''1''1'924),
    (
    925202111.00'pura_mdl3*7'110'''#FFFFFF,#92D13D,#92D13D,#FFFFFF', *** '0''1''1'925),
    (
    926202111.00'pura_mdl4*7'110'''#FFFFFF,#92D13D,#92D13D,#92D13D', *** '0''1''1'926),
    (
    927102111.00'pura_mdl5*7'110'''#FFFFFF,#92D13D,#92D13D,#FFFFFF', *** '0''1''1'927),
    (
    928202111.00'pura_mdl1*8'110'''#FFFFFF,#FFD837,#FFD837,#FFFFFF', *** '0''1''1'928),
    (
    929202111.00'pura_mdl2*8'110'''#FFFFFF,#FFD837,#FFD837,#FFFFFF', *** '0''1''1'929),
    (
    930202111.00'pura_mdl3*8'110'''#FFFFFF,#FFD837,#FFD837,#FFFFFF', *** '0''1''1'930),
    (
    931202111.00'pura_mdl4*8'110'''#FFFFFF,#FFD837,#FFD837,#FFD837', *** '0''1''1'931),
    (
    9*** 102111.00'pura_mdl5*8'110'''#FFFFFF,#FFD837,#FFD837,#FFFFFF', *** '0''1''1'932),
    (
    933202111.00'pura_mdl1*9'110'''#FFFFFF,#E14218,#E14218,#FFFFFF', *** '0''1''1'933),
    (
    934202111.00'pura_mdl2*9'110'''#FFFFFF,#E14218,#E14218,#FFFFFF', *** '0''1''1'934),
    (
    935202111.00'pura_mdl3*9'110'''#FFFFFF,#E14218,#E14218,#FFFFFF', *** '0''1''1'935),
    (
    936202111.00'pura_mdl4*9'110'''#FFFFFF,#E14218,#E14218,#E14218', *** '0''1''1'936),
    (
    937102111.00'pura_mdl5*9'110'''#FFFFFF,#E14218,#E14218,#FFFFFF', *** '0''1''1'937),
    (
    938502111.00'chair_basic*1'110'''#FFFFFF,#ABD0D2,#FFFFFF', *** '0''1''1'938),
    (
    939502111.00'chair_basic*1'110'''#FFFFFF,#FF99BC,#FFFFFF', *** '0''1''1'939),
    (
    940502111.00'chair_basic*1'110'''#FFFFFF,#525252,#FFFFFF', *** '0''1''1'940),
    (
    941502111.00'chair_basic*1'110'''#FFFFFF,#FFFFFF,#FFFFFF', *** '0''1''1'941),
    (
    942502111.00'chair_basic*1'110'''#FFFFFF,#F7EBBC,#FFFFFF', *** '0''1''1'942),
    (
    943502111.00'chair_basic*1'110'''#FFFFFF,#5EAAF8,#FFFFFF', *** '0''1''1'943),
    (
    944502111.00'chair_basic*1'110'''#FFFFFF,#92D13D,#FFFFFF', *** '0''1''1'944),
    (
    945502111.00'chair_basic*1'110'''#FFFFFF,#FFD837,#FFFFFF', *** '0''1''1'945),
    (
    946502111.00'chair_basic*1'110'''#FFFFFF,#E14218,#FFFFFF', *** '0''1''1'946),
    (
    9471001220.00'grand_piano*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'947),
    (
    948202111.20'romantique_pianochair*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'948),
    (
    949502111.00'romantique_chair*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'949),
    (
    950602211.00'romantique_divan*1'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FF8B8B'35'0''1''1'950),
    (
    951601210.00'romantique_divider*1'110'''#FF8B8B,#FF8B8B,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'35'0''1''1'951),
    (
    952401110.80'romantique_smalltabl*1'110'''#FFFFFF,#FF8B8B,#FFFFFF'35'0''1''1'952),
    (
    9531001220.00'grand_piano*2'110'''#FFFFFF,#A1DC67,#FFFFFF'35'0''1''1'953),
    (
    954202111.20'romantique_pianochair*2'110'''#FFFFFF,#A1DC67,#FFFFFF'35'0''1''1'954),
    (
    955502111.00'romantique_chair*2'110'''#FFFFFF,#A1DC67,#FFFFFF'35'0''1''1'955),
    (
    956602211.00'romantique_divan*2'110'''#FFFFFF,#FFFFFF,#FFFFFF,#A1DC67'35'0''1''1'956),
    (
    957601210.00'romantique_divider*2'110'''#A1DC67,#A1DC67,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'35'0''1''1'957),
    (
    958401110.80'romantique_smalltabl*2'110'''#FFFFFF,#A1DC67,#FFFFFF'35'0''1''1'958),
    (
    9591001220.00'grand_piano*3'110'''#FFFFFF,#5BD1D2,#FFFFFF'35'0''1''1'959),
    (
    960202111.20'romantique_pianochair*3'110'''#FFFFFF,#5BD1D2,#FFFFFF'35'0''1''1'960),
    (
    961502111.00'romantique_chair*3'110'''#FFFFFF,#5BD1D2,#FFFFFF'35'0''1''1'961),
    (
    962602211.00'romantique_divan*3'110'''#FFFFFF,#FFFFFF,#FFFFFF,#5BD1D2'35'0''1''1'962),
    (
    963601210.00'romantique_divider*3'110'''#5BD1D2,#5BD1D2,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'35'0''1''1'963),
    (
    964401110.80'romantique_smalltabl*3'110'''#FFFFFF,#5BD1D2,#FFFFFF'35'0''1''1'964),
    (
    9651001220.00'grand_piano*4'110'''#FFFFFF,#FFC924,#FFFFFF'35'0''1''1'965),
    (
    966202111.20'romantique_pianochair*4'110'''#FFFFFF,#FFC924,#FFFFFF'35'0''1''1'966),
    (
    967502111.00'romantique_chair*4'110'''#FFFFFF,#FFC924,#FFFFFF'35'0''1''1'967),
    (
    968602211.00'romantique_divan*4'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFC924'35'0''1''1'968),
    (
    969601210.00'romantique_divider*4'110'''#FFC924,#FFC924,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'35'0''1''1'969),
    (
    970401110.80'romantique_smalltabl*4'110'''#FFFFFF,#FFC924,#FFFFFF'35'0''1''1'970),
    (
    9711001220.00'grand_piano*5'110'''#FFFFFF,#323C46,#FFFFFF'35'0''1''1'971),
    (
    972202111.20'romantique_pianochair*5'110'''#FFFFFF,#323C46,#FFFFFF'35'0''1''1'972),
    (
    973502111.00'romantique_chair*5'110'''#FFFFFF,#323C46,#FFFFFF'35'0''1''1'973),
    (
    974602211.00'romantique_divan*5'110'''#FFFFFF,#FFFFFF,#FFFFFF,#323C46'35'0''1''1'974),
    (
    1610001110.00'eco_fruits1'100'4\r\n38\r\n37\r\n39''', -1'0''1''0'1610);
    INSERT INTO `catalogue_items` (`tid`, `catalogue_cost_credits`, `catalogue_cost_pixels`, `typeid`, `length`, `width`, `top`, `name_cct`, `status_max`, `rights_required`, `next_to_required`, `drink_ids`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
    (976401110.80'romantique_smalltabl*5'110'''#FFFFFF,#323C46,#FFFFFF'35'0''1''1'976),
    (
    9772502211.00'club_sofa'110'''0,0,0'54'0''1''1'977),
    (
    978302111.00'chair_plasto*14'110'''#ffffff,#3CB4F0,#ffffff,#3CB4F0'54'0''1''1'978),
    (
    979301221.00'table_plasto_4leg*14'110'''#ffffff,#3CB4F0,#ffffff,#3CB4F0'54'0''1''1'979),
    (
    9802501110.00'mocchamaster'110'''0,0,0'54'0''1''1'980),
    (
    9812501110.00'edicehc'110'''0,0,0'54'0''1''1'981),
    (
    9822502121.00'hcamme'110'''0,0,0'54'0''1''1'982),
    (
    9832501110.00'doorD'100'''0,0,0'54'0''1''1'983),
    (
    9842502211.00'hcsohva'110'''0,0,0'54'0''1''1'984),
    (
    9852501110.00'hc_lmp'110'''0,0,0'54'0''1''1'985),
    (
    9862501131.00'hc_tbl'110'''0,0,0'54'0''1''1'986),
    (
    9872502111.00'hc_chr'110'''0,0,0'54'0''1''1'987),
    (
    9882501120.00'hc_dsk'110'''0,0,0'54'0''1''1'988),
    (
    9892501120.00'hc_trll'110'''0,0,0'54'0''1''1'989),
    (
    9902504350.00'hc_crpt'110'''0,0,0'54'0''1''1'990),
    (
    9912501110.00'hc_lmpst'110'''0,0,0'54'0''1''1'991),
    (
    9922501210.00'hc_crtn'110'''0,0,0'54'1''1''1'992),
    (
    9932502211.30'hc_tv'110'''0,0,0'54'0''1''1'993),
    (
    9942501110.00'hc_btlr'110'''0,0,0'54'0''1''1'994),
    (
    9952501140.00'hc_bkshlf'110'''0,0,0'54'0''1''1'995),
    (
    9*** 2501210.00'hc_rntgn'110'''0,0,0'54'0''1''1'996),
    (
    9*** 2501130.00'hc_machine'110'''0,0,0'54'0''1''1'997),
    (
    9982501130.00'hc_frplc'110'''0,0,0'54'0''1''1'998),
    (
    9*** 2501310.00'hc_djset'110'''0,0,0'54'0''1''1'999),
    (
    10002501110.20'hc_rllr'110'''0,0,0'54'0''1''1'1000),
    (
    10012500000.00'hc_wall_lamp'110'''0,0,0'54'0''1''1'1001),
    (
    10022500000.00'roomdimmer'110'''0,0,0'12'0''1''1'1002),
    (
    100350251110.00'rare_dragonlamp*0'110'''#ffffff,#fa2d00,#fa2d00'56'0''1''1'1003),
    (
    100450251110.00'rare_dragonlamp*1'110'''#ffffff,#3470ff,#3470ff'56'0''1''1'1004),
    (
    10052501110.00'rare_dragonlamp*2'110'''#ffffff,#02bb70,#02bb70'68'0''1''1'1005),
    (
    10062501110.00'rare_dragonlamp*3'110'''#ffffff,#ffffff,#ffffff'68'0''1''1'1006),
    (
    10072501110.00'rare_dragonlamp*4'110'''#ffffff,#3e3d40,#3e3d40'68'0''1''1'1007),
    (
    100850251110.00'rare_dragonlamp*5'110'''#ffffff,#589a03,#589a03'56'0''1''1'1008),
    (
    10092501110.00'rare_dragonlamp*6'110'''#ffffff,#ffbc00,#ffbc00'68'0''1''1'1009),
    (
    10102501110.00'rare_dragonlamp*7'110'''#ffffff,#83aeff,#83aeff'68'0''1''1'1010),
    (
    10112501110.00'rare_dragonlamp*8'110'''#ffffff,#ff5f01,#ff5f01'68'0''1''1'1011),
    (
    101250251110.00'rare_dragonlamp*9'110'''#FFFFFF,#B357FF,#B357FF'56'0''1''1'1012),
    (
    101325101110.00'rare_fan*0'110'''#F43****#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1013),
    (
    101425101110.00'rare_fan*1'110'''#3C75FF,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1014),
    (
    101525101110.00'rare_fan*2'110'''#55CD01,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1015),
    (
    101625101110.00'rare_fan*3'110'''#BC9BFF,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1016),
    (
    101725101110.00'rare_fan*4'110'''#e78b8b,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1017),
    (
    101825101110.00'rare_fan*5'110'''#ffcc00,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1018),
    (
    101925101110.00'rare_fan*6'110'''#FF8000,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1019),
    (
    102025101110.00'rare_fan*7'110'''#682B00,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1020),
    (
    102125101110.00'rare_fan*8'110'''#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1021),
    (
    102225101110.00'rare_fan*9'110'''#FF60B0,#FFFFFF,#FFFFFF,#FFFFFF'57'0''1''1'1022),
    (
    102325101110.00'rare_icecream*0'100'4''#FFFFFF,#d02a1f'58'0''1''1'1023),
    (
    102425101110.00'rare_icecream*1'100'4''#FFFFFF,#55c4de'58'0''1''1'1024),
    (
    102525101110.00'rare_icecream*2'100'4''#FFFFFF,#94f718'58'0''1''1'1025),
    (
    102625101110.00'rare_icecream*3'100'4''#FFFFFF,#B357FF'58'0''1''1'1026),
    (
    102725101110.00'rare_icecream*4'100'4''#FFFFFF,#e78b8b'58'0''1''1'1027),
    (
    102825101110.00'rare_icecream*5'100'4''#FFFFFF,#E1CC00'58'0''1''1'1028),
    (
    102925101110.00'rare_icecream*6'100'4''#FFFFFF,#FF8000'58'0''1''1'1029),
    (
    103025101110.00'rare_icecream*7'100'4''#FFFFFF,#97420C'58'0''1''1'1030),
    (
    103125101110.00'rare_icecream*8'100'4''#FFFFFF,#00E5E2'58'0''1''1'1031),
    (
    10*** 25101110.00'rare_icecream*9'100'4''#FFFFFF,#FF60B0'58'0''1''1'1032),
    (
    10332532111.00'rubberchair*1'110'''#0080FF,0,0'59'0''1''1'1033),
    (
    10342532111.00'rubberchair*2'110'''#FF8B8B,0,0'59'0''1''1'1034),
    (
    10352532111.00'rubberchair*3'110'''#FF8000,0,0'59'0''1''1'1035),
    (
    10362532111.00'rubberchair*4'110'''#00E5E2,0,0'59'0''1''1'1036),
    (
    10372532111.00'rubberchair*5'110'''#A1DC67,0,0'59'0''1''1'1037),
    (
    10382532111.00'rubberchair*6'110'''#B357FF,0,0'59'0''1''1'1038),
    (
    10392532111.00'rubberchair*7'110'''#CFCFCF,0,0'59'0''1''1'1039),
    (
    10402532111.00'rubberchair*8'110'''#333333,0,0'59'0''1''1'1040),
    (
    104150151110.00'scifiport*0'110'''#ffffff,#dd2d22,#ffffff,#ffffff,#ffffff,#dd2d22'60'1''1''1'1041),
    (
    104250151110.00'scifiport*1'110'''#ffffff,#ffbc00,#ffffff,#ffffff,#ffffff,#ffbc00'60'1''1''1'1042),
    (
    104350151110.00'scifiport*2'110'''#ffffff,#5599ff,#ffffff,#ffffff,#ffffff,#5599ff'60'1''1''1'1043),
    (
    104450151110.00'scifiport*3'110'''#ffffff,#02bb70,#ffffff,#ffffff,#ffffff,#02bb70'60'1''1''1'1044),
    (
    104550151110.00'scifiport*4'110'''#ffffff,#ff5577,#ffffff,#ffffff,#ffffff,#ff5577'60'1''1''1'1045),
    (
    104650151110.00'scifiport*5'110'''#ffffff,#555555,#ffffff,#ffffff,#ffffff,#555555'60'1''1''1'1046),
    (
    104750151110.00'scifiport*6'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'60'1''1''1'1047),
    (
    104850151110.00'scifiport*7'110'''#ffffff,#00cccc,#ffffff,#ffffff,#ffffff,#00cccc'60'1''1''1'1048),
    (
    104950151110.00'scifiport*8'110'''#ffffff,#bb55cc,#ffffff,#ffffff,#ffffff,#bb55cc'60'1''1''1'1049),
    (
    105050151110.00'scifiport*9'110'''#ffffff,#7733ff,#ffffff,#ffffff,#ffffff,#7733ff'60'1''1''1'1050),
    (
    105125151110.00'marquee*1'110'''#ffffff,#ffffff,#ffffff,#e78b8b'61'1''1''1'1051),
    (
    105225151110.00'marquee*2'110'''#ffffff,#ffffff,#ffffff,#d02a1f'61'1''1''1'1052),
    (
    105325151110.00'marquee*3'110'''#ffffff,#ffffff,#ffffff,#3399FF'61'1''1''1'1053),
    (
    105425151110.00'marquee*4'110'''#ffffff,#ffffff,#ffffff,#efbf00'61'1''1''1'1054),
    (
    105525151110.00'marquee*5'110'''#ffffff,#ffffff,#ffffff,#666666'61'1''1''1'1055),
    (
    105625151110.00'marquee*6'110'''#ffffff,#ffffff,#ffffff,#0000FF'61'1''1''1'1056),
    (
    105725151110.00'marquee*7'110'''#ffffff,#ffffff,#ffffff,#B357FF'61'1''1''1'1057),
    (
    105825151110.00'marquee*8'110'''#ffffff,#ffffff,#ffffff,#006699'61'1''1''1'1058),
    (
    105925151110.00'marquee*9'110'''#ffffff,#ffffff,#ffffff,#89ca35'61'1''1''1'1059),
    (
    106025101110.00'scifidoor*1'110'''#ffffff,#ffaaaa,#ffaaaa,#ffaaaa,#ffffff'62'1''1''1'1060),
    (
    106125101110.00'scifidoor*2'110'''#ffffff,#ffee66,#ffee66,#ffee66,#ffffff'62'1''1''1'1061),
    (
    106225101110.00'scifidoor*3'110'''#ffffff,#aaccff,#aaccff,#aaccff,#ffffff'62'1''1''1'1062),
    (
    106325101110.00'scifidoor*4'110'''#ffffff,#99dd77,#99dd77,#99dd77,#ffffff'62'1''1''1'1063),
    (
    106425101110.00'scifidoor*5'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'62'1''1''1'1064),
    (
    106525101110.00'scifidoor*6'110'''#ffffff,#333333,#333333,#333333,#ffffff'62'1''1''1'1065),
    (
    106625101110.00'scifidoor*7'110'''#ffffff,#aaffff,#aaffff,#aaffff,#ffffff'62'1''1''1'1066),
    (
    106725101110.00'scifidoor*8'110'''#ffffff,#ff99cc,#ff99cc,#ff99cc,#ffffff'62'1''1''1'1067),
    (
    106825101110.00'scifidoor*9'110'''#ffffff,#4488ff,#4488ff,#4488ff,#ffffff'62'1''1''1'1068),
    (
    106925101110.00'scifidoor*10'110'''#ffffff,#bb99ff,#bb99ff,#bb99ff,#ffffff'62'1''1''1'1069),
    (
    107025201120.00'wooden_screen*0'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff'63'0''1''1'1070),
    (
    107125201120.00'wooden_screen*1'110'''#ffffff,#ffffff,#FFA795,#FFA795,#ffffff,#ffffff'63'0''1''1'1071),
    (
    107225201120.00'wooden_screen*2'110'''#ffffff,#ffffff,#bb0000,#bb0000,#ffffff,#ffffff'63'0''1''1'1072),
    (
    107325201120.00'wooden_screen*3'110'''#ffffff,#ffffff,#79E4B3,#79E4B3,#ffffff,#ffffff'63'0''1''1'1073),
    (
    107425201120.00'wooden_screen*4'110'''#ffffff,#ffffff,#F7B800,#F7B800,#ffffff,#ffffff'63'0''1''1'1074),
    (
    107525201120.00'wooden_screen*5'110'''#ffffff,#ffffff,#778B61,#778B61,#ffffff,#ffffff'63'0''1''1'1075),
    (
    107625201120.00'wooden_screen*6'110'''#ffffff,#ffffff,#72B6D1,#72B6D1,#ffffff,#ffffff'63'0''1''1'1076),
    (
    107725201120.00'wooden_screen*7'110'''#ffffff,#ffffff,#DA2591,#DA2591,#ffffff,#ffffff'63'0''1''1'1077),
    (
    107825201120.00'wooden_screen*8'110'''#ffffff,#ffffff,#004B5E,#004B5E,#ffffff,#ffffff'63'0''1''1'1078),
    (
    107925201120.00'wooden_screen*9'110'''ffffff,#ffffff,#A0BE1F,#A0BE1F,#ffffff,#ffffff'63'0''1''1'1079),
    (
    10805051113.70'pillar*0'110'''#ffffff,#ffffff,#ffffff'64'0''1''1'1080),
    (
    10815051113.70'pillar*1'110'''#ffffff,#FFD0D2,#FFD0D2'64'0''1''1'1081),
    (
    10825051113.70'pillar*2'110'''#ffffff,#7B5922,#7B5922'64'0''1''1'1082),
    (
    10835051113.70'pillar*3'110'''#ffffff,#BDCDEA,#BDCDEA'64'0''1''1'1083),
    (
    10845051113.70'pillar*4'110'''#ffffff,#71797C,#71797C'64'0''1''1'1084),
    (
    10855051113.70'pillar*5'110'''#ffffff,#CEDD65,#CEDD65'64'0''1''1'1085),
    (
    10865051113.70'pillar*6'110'''#ffffff,#972e2a,#972e2a'64'0''1''1'1086),
    (
    10875051113.70'pillar*7'110'''#ffffff,#e3ca0e,#e3ca0e'64'0''1''1'1087),
    (
    10885051113.70'pillar*8'110'''#ffffff,#9A924B,#9A924B'64'0''1''1'1088),
    (
    10895051113.70'pillar*9'110'''#ffffff,#B2A69D,#B2A69D'64'0''1''1'1089),
    (
    10905052110.80'pillow*0'110'''#ffffff,#ffffff,#ffffff,#ffffff'65'0''1''1'1090),
    (
    10915052110.90'pillow*1'110'''#FF8888,#FF8888,#ffffff,#ffffff'65'0''1''1'1091),
    (
    10925052110.80'pillow*2'110'''#F00000,#F00000,#ffffff,#ffffff'65'0''1''1'1092),
    (
    10935052110.80'pillow*3'110'''#83aeff,#83aeff,#ffffff,#ffffff'65'0''1''1'1093),
    (
    10945052110.80'pillow*4'110'''#FFBD18,#FFBD18,#ffffff,#ffffff'65'0''1''1'1094),
    (
    10955052110.80'pillow*5'110'''#494D29,#494D29,#ffffff,#ffffff'65'0''1''1'1095),
    (
    10*** 5052110.80'pillow*6'110'''#5DAAC9,#5DAAC9,#ffffff,#ffffff'65'0''1''1'1096),
    (
    10*** 5052110.80'pillow*7'110'''#E532CA,#E532CA,#ffffff,#ffffff'65'0''1''1'1097),
    (
    10985052110.80'pillow*8'110'''#214E68,#214E68,#ffffff,#ffffff'65'0''1''1'1098),
    (
    10*** 5052110.80'pillow*9'110'''#B9FF4B,#B9FF4B,#ffffff,#ffffff'65'0''1''1'1099),
    (
    1**** 50101110.00'scifirocket*0'110'''#ffffff,#ffffff,#dd2d22,#ffffff'66'0''1''1'1100),
    (
    1**** 50101110.00'scifirocket*1'110'''#ffffff,#ffffff,#f1b000,#ffffff'66'0''1''1'1101),
    (
    110250101110.00'scifirocket*2'110'''#ffffff,#ffffff,#009900,#ffffff'66'0''1''1'1102),
    (
    110350101110.00'scifirocket*3'110'''#ffffff,#ffffff,#02bb70,#ffffff'66'0''1''1'1103),
    (
    1**** 50101110.00'scifirocket*4'110'''#ffffff,#ffffff,#ff5577,#ffffff'66'0''1''1'1104),
    (
    1**** 50101110.00'scifirocket*5'110'''#ffffff,#ffffff,#555555,#ffffff'66'0''1''1'1105),
    (
    110650101110.00'scifirocket*6'110'''#ffffff,#ffffff,#ffffff,#ffffff'66'0''1''1'1106),
    (
    110750101110.00'scifirocket*7'110'''#ffffff,#ffffff,#00cccc,#ffffff'66'0''1''1'1107),
    (
    110850101110.00'scifirocket*8'110'''#ffffff,#ffffff,#bb55cc,#ffffff'66'0''1''1'1108),
    (
    1**** 50101110.00'scifirocket*9'110'''#ffffff,#ffffff,#0077FF,#ffffff'66'0''1''1'1109),
    (
    1**** 1034220.00'summer_pool*1'110'''#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8,#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8'67'0''1''1'1110),
    (
    1**** 1034220.00'summer_pool*2'110'''#E14218,#E14218,#E14218,#E14218,#ffffff,#ffffff,#ffffff,#ffffff,#E14218'67'0''1''1'1111),
    (
    1**** 1034220.00'summer_pool*3'110'''#92D13D,#92D13D,#92D13D,#92D13D,#ffffff,#ffffff,#ffffff,#ffffff,#92D13D'67'0''1''1'1112),
    (
    11131034220.00'summer_pool*4'110'''#FFD837,#FFD837,#FFD837,#FFD837,#ffffff,#ffffff,#ffffff,#ffffff,#FFD837'67'0''1''1'1113),
    (
    1**** 2501110.00'djesko_turntable'110'''0,0,0'68'0''1''1'1114),
    (
    1**** 2501110.00'hologram'110'''0,0,0'68'0''1''1'1115),
    (
    11162501110.00'redhologram'110'''0,0,0'68'0''1''1'1116),
    (
    11172501110.00'typingmachine'110'''0,0,0'68'0''1''1'1117),
    (
    11182501110.00'spyro'110'''0,0,0'68'0''1''1'1118),
    (
    11192501110.00'rare_globe'110'''0,0,0'68'0''1''1'1119),
    (
    11205072210.70'rare_xmas_screen'110'''0,0,0'118'0''1''1'1120),
    (
    11215072211.10'valentinescreen'110'''0,0,0'118'0''1''1'1121),
    (
    11222503131.50'rare_hammock'110'''0,0,0'68'0''1''1'1122),
    (
    112330104220.00'sandrug'110'''0,0,0', *** '0''1''1'1123),
    (
    112430104220.00'rare_snowrug'110'''0,0,0', *** '0''1''1'1124),
    (
    112530104220.00'rare_moonrug'110'''0,0,0', *** '0''1''1'1125),
    (
    112630104220.00'rare_daffodil_rug'110'''0,0,0', *** '0''1''1'1126),
    (
    11272501110.00'plant_cruddy'110'''0,0,0'68'0''1''1'1127),
    (
    11282501110.00'rare_mnstr'110'''0,0,0'68'0''1''1'1128),
    (
    11292501110.00'prize1'110'''0,0,0'68'0''1''1'1129),
    (
    11302501110.00'prize2'110'''0,0,0'68'0''1''1'1130),
    (
    11312501110.00'prize3'110'''0,0,0'68'0''1''1'1131),
    (
    11*** 5051110.00'rare_beehive_bulb'110'''#ffffff,#ffffff,#ffffff,#ffffff,#55c4de,#ffffff', **** '0''1''1'1132),
    (
    11335051110.00'rare_beehive_bulb*1'110'''#ffffff,#ffffff,#ffffff,#ffffff,#de5555,#ffffff', **** '0''1''1'1133),
    (
    11345051110.00'rare_beehive_bulb*2'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ffcc00,#ffffff', **** '0''1''1'1134),
    (
    11355051110.00'rare_elephant_statue'110'''#ffffff,#ffcc00'116'0''1''1'1135),
    (
    11365051110.00'rare_elephant_statue*1'110'''#ffffff,#bfbfbf'116'0''1''1'1136),
    (
    11375051110.00'rare_elephant_statue*2'110'''#ffffff,#cc6600'116'0''1''1'1137),
    (
    11385051110.00'rare_fountain'110'''#ffffff,#ffffff,#ef5a5a', **** '0''1''1'1138),
    (
    11395051110.00'rare_fountain*1'110'''#ffffff,#ffffff,#ffffff', **** '0''1''1'1139),
    (
    11405051110.00'rare_fountain*2'110'''#ffffff,#ffffff,#b8cf00', **** '0''1''1'1140),
    (
    11415051110.00'rare_fountain*3'110'''#ffffff,#ffffff,#52bdbd', **** '0''1''1'1141),
    (
    11422501110.00'samovar'110'''0,0,0'68'0''1''1'1142),
    (
    11432501110.00'md_limukaappi'100'19''0,0,0'73'0''1''1'1143),
    (
    11442502111.80'rare_stand'110'''0,0,0'68'0''1''1'1144),
    (
    11451500000.00'poster 2005'110'''0,0,0'68'0''1''1'1145),
    (
    1611001110.00'eco_fruits2'100'4\r\n38\r\n37\r\n39''', -1'0''1''0'1611),
    (
    11472501110.00'rare_parasol*1'110'''#ffffff,#ffffff,#ffffff,#ffff11'93'0''1''1'1147),
    (
    11482501110.00'rare_parasol*2'110'''#ffffff,#ffffff,#ffffff,#ff8f61'93'0''1''1'1148),
    (
    11492501110.00'rare_parasol*3'110'''#ffffff,#ffffff,#ffffff,#d47fff'93'0''1''1'1149),
    (
    11505053130.80'sleepingbag*1'110'''#BB5F54,0,#BB5F54,0,#BB5F54'113'0''1''1'1150),
    (
    1151511110.00'solarium_norja'110'''0,#E2DAAC'117'0''1''1'1151),
    (
    11522502111.00'throne'110'''0,0,0'68'0''1''1'1152),
    (
    1153801110.00'prizetrophy7*3'110'''#ffffff,#ffffff,#996600'69'0''1''1'1153),
    (
    1154801110.00'prizetrophy4*3'110'''#ffffff,#ffffff,#996600'69'0''1''1'1154),
    (
    1155801110.00'prizetrophy3*3'110'''#ffffff,#ffffff,#996600'69'0''1''1'1155),
    (
    1156801110.00'prizetrophy6*3'110'''#ffffff,#ffffff,#996600'69'0''1''1'1156),
    (
    11571001110.00'prizetrophy4*2'110'''#ffffff,#ffffff,#ffffff'69'0''1''1'1157),
    (
    11581001110.00'prizetrophy7*2'110'''#ffffff,#ffffff,#ffffff'69'0''1''1'1158),
    (
    11591001110.00'prizetrophy3*2'110'''#ffffff,#ffffff,#ffffff'69'0''1''1'1159),
    (
    11601001110.00'prizetrophy6*2'110'''#ffffff,#ffffff,#ffffff'69'0''1''1'1160),
    (
    11611201110.00'prizetrophy4*1'110'''#ffffff,#ffffff,#FFDD3F'69'0''1''1'1161),
    (
    11621201110.00'prizetrophy3*1'110'''#ffffff,#ffffff,#FFDD3F'69'0''1''1'1162),
    (
    11631201110.00'prizetrophy7*1'110'''#ffffff,#ffffff,#FFDD3F'69'0''1''1'1163),
    (
    11641201110.00'prizetrophy6*1'110'''#ffffff,#ffffff,#FFDD3F'69'0''1''1'1164),
    (
    1165302111.00'noob_chair*1'110'''#FFFFFF,#EFE853,#EFE853,#FFFFFF,#EFE853,#EFE853'70'0''1''1'1165),
    (
    1166302111.00'noob_chair*2'110'''#FFFFFF,#4C526E,#8D92AB,#FFFFFF,#8D92AB,#4C526E'70'0''1''1'1166),
    (
    1167302111.00'noob_chair*3'110'''#FFFFFF,#985A47,#D9AD90,#FFFFFF,#D9AD90,#985A47'70'0''1''1'1167),
    (
    1168302111.00'noob_chair*4'110'''#FFFFFF,#80B1BC,#DAF4FA,#FFFFFF,#DAF4FA,#80B1BC'70'0''1''1'1168),
    (
    1169302111.00'noob_chair*5'110'''#FFFFFF,#F6C0C0,#F6C0C0,#FFFFFF,#F6C0C0,#F6C0C0'70'0''1''1'1169),
    (
    1170302111.00'noob_chair*6'110'''#FFFFFF,#FFD923,#B1B400,#FFFFFF,#B1B400,#FFD923'70'0''1''1'1170),
    (
    1171301110.00'noob_lamp*1'110'''#EFE853,#FFFFFF,#FFFFFF'70'0''1''1'1171),
    (
    1172301110.00'noob_lamp*2'110'''#4C526E,#FFFFFF,#FFFFFF'70'0''1''1'1172),
    (
    1173301110.00'noob_lamp*3'110'''#D9AD90,#FFFFFF,#FFFFFF'70'0''1''1'1173),
    (
    1174301110.00'noob_lamp*4'110'''#94CBD7,#FFFFFF,#FFFFFF'70'0''1''1'1174),
    (
    1175301110.00'noob_lamp*5'110'''#F5779F,#FFFFFF,#FFFFFF'70'0''1''1'1175),
    (
    1176301110.00'noob_lamp*6'110'''#FFD406,#FFFFFF,#FFFFFF'70'0''1''1'1176),
    (
    1177304230.00'noob_rug*1'110'''#FC9C45,#F4EC36'70'0''1''1'1177),
    (
    1178304230.00'noob_rug*2'110'''#4C526E,#8D92AB'70'0''1''1'1178),
    (
    1179304230.00'noob_rug*3'110'''#985A47,#D9AD90'70'0''1''1'1179),
    (
    1180304230.00'noob_rug*4'110'''#94CBD7,#DAF4FA'70'0''1''1'1180),
    (
    1181304230.00'noob_rug*5'110'''#F5779F,#F6C0C0'70'0''1''1'1181),
    (
    1182304230.00'noob_rug*6'110'''#B1B400,#FFD406'70'0''1''1'1182),
    (
    1183302111.20'noob_stool*1'110'''#FFFFFF,#F38420'70'0''1''1'1183),
    (
    1184302111.20'noob_stool*2'110'''#FFFFFF,#4C526E'70'0''1''1'1184),
    (
    1185302111.20'noob_stool*3'110'''#FFFFFF,#985A47'70'0''1''1'1185),
    (
    1186302111.20'noob_stool*4'110'''#FFFFFF,#94CBD7'70'0''1''1'1186),
    (
    1187302111.20'noob_stool*5'110'''#FFFFFF,#F5779F'70'0''1''1'1187),
    (
    1188302111.20'noob_stool*6'110'''#FFFFFF,#B1B400'70'0''1''1'1188),
    (
    1189301221.00'noob_table*1'110'''#FFFFFF,#F1E93A,#F38420'70'0''1''1'1189),
    (
    1190301221.00'noob_table*2'110'''#FFFFFF,#A5A9BC,#4C526E'70'0''1''1'1190),
    (
    1191301221.00'noob_table*3'110'''#FFFFFF,#D9AD90,#985A47'70'0''1''1'1191),
    (
    1192301221.00'noob_table*4'110'''#FFFFFF,#DAF4FA,#94CBD7'70'0''1''1'1192),
    (
    1193301221.00'noob_table*5'110'''#FFFFFF,#F6C0C0,#F5779F'70'0''1''1'1193),
    (
    1194301221.00'noob_table*6'110'''#FFFFFF,#FFD406,#B1B400'70'0''1''1'1194),
    (
    1195304110.00'carpet_soft_tut'110'''0,0,0'70'0''1''1'1195),
    (
    11*** 500000.00'noob_window_double'110'''0,0,0'71'0''1''1'1196),
    (
    11*** 500000.00'window_70s_narrow'110'''0,0,0'71'0''1''1'1197),
    (
    1198500000.00'window_70s_wide'110'''0,0,0'71'0''1''1'1198),
    (
    11*** 500000.00'window_basic'110'''0,0,0'71'0''1''1'1199),
    (
    1200500000.00'window_chinese_narrow'110'''0,0,0'71'0''1''1'1200),
    (
    1201500000.00'window_chinese_wide'110'''0,0,0'71'0''1''1'1201),
    (
    1202500000.00'window_double_default'110'''0,0,0'71'0''1''1'1202),
    (
    1203500000.00'window_golden'110'''0,0,0'71'0''1''1'1203),
    (
    1204500000.00'window_grunge'110'''0,0,0'71'0''1''1'1204),
    (
    1205500000.00'window_romantic_narrow'110'''0,0,0'71'0''1''1'1205),
    (
    1206500000.00'window_romantic_wide'110'''0,0,0'71'0''1''1'1206),
    (
    1207500000.00'window_single_default'110'''0,0,0'71'0''1''1'1207),
    (
    1208500000.00'window_square'110'''0,0,0'71'0''1''1'1208),
    (
    1209500000.00'window_triple'110'''0,0,0'71'0''1''1'1209),
    (
    1210300000.00'xmas_light'110'''0,0,0'45'0''1''1'1210),
    (
    1211304110.00'christmas_poop'110'''0,0,0'45'0''1''1'1211),
    (
    12122502122.00'christmas_reindeer'110'''0,0,0'45'0''1''1'1212),
    (
    12132502221.00'christmas_sleigh'110'''0,0,0'45'0''1''1'1213),
    (
    1214501110.00'tree6'110'''0,0,0'45'0''1''1'1214),
    (
    1215501110.00'tree7'110'''0,0,0'45'0''1''1'1215),
    (
    1216501210.00'xmas_cstl_gate'110'''0,0,0'45'1''1''1'1216),
    (
    1217501113.50'xmas_cstl_twr'110'''0,0,0'45'0''1''1'1217),
    (
    1218501213.00'xmas_cstl_wall'110'''0,0,0'45'0''1''1'1218),
    (
    1219501111.00'xmas_icelamp'110'''0,0,0'45'0''1''1'1219),
    (
    1220501210.00'plant_maze_snow'110'''0,0,0'45'0''1''1'1220),
    (
    1221501210.00'plant_mazegate_snow'110'''0,0,0'45'1''1''1'1221),
    (
    1222501110.00'safe_silo_pb'100'5\r\n1\r\n2\r\n5\r\n6''0,0,0'79'0''1''1'1222),
    (
    1223501111.00'exe_bardesk'110'''0,0,0'72'0''1''1'1223),
    (
    1224501111.00'exe_corner'110'''0,0,0'72'0''1''1'1224),
    (
    1225502111.00'exe_chair'110'''0,0,0'72'0''1''1'1225),
    (
    1226502111.00'exe_chair2'110'''0,0,0'72'0''1''1'1226),
    (
    1227501110.00'exe_drinks'110'''0,0,0'72'0''1''1'1227),
    (
    1228502311.00'exe_sofa'110'''0,0,0'72'0''1''1'1228),
    (
    1229501320.00'exe_table'110'''0,0,0'72'0''1''1'1229),
    (
    1230504330.00'exe_rug'110'''0,0,0'72'0''1''1'1230),
    (
    1231401220.80'exe_s_table'110'''0,0,0'72'0''1''1'1231),
    (
    12*** 301110.00'exe_globe'110'''0,0,0'72'0''1''1'1232),
    (
    1233301110.00'exe_plant'110'''0,0,0'72'0''1''1'1233),
    (
    1234301110.00'fortune'110'''0,0,0'48'0''1''1'1234),
    (
    1235301110.00'val_choco'110'''0,0,0'48'0''1''1'1235),
    (
    1236302411.00'val_randomizer'110'''0,0,0'48'0''1''1'1236),
    (
    1237300000.00'hrella_poster_1'110'''0,0,0'48'0''1''1'1237),
    (
    1238300000.00'hrella_poster_2'110'''0,0,0'48'0''1''1'1238),
    (
    1239300000.00'hrella_poster_3'110'''0,0,0'48'0''1''1'1239),
    (
    1240302110.90'val_teddy*1'110'''0,0,0'48'0''1''1'1240),
    (
    1241302110.90'val_teddy*2'110'''#EE7EA4,#FFFFFF,#EE7EA4,#EE7EA4,#FFFFFF'48'0''1''1'1241),
    (
    1242302110.90'val_teddy*3'110'''0,0,0'48'0''1''1'1242),
    (
    1243302110.90'val_teddy*4'110'''#965014,#FFFFFF,#965014,#965014,#FFFFFF'48'0''1''1'1243),
    (
    1244302110.90'val_teddy*5'110'''0,0,0'48'0''1''1'1244),
    (
    1245302110.90'val_teddy*6'110'''#ABD0D2,#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF'48'0''1''1'1245),
    (
    12461031210.00'sand_cstl_gate'110'''0,0,0'67'1''1''1'1246),
    (
    12471031113.50'sand_cstl_twr'110'''0,0,0'67'0''1''1'1247),
    (
    12481031213.00'sand_cstl_wall'110'''0,0,0'67'0''1''1'1248),
    (
    12491032111.20'summer_chair*1'110'''#ffffff,#ffffff,#ffffff,#ffffff,#ABD0D2'67'0''1''1'1249),
    (
    12501032111.20'summer_chair*2'110'''#ffffff,#ffffff,#ffffff,#ffffff,#FF99BC'67'0''1''1'1250),
    (
    12511032111.20'summer_chair*3'110'''#ffffff,#ffffff,#ffffff,#ffffff,#525252'67'0''1''1'1251),
    (
    12521032111.20'summer_chair*4'110'''#ffffff,#ffffff,#ffffff,#FFFFFF,#ffffff'67'0''1''1'1252),
    (
    12531032111.20'summer_chair*5'110'''#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC'67'0''1''1'1253),
    (
    12541032111.20'summer_chair*6'110'''#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8'67'0''1''1'1254),
    (
    12551032111.20'summer_chair*7'110'''#ffffff,#ffffff,#ffffff,#ffffff,#92D13D'67'0''1''1'1255),
    (
    12561032111.20'summer_chair*8'110'''#ffffff,#ffffff,#ffffff,#ffffff,#FFD837'67'0''1''1'1256),
    (
    12571032111.20'summer_chair*9'110'''#ffffff,#ffffff,#ffffff,#ffffff,#E14218'67'0''1''1'1257),
    (
    12581032210.00'summer_grill*1'110'''#ffffff,#5EAAF8,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8'67'0''1''1'1258),
    (
    12591032210.00'summer_grill*2'110'''#ffffff,#E14218,#ffffff,#ffffff,#E14218,#E14218,#E14218'67'0''1''1'1259),
    (
    12601032210.00'summer_grill*3'110'''#ffffff,#92D13D,#ffffff,#ffffff,#92D13D,#92D13D,#92D13D'67'0''1''1'1260),
    (
    12611032210.00'summer_grill*4'110'''#ffffff,#FFD837,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837'67'0''1''1'1261),
    (
    1262301120.00'sw_table'110'''0,0,0'95'0''1''1'1262),
    (
    1263300000.00'sw_swords'110'''0,0,0'95'0''1''1'1263),
    (
    1264300000.00'sw_stone'110'''0,0,0'95'0''1''1'1264),
    (
    1265301111.00'sw_raven'110'''0,0,0'95'0''1''1'1265),
    (
    1266300000.00'sw_hole'110'''0,0,0'95'0''1''1'1266),
    (
    1267301121.00'sw_chest'110'''0,0,0'95'0''1''1'1267),
    (
    1268301111.00'jp_katana1'110'''0,0,0'25'0''1''1'1268),
    (
    1269301111.00'jp_katana2'110'''0,0,0'25'0''1''1'1269),
    (
    1270301111.00'jp_katana3'110'''0,0,0'25'0''1''1'1270),
    (
    1271301220.80'jp_table'110'''0,0,0'25'0''1''1'1271),
    (
    1272304220.00'jp_rare'110'''0,0,0'25'0''1''1'1272),
    (
    12732501110.00'jukebox_ptv*1'110'''0,0,0'79'0''1''1'1273),
    (
    12742501110.00'calippo'110'''0,0,0'79'0''1''1'1274),
    (
    12752501110.00'nouvelle_trax'110'''0,0,0'79'0''1''1'1275),
    (
    1276300000.00'md_can'110'''0,0,0'73'0''1''1'1276),
    (
    1277300000.00'md_logo_wall'110'''0,0,0'73'0''1''1'1277),
    (
    1278304441.00'md_rug'110'''0,0,0'73'0''1''1'1278),
    (
    1279301111.00'rclr_lamp'110'''0,0,0'9*** '0''1''1'1279),
    (
    1280501110.20'sound_set_53'110'''0,0,0'45'0''1''1'1280),
    (
    1281501110.20'sound_set_54'110'''0,0,0'45'0''1''1'1281),
    (
    1282301110.00'jp_teamaker'100'28''0,0,0'74'0''1''1'1282),
    (
    1283301110.00'tiki_tray0'110'''0,0,0'74'0''1''1'1283),
    (
    1284301110.00'tiki_tray1'110'''0,0,0'74'0''1''1'1284),
    (
    1285301110.00'tiki_tray2'110'''0,0,0'74'0''1''1'1285),
    (
    1286301110.00'tiki_tray3'110'''0,0,0'74'0''1''1'1286),
    (
    1287301110.00'tiki_tray4'110'''0,0,0'74'0''1''1'1287),
    (
    1288301110.00'noob_plant'110'''0,0,0'74'0''1''1'1288),
    (
    1289300000.00'tampax_wall'110'''0,0,0'79'0''1''1'1289),
    (
    1290304340.00'tampax_rug'110'''0,0,0'79'0''1''1'1290),
    (
    1291300330.00'tiki_wallplnt'110'''0,0,0'74'0''1''1'1291),
    (
    1292301111.00'tiki_bardesk'110'''0,0,0'74'0''1''1'1292),
    (
    1293302111.00'tiki_bench'110'''0,0,0'74'0''1''1'1293),
    (
    1294304110.00'tiki_bflies'110'''0,0,0'74'0''1''1'1294),
    (
    1295304220.00'tiki_junglerug'110'''0,0,0'74'0''1''1'1295),
    (
    12*** 301110.00'tiki_parasol'110'''0,0,0'74'0''1''1'1296),
    (
    12*** 304220.00'tiki_sand'110'''0,0,0'74'0''1''1'1297),
    (
    1298301110.00'tiki_statue'110'''0,0,0'74'0''1''1'1298),
    (
    12*** 301110.00'tiki_torch'110'''0,0,0'74'0''1''1'1299),
    (
    1300301110.00'tiki_toucan'110'''0,0,0'74'0''1''1'1300),
    (
    1301301320.00'tiki_waterfall'110'''0,0,0'74'0''1''1'1301),
    (
    1302300110.00'tiki_surfboard'110'''0,0,0'74'0''1''1'1302),
    (
    1303301111.00'tiki_corner'110'''0,0,0'74'0''1''1'1303),
    (
    13291501110.00'diner_shaker'110'''0,0,0'78'0''0''0'1329),
    (
    1609002111.00'eco_chair3'110'''', -1'0''1''0'1609),
    (
    13*** 1504220.00'diner_rug'110'''0,0,0'78'0''1''1'1332),
    (
    13331501110.00'svnr_de'110'''0,0,0'86'0''1''1'1333),
    (
    13341501110.00'svnr_uk'110'''0,0,0'86'0''1''1'1334),
    (
    13351502211.20'svnr_it'110'''0,0,0'86'0''1''1'1335),
    (
    13361501120.00'svnr_nl'110'''0,0,0'86'0''1''1'1336),
    (
    1337501110.00'diner_tray_0'110'''0,0,0'78'0''1''1'1337),
    (
    1338501110.00'diner_tray_1'110'''0,0,0'78'0''1''1'1338),
    (
    1339501110.00'diner_tray_2'110'''0,0,0'78'0''1''1'1339),
    (
    1340501110.00'diner_tray_3'110'''0,0,0'78'0''1''1'1340),
    (
    1341501110.00'diner_tray_4'110'''0,0,0'78'0''1''1'1341),
    (
    1342501110.00'diner_tray_5'110'''0,0,0'78'0''1''1'1342),
    (
    1343501110.00'diner_tray_6'110'''0,0,0'78'0''1''1'1343),
    (
    1344501110.00'diner_tray_7'110'''0,0,0'78'0''1''1'1344),
    (
    1346500110.00'ads_sunnyd'110'''0,0,0'79'0''1''1'1345),
    (
    1349501110.20'sound_set_67'110'''0,0,0'42'0''1''1'1349),
    (
    1354501110.20'sound_set_66'110'''0,0,0'42'0''1''1'1354),
    (
    1360501110.00'svnr_aus'110'''0,0,0'86'0''1''1'1360),
    (
    1348501110.20'sound_set_65'110'''0,0,0'42'0''1''1'1349),
    (
    1351501110.20'sound_set_68'110'''0,0,0'42'0''1''1'1351),
    (
    1352501110.20'sound_set_69'110'''0,0,0'42'0''1''1'1352),
    (
    1353501110.20'sound_set_70'110'''0,0,0'42'0''1''1'1353),
    (
    1355001110.20'song_disk'110'''0,0,0', -1'0''1''0'1355),
    (
    1358500000.00'window_diner'110'''0,0,0'78'0''1''1'1358),
    (
    1359500000.00'window_diner2'110'''0,0,0'78'0''1''1'1359),
    (
    1365501110.00'ads_dave_cns'110'''0,0,0'79'0''1''1'1365),
    (
    1366500000.00'ads_dave_wall'110'''0,0,0'79'0''1''1'1366),
    (
    1367500000.00'diner_walltable'110'''0,0,0'78'0''1''1'1367),
    (
    13712501110.00'calippo'110'''0,0,0'127'0''1''1'1371),
    (
    1372001111.00'present_gen1'110'''', -1'0''0''0'1372),
    (
    1373001111.00'present_gen2'110'''', -1'0''0''0'1373),
    (
    1374001111.00'present_gen3'110'''', -1'0''0''0'1374),
    (
    1375001111.00'present_gen4'110'''', -1'0''0''0'1375),
    (
    1376001111.00'present_gen5'110'''', -1'0''0''0'1376),
    (
    1377001111.00'present_gen6'110'''', -1'0''0''0'1377),
    (
    1378501113.00'greek_corner'110'''0,0,0'80'0''1''1'1378),
    (
    1379501210.00'greek_gate'110'''0,0,0'80'1''1''1'1379),
    (
    1380501213.00'greek_pillars'110'''0,0,0'80'0''1''1'1380),
    (
    1381504110.00'greek_seat'110'''0,0,0'80'0''1''1'1381),
    (
    1382501110.00'greektrophy*1'110'''#ffffff,#ffffff,#FFDD3F'44'0''1''1'1382),
    (
    1383501110.00'greektrophy*2'110'''#ffffff,#ffffff,#ffffff'44'0''1''1'1383),
    (
    1384501110.00'greektrophy*3'110'''#ffffff,#ffffff,#996600'44'0''1''1'1384),
    (
    1385501110.00'easy_bowl2'110'''0,0,0'79'0''1''1'1385),
    (
    1386504441.00'easy_carpet'110'''0,0,0'79'0''1''1'1386),
    (
    1387500000.00'easy_poster'110'''0,0,0'79'0''1''1'1387),
    (
    1388500000.00'ads_nokia_logo'110'''0,0,0'79'0''1''1'1388),
    (
    1389500000.00'ads_nokia_phone'110'''0,0,0'79'0''1''1'1389),
    (
    1390500000.00'window_hole'110'''0,0,0'79'0''1''1'1390),
    (
    1391500000.00'window_skyscraper'110''''71'0''1''1'1391),
    (
    110771500000.00'landscape 11'110''''7'0''0''0'11077),
    (
    110761500000.00'landscape 10'110''''7'0''0''0'11076),
    (
    14001504230.00'det_body'110''''81'0''1''1'1400),
    (
    14011501210.00'det_divider'110''''81'1''1''1'1401),
    (
    14021500000.00'det_bhole'110''''81'0''1''1'1402),
    (
    14031502111.00'hcc_chair'110''''55'0''1''1'1403),
    (
    14041501111.00'hcc_minibar'110''''55'1''1''1'1404),
    (
    14051501121.00'hcc_shelf'110''''55'0''1''1'1405),
    (
    14061502211.00'hcc_sofa'110''''55'0''1''1'1406),
    (
    14071502111.00'hcc_sofachair'110''''55'0''1''1'1407),
    (
    14081502111.00'hcc_stool'110''''55'0''1''1'1408),
    (
    135731501120.00'hcc_table'110''''55'0''1''1'1409),
    (
    13581504350.00'netari_carpet'110''''79'0''1''1'1410),
    (
    135821500000.00'netari_poster'110''''79'0''1''1'1411),
    (
    120001501210.00'hcc_dvdr'110'''0,0,0'55'0''1''1'1480),
    (
    120011001110.00'hcc_crnr'110'''0,0,0'55'0''1''1'1481),
    (
    12002500000.00'ads_campguitar'110'''0,0,0'79'0''1''1'1485),
    (
    14091504350.00'sob_carpet'110'''0,0,0'79'0''1''1'1486),
    (
    13921500000.00'landscape 1'110''''7'0''0''0'1392),
    (
    13931500000.00'landscape 2'110''''7'0''0''0'1393),
    (
    13941500000.00'landscape 3'110''''7'0''0''0'1394),
    (
    13951500000.00'landscape 4'110''''7'0''0''0'1395),
    (
    13*** 1500000.00'landscape 5'110''''7'0''0''0'1396),
    (
    13*** 1500000.00'landscape 6'110''''7'0''0''0'1397),
    (
    1418602111.20'igor_seat'110'''0,0,0'88'0''1''1'1418),
    (
    1419401110.00'ads_igorbrain'110'''0,0,0'88'0''1''1'1419),
    (
    1420601120.00'ads_igorraygun'110'''0,0,0'88'0''1''1'1420),
    (
    1421401110.00'ads_igorswitch'110'''0,0,0'88'0''1''1'1421),
    (
    1422400000.00'hween08_wndwb'110'''0,0,0'6'0''1''1'1422),
    (
    1423300000.00'hween08_wndw'110'''0,0,0'6'0''1''1'1423),
    (
    1424300000.00'hween08_rad'110'''0,0,0'6'0''1''1'1424),
    (
    1425300000.00'hween08_bio'110'''0,0,0'6'0''1''1'1425),
    (
    1726402121.20'hween08_bath'101'''0,0,0'6'0''1''1'1426),
    (
    1427402121.20'hween08_bath2'101'''0,0,0'6'0''1''1'1427),
    (
    1428303131.20'hween08_bbag'110'''0,0,0'6'0''1''1'1428),
    (
    1429303131.80'hween08_bed'110'''0,0,0'6'0''1''1'1429),
    (
    1430303131.80'hween08_bed2'110'''0,0,0'6'0''1''1'1430),
    (
    1431301310.00'hween08_curtain'110'''0,0,0'6'0''1''1'1431),
    (
    14*** 301310.00'hween08_curtain2'110'''0,0,0'6'0''1''1'1432),
    (
    1433301110.00'hween08_defibs'110'''0,0,0'6'0''1''1'1433),
    (
    1434301110.00'hween08_defibs2'110'''0,0,0'6'0''1''1'1434),
    (
    1435201110.00'hween08_manhole'110'''0,0,0'6'0''1''1'1435),
    (
    1436301110.00'hween08_sink'100'29''0,0,0'6'0''1''1'1436),
    (
    1437301110.00'hween08_sink2'100'30''0,0,0'6'0''1''1'1437),
    (
    1438301110.00'hween08_trll'110'''0,0,0'6'0''1''1'1438),
    (
    1439300000.00'hw08_xray'110'''0,0,0'6'0''1''1'1439),
    (
    1440501110.00'party_ball'110'''0,0,0'84'0''1''1'1440),
    (
    1441501111.00'party_barcorn'110'''0,0,0'84'0''1''1'1441),
    (
    1442501111.00'party_bardesk'110'''0,0,0'84'0''1''1'1442),
    (
    1443501110.00'party_beamer'110'''0,0,0'84'0''1''1'1443),
    (
    1444504111.40'party_block'110'''0,0,0'84'0''1''1'1444),
    (
    1445504220.70'party_block2'110'''0,0,0'84'0''1''1'1445),
    (
    1446502111.40'party_chair'110'''0,0,0'84'0''1''1'1446),
    (
    1447501110.00'party_discol'110'''0,0,0'84'0''1''1'1447),
    (
    1448501120.00'party_djtable'110'''0,0,0'84'0''1''1'1448),
    (
    1449504220.00'party_floor'110'''0,0,0'84'0''1''1'1449),
    (
    1450500000.00'party_led'110'''0,0,0'84'0''1''1'1450),
    (
    1451501110.00'party_mic'110'''0,0,0'84'0''1''1'1451),
    (
    1452500000.00'party_neon1'110'''0,0,0'84'0''1''1'1452),
    (
    1453500000.00'party_neon2'110'''0,0,0'84'0''1''1'1453),
    (
    1454500000.00'party_neon3'110'''0,0,0'84'0''1''1'1454),
    (
    1455500000.00'party_neon4'110'''0,0,0'84'0''1''1'1455),
    (
    1456500000.00'party_neon5'110'''0,0,0'84'0''1''1'1456),
    (
    1457501110.00'party_ravel'110'''0,0,0'84'0''1''1'1457),
    (
    1458502111.30'party_seat'110'''0,0,0'84'0''1''1'1458),
    (
    1459500000.00'party_shelf'110'''0,0,0'84'0''1''1'1459),
    (
    1460501111.40'party_table'110'''0,0,0'84'0''1''1'1460),
    (
    1461501110.00'party_tray'110'''0,0,0'84'0''1''1'1461),
    (
    1462501110.00'party_tube_bubble'110'''0,0,0'84'0''1''1'1462),
    (
    1463501110.00'party_tube_lava'110'''0,0,0'84'0''1''1'1463),
    (
    1464500000.00'party_wc_boy'110'''0,0,0'84'0''1''1'1464),
    (
    1465500000.00'party_wc_girl'110'''0,0,0'84'0''1''1'1465),
    (
    1466300000.00'ads_cmusic'110'''0,0,0'79'0''1''1'1466),
    (
    1821501110.00'penguin_basic'110'''0,0,0'45'0''1''1'0),
    (
    1822501110.00'penguin_boxer'110'''0,0,0'45'0''1''1'0),
    (
    1823501110.00'penguin_bunny'110'''0,0,0'45'0''1''1'0),
    (
    1824501110.00'penguin_clown'110'''0,0,0'45'0''1''1'0),
    (
    1826501110.00'penguin_elf'110'''0,0,0'45'0''1''1'0),
    (
    1827501110.00'penguin_glow'110'''0,0,0'45'0''1''1'0),
    (
    1828501110.00'penguin_hunchback'110'''0,0,0'45'0''1''1'0),
    (
    1829501110.00'penguin_icehockey'110'''0,0,0'45'0''1''1'0),
    (
    1830501110.00'penguin_infected'110'''0,0,0'45'0''1''1'0),
    (
    1831501110.00'penguin_magician'110'''0,0,0'45'0''1''1'0),
    (
    18*** 501110.00'penguin_musketeer'110'''0,0,0'45'0''1''1'0),
    (
    1833501110.00'penguin_ninja'110'''0,0,0'45'0''1''1'0),
    (
    1834501110.00'penguin_pilot'110'''0,0,0'45'0''1''1'0),
    (
    1835501110.00'penguin_pirate'110'''0,0,0'45'0''1''1'0),
    (
    1836501110.00'penguin_punk'110'''0,0,0'45'0''1''1'0),
    (
    1837501110.00'penguin_robot'110'''0,0,0'45'0''1''1'0),
    (
    1838501110.00'penguin_rock'110'''0,0,0'45'0''1''1'0),
    (
    1839501110.00'penguin_skater'110'''0,0,0'45'0''1''1'0),
    (
    1840501110.00'penguin_ski'110'''0,0,0'45'0''1''1'0),
    (
    1841501110.00'penguin_suit'110'''0,0,0'45'0''1''1'0),
    (
    1842501110.00'penguin_sumo'110'''0,0,0'45'0''1''1'0),
    (
    1843501110.00'penguin_super'110'''0,0,0'45'0''1''1'0),
    (
    1844501110.00'penguin_swim'110'''0,0,0'45'0''1''1'0),
    (
    1845501110.00'penguin_wrestler'110'''0,0,0'45'0''1''1'0),
    (
    1846501110.00'svnr_fi'110'''0,0,0'86'0''1''1'0),
    (
    100091501110.00'totem_leg'710'''0,0,0'86'0''1''1'10009),
    (
    1493502111.20'xmas08_chair'110'''0,0,0'45'0''1''1'1493),
    (
    1494501110.00'xmas08_cubetree'110'''0,0,0'45'0''1''1'1494),
    (
    1495501210.00'xmas08_dvdr1'110'''0,0,0'45'0''1''1'1495),
    (
    14*** 501110.00'xmas08_dvdr2'110'''0,0,0'45'0''1''1'1496),
    (
    14*** 501220.00'xmas08_geysir'110'''0,0,0'45'0''1''1'1497),
    (
    1498501110.00'xmas08_hole'100'34''0,0,0'45'0''1''1'1498),
    (
    14*** 501220.00'xmas08_hottub'110'''0,0,0'45'0''1''1'1499),
    (
    1500504220.00'xmas08_icerug'110'''0,0,0'45'0''1''1'1500),
    (
    1501501110.00'xmas08_icetree'110'''0,0,0'45'0''1''1'1501),
    (
    1502500000.00'xmas08_icewall'110'''0,0,0'45'0''1''1'1502),
    (
    1503501110.00'xmas08_lantern'110'''0,0,0'45'0''1''1'1503),
    (
    1504501110.00'xmas08_snowpl'110'''0,0,0'45'0''1''1'1504),
    (
    1505501220.00'xmas08_table'110'''0,0,0'45'0''1''1'1505),
    (
    1506501110.00'xmas08_telep'110'''0,0,0'45'0''1''1'1506),
    (
    1507501110.00'xmas08_trph1'110'''0,0,0'45'0''1''1'1507),
    (
    1508500000.00'xmas08_wallpaper'110'''0,0,0'45'0''1''1'1508),
    (
    1509501110.00'campfire'110'''0,0,0'45'0''1''1'1509),
    (
    1510501110.00'sound_set_71'110'''0,0,0'45'0''1''1'1510),
    (
    1511504110.00'xmas_snow'110'''0,0,0'45'0''1''1'1511),
    (
    1820501110.00'penguin_ballet'110'''0,0,0'45'0''1''1'0),
    (
    1513501110.00'ads_cltele'110'''0,0,0'79'0''1''1'1513);
    INSERT INTO `catalogue_items` (`tid`, `catalogue_cost_credits`, `catalogue_cost_pixels`, `typeid`, `length`, `width`, `top`, `name_cct`, `status_max`, `rights_required`, `next_to_required`, `drink_ids`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
    (1514501220.00'ads_cldesk'110'''0,0,0'79'0''1''1'1514),
    (
    1515500000.00'ads_clwall1'110'''0,0,0'79'0''1''1'1515),
    (
    1516500000.00'ads_clwall2'110'''0,0,0'79'0''1''1'1516),
    (
    1517502111.00'ads_ob_pillow'110'''0,0,0'79'0''1''1'1517),
    (
    1518500000.00'ads_ob_wall'110'''0,0,0'79'0''1''1'1518),
    (
    1519501130.00'lostc_merdragon'110'''0,0,0'86'0''1''1'1519),
    (
    1520501110.00'xmas08_trph2'110'''0,0,0'45'0''1''1'1520),
    (
    1533502211.00'kinkysofa'110'''0,0,0'87'0''1''1'1533),
    (
    1534501220.00'bolly_lotus_pool'110'''0,0,0'89'0''1''1'1534),
    (
    1535301111.00'bolly_corner'110'''0,0,0'89'0''1''1'1535),
    (
    1536401211.00'bolly_desk'110'''0,0,0'89'0''1''1'1536),
    (
    15371001310.00'bolly_drapea'110'''0,0,0'89'0''1''1'1537),
    (
    15381001310.00'bolly_drapeb'110'''0,0,0'89'0''1''1'1538),
    (
    15391001310.00'bolly_drapec'110'''0,0,0'89'0''1''1'1539),
    (
    1540702110.80'bolly_pillow'110'''0,0,0'89'0''1''1'1540),
    (
    15412501220.00'bolly_fountain'110'''0,0,0'89'0''1''1'1541),
    (
    1542504110.00'bolly_lamp'110'''0,0,0'89'0''1''1'1542),
    (
    15431001110.00'bolly_monkey_lamp'110'''0,0,0'89'0''1''1'1543),
    (
    15441201110.00'bolly_phant'110'24''0,0,0'89'0''1''1'1544),
    (
    15452504220.00'bolly_petals'110'''0,0,0'89'0''1''1'1545),
    (
    1546601110.00'bolly_palm'110'''0,0,0'89'0''1''1'1546),
    (
    15*** 500000.00'china_pstr2'110'''0,0,0'87'0''1''1'1532),
    (
    1521501110.00'fx_explosion'110'''0,0,0'9*** '0''1''1'1541),
    (
    1522501110.00'fx_bubble'110'''0,0,0'9*** '0''1''1'1542),
    (
    1523501110.00'fx_flare'110'''0,0,0'9*** '0''1''1'1543),
    (
    1524501110.00'ads_igor_flask'110'''0,0,0'88'0''1''1'1544),
    (
    1525501210.00'ads_igor_dsk'110'''0,0,0'88'0''1''1'1545),
    (
    1526500000.00'ads_igorevilb'110'''0,0,0'88'0''1''1'1546),
    (
    1527500000.00'ads_igor_wall'110'''0,0,0'88'0''1''1'1547),
    (
    1528500000.00'china_light'110'''0,0,0'87'0''1''1'1528),
    (
    1529500130.00'china_moongt'110'''0,0,0'87'0''1''1'1529),
    (
    1530501110.00'china_ox'110'''0,0,0'87'0''1''1'1529),
    (
    1531500000.00'china_pstr1'110'''0,0,0'87'0''1''1'1531),
    (
    15471502211.50'bolly_swing'110'''0,0,0'89'0''1''1'1547),
    (
    15481001221.00'bolly_table'110'''0,0,0'89'0''1''1'1548),
    (
    1549404220.00'bolly_tile1'110'''0,0,0'89'0''1''1'1549),
    (
    1550404220.00'bolly_tile2'110'''0,0,0'89'0''1''1'1550),
    (
    1551501110.00'bolly_vase'110'''0,0,0'89'0''1''1'1551),
    (
    1552701110.00'bolly_tree'110'''0,0,0'89'0''1''1'1552),
    (
    1553600000.00'bolly_wdw_wd'110'''0,0,0'89'0''1''1'1553),
    (
    1554501211.00'lc_coral_divider_hi'110'''0,0,0'90'0''1''1'1554),
    (
    1555501211.00'lc_coral_divider_low'110'''0,0,0'90'0''1''1'1555),
    (
    1556500111.00'lc_wall1'110'''0,0,0'90'0''1''1'1556),
    (
    1557500111.00'lc_wall2'110'''0,0,0'90'0''1''1'1557),
    (
    1558500111.00'lc_window1'110'''0,0,0'90'0''1''1'1558),
    (
    1559500111.00'lc_window2'110'''0,0,0'90'0''1''1'1559),
    (
    1560501111.00'lc_anemone'110'''0,0,0'90'0''1''1'1560),
    (
    1561502111.00'lc_chair'110'''0,0,0'90'0''1''1'1561),
    (
    1562501111.00'lc_corner'110'''0,0,0'90'0''1''1'1562),
    (
    1563501211.00'lc_desk'110'''0,0,0'90'0''1''1'1563),
    (
    1564502111.00'lc_stool'110'''0,0,0'90'0''1''1'1564),
    (
    1565501221.00'lc_table'110'''0,0,0'90'0''1''1'1565),
    (
    1566504221.00'lc_tile1'110'''0,0,0'90'0''1''1'1566),
    (
    1567504221.00'lc_tile2'110'''0,0,0'90'0''1''1'1567),
    (
    1568501111.00'lc_tubes_corners'110'''0,0,0'90'0''1''1'1568),
    (
    1569501111.00'lc_tubes_straight'110'''0,0,0'90'0''1''1'1569),
    (
    1570501111.00'lostc_teleport'100'''0,0,0'86'0''1''1'1570),
    (
    1571501221.00'lc_crab1'110'''0,0,0'90'0''1''1'1571),
    (
    1572501111.00'lc_crab2'110'''0,0,0'90'0''1''1'1572),
    (
    1573504231.00'lc_glass_floor'110'''0,0,0'90'0''1''1'1573),
    (
    1574501111.00'lc_medusa1'110'''0,0,0'90'0''1''1'1574),
    (
    1575501111.00'lc_medusa2'110'''0,0,0'90'0''1''1'1575),
    (
    1576501122.50'ads_711shelf'110'''0,0,0'79'0''1''1'1576),
    (
    1577504220.00'ads_idol_floor1'110'''0,0,0'91'0''1''1'1577),
    (
    1578501140.00'ads_idol_desk'110'''0,0,0'91'0''1''1'1578),
    (
    1579502111.00'ads_idol_ch'110'''0,0,0'91'0''1''1'1579),
    (
    1580504220.00'ads_idol_floor2'110'''0,0,0'91'0''1''1'1580),
    (
    1581501220.00'ads_idol_piano'110'''0,0,0'91'0''1''1'1581),
    (
    1582500000.00'ads_idol_wall'110'''0,0,0'91'0''1''1'1582),
    (
    1583500000.00'ads_idol_tv'110'''0,0,0'91'0''1''1'1583),
    (
    1584501110.00'ads_idol_mic'110'''0,0,0'91'0''1''1'1584),
    (
    1585501310.00'ads_idol_drape'110'''0,0,0'91'0''1''1'1585),
    (
    1586502111.00'ads_idol_audChr'110'''0,0,0'91'0''1''1'1586),
    (
    1587502111.00'ads_idol_pchair'110'''0,0,0'91'0''1''1'1587),
    (
    1588501112.10'ads_idol_trax'110'''0,0,0'91'0''1''1'1588),
    (
    1589504110.00'ads_idol_tele'110'''0,0,0'91'0''1''1'1589),
    (
    1590501110.00'ads_idol_jukebox*1'110'''0,0,0'91'0''1''1'1590),
    (
    1591501310.00'ads_idol_clRack'110''''91'0''1''1'1591),
    (
    1592500000.00'ads_idol_mirror'110''''91'0''1''1'1592),
    (
    1593502111.20'ads_idol_voting_ch'110''''91'0''1''1'1593),
    (
    1594500000.00'ads_mall_winbea'110''''79'0''1''1'1594),
    (
    1595500000.00'ads_mall_wincin'110''''79'0''1''1'1595),
    (
    1956500000.00'ads_mall_winmus'110''''79'0''1''1'1596),
    (
    1600504310.00'ads_idol_hotspot'110''''91'0''1''1'1600),
    (
    1612001110.00'eco_fruits3'100'4\r\n38\r\n37\r\n39''', -1'0''1''0'1612),
    (
    1613001110.00'eco_lamp1'110'''', -1'0''1''0'1613),
    (
    1614001110.00'eco_lamp2'110'''', -1'0''1''0'1614),
    (
    1615001110.00'eco_lamp3'110'''', -1'0''1''0'1615),
    (
    1616001110.00'eco_light1'110'''', -1'0''1''0'1616),
    (
    1617001110.00'eco_light2'110'''', -1'0''1''0'1617),
    (
    1618001110.00'eco_light3'110'''', -1'0''1''0'1618),
    (
    1619002111.00'eco_sofa1'110'''', -1'0''1''0'1619),
    (
    1620002111.00'eco_sofa2'110'''', -1'0''1''0'1620),
    (
    1621002111.00'eco_sofa3'110'''', -1'0''1''0'1621),
    (
    1622001221.00'eco_table1'110'''', -1'0''1''0'1622),
    (
    1623001221.00'eco_table2'110'''', -1'0''1''0'1623),
    (
    1624001221.00'eco_table3'110'''', -1'0''1''0'1624),
    (
    1625001110.00'eco_tree1'100'38''', -1'0''1''0'1625),
    (
    1626001110.00'eco_tree2'100'36''', -1'0''1''0'1626),
    (
    1627001111.00'ecotron_box'110'''', -1'0''0''0'1627),
    (
    17024204220.00'bump_road'310'''0,0,0', **** '0''1''1'1702),
    (
    2000501110.00'ads_frankb'110'''0,0,0'79'0''1''1'2000),
    (
    17012101110.00'bump_lights'210'''0,0,0', **** '0''1''1'1701),
    (
    17032101110.00'bump_signs'510'''0,0,0', **** '0''1''1'1703),
    (
    1704151110.00'bump_tires'210'''0,0,0', **** '0''1''1'1704),
    (
    1705151110.00'bump_tottero'110'''0,0,0', **** '0''1''1'1705),
    (
    980050251110.00'one_way_door*1'110'''0,0,0', **** '0''1''1'9800),
    (
    980150251110.00'one_way_door*2'110'''0,0,0', **** '0''1''1'9801),
    (
    980250251110.00'one_way_door*3'110'''0,0,0', **** '0''1''1'9802),
    (
    980350251110.00'one_way_door*4'110'''0,0,0', **** '0''1''1'9803),
    (
    980450251110.00'one_way_door*5'110'''0,0,0', **** '0''1''1'9804),
    (
    980550251110.00'one_way_door*6'110'''0,0,0', **** '0''1''1'9805),
    (
    980650251110.00'one_way_door*7'110'''0,0,0', **** '0''1''1'9806),
    (
    980750251110.00'one_way_door*8'110'''0,0,0', **** '0''1''1'9807),
    (
    980850251110.00'one_way_door*9'110'''0,0,0', **** '0''1''1'9808),
    (
    99005053130.80'sleepingbag*2'110'''0,0,0'113'0''1''1'9900),
    (
    99015053130.80'sleepingbag*3'110'''0,0,0'113'0''1''1'9901),
    (
    99025053130.80'sleepingbag*4'110'''0,0,0'113'0''1''1'9902),
    (
    99035053130.80'sleepingbag*5'110'''0,0,0'113'0''1''1'9903),
    (
    99045053130.80'sleepingbag*6'110'''0,0,0'113'0''1''1'9904),
    (
    99055053130.80'sleepingbag*6'110'''0,0,0'113'0''1''1'9905),
    (
    99905053130.80'sleepingbag*7'110'''0,0,0'113'0''1''1'9900),
    (
    99065053130.80'sleepingbag*8'110'''0,0,0'113'0''1''1'9906),
    (
    99075053130.80'sleepingbag*9'110'''0,0,0'113'0''1''1'9907),
    (
    7988511110.00'solarium_norja*1'110'''0,0,0'117'0''1''1'7988),
    (
    7989511110.00'solarium_norja*2'110'''0,0,0'117'0''1''1'7989),
    (
    7990511110.00'solarium_norja*3'110'''0,0,0'117'0''1''1'7990),
    (
    7992511110.00'solarium_norja*5'110'''0,0,0'117'0''1''1'7992),
    (
    7993511110.00'solarium_norja*6'110'''0,0,0'117'0''1''1'7993),
    (
    7994511110.00'solarium_norja*7'110'''0,0,0'117'0''1''1'7994),
    (
    7995511110.00'solarium_norja*8'110'''0,0,0'117'0''1''1'7995),
    (
    79*** 511110.00'solarium_norja*9'110'''0,0,0'117'0''1''1'7996),
    (
    100011501110.00'ads_grefusa_cactus'110'''0,0,0'79'0''1''1'10001),
    (
    100021501120.00'lostc_octopus'110'''0,0,0'86'0''1''1'10002),
    (
    2810951111.00'CFC_200_moneybag'110'''0,0,0'22'0''1''0'281),
    (
    28201201110.40'CFC_500_goldbar'110'''0,0,0'22'0''1''0'282),
    (
    10050901110.00'ads_cl_jukeb'110'''0,0,0'79'0''1''1'1),
    (
    10051401310.00'ads_idol_cork'110'''0,0,0'91'0''1''1'1),
    (
    10052202111.50'ads_idol_ichair'110'''0,0,0'91'0''1''1'1),
    (
    10053300000.00'ads_idol_logo'110'''0,0,0'91'0''1''1'1),
    (
    10054401220.00'ads_idol_newsDsk'110'''0,0,0'91'0''1''1'1),
    (
    10055201110.00'ads_idol_tube'110'''0,0,0'91'0''1''1'1),
    (
    10056500000.00'ads_mall_winice'110'''0,0,0'79'0''1''1'1),
    (
    10057500000.00'ads_mall_winspo'110'''0,0,0'79'0''1''1'1),
    (
    10058301120.00'env_bushes'110'''0,0,0'119'0''1''1'1),
    (
    10059301220.00'env_bushes_gate'110'''0,0,0'119'1''1''1'1),
    (
    10060504000.00'env_grass'110'''0,0,0'119'0''1''1'1),
    (
    10061501110.00'env_tree1'110'''0,0,0'119'0''1''1'1),
    (
    10062501110.00'env_tree2'110'''0,0,0'119'0''1''1'1),
    (
    10063501110.00'env_tree3'110'''0,0,0'119'0''1''1'1),
    (
    10064801000.00'env_tree4'410'''0,0,0'119'0''1''1'1),
    (
    10065301110.00'exe_artlamp'110'''0,0,0'72'0''1''1'1),
    (
    10066301110.00'exe_cubelight'110'''0,0,0'72'0''1''1'1),
    (
    10067601110.00'exe_gate'110'''0,0,0'93'1''1''1'1),
    (
    10068404110.00'exe_light'110'''0,0,0'72'0''1''1'1),
    (
    10069400000.00'exe_map'110'''0,0,0'72'0''1''1'1),
    (
    10070600000.00'exe_wfall'110'''0,0,0'72'0''1''1'1),
    (
    110741500000.00'landscape 7'110''''7'0''0''0'11074),
    (
    110731500000.00'landscape 8'110''''7'0''0''0'11073),
    (
    110751500000.00'landscape 9'110''''7'0''0''0'11075),
    (
    110781500000.00'landscape 12'110''''7'0''0''0'11078),
    (
    579001000000.00'ads_lin_wh_c'110'''0,0,0'79'0''1''1'57900),
    (
    579011000000.00'ads_malaco_tv'110'''0,0,0'79'0''1''1'57901),
    (
    579021000000.00'ads_puffet_tv'110'''0,0,0'79'0''1''1'57902),
    (
    579031000000.00'ads_reebok_tv'110'''0,0,0'79'0''1''1'57903),
    (
    579041000000.00'country_forestwall'110'''0,0,0'119'0''1''1'57904),
    (
    579052501110.00'ads_malaco_gu'110'''0,0,0'79'0''1''1'57905),
    (
    579062504330.00'ads_malaco_rug'110'''0,0,0'79'0''1''1'57906),
    (
    579072501220.00'ads_reebok_block2'110'''0,0,0'79'0''1''1'57907),
    (
    579082501110.00'tray_cake'110'''0,0,0'122'0''1''1'57908),
    (
    579092501110.00'tray_champagne'110'''0,0,0'122'0''1''1'57909),
    (
    579102501110.00'tray_glasstower'110'''0,0,0'122'0''1''1'57910),
    (
    57912011110.00'avatar_effect1'110'''0'124'0''1''1'1),
    (
    57913011110.00'avatar_effect2'110'''0'124'0''1''1'1),
    (
    57914011110.00'avatar_effect3'110'''0'124'0''1''1'1),
    (
    57915011110.00'avatar_effect4'110'''0'124'0''1''1'1),
    (
    57916011110.00'avatar_effect5'110'''0'124'0''1''1'1),
    (
    57917011110.00'avatar_effect6'110'''0'124'0''1''1'1),
    (
    57918011110.00'avatar_effect7'110'''0'124'0''1''1'1),
    (
    57919011110.00'avatar_effect8'110'''0'124'0''1''1'1),
    (
    57920011110.00'avatar_effect9'110'''0'124'0''1''1'1),
    (
    57921011110.00'avatar_effect10'110'''0'124'0''1''1'1),
    (
    57922011110.00'avatar_effect11'110'''0'124'0''1''1'1),
    (
    57923011110.00'avatar_effect12'110'''0'124'0''1''1'1),
    (
    57924011110.00'avatar_effect13'110'''0'124'0''1''1'1),
    (
    57925011110.00'avatar_effect14'110'''0'124'0''1''1'1),
    (
    57926011110.00'avatar_effect15'110'''0'124'0''1''1'1),
    (
    57927011110.00'avatar_effect16'110'''0'124'0''1''1'1),
    (
    57928011110.00'avatar_effect17'110'''0'124'0''1''1'1),
    (
    57929011110.00'avatar_effect18'110'''0'124'0''1''1'1),
    (
    579302511110.00'avatar_effect19'110'''0', **** '0''1''1'1),
    (
    579312511110.00'avatar_effect20'110'''0', **** '0''1''1'1),
    (
    579*** 2511110.00'avatar_effect21'110'''0', **** '0''1''1'1),
    (
    579332511110.00'avatar_effect22'110'''0', **** '0''1''1'1);

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

    --
    -- 
    Table structure for table `catalogue_pages`
    --

    CREATE TABLE IF NOT EXISTS `catalogue_pages` (
      `
    indexidtinyint(3NOT NULL,
      `
    minranktinyint(1NOT NULL,
      `
    indexnamevarchar(100COLLATE latin1_general_ci NOT NULL,
      `
    displaynamevarchar(100COLLATE latin1_general_ci NOT NULL,
      `
    style_layoutvarchar(100COLLATE latin1_general_ci NOT NULL,
      `
    img_headervarchar(100COLLATE latin1_general_ci DEFAULT NULL,
      `
    img_sidetext COLLATE latin1_general_ci,
      `
    label_descriptiontext COLLATE latin1_general_ci,
      `
    label_misctext COLLATE latin1_general_ci,
      `
    label_moredetailsvarchar(150COLLATE latin1_general_ci DEFAULT NULL,
      `
    opt_bodyreplacetext COLLATE latin1_general_ci,
      `
    page_brothertext COLLATE latin1_general_ci,
      `
    incategoryint(100NOT NULL,
      `
    header_elsetext COLLATE latin1_general_ci NOT NULL,
      `
    content_elsetext COLLATE latin1_general_ci,
      
    PRIMARY KEY (`indexid`)
    ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

    --
    -- 
    Dumping data for table `catalogue_pages`
    --

    INSERT INTO `catalogue_pages` (`indexid`, `minrank`, `indexname`, `displayname`, `style_layout`, `img_header`, `img_side`, `label_description`, `label_misc`, `label_moredetails`, `opt_bodyreplace`, `page_brother`, `incategory`, `header_else`, `content_else`) VALUES
    (11'Frontpage''Frontpage'''''''''' '''NULLNULL9*** '''frontpage3Jcatalog_frontpage_headline2_ents_lostcity_crabpartyQBFOUND ANY HIDDEN TREASURE?Grab yourself a Sally to help you explore the Deep Sea. Limited Edition.How do I get Credits easily?Feel free to buy free credits in the catalogue categorie ''Habbo Exchange'', you have not to pay for credits in Habbo Motel, credits are free!\r\n\r\n\r\nFor Habbo Credit options simply click "Get Credits >>" below.Redeem a Habbo Voucher code here:#99FF66#99FF66H'),
    (
    1271'Instructions (Recycler)''Instructions''recycler''catalog_recycler_headline1'NULLNULL' 'NULLNULLNULL6'''pets2Jcatalog_recycler_headline3ctlg_recycler_infoPAThe Ecotron is a furni recycler. Get rid of old furni... what will you get in return? It''s a surprise! Become a Habbo eco-warrior. No refunds!How to use the Ecotron?1. Just drag 5 items from your hand to the Ecotron. One item / square. Recyclable items are marked in your inventory with an image. When you have 5 items in the boxes, click the "Recycle" button. You can now find the Ecotron prize box from your hand.\r\n2. Click the box to see its tag. Open the box, or trade it unopened. The timer shows you how long you have to wait before you can recycle more items. Check the prizes before you recycle- don''t be surprised by the surprise!H'),
    (
    936'Bug quarantine''Bug quarantine''default_3x3''catalog_rares_headline1''catalog_limited_teaser1''Those items have bugs, the technical team is checking those items soon.'' ''Click on the item you want for more information.'NULLNULL8''''),
    (
    61'Virus''Virus''default_3x3''catalog_vir_header1_en''catalog_vir_teaser_en''A virus is in Habbo Motel. Thats why the Virus collection is out now.'' '''NULLNULL1''''),
    (*** 
    1'4 Seasons''4 Seasons''cars''catalog_limited_headline1''catalog_limited_teaser1''All the 4 Seasons rugs. Get them!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    71'Spaces''Spaces'''''NULL''''''''NULL1'spacesIcatalog_spaces_headline1IFloors, wallpapers, landscapes - get a groovy combination to your room. Use our virtual room preview below to test out the combinations before you buy. Select the design and color you like and click Buy.'''),
    (
    81'Pets''Pets'''''''''' '''NULLNULL2'petsJcatalog_pet_headline1JFluff and whiskers, meows and woofs! You''re about to enter the world of small creatures with furry features. Find a new friend from our ever-changing selection. From faithful servants to playful playmates - here''s where you''ll find them all.Find your own pet!'''),
    (
    91'Pet Accesories''Pet Accesories''default_3x3''catalog_pet_headline2''ctlg_pet_teaser1''You''ll need to take care of your pet to keep it happy and healthy. This section of the Catalogue has EVERYTHING you?ll need to satisfy your pet?s needs.'' ''Click on the item you want for more information.'NULLNULL2''''),
    (
    111'Area''Area''default_3x3''catalog_area_headline1''catalog_area_teaser1''Introducing the Area Collection...  Clean, chunky lines set this collection apart as a preserve of the down-to-earth Habbo. It''s beautiful in its simplicity, and welcoming to everyone.'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    121'Accessories''Accessories''default_3x3''catalog_extra_headline1''catalog_extra_teaser1''Is your room missing something?  Well, now you can add the finishing touches that express your true personality. And don''t forget, like everything else, these accessories can be moved about to suit your mood.'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    131'Asian''Asian''default_3x3''catalog_asian_headline1''catalog_asian_teaser1''Dit pure haandwerk uit de eeuwenoude oosterse pixeltraditie brengt balans in elk Habbointerieur. Jin en Yang vloeien samen met Feng en Shui in een uitgebalanceerde collectie meubi. '' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    141'Bathroom''Bathroom''default_3x3''catalog_bath_headline1''catalog_bath_teaser1''Introducing the Bathroom Collection...  Have some fun with the cheerful bathroom collection. Give yourself and your guests somewhere to freshen up - vital if you want to avoid nasty niffs. Put your loo in a corner though...'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    151'Candy''Candy''default_3x3''catalog_candy_headline1''catalog_candy_teaser1''Introducing the Candy Collection...  Candy combines the cool, clean lines of the Mode collection with a softer, more soothing style. It''s urban sharpness with a hint of the feminine.'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    191'Glass''Glass''default_3x3''catalog_glass_headline1''catalog_glass_teaser1''Glass: Habbo Hotels exclusive furni line made from plexiglass, in different colors! Buy here your furni for a modern lounge!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    201'Gothic''Gothic''default_3x3''catalog_gothic_headline1''catalog_gothic_teaser1''The Gothic section is full of medieval looking Furni. Check back for additions to this section as there are still some unreleased items to come!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    211'Grunge''Grunge''default_3x3''catalog_gru_headline1_en''catalog_gru_teaser_en''Introducing the Grunge Range. Alternative Habbos with alternative style or rebellious students with a point to prove. The Grunge range will get your bedroom looking just the way you like it - organised, neat and tidy!'' ''New! Flaming Barrels out now!'NULLNULL1''''),
    (
    221'Habbo Exchange''Habbo Exchange''pixelrent''catalog_bank_headline1''catalog_bank_teaser''The Habbo Exchange is where you can convert your Habbo Credits into a tradable currency. You can use this tradable currency to exchange Habbo Credits for Furni!'' ''Click on an item to see more details'NULLNULL9*** ''''),
    (
    231'Habbowood''Habbowood''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Exclusive: the new Habbowood furni, collect them all!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    241'Iced''Iced''default_3x3''catalog_iced_headline1''catalog_iced_teaser1''Introducing the Iced Collection...  For the Habbo who needs no introduction. It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination to run wild!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    251'Japanese''Japanese''default_3x3''catalog_jap_headline2_en''catalog_jap_teaser3_en''Here you can find the new Japanese furni! Get them now!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    261'Lodge''Lodge''default_3x3''catalog_lodge_headline1''catalog_lodge_teaser1''Introducing the Lodge Collection...  Do you appreciate the beauty of wood?  For that ski lodge effect, or to match that open fire... Lodge is the Furni of choice for Habbos with that no frills approach to decorating.  <br>'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    271'Mode''Mode''default_3x3''catalog_mode_headline1''catalog_mode_teaser1''Introducing the Mode Collection...  Steely grey functionality combined with sleek designer upholstery. The Habbo that chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    291'Plants''Plants''default_3x3''catalog_plants_headline1''catalog_plants_teaser1''New, never before seen Bulrush Plant is here for a limited time only. Buy it now!<br>Introducing the Plant Collection...  Every room needs a plant! Not only do they bring a bit of the outside inside, they also enhance the air quality!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    301'Plastic''Plastic''default_3x3''catalog_plasto_headline1''catalog_limited_teaser1''Introducing The Plastic Collection...  Can you feel that 1970s vibe?  Decorate with Plastic and add some colour to your life. Choose a colour that reflect your mood, or just pick your favourite shade.'' ''Click on the item you want for more information.'NULLNULL1''''),
    (*** 
    1'Pura''Pura''default_3x3''catalog_pura_headline1''catalog_pura_teaser1''Introducing the Pura Collection...  This collection breathes fresh, clean air and cool tranquility. The Pura Waltzer has arrived!  Check back regularly to see  new colours of Pura on sale!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    341'Rollers''Rollers''default_3x3''catalog_roller_headline1''catalog_limited_teaser1''Move your imagination, while you move your Habbo!  Perfect for mazes, games, for keeping your queue moving or making your pet go round in circles for hours.  Available in multi-packs ? the more you buy the cheaper the Roller! Pink Rollers out now!'' ''Click on a Roller to see more information!'NULLNULL1''''),
    (
    351'Romantique''Romantique''default_3x3''catalog_romantique_headline1''catalog_romantique_teaser1''The Romantique range features Grand Pianos, old antique lamps and tables. It is the ideal range for setting a warm and loving mood in your room. Spruce up your room and invite that special someone over. Now featuring the extra special COLOUR edition.'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    361'Rugs''Rugs''default_3x3''catalog_rugs_headline1''catalog_rugs_teaser1''We have rugs for all occasions.  All rugs are non-slip and washable.'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    371'Sports''Sport''default_3x3''catalog_sports_headline1''catalog_sports_teaser1''For the sporty habbos, here is the sports section!'' ''Click on the item you want for more information.'NULLNULL1''''),
    (
    381'Teleporters''Teleporters''default_3x3''catalog_doors_headline1''catalog_teleports_teaser2''Beam your Habbo from one room to another with one of our cunningly disguised, space age teleports. Now you can link any two rooms together! Teleports are sold in pairs, so if you trade for them, check you''re getting a linked pair.'' ''Select an item by clicking one of the icons on the left.'NULLNULL1''''),
    (
    391'Trax Ambient''Trax Ambient''default_3x3''catalog_trx_header1''catalog_trx_teaser1''Welcome to the Ambient Trax Store! With groovy beats and chilled out melodies, this is the section for some cool and relaxing tunes.'' 'NULLNULLNULL4''''),
    (
    401'Trax Dance''Trax Dance''default_3x3''catalog_trx_header2''catalog_trx_teaser2''Welcome to the Dance Trax Store! With funky beats and catchy melodies, this is the section for every clubber  to indulge in.'' 'NULLNULLNULL4''''),
    (
    411'Trax Rock''Trax Rock''default_3x3''catalog_trx_header3''catalog_trx_teaser3''Welcome to the Rock Trax Store! With heavy beats and rockin'' riffs, this is the section for every rock fan to experiment with.'' 'NULLNULLNULL4''''),
    (
    421'Trax SFX''Trax SFX''default_3x3''catalog_trx_header4''catalog_trx_teaser4''Welcome to the SFX Trax Store! With crazy sounds and weird noises, this is the section for every creative room builder  to indulge in.'' 'NULLNULLNULL4''''),
    (
    431'Trax Urban''Trax Urban''default_3x3''catalog_trx_header5''catalog_trx_teaser5''Welcome to the Urban Trax Store! With hip hop beats and RnB vocals, this is the section for every city bopper  to indulge in.'' 'NULLNULLNULL4''''),
    (
    441'Trophies''Trophies'''''''''' 'NULLNULLNULL1'trophiesIcatalog_trophies_headline1JEveryone''s a winner! And now you can reward them all with our fabulous glittering array of bronze, silver & gold trophies.\r\n\r\nFirst choose the trophy model (click on the arrows to see all the different styles) & then the metal (click on the seal below the trophy). Type your inscription & we''ll engrave it along with your name & date.Click in this grey box and type your \r\ninscription *carefully* - it''s permanent!'''),
    (
    451'Christmas''Christmas''default_3x3''catalog_xmas_headline1''catalog_extra_teaser1''The Habbo Christmas catalogue has everything you need to make the perfect festive room: Trees, ducks with santa hats on, puddings and of course, Menorahs!'' ''Click on an item to see a bigger version of it!'NULLNULL1''''),
    (
    461'Easter''Easter''default_3x3''catalog_easter_headline1''catalog_easter_teaser1''''Egg''cellent furni - Bouncing bunnies, fluffy chicks, choccy eggs... Yep, it''s Easter! Celebrate with something ''eggs''tra special from our Easter range. But hurry - it''s not here for long this year!'' ''Click on an item for more details.'NULLNULL1''''),
    (
    471'Halloween''Halloween''default_3x3''catalog_halloween_headline1''catalog_halloween_teaser''Yes, it''s a spookfest! Get your boney hands on our creepy collection of ghoulish goodies. But be quick - they''ll be gone from the Catalogue after two weeks!'' ''Click on an item to see a bigger version of it!'NULLNULL1''''),
    (
    481'Love''Love''default_3x3''catalog_love_headline1''catalog_love_teaser1''The love collection has everything to create the perfect love room, for a good price!'' ''Click on an item to see a bigger version of it!'NULLNULL1''''),
    (
    951'Adventure ''Adventure ''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''sw_categorie'' 'NULLNULLNULL1''''),
    (
    541'Club Furnitures''Club Furnitures''default_3x3''catalog_club_headline1''catalog_hc_teaser''Welcome to the club furni page. Here you can buy any club furni for just 25 credits!'' ''Click on an item to see more details'NULLNULL1''''),
    (
    551'Club Shop''Club Shop''default_3x3''catalog_club_headline1''catalog_hc_teaser''Welcome to the Brand New Habbo Club Shop, where Habbo Club members can purchase exclusive items!<br>The Furni in this section can only be purchased by Habbos who have joined Habbo Club.'' ''Click on an item to see more details'NULLNULL1''''),
    (
    561'Dragons''Dragons''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    571'Fans''Fans''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    581'Icecream machines''Icecream machines''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    591'Inflatables''Inflatables''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    601'Laser gates''Laser gates''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    611'Marquee''Marquee''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    621'Monoliths''Monoliths''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    631'Oriental Screen''Oriental Screen''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    641'Pilars''Pilars''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    651'Pillows''Pillows''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    661'Smoke machines''Smoke machines''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    671'Summer''Summer''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    686'super rares''Hotel prices''default_3x3''catalog_rares_headline1''catalog_limited_teaser1''This are the hotel prices. Do not trade them!'' ''Select a item, and see more details'NULLNULL8''''),
    (
    696'Rare trophies''Rare trophies'''''''''' '''NULLNULL8'trophiesIcatalog_trophies_headline1JEveryone''s a winner! And now you can reward them all with our fabulous glittering array of bronze, silver & gold trophies.\r\n\r\nFirst choose the trophy model (click on the arrows to see all the different styles) & then the metal (click on the seal below the trophy). Type your inscription & we''ll engrave it along with your name & date.Click in this grey box and type your \r\ninscription *carefully* - it''s permanent!'''),
    (
    701'Hello''Hello''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!'' ''For a limited time only!'NULLNULL1''''),
    (
    721'Executive''Executive''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!'' ''For a limited time only!'NULLNULL1''''),
    (
    711'Windows''Windows''default_3x3''ctlg_windows_headline1''ctlg_windows_teaser1''Let some sunshine in! Our windows come in many styles to give an unique look to Your room. Who said Your room does not have a view? It does now'' ''Click on an item to see more details'NULLNULL1''''),
    (
    731'Mountain dew''Mountain dew''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!'' ''For a limited time only!'NULLNULL1''''),
    (
    101'Alhambra''Alhambra''default_3x3''catalog_alh_headline2''catalog_alh_teaser2''The Palace of Alhambra has appeared and with it this exotic and beautifully crafted range of Arabian Furni. Luxury seating and gourmet food combine to make your room sparkle with riches.'' ''Click on an item to see more details'NULLNULL1''''),
    (
    741'Tiki''Tiki''default_3x3''catalog_tiki_header1''catalog_limited_teaser1''nieuwe meubi in de cata'' ''Click on an item to see more details'NULLNULL1''''),
    (
    781'Diner''Diner''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''nieuwe meubi in de cata'' ''Click on an item to see more details'NULLNULL1''''),
    (
    801'Greek''Greek''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!'' ''For a limited time only!'''NULL1''''),
    (
    791'Advertisement''Advertisement''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!'' ''For a limited time only!'''NULL1''''),
    (
    811'Detective''Detective''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!'' ''For a limited time only!'NULLNULL1''''),
    (
    1031'Pets Info''Pets Info'''''''''''''NULLNULL2'''pets2Jcatalog_pet_headline1ctlg_pet_notePAPets are inhabitants of Habbo Hotel too so each pet owner needs to know a bit about them. If you want to look after your pet properly, make sure you read the following points carefully.Few things you should know:- You can only put it down in one of your rooms.\r\n- There can be 3 pets in each room. \r\n- The basket is your pet''s home. If you pick it up, the pet will go back in your hand.\r\n- Every time you visit this page, you will go back to a different selection of pets.\r\n- Your pet will sleep more when it gets old\r\n- You cannot trade your petH'),
    (
    841'Neon''Neon''default_3x3''catalog_neon_header1''catalog_neon_teaser1''Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!'' ''For a limited time only!'''NULL1''''),
    (
    861'Collectibles''Collectibles''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Collect them!'' 'NULLNULLNULL1''''),
    (
    891'Bollywood''Bollywood''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Bollywood'' 'NULLNULLNULL1''''),
    (
    881'Igor''Igor''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Igor Meubels'' ''Vraag voor meer info aan Angelo'NULLNULL1''''),
    (
    871'China''China''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''China'' 'NULLNULLNULL1''''),
    (
    901'Lost City''Lost City''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Diep onderwater spanned!'' 'NULLNULLNULL1''''),
    (
    911'American Idol''American Idol''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Idols meubels'' 'NULLNULLNULL1''''),
    (
    1261'Rrewards (Recycler)''Rewards''recycler''catalog_recycler_headline1'NULLNULL' 'NULLNULLNULL6'''recycler_prizesIcatalog_recycler_headline3IWhat are the prizes? Ecotron box may contain one of these:H'),
    (
    1251'Recycler''Recycler''recycler''catalog_recycler_headline1'NULLNULL' 'NULLNULLNULL6'''recyclerIcatalog_recycler_headline3IBecome an Eco-warrior\r\nRecycle your worthless stuff and be rewarded with a random prize. Check out the prizes and the instructions for recycling.\r\nDrag 5 items to the boxes below and click recycle!H'),
    (**** 
    1'Automobile''Automobile''cars''catalog_automobile_header1_en''catalog_automobile_teaser1_en''Every Habbo needs a car effect! Not only do they bring a bit of the outside inside, they also enhance the air quality! And what better gift for a friend than a beautiful traffic sign or elegant pile of tires...'' ''Click on the item you want for more information.'NULLNULL5''''),
    (**** 
    1'Oneway doors''Oneway doors''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    1131'Sleeping bags''Sleeping bags''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (**** 
    1'Amber lamps''Amber lamps''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (**** 
    1'Bird baths''Bird baths''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    1161'Elephants''Elephants''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    1171'Solariums''Solariums''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    1181'Holidays''Holidays''cars''catalog_rares_headline1''catalog_limited_teaser1''The rares have been released to catalogue forever. Its time to style your room with allot of rare items!'' ''Select a rare, and see more details'NULLNULL7''''),
    (
    1191'Environment''Environment''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Encironment'' ''Encironment'NULLNULL1''''),
    (
    1221'Tray''Tray''default_3x3''catalog_limited_headline1''catalog_limited_teaser1''Tray'' ''Tray'NULLNULL1''''),
    (
    171'Gallery''Gallery''default_3x3''catalog_gallery_header1_en''catalog_gallery_teaser_en''Gallery'' '''NULLNULL1''''),
    (
    1241'Effects''Effects''pixeleffects''catalog_pixeleffects_headline1_en''catalog_pxl_teaser1_en''Tune your character with cool effects that fit the occasion. Do you want to fly away with the red carpet or be in the spotlight? Now is your chance!\r\n\r\nThe effects can be activated in your badge dialog under effects tab.'' '' 'NULLNULL5''''); 
    Don't Work As Ragezone has a filter :L

    Can You Upload it as a cata.txt to rapidshare or something?
    Thanks.

  16. #16
    Grand Master Macheath is offline
    Grand MasterRank
    Feb 2009 Join Date
    Earths CoreLocation
    628Posts

    Re: v30 Catalogue [SQL]

    Well not as a .txt as a .sql.

  17. #17
    Demi-God tweeney is offline
    Grand MasterRank
    Aug 2008 Join Date
    888Posts

    Re: v30 Catalogue [SQL]

    well obv.
    But it needs to be done to remover the *'s

  18. #18
    Elite Member swimoTheBig is offline
    Member +Rank
    Aug 2008 Join Date
    Essex, UKLocation
    194Posts

    Re: v30 Catalogue [SQL]

    Quote Originally Posted by tweeney View Post
    well obv.
    But it needs to be done to remover the *'s
    Yea cos ragezone has a Damn filter!


    Btw it can be .txt as it accepts .txt tooo

  19. #19
    Demi-God tweeney is offline
    Grand MasterRank
    Aug 2008 Join Date
    888Posts

    Re: v30 Catalogue [SQL]

    And it can be copied and pasted in the sql file
    Eat my shorts katie

  20. #20
    Grand Master Macheath is offline
    Grand MasterRank
    Feb 2009 Join Date
    Earths CoreLocation
    628Posts

    Re: v30 Catalogue [SQL]

    I know that, It looks better a a .sql

  21. #21
    Elite Member swimoTheBig is offline
    Member +Rank
    Aug 2008 Join Date
    Essex, UKLocation
    194Posts

    Re: v30 Catalogue [SQL]

    Quote Originally Posted by Macheath View Post
    I know that, It looks better a a .sql

    Bumpppppppp

  22. #22
    Demi-God tweeney is offline
    Grand MasterRank
    Aug 2008 Join Date
    888Posts

    Re: v30 Catalogue [SQL]

    I dont
    It looks like a poof :)

  23. #23
    Newbie alanterry11 is offline
    MemberRank
    Jul 2008 Join Date
    Louisvile, KentuckyLocation
    24Posts

    Re: v30 Catalogue [SQL]

    Can Holo Emu v26 work with a v31 database???

  24. #24
    Demi-God tweeney is offline
    Grand MasterRank
    Aug 2008 Join Date
    888Posts

    Re: v30 Catalogue [SQL]

    Dont know but i need a v30 catalogue

  25. #25
    Sorcerer Supreme Abes is offline
    Member +Rank
    May 2009 Join Date
    Sesame StreetLocation
    498Posts

    Re: v30 Catalogue [SQL]

    Try making a thread in the Help section!



Page 1 of 2 12 LastLast

Advertisement