Code:
INSERT INTO `catalogue_pages` (`indexid`, `minrank`, `indexname`, `displayname`, `style_layout`, `img_header`, `img_side`, `label_description`, `label_misc`, `label_moredetails`, `opt_bodyreplace`) VALUES
(PID, 7, 'Relax', 'Relax', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', '', 'For a limited time only!', NULL);
INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
(TID, '', '', 2, 1, 1, 1, 0.00, 'rela_candle1', '0,0,0', PID, '0', '1', '1', CID),
(TID, '', '', 2, 1, 1, 1, 0.00, 'rela_candle2', '0,0,0', PID, '0', '1', '1', CID),
(TID, '', '', 2, 1, 1, 1, 0.00, 'rela_candle3', '0,0,0', PID, '0', '1', '1', CID),
(TID, '', '', 2, 1, 1, 1, 0.00, 'rela_candles1', '0,0,0', PID, '0', '1', '1', CID),
(TID, '', '', 2, 1, 1, 1, 0.00, 'rela_candles2', '0,0,0', PID, '0', '1', '1', CID),
(TID, '', '', 2, 1, 1, 1, 0.00, 'rela_candles3', '0,0,0', PID, '0', '1', '1', CID),
(TID, '', '', 3, 2, 1, 1, 1.40, 'rela_hchair', '0,0,0', PID, '0', '1', '1', CID),
(TID, '', '', 2, 1, 1, 1, 0.00, 'rela_orchid', '0,0,0', PID, '0', '1', '1', CID),
(TID, '', '', 3, 1, 1, 1, 0.00, 'rela_plant', '0,0,0', PID, '0', '1', '1', CID),
(TID, '', '', 2, 1, 1, 1, 0.00, 'rela_rock', '0,0,0', PID, '0', '1', '1', CID),
(TID, '', '', 2, 1, 1, 1, 0.00, 'rela_stick', '0,0,0', PID, '0', '1', '1', CID),
(TID, '', '', 3, 1, 1, 1, 0.00, 'rela_stone', '0,0,0', PID, '0', '1', '1', CID),
(TID, '', '', 2, 0, 1, 1, 0.00, 'rela_wall', '0,0,0', PID, '0', '1', '1', CID);
UNTESTED!!!